25Jun24rv1_20_0+0771-e47a069eb22 - detailed test results for NETEDIT.daily.network.connections

To reconnect the TextTest GUI to these results, run:

texttest.exe -a netedit -d C:\Users\delphi\testreports\sumo\git\tests -reconnect C:\Users\delphi\testreports\sumo\msvc16x64tmp\msvc16x64.18Oct013222.6964 -g

To start TextTest for these tests, run:

texttest.exe -a netedit -d C:\Users\delphi\testreports\sumo\git\tests


daily.network.connections: 68 tests: 68 FAILED

Detailed information for the tests that FAILED:

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

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,8d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 444 - 438
< TestFunctions: Clicked over position 904 - 160
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections create default ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections create yield ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

TEST FAILED on ts-sim-wintest-ba : network connections create invalid ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,8d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 444 - 438
< TestFunctions: Clicked over position 1114 - 495
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>

17 TESTS FAILED on ts-sim-wintest-ba :

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,7d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections delete click ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect indirect ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect keepclear ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect pass ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect uncontrolled ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected indirect ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected keepclear ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected pass ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected uncontrolled ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls indirect ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls keepclear ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls pass ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls uncontrolled ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls indirect ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls keepclear ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls pass ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls uncontrolled ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

TEST FAILED on ts-sim-wintest-ba : network connections delete click_selected ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,11d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< Network
< connection
< speed
< 
< TestFunctions: Clicked over position 701 - 318
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
Warning: Lane '1_0' is not connected from any incoming edge at junction 'Center'.
Warning: Lane '1_1' is not connected from any incoming edge at junction 'Center'.
Warning: Lane '2_0' is not connected from any incoming edge at junction 'Center'.
Warning: Lane '2_1' is not connected from any incoming edge at junction 'Center'.
Warning: Lane '3_0' is not connected from any incoming edge at junction 'Center'.
Warning: Edge '5' is not connected to outgoing edges at junction 'Center'.
Warning: Edge '6' is not connected to outgoing edges at junction 'Center'.
Warning: Edge '7' is not connected to outgoing edges at junction 'Center'.
Warning: Edge '8' is not connected to outgoing edges at junction 'Center'.
Warning: Edge '5' is not connected to outgoing edges at junction 'Center'.
Warning: 8 total messages of type: Edge '%' is not connected to outgoing edges at junction '%'.
Warning: 16 total messages of type: Lane '%' is not connected from any incoming edge at junction '%'.
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : network connections delete frame ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,8d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 904 - 358
< TestFunctions: Clicked over position 354 - 358
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>

16 TESTS FAILED on ts-sim-wintest-ba :

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,12d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< DummyAllowed
< 
< authority  army, passenger; taxi. tram
< 
< authority army vip passenger hov taxi bus coach tram bicycle
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections inspect allow ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect changeleft ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect changeright ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect disallow ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected allow ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected changeleft ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected changeright ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected disallow ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls allow ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls changeleft ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls changeright ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls disallow ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls allow ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls changeleft ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls changeright ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls disallow ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

4 TESTS FAILED on ts-sim-wintest-ba :

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,11d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummyContPos
< -3
< 0
< 12
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections inspect contpos ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected contpos ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls contpos ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls contpos ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

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

---------- Differences in errors ----------
1c1,13
< Error: Shape of a(n) user-supplied shape is broken: the position is neither x,y nor x,y,z.
---
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,10d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummyShape
< 
< 60.40,51.60 55.33,50.28 52.69,54.99 50.24,50.37 47.60,54.75 45.30,50.40 39.60,51.60
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
Error: Shape of a(n) user-supplied shape is broken: the position is neither x,y nor x,y,z.
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections inspect customshape ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls customshape ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

4 TESTS FAILED on ts-sim-wintest-ba :

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,11d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummyLength
< -4
< 0
< 11
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections inspect length ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected length ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls length ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls length ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

4 TESTS FAILED on ts-sim-wintest-ba :

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,17d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummyGenericParameters
< key1|key2|key3
< key1=value1|key2=value2|key3=value3
< key1=|key2=|key3=
< 
< key1duplicated=value1|key1duplicated=value2|key3=value3
< key1=valueDuplicated|key2=valueDuplicated|key3=valueDuplicated
< keyInvalid.;%>%$$=value1|key2=value2|key3=value3
< key1=valueInvalid%;%$<>$$%|key2=value2|key3=value3
< keyFinal1=value1|keyFinal2=value2|keyFinal3=value3
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections inspect parameters ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected parameters ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls parameters ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls parameters ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

