texttest -a netedit -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.01Nov002640.2116107 -g
texttest -a netedit -d /home/delphi/gcc/sumo/tests
---------- Differences in routes ---------- 7,8c7,8 < <personTrip from="Edge0" busStop="busStopA"/> < <walk chargingStation="chargingStationB"/> --- > <walk from="Edge0" busStop="busStopA"/> > <personTrip chargingStation="chargingStationB"/>
---------- Differences in routes ---------- 8c8 < <walk chargingStation="chargingStationB"/> --- > <ride chargingStation="chargingStationB"/>elements demands personplan walk from_busstop to_chargingstation create ride ( Last six runs Oct2024 )
---------- Differences in routes ---------- 8c8 < <walk containerStop="containerStopB"/> --- > <personTrip containerStop="containerStopB"/>elements demands personplan walk from_busstop to_containerstop create persontrip ( Last six runs Oct2024 )
---------- Differences in routes ---------- 7c7 < <ride from="Edge0" busStop="busStopA"/> --- > <walk from="Edge0" busStop="busStopA"/>elements demands personplan walk from_busstop to_containerstop create ride ( Last six runs Oct2024 )
---------- Differences in routes ---------- 7,8c7,8 < <personTrip from="Edge0" busStop="busStopA"/> < <walk parkingArea="parkingAreaB"/> --- > <walk from="Edge0" busStop="busStopA"/> > <personTrip parkingArea="parkingAreaB"/>
---------- Differences in routes ---------- 8c8 < <walk busStop="busStopB"/> --- > <personTrip busStop="busStopB"/>
---------- Differences in routes ---------- 7,8c7,8 < <ride from="Edge0" chargingStation="chargingStationA"/> < <walk busStop="busStopB"/> --- > <walk from="Edge0" chargingStation="chargingStationA"/> > <ride busStop="busStopB"/>
---------- Differences in routes ---------- 7c7 < <personTrip from="Edge0" chargingStation="chargingStationA"/> --- > <walk from="Edge0" chargingStation="chargingStationA"/>
---------- Differences in routes ---------- 8d7 < <walk to="EdgeCenter0" arrivalPos="12.50"/>elements demands personplan walk from_chargingstation to_edge create arrivalpos ( Last six runs Oct2024 )
---------- Differences in routes ---------- 7,8c7,8 < <personTrip from="Edge0" chargingStation="chargingStationA"/> < <walk toJunction="Junction5"/> --- > <walk from="Edge0" chargingStation="chargingStationA"/> > <personTrip toJunction="Junction5"/>
---------- Differences in routes ---------- 7c7 < <ride from="Edge0" chargingStation="chargingStationA"/> --- > <walk from="Edge0" chargingStation="chargingStationA"/>
---------- Differences in routes ---------- 7,8c7,8 < <personTrip from="Edge0" chargingStation="chargingStationA"/> < <walk toTaz="taz_red"/> --- > <walk from="Edge0" chargingStation="chargingStationA"/> > <personTrip toTaz="taz_red"/>
---------- Differences in routes ---------- 7,8c7,8 < <personTrip from="Edge0" containerStop="containerStopA"/> < <walk busStop="busStopB"/> --- > <walk from="Edge0" containerStop="containerStopA"/> > <personTrip busStop="busStopB"/>
---------- Differences in routes ---------- 7,8c7,8 < <ride from="Edge0" containerStop="containerStopA"/> < <walk busStop="busStopB"/> --- > <walk from="Edge0" containerStop="containerStopA"/> > <ride busStop="busStopB"/>
---------- Differences in routes ---------- 7,8c7,8 < <ride from="Edge0" containerStop="containerStopA"/> < <walk containerStop="containerStopB"/> --- > <walk from="Edge0" containerStop="containerStopA"/> > <ride containerStop="containerStopB"/>
---------- Differences in routes ---------- 7,8c7,8 < <personTrip from="Edge0" containerStop="containerStopA"/> < <walk toTaz="taz_red"/> --- > <walk from="Edge0" containerStop="containerStopA"/> > <personTrip toTaz="taz_red"/>
---------- Differences in routes ---------- 7,8c7,8 < <ride from="Edge0" containerStop="containerStopA"/> < <walk toTaz="taz_red"/> --- > <walk from="Edge0" containerStop="containerStopA"/> > <ride toTaz="taz_red"/>
---------- Differences in routes ---------- 7c7 < <personTrip from="Edge0" containerStop="containerStopA"/> --- > <walk from="Edge0" containerStop="containerStopA"/>
---------- Differences in routes ---------- 7,8c7,8 < <ride from="Edge0" containerStop="containerStopA"/> < <walk trainStop="trainStopB"/> --- > <walk from="Edge0" containerStop="containerStopA"/> > <ride trainStop="trainStopB"/>
---------- Differences in routes ---------- 5,8d4 < <!-- Vehicles, persons and containers (sorted by depart) --> < <person id="p_0" depart="0.00"> < <stop parkingArea="parkingAreaA" duration="60.00"/> < </person>
---------- Differences in routes ---------- 7,8c7,11 < <personTrip from="Edge0" parkingArea="parkingAreaA"/> < <walk to="EdgeCenter0"/> --- > <stop edge="Edge0" endPos="22.83" duration="60.00"/> > <personTrip to="EdgeCenter0"/> > </person> > <person id="p_1" depart="0.00"> > <stop parkingArea="parkingAreaA" duration="60.00"/>
---------- Differences in routes ---------- 7,8c7,8 < <ride from="Edge0" parkingArea="parkingAreaA"/> < <walk to="EdgeCenter0"/> --- > <walk from="Edge0" parkingArea="parkingAreaA"/> > <ride to="EdgeCenter0"/>
---------- Differences in routes ---------- 7a8 > <walk toJunction="Junction4"/>
---------- Differences in routes ---------- 5,8d4 < <!-- Vehicles, persons and containers (sorted by depart) --> < <person id="p_0" depart="0.00"> < <stop trainStop="trainStopA" duration="60.00"/> < </person>
---------- Differences in routes ---------- 7,8c7,11 < <personTrip from="Edge0" trainStop="trainStopA"/> < <walk to="EdgeCenter0"/> --- > <stop edge="Edge0" endPos="22.83" duration="60.00"/> > <personTrip to="EdgeCenter0"/> > </person> > <person id="p_1" depart="0.00"> > <stop trainStop="trainStopA" duration="60.00"/>
---------- Differences in routes ---------- 7,8c7,8 < <ride from="Edge0" trainStop="trainStopA"/> < <walk to="EdgeCenter0"/> --- > <walk from="Edge0" trainStop="trainStopA"/> > <ride to="EdgeCenter0"/>
---------- Differences in routes ---------- 8c8 < <walk to="EdgeCenter0" arrivalPos="2.50"/> --- > <walk to="EdgeCenter0"/>
---------- Differences in routes ---------- 7,8c7,8 < <personTrip from="Edge0" trainStop="trainStopA"/> < <walk toJunction="Junction5"/> --- > <walk from="Edge0" trainStop="trainStopA"/> > <personTrip toJunction="Junction5"/>
---------- Differences in routes ---------- 7,8c7,8 < <ride from="Edge0" trainStop="trainStopA"/> < <walk toJunction="Junction5"/> --- > <walk from="Edge0" trainStop="trainStopA"/> > <ride toJunction="Junction5"/>
---------- Differences in errors ---------- 0a1 > Error: invalid combination for person stop ---------- Differences in log ---------- 0a1 > Error: invalid combination for person stop ---------- Differences in routes ---------- 8d7 < <walk toJunction="Junction5"/>
local job exited Job ID was 3998456 ---------- 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
local job exited Job ID was 3998461 ---------- 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
#3045 (This bug was triggered by text found in file 'errors' matching 'python: can't open file') ---------- New result in errors ---------- python: can't open file '<TEXTTEST_SANDBOX>/test.py': [Errno 2] No such file or directoryelements demands personplan walk edges ( Last six runs Oct2024 )