Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirefoxDriver Issue in ubuntu-latest (Ubuntu 24.04.1) #11495

Open
2 of 15 tasks
DeeptiLalwani opened this issue Jan 28, 2025 · 2 comments
Open
2 of 15 tasks

FirefoxDriver Issue in ubuntu-latest (Ubuntu 24.04.1) #11495

DeeptiLalwani opened this issue Jan 28, 2025 · 2 comments

Comments

@DeeptiLalwani
Copy link

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.

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

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

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

@RaviAkshintala
Copy link
Contributor

Hi @DeeptiLalwani Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating.

@Prabhatkumar59
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants