Thanks for the response! > smell a bit like there might still be soffice.bin (and maybe oosplash) > processe(s) around from a previous run of that test? You were correct that there was still an soffice.bin process. Killing that process and re-running the test seems to still result in similar errors, however: https://pastebin.com/5vy0YUsz
I recall that previously Ilmari Lauhakangas suggested that it could be a problem with xml parsing. Is there any possibility of that being the issue here? Regards, Jim On Wed, Jul 16, 2025 at 1:53 AM Stephan Bergmann < stephan.bergm...@collabora.com> wrote: > On 7/16/25 08:59, Jim Chen wrote: > > On a fresh copy of LibreOffice, I've found that `make check` > > consistently fails specifically on `UITests_calc_tests8`. The log is in > > the pastebin below: > > https://paste.debian.net/1386120/ <https://paste.debian.net/1386120/> > Those > > > ====================================================================== > > ERROR: test_rename_sheet (navigator.navigator.test_rename_sheet) > > ---------------------------------------------------------------------- > > Traceback (most recent call last): > > File "/home/jimc/Documents/libreoffice/uitest/uitest/framework.py", > line > > 33, in setUp > > self.connection.setUp() > > ~~~~~~~~~~~~~~~~~~~~~^^ > > File > "/home/jimc/Documents/libreoffice/uitest/libreoffice/connection.py", > > line 184, in setUp > > conn.setUp() > > ~~~~~~~~~~^^ > > File > "/home/jimc/Documents/libreoffice/uitest/libreoffice/connection.py", > > line 65, in setUp > > self.xContext = self.connect(socket) > > ~~~~~~~~~~~~^^^^^^^^ > > File > "/home/jimc/Documents/libreoffice/uitest/libreoffice/connection.py", > > line 112, in connect > > raise Exception("soffice has stopped.") > > Exception: soffice has stopped. > > smell a bit like there might still be soffice.bin (and maybe oosplash) > processe(s) around from a previous run of that test? >