4 TESTS FAILED on ts-sim-wintest-ba :

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,11d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummySpeed
< -3
< 0
< 15.5
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections inspect speed ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected speed ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls speed ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls speed ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

4 TESTS FAILED on ts-sim-wintest-ba :

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,10d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< %%%;;;;%%
< 
< customType
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections inspect type ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected type ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls type ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls type ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

4 TESTS FAILED on ts-sim-wintest-ba :

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,11d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummyVisibility
< -4
< 0
< 11
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>
network connections inspect visibility ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected visibility ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_selected_tls visibility ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )
network connections inspect_tls visibility ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

TEST FAILED on ts-sim-wintest-ba : network connections inspect_selected_tls linkindex ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,12d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummyLinkIndex
< -2
< 0
< 600
< 12
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
Warning: Unused state in tlLogic 'Center', program '0' at tl-index 0
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : network connections inspect_selected_tls linkindex2 ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,12d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummyLinkIndex
< -2
< 0
< 600
< 12
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : network connections inspect_tls linkindex ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,12d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 701 - 318
< dummyLinkIndex
< -2
< 0
< 600
< 12
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
Warning: Unused state in tlLogic 'Center', program '0' at tl-index 1
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>

TEST FAILED on ts-sim-wintest-ba : network connections inspect_tls linkindex2 ( Last six runs Sep2024 Aug2024 Jul2024 Jun2024 )

---------- Differences in errors ----------
0a1,13
> Traceback (most recent call last):
>   File "<TEXTTEST_SANDBOX>/test.py", line 29, in <module>
>     neteditProcess, referencePosition = netedit.setupAndStart(neteditTestRoot)
>                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 397, in setupAndStart
>     typeKeyUp("shift")
>   File "C:/Users/delphi/testreports/sumo/git/tests/netedit/neteditTestFunctions.py", line 63, in typeKeyUp
>     pyautogui.keyUp(key)
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 597, in wrapper
>     failSafeCheck()
>   File "C:/Python311/Lib/site-packages/pyautogui/__init__.py", line 1722, in failSafeCheck
>     raise FailSafeException(
> pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To disable this fail-safe, set pyautogui.FAILSAFE to False. DISABLING FAIL-SAFE IS NOT RECOMMENDED.
---------- Differences in output ----------
2,12d1
< Finding reference
< TestFunctions: 'reference.png' found. Position: 304 - 168
< TestFunctions: Clicked over position 532 - 332
< dummyLinkIndex
< -2
< 0
< 600
< 12
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Clicked over position 304 - 168
< TestFunctions: Netedit closed successfully
---------- New result in exitcode ----------
1
---------- Missing result in guisettingsoutput ----------
<viewsettings>
    <viewport zoom="500.00" x="50.00" y="50.00" angle="0.00"/>
</viewsettings>
---------- Missing result in log ----------
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>


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

    <location netOffset="50.00,50.00" convBoundary="0.00,0.00,100.00,100.00" origBoundary="-50.00,-50.00,50.00,50.00" projParameter="!"/>

    <edge id="1" from="Center" to="A" priority="-1">
        <lane id="1_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,39.60 45.20,0.00"/>
        <lane id="1_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,39.60 48.40,0.00"/>
    </edge>
    <edge id="2" from="Center" to="B" priority="-1">
        <lane id="2_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,60.40 54.80,100.00"/>
        <lane id="2_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,60.40 51.60,100.00"/>
    </edge>
    <edge id="3" from="Center" to="C" priority="-1">
        <lane id="3_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,54.80 0.00,54.80"/>
        <lane id="3_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="39.60,51.60 0.00,51.60"/>
    </edge>
    <edge id="4" from="Center" to="D" priority="-1">
        <lane id="4_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,45.20 100.00,45.20"/>
        <lane id="4_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="60.40,48.40 100.00,48.40"/>
    </edge>
    <edge id="5" from="A" to="Center" priority="-1">
        <lane id="5_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="54.80,0.00 54.80,39.60"/>
        <lane id="5_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="51.60,0.00 51.60,39.60"/>
    </edge>
    <edge id="6" from="B" to="Center" priority="-1">
        <lane id="6_0" index="0" disallow="pedestrian" speed="13.90" length="50.00" shape="45.20,100.00 45.20,60.40"/>
        <lane id="6_1" index="1" disallow="pedestrian" speed="13.90" length="50.00" shape="48.40,100.00 48.40,60.40"/>
<truncated after showing first 30 lines>