This is probably what crashes the test suite of jquery-timepicker and 
phpsysinfo: 
https://ci.debian.net/data/autopkgtest/testing/amd64/j/jquery-timepicker/37547785/log.gz

phpsysinfo does not show up for now since I just realized failures where not 
detected in a proper way. The fix is uploaded.
One crash can be seen in: 
https://ci.debian.net/data/autopkgtest/unstable/amd64/p/phpsysinfo/37551390/log.gz
With the fix the same one as jquery-timepicker shows up.

Here are some crash logs of the chrome webdriver using sid and phpsysinfo 
autopkgtest:

ERROR: test_dynamic_page (__main__.TestPhpSysinfoWeb.test_dynamic_page)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 48, in test_dynamic_page
    WebDriverWait(self.driver, 60).until(lambda x: x.find_element(By.ID, 
"s_processes").text != "")
  File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", 
line 86, in until
    value = method(self._driver)
            ^^^^^^^^^^^^^^^^^^^^
  File "/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 48, in <lambda>
    WebDriverWait(self.driver, 60).until(lambda x: x.find_element(By.ID, 
"s_processes").text != "")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 738, in find_element
    return self.execute(Command.FIND_ELEMENT, {"using": by, "value": 
value})["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 344, in execute
    self.error_handler.check_response(response)
  File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", 
line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: session 
deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
  (Session info: headless chrome=116.0.5845.180)
Stacktrace:
#0 0x55876cf735aa <unknown>
#1 0x55876cc95b89 <unknown>
#2 0x55876cc8265c <unknown>
#3 0x55876cc81be9 <unknown>
#4 0x55876cc80d3e <unknown>
#5 0x55876cc80bda <unknown>
#6 0x55876cc7faa9 <unknown>
#7 0x55876cc800a5 <unknown>
#8 0x55876cc8e218 <unknown>
#9 0x55876cc8f059 <unknown>
#10 0x55876cc9fd63 <unknown>
#11 0x55876cca3e98 <unknown>
#12 0x55876cc805a1 <unknown>
#13 0x55876cc9fa0f <unknown>
#14 0x55876cd0acc2 <unknown>
#15 0x55876ccf364a <unknown>
#16 0x55876ccc735b <unknown>
#17 0x55876ccc8936 <unknown>
#18 0x55876cf40fbc <unknown>
#19 0x55876cf44113 <unknown>
#20 0x55876cf43baa <unknown>
#21 0x55876cf445fc <unknown>
#22 0x55876cf4acda <unknown>
#23 0x55876cf44987 <unknown>
#24 0x55876cf1cdf1 <unknown>
#25 0x55876cf5dd99 <unknown>
#26 0x55876cf5df93 <unknown>
#27 0x55876cf6c243 <unknown>
#28 0x7ff4384a63ec <unknown>


======================================================================
ERROR: test_dynamic_page (__main__.TestPhpSysinfoWeb.test_dynamic_page)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 23, in tearDown
    self.driver.close()
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 455, in close
    self.execute(Command.CLOSE)
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 344, in execute
    self.error_handler.check_response(response)
  File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", 
line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session 
id
Stacktrace:
#0 0x55876cf735aa <unknown>
#1 0x55876cc95b89 <unknown>
#2 0x55876ccc6ed8 <unknown>
#3 0x55876ccc8936 <unknown>
#4 0x55876cf40fbc <unknown>
#5 0x55876cf44113 <unknown>
#6 0x55876cf43baa <unknown>
#7 0x55876cf445fc <unknown>
#8 0x55876cf4acda <unknown>
#9 0x55876cf44987 <unknown>
#10 0x55876cf1cdf1 <unknown>
#11 0x55876cf5dd99 <unknown>
#12 0x55876cf5df93 <unknown>
#13 0x55876cf6c243 <unknown>
#14 0x7ff4384a63ec <unknown>


======================================================================
ERROR: test_static_page (__main__.TestPhpSysinfoWeb.test_static_page)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 29, in test_static_page
    vitals = WebDriverWait(self.driver, 60).until(lambda x: x.find_element(By.ID, 
"vitals"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", 
line 86, in until
    value = method(self._driver)
            ^^^^^^^^^^^^^^^^^^^^
  File "/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 29, in <lambda>
    vitals = WebDriverWait(self.driver, 60).until(lambda x: x.find_element(By.ID, 
"vitals"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 738, in find_element
    return self.execute(Command.FIND_ELEMENT, {"using": by, "value": 
value})["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 344, in execute
    self.error_handler.check_response(response)
  File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", 
line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: session 
deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
  (Session info: headless chrome=116.0.5845.180)
Stacktrace:
#0 0x55fe119f85aa <unknown>
#1 0x55fe1171ab89 <unknown>
#2 0x55fe11705b8e <unknown>
#3 0x55fe11704aa9 <unknown>
#4 0x55fe117050a5 <unknown>
#5 0x55fe11713218 <unknown>
#6 0x55fe11714059 <unknown>
#7 0x55fe11725015 <unknown>
#8 0x55fe1178fc03 <unknown>
#9 0x55fe1177864a <unknown>
#10 0x55fe1174c35b <unknown>
#11 0x55fe1174d936 <unknown>
#12 0x55fe119c5fbc <unknown>
#13 0x55fe119c9113 <unknown>
#14 0x55fe119c8baa <unknown>
#15 0x55fe119c95fc <unknown>
#16 0x55fe119cfcda <unknown>
#17 0x55fe119c9987 <unknown>
#18 0x55fe119a1df1 <unknown>
#19 0x55fe119e2d99 <unknown>
#20 0x55fe119e2f93 <unknown>
#21 0x55fe119f1243 <unknown>
#22 0x7fcec9aa63ec <unknown>


======================================================================
ERROR: test_static_page (__main__.TestPhpSysinfoWeb.test_static_page)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/tmp/autopkgtest.Rf2SdY/build.r15/src/./debian/tests/test_phpsysinfo_web.py", 
line 23, in tearDown
    self.driver.close()
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 455, in close
    self.execute(Command.CLOSE)
  File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", 
line 344, in execute
    self.error_handler.check_response(response)
  File 
"/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", 
line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session 
id
Stacktrace:
#0 0x55fe119f85aa <unknown>
#1 0x55fe1171ab89 <unknown>
#2 0x55fe1174bed8 <unknown>
#3 0x55fe1174d936 <unknown>
#4 0x55fe119c5fbc <unknown>
#5 0x55fe119c9113 <unknown>
#6 0x55fe119c8baa <unknown>
#7 0x55fe119c95fc <unknown>
#8 0x55fe119cfcda <unknown>
#9 0x55fe119c9987 <unknown>
#10 0x55fe119a1df1 <unknown>
#11 0x55fe119e2d99 <unknown>
#12 0x55fe119e2f93 <unknown>
#13 0x55fe119f1243 <unknown>
#14 0x7fcec9aa63ec <unknown>

Reply via email to