28Jun24rv1_20_0+1063-ae1c94fbceb - detailed test results for NETEDIT.daily.elements.bugs

To reconnect the TextTest GUI to these results, run:

texttest -a netedit -d /home/delphi/extraNetedit/sumo/tests -reconnect /home/delphi/extraNetedit/texttesttmp/neteditcheckoutput.04Jul221605.389289 -g

To start TextTest for these tests, run:

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


daily.elements.bugs: 1 tests: 1 unrunnable

Detailed information for the tests that could not be run:

TEST could not be run : elements bugs crash_removing_junction_15112 ( Last six runs Jul2024 Jun2024 )

local job exited
Job ID was 1737151
---------- 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