You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration tests began to fail when the ubuntu-latest was updated to version 24.04.1 .
Here are the error logs -
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
XPCOMGlueLoad error for file /home/runner/work/composition/composition/target/webdriverTmp/firefox-linux64/libxul.so:
libdbus-glib-1.so.2: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:113)
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:271)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:119)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:216)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:211)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:207)
remote stacktrace:
Caused by: java.lang.RuntimeException:
org.openqa.selenium.WebDriverException: Process unexpectedly closed with status 255
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'fv-az1702-311', ip: '10.1.0.203', os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1020-azure', java.version: '17.0.13'
Driver info: driver.version: FirefoxDriver
Hi @DeeptiLalwani - We would like to inform you that the latest image version (20250126.1) has been rolled out, and the Firefox driver has been updated to version 134.0.2.
Please update your sync process and try using the new version. Let us know if you encounter any further issues.
Additionally, please try adding the missing package libdbus-glib-1-2 to the workflow at runtime.
In the meantime, we request you to provide any workflow and reproduction steps link to help us investigate the issue further.
Thanks!
Description
Integration tests began to fail when the ubuntu-latest was updated to version 24.04.1 .
Here are the error logs -
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
XPCOMGlueLoad error for file /home/runner/work/composition/composition/target/webdriverTmp/firefox-linux64/libxul.so:
libdbus-glib-1.so.2: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
remote stacktrace:
Caused by: java.lang.RuntimeException:
org.openqa.selenium.WebDriverException: Process unexpectedly closed with status 255
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'fv-az1702-311', ip: '10.1.0.203', os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1020-azure', java.version: '17.0.13'
Driver info: driver.version: FirefoxDriver
Platforms affected
Runner images affected
Image version and build link
Operating System
Ubuntu
24.04.1
LTS
Runner Image
Image: ubuntu-24.04
Version: 20250120.5.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250120.5/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250120.5
Is it regression?
Yes, It works on ubuntu-22.04
Expected behavior
Integration tests must be successful.
Actual behavior
Integration tests have failed.
Repro steps
Integration tests began to fail when the ubuntu-latest was updated to version 24.04.1
The text was updated successfully, but these errors were encountered: