21Aug24rv1_20_0+1655-775146b12dd - detailed test results for NETEDIT.daily.elements.demands.basic

To reconnect the TextTest GUI to these results, run:

texttest -a netedit -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.01Sep002248.2929552 -g

To start TextTest for these tests, run:

texttest -a netedit -d /home/delphi/gcc/sumo/tests


daily.elements.demands.basic: 233 tests: 229 succeeded 3 FAILED 1 unrunnable

Detailed information for the tests that FAILED:

TEST FAILED on ts-sim-build-ba : elements demands basic stop_basic invalid_parent ( Last six runs Aug2024 )

---------- Differences in routes ----------
6,8c6
<     <route id="route_0" edges="Edge0 Edge1 Edge2" color="yellow">
<         <stop lane="Edge2_1" startPos="30.00" endPos="40.00" duration="60.00"/>
<     </route>
---
>     <route id="route_0" edges="Edge0 Edge1 Edge2" color="yellow"/>

TEST FAILED on ts-sim-build-ba : elements demands basic stop_basic invalid_type ( Last six runs Aug2024 )

---------- Differences in routes ----------
8,10c8
<     <vehicle id="vehicle_0" depart="0.00" route="route_0">
<         <stop lane="Edge2_1" startPos="30.00" endPos="40.00" duration="60.00"/>
<     </vehicle>
---
>     <vehicle id="vehicle_0" depart="0.00" route="route_0"/>

TEST FAILED on ts-sim-build-ba : elements demands route create consecutive repeat ( Last six runs Aug2024 )

---------- Differences in output ----------
3a4
> non consecutive edges

Detailed information for the tests that could not be run:

TEST could not be run : elements demands basic stop_basic no_parents ( Last six runs Aug2024 )

local job exited
Job ID was 3748006
---------- Error messages written by local job ----------
WARNING: Failed to start Xvfb in 5 attempts, giving up
Traceback (most recent call last):
  File "/home/delphi/.local/bin/texttest", line 46, in <module>
    program.run()
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/engine.py", line 385, in run
    self._run()
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/engine.py", line 412, in _run
    self.createAndRunSuites(allApps)
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/engine.py", line 435, in createAndRunSuites
    self.addSuites(list(self.appSuites.values()), allApps)
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/engine.py", line 453, in addSuites
    object.addSuites(suites)
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/default/virtualdisplay.py", line 28, in addSuites
    self.setUpVirtualDisplay(guiSuites)
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/default/virtualdisplay.py", line 45, in setUpVirtualDisplay
    displayInfo = self.getDisplayInfo(machines, guiSuites[0].app)
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/default/virtualdisplay.py", line 55, in getDisplayInfo
    displayName, xvfbPid, xvfbOrSshProc, wmPid, wmOrSshProc = self.createDisplay(machine, app)
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/default/virtualdisplay.py", line 143, in createDisplay
    wmPid, wmOrSshProc = self.startWindowManager(wmArgs, machine)
  File "/home/delphi/.local/lib/python3.10/site-packages/texttestlib/default/virtualdisplay.py", line 227, in startWindowManager
    wmProc = subprocess.Popen(command, preexec_fn=preexec_fn, stdin=open(
  File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.10/subprocess.py", line 1796, in _execute_child
    self.pid = _posixsubprocess.fork_exec(
TypeError: expected str, bytes or os.PathLike object, not NoneType