Skip to content

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Oct 15, 2025

User description

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed


PR Type

Other


Description

  • Updated Firefox stable from 143.0.4 to 144.0

  • Updated Firefox beta from 144.0b9 to 145.0b1

  • Updated Chrome and ChromeDriver from 141.0.7390.76 to 141.0.7390.78

  • Updated SHA256 checksums for all browser binaries


Diagram Walkthrough

flowchart LR
  A["Firefox Stable"] -- "143.0.4 → 144.0" --> B["Linux & macOS"]
  C["Firefox Beta"] -- "144.0b9 → 145.0b1" --> D["Linux & macOS"]
  E["Chrome/ChromeDriver"] -- "141.0.7390.76 → 141.0.7390.78" --> F["Linux & macOS"]
Loading

File Walkthrough

Relevant files
Dependencies
repositories.bzl
Update browser version pins and checksums                               

common/repositories.bzl

  • Updated Firefox stable version URLs and SHA256 hashes for Linux and
    macOS
  • Updated Firefox beta version URLs and SHA256 hashes for Linux and
    macOS
  • Updated Chrome and ChromeDriver URLs and SHA256 hashes for Linux and
    macOS
+16/-16 

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Oct 15, 2025
Copy link
Contributor

qodo-merge-pro bot commented Oct 15, 2025

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
- [ ] Create ticket/issue <!-- /create_ticket --create_ticket=true -->

</details></td></tr>
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
No custom compliance provided

Follow the guide to enable custom compliance check.

  • Update
Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

Copy link
Contributor

qodo-merge-pro bot commented Oct 15, 2025

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
Possible issue
Update outdated Chrome browser version

Update the Chrome and ChromeDriver versions from 141.x to a more recent version,
such as 144.x, to align with the updated Firefox version and prevent potential
test inconsistencies.

common/repositories.bzl [200-264]

+    # This is a conceptual fix. The actual URL and SHA256 would need to be determined
+    # by a corrected automation script that finds a recent Chrome version (e.g., 144.x).
     http_archive(
         name = "linux_chrome",
-        url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.78/linux64/chrome-linux64.zip",
-        sha256 = "7cef5dccaee22992de4297bd1a2ac732f7e4b47cf4543ec92e59b43f7132438c",
+        url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7450.0/linux64/chrome-linux64.zip",
+        sha256 = "...", # new sha256 for the updated version
         build_file_content = """
 ...
 """,
     )
     http_archive(
         name = "mac_chrome",
-        url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.78/mac-x64/chrome-mac-x64.zip",
-        sha256 = "17fb7d9a18cdc02579641baacd88cfb726dc937372f01619b04c6e3faeee976f",
+        url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7450.0/mac-x64/chrome-mac-x64.zip",
+        sha256 = "...", # new sha256 for the updated version
         strip_prefix = "chrome-mac-x64",
 ...
     )
     http_archive(
         name = "linux_chromedriver",
-        url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.78/linux64/chromedriver-linux64.zip",
-        sha256 = "91766fb286e64a2af8bf3356c43f2c316f61c2ee0b7c8aab634df3f8437b5c48",
+        url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7450.0/linux64/chromedriver-linux64.zip",
+        sha256 = "...", # new sha256 for the updated version
         strip_prefix = "chromedriver-linux64",
 ...
     )
 
     http_archive(
         name = "mac_chromedriver",
-        url = "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.78/mac-x64/chromedriver-mac-x64.zip",
-        sha256 = "2ed6bb0d416aeb81eea785fcb8e6b94f5d721300052907968ec5b2383b75ff17",
+        url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7450.0/mac-x64/chromedriver-mac-x64.zip",
+        sha256 = "...", # new sha256 for the updated version
         strip_prefix = "chromedriver-mac-x64",
 ...
     )

[To ensure code accuracy, apply this suggestion manually]

Suggestion importance[1-10]: 8

__

Why: The suggestion correctly identifies a significant version discrepancy between the updated Firefox (v144) and Chrome (v141) versions, which could impact test reliability and indicates a potential issue with the update automation.

Medium
  • Update

Copy link
Contributor

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: //javascript/selenium-webdriver:test-bidi-network-test.js-firefox

Failure summary:

The action failed because 2 tests failed:
-
//javascript/selenium-webdriver:test-bidi-network-test.js-firefox failed with an assertion error in
test/bidi/network_test.js:101:9:
assert(beforeRequestEvent[2].request.url.includes('redirected.html')) evaluated to false, indicating
the expected redirected URL was not observed in the Firefox BiDi network test.
-
//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest-remote failed
because the test canListenToDownloadWillBeginEvent() is marked as not yet implemented for FIREFOX
but actually passed, triggering the guard in SeleniumExtension.afterEach
(org.openqa.selenium.testing.SeleniumExtension.java:145): "marked as not yet implemented with
FIREFOX but already works!"

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

924:  Package 'php-sql-formatter' is not installed, so not removed
925:  Package 'php8.3-ssh2' is not installed, so not removed
926:  Package 'php-ssh2-all-dev' is not installed, so not removed
927:  Package 'php8.3-stomp' is not installed, so not removed
928:  Package 'php-stomp-all-dev' is not installed, so not removed
929:  Package 'php-swiftmailer' is not installed, so not removed
930:  Package 'php-symfony' is not installed, so not removed
931:  Package 'php-symfony-asset' is not installed, so not removed
932:  Package 'php-symfony-asset-mapper' is not installed, so not removed
933:  Package 'php-symfony-browser-kit' is not installed, so not removed
934:  Package 'php-symfony-clock' is not installed, so not removed
935:  Package 'php-symfony-debug-bundle' is not installed, so not removed
936:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
937:  Package 'php-symfony-dom-crawler' is not installed, so not removed
938:  Package 'php-symfony-dotenv' is not installed, so not removed
939:  Package 'php-symfony-error-handler' is not installed, so not removed
940:  Package 'php-symfony-event-dispatcher' is not installed, so not removed
...

1118:  Package 'php-twig-html-extra' is not installed, so not removed
1119:  Package 'php-twig-i18n-extension' is not installed, so not removed
1120:  Package 'php-twig-inky-extra' is not installed, so not removed
1121:  Package 'php-twig-intl-extra' is not installed, so not removed
1122:  Package 'php-twig-markdown-extra' is not installed, so not removed
1123:  Package 'php-twig-string-extra' is not installed, so not removed
1124:  Package 'php8.3-uopz' is not installed, so not removed
1125:  Package 'php-uopz-all-dev' is not installed, so not removed
1126:  Package 'php8.3-uploadprogress' is not installed, so not removed
1127:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
1128:  Package 'php8.3-uuid' is not installed, so not removed
1129:  Package 'php-uuid-all-dev' is not installed, so not removed
1130:  Package 'php-validate' is not installed, so not removed
1131:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
1132:  Package 'php-voku-portable-ascii' is not installed, so not removed
1133:  Package 'php-wmerrors' is not installed, so not removed
1134:  Package 'php-xdebug-all-dev' is not installed, so not removed
...

1755:  (15:22:13) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image distributor-image: https://github.com/bazel-contrib/rules_oci/issues/220
1756:  (15:22:13) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image event-bus-image: https://github.com/bazel-contrib/rules_oci/issues/220
1757:  (15:22:13) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image router-image: https://github.com/bazel-contrib/rules_oci/issues/220
1758:  (15:22:13) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image session-map-image: https://github.com/bazel-contrib/rules_oci/issues/220
1759:  (15:22:13) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image session-queue-image: https://github.com/bazel-contrib/rules_oci/issues/220
1760:  (15:22:13) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image chrome-node: https://github.com/bazel-contrib/rules_oci/issues/220
1761:  (15:22:13) �[33mDEBUG: �[0m/home/runner/work/selenium/selenium/deploys/docker/docker.bzl:5:14: Ignoring ports on generated image firefox-node: https://github.com/bazel-contrib/rules_oci/issues/220
1762:  (15:22:17) �[32mLoading:�[0m 243 packages loaded
1763:  currently loading: javascript/selenium-webdriver ... (11 packages)
1764:  (15:22:22) �[32mAnalyzing:�[0m 2515 targets (254 packages loaded)
1765:  (15:22:22) �[32mAnalyzing:�[0m 2515 targets (254 packages loaded, 0 targets configured)
1766:  (15:22:22) �[32mAnalyzing:�[0m 2515 targets (254 packages loaded, 0 targets configured)
1767:  (15:22:28) �[32mAnalyzing:�[0m 2515 targets (420 packages loaded, 70 targets configured)
1768:  (15:22:29) �[33mDEBUG: �[0m/home/runner/.bazel/external/rules_jvm_external+/private/extensions/maven.bzl:295:14: WARNING: The following maven modules appear in multiple sub-modules with potentially different versions. Consider adding one of these to your root module to ensure consistent versions:
1769:  com.google.code.findbugs:jsr305
1770:  com.google.errorprone:error_prone_annotations
1771:  com.google.guava:guava (versions: 30.1.1-jre, 31.0.1-android)
...

1807:  (15:23:39) �[32mAnalyzing:�[0m 2515 targets (1632 packages loaded, 54688 targets configured)
1808:  �[32m[2,596 / 3,656]�[0m 61 / 393 tests;�[0m [Prepa] Creating source manifest for //java/test/org/openqa/selenium/remote/http:UrlTemplateTest ... (6 actions, 2 running)
1809:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/action_test.html -> javascript/atoms/test/action_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1810:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/attribute_test.html -> javascript/atoms/test/attribute_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1811:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/child_locator_test.html -> javascript/atoms/test/child_locator_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1812:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/click_link_test.html -> javascript/atoms/test/click_link_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1813:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/click_submit_test.html -> javascript/atoms/test/click_submit_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1814:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/click_test.html -> javascript/atoms/test/click_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1815:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/clientrect_test.html -> javascript/atoms/test/clientrect_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1816:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/color_test.html -> javascript/atoms/test/color_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1817:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/deps.js -> javascript/atoms/test/deps.js obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1818:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/dom_test.html -> javascript/atoms/test/dom_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1819:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/drag_test.html -> javascript/atoms/test/drag_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1820:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/enabled_test.html -> javascript/atoms/test/enabled_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1821:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/enter_submit_test.html -> javascript/atoms/test/enter_submit_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1822:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/error_test.html -> javascript/atoms/test/error_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
1823:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:397:19: runfiles symlink javascript/atoms/test/events_test.html -> javascript/atoms/test/events_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
...

1916:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/atoms/inject/sql_database_test.html -> javascript/webdriver/test/atoms/inject/sql_database_test.html obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1917:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/atoms/kitten.jpg -> javascript/webdriver/test/atoms/kitten.jpg obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1918:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/atoms/storage/local_storage_test.html -> javascript/webdriver/test/atoms/storage/local_storage_test.html obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1919:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/atoms/storage/session_storage_test.html -> javascript/webdriver/test/atoms/storage/session_storage_test.html obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1920:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/http/corsclient_test.js -> javascript/webdriver/test/http/corsclient_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1921:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/http/http_test.js -> javascript/webdriver/test/http/http_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1922:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/http/xhrclient_test.js -> javascript/webdriver/test/http/xhrclient_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1923:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/logging_test.js -> javascript/webdriver/test/logging_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1924:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/stacktrace_test.js -> javascript/webdriver/test/stacktrace_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1925:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/test_bootstrap.js -> javascript/webdriver/test/test_bootstrap.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1926:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/testutil.js -> javascript/webdriver/test/testutil.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1927:  (15:23:42) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/testutil_test.js -> javascript/webdriver/test/testutil_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
1928:  (15:23:44) �[32mAnalyzing:�[0m 2515 targets (1632 packages loaded, 54847 targets configured)
1929:  �[32m[5,850 / 7,760]�[0m 74 / 935 tests;�[0m Extracting npm package @mui/icons-material@5.18.0_437803898; 1s remote, remote-cache ... (28 actions, 0 running)
1930:  (15:23:49) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (63 source files):
1931:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1932:  private final ErrorCodes errorCodes;
1933:  ^
1934:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1935:  this.errorCodes = new ErrorCodes();
1936:  ^
1937:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1938:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
1939:  ^
1940:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1941:  ErrorCodes errorCodes = new ErrorCodes();
1942:  ^
1943:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1944:  ErrorCodes errorCodes = new ErrorCodes();
1945:  ^
1946:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1947:  response.setStatus(ErrorCodes.SUCCESS);
1948:  ^
1949:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1950:  response.setState(ErrorCodes.SUCCESS_STRING);
1951:  ^
1952:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1953:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
1954:  ^
1955:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1956:  new ErrorCodes().getExceptionType((String) rawError);
1957:  ^
1958:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1959:  private final ErrorCodes errorCodes = new ErrorCodes();
1960:  ^
1961:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1962:  private final ErrorCodes errorCodes = new ErrorCodes();
1963:  ^
1964:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1965:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
1966:  ^
1967:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:101: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1968:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1969:  ^
1970:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:103: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1971:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1972:  ^
1973:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:117: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1974:  response.setStatus(ErrorCodes.SUCCESS);
1975:  ^
1976:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:118: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1977:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1978:  ^
1979:  java/src/org/openqa/selenium/remote/codec/AbstractHttpResponseCodec.java:124: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1980:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1981:  ^
1982:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1983:  private final ErrorCodes errorCodes = new ErrorCodes();
1984:  ^
1985:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1986:  private final ErrorCodes errorCodes = new ErrorCodes();
1987:  ^
1988:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:93: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1989:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1990:  ^
1991:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:98: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1992:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1993:  ^
1994:  java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodec.java:145: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1995:  response.setStatus(ErrorCodes.SUCCESS);
1996:  ^
...

2113:  from external/protobuf+/src/google/protobuf/compiler/kotlin/generator.cc:18:
2114:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&, absl::lts_20240116::optional<google::protobuf::io::AnnotationCollector::Semantic>) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
2115:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:123:8:   required from here
2116:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf+/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:127:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
2117:  127 |     for (int i = 0; i < path.size(); ++i) {
2118:  |                     ~~^~~~~~~~~~~~~
2119:  (15:23:58) �[32mINFO: �[0mFrom Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]:
2120:  external/protobuf+/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated
2121:  public class RepeatedFieldBuilderV3<
2122:  ^
2123:  (15:23:59) �[32mAnalyzing:�[0m 2515 targets (1657 packages loaded, 57627 targets configured)
2124:  �[32m[9,156 / 10,252]�[0m 83 / 1633 tests;�[0m Checking 1 JS files in @@io_bazel_rules_closure//closure/library/html:safescript; 0s remote, remote-cache ... (5 actions, 0 running)
2125:  (15:24:04) �[32mAnalyzing:�[0m 2515 targets (1662 packages loaded, 60872 targets configured)
2126:  �[32m[9,801 / 10,504]�[0m 84 / 1698 tests;�[0m [Prepa] Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild] ... (20 actions, 0 running)
2127:  (15:24:05) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
2128:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2129:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2130:  ^
2131:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2132:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2133:  ^
2134:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2135:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
2136:  ^
2137:  (15:24:06) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
2138:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:26: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2139:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
2140:  ^
2141:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2142:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
2143:  ^
2144:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:81: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2145:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2146:  ^
2147:  java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2148:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2149:  ^
2150:  (15:24:06) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2151:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2152:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
2153:  ^
2154:  (15:24:07) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2155:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2156:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2157:  ^
2158:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2159:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2160:  ^
2161:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2162:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2163:  ^
2164:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2165:  private final ErrorCodes errorCodes = new ErrorCodes();
2166:  ^
2167:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2168:  private final ErrorCodes errorCodes = new ErrorCodes();
2169:  ^
2170:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2171:  private final ErrorCodes errorCodes = new ErrorCodes();
2172:  ^
2173:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2174:  private final ErrorCodes errorCodes = new ErrorCodes();
2175:  ^
2176:  (15:24:07) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2177:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2178:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
2179:  ^
2180:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2181:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2182:  ^
2183:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2184:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2185:  ^
2186:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2187:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2188:  ^
2189:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2190:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2191:  ^
2192:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2193:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
2194:  ^
2195:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2196:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2197:  ^
2198:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2199:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2200:  ^
2201:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2202:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2203:  ^
2204:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2205:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
2206:  ^
2207:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2208:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
2209:  ^
2210:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2211:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
2212:  ^
2213:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2214:  ErrorCodes.UNHANDLED_ERROR,
2215:  ^
2216:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2217:  ErrorCodes.UNHANDLED_ERROR,
2218:  ^
2219:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2220:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2221:  ^
2222:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2223:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2224:  ^
2225:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2226:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2227:  ^
2228:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2229:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2230:  ^
2231:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2232:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2233:  ^
2234:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2235:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2236:  ^
2237:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2238:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2239:  ^
2240:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2241:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2242:  ^
2243:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2244:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2245:  ^
2246:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2247:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
2248:  ^
2249:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2250:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2251:  ^
2252:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2253:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2254:  ^
2255:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2256:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2257:  ^
2258:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2259:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2260:  ^
2261:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2262:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2263:  ^
2264:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2265:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
2266:  ^
2267:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2268:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
2269:  ^
2270:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2271:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2272:  ^
2273:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2274:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
2275:  ^
2276:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2277:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2278:  ^
2279:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2280:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
2281:  ^
2282:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2283:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
2284:  ^
2285:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2286:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
2287:  ^
2288:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2289:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
2290:  ^
2291:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2292:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
2293:  ^
2294:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2295:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
2296:  ^
2297:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2298:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
2299:  ^
2300:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2301:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
2302:  ^
2303:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2304:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
2305:  ^
2306:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2307:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
2308:  ^
2309:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2310:  ? ErrorCodes.INVALID_SELECTOR_ERROR
2311:  ^
2312:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2313:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
2314:  ^
2315:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2316:  response.setState(new ErrorCodes().toState(status));
2317:  ^
...

2382:  (15:28:33) �[32m[11,526 / 13,303]�[0m 1112 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 206s remote, remote-cache ... (50 actions, 48 running)
2383:  (15:28:36) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextInspectorTest/test_attempts/attempt_1.log)
2384:  (15:28:38) �[32m[11,544 / 13,303]�[0m 1130 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 211s remote, remote-cache ... (50 actions, 48 running)
2385:  (15:28:43) �[32m[11,575 / 13,303]�[0m 1161 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 216s remote, remote-cache ... (50 actions, 48 running)
2386:  (15:28:48) �[32m[12,365 / 14,728]�[0m 1184 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 221s remote, remote-cache ... (49 actions, 47 running)
2387:  (15:28:54) �[32m[12,398 / 14,728]�[0m 1192 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 226s remote, remote-cache ... (50 actions running)
2388:  (15:28:59) �[32m[12,413 / 14,728]�[0m 1207 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 231s remote, remote-cache ... (50 actions, 47 running)
2389:  (15:29:04) �[32m[12,432 / 14,728]�[0m 1225 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 237s remote, remote-cache ... (50 actions, 49 running)
2390:  (15:29:09) �[32m[12,448 / 14,728]�[0m 1242 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 242s remote, remote-cache ... (50 actions, 48 running)
2391:  (15:29:14) �[32m[12,470 / 14,728]�[0m 1250 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 247s remote, remote-cache ... (50 actions running)
2392:  (15:29:20) �[32m[12,493 / 14,728]�[0m 1260 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 253s remote, remote-cache ... (50 actions running)
2393:  (15:29:27) �[32m[12,505 / 14,728]�[0m 1271 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 260s remote, remote-cache ... (50 actions running)
2394:  (15:29:32) �[32m[12,521 / 14,728]�[0m 1287 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 265s remote, remote-cache ... (50 actions running)
2395:  (15:29:37) �[32m[12,528 / 14,728]�[0m 1295 / 2515 tests;�[0m Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox; 270s remote, remote-cache ... (50 actions, 49 running)
2396:  (15:29:39) �[31m�[1mFAIL: �[0m//javascript/selenium-webdriver:test-bidi-network-test.js-firefox (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-bidi-network-test.js-firefox/test.log)
2397:  �[31m�[1mFAILED: �[0m//javascript/selenium-webdriver:test-bidi-network-test.js-firefox (Summary)
2398:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-bidi-network-test.js-firefox/test.log
2399:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/javascript/selenium-webdriver/test-bidi-network-test.js-firefox/test_attempts/attempt_1.log
2400:  (15:29:39) �[32mINFO: �[0mFrom Testing //javascript/selenium-webdriver:test-bidi-network-test.js-firefox:
2401:  ==================== Test output for //javascript/selenium-webdriver:test-bidi-network-test.js-firefox:
2402:  [INFO] Running tests against [firefox]
2403:  [firefox]
2404:  Network network
2405:  ✔ can listen to event before request is sent (466ms)
2406:  ✔ can request cookies (1064ms)
2407:  1) can redirect http equiv
2408:  ✔ can subscribe to response started (561ms)
2409:  ✔ test response started mime type (964ms)
2410:  ✔ can subscribe to response completed (691ms)
2411:  ✔ can listen to auth required event (448ms)
2412:  ✔ can listen to fetch error event (740ms)
2413:  ✔ test response completed mime type (927ms)
2414:  setCacheBehavior
2415:  ✔ can set cache behavior to bypass for a context (504ms)
2416:  ✔ can set cache behavior to default for a context (453ms)
2417:  ✔ can set cache behavior to default/bypass with no context id (330ms)
2418:  ✔ throws error for invalid cache behavior (297ms)
2419:  ✔ throws error for invalid context id types (342ms)
2420:  13 passing (2m)
2421:  1 failing
2422:  1) [firefox]
2423:  Network network
2424:  can redirect http equiv:
2425:  AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
2426:  assert(beforeRequestEvent[2].request.url.includes('redirected.html'))
...

2430:  at Context.<anonymous> (test/bidi/network_test.js:101:9)
2431:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2432:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCcP9OpQbpZwqO4T9usl0fGEgdkZWZhdWx0GiUKIIjwUfFbO5ZtPRTZ20wPDkNkUSY735PdAjTLxJP6WMBcELwD
2433:  ================================================================================
2434:  ==================== Test output for //javascript/selenium-webdriver:test-bidi-network-test.js-firefox:
2435:  [INFO] Running tests against [firefox]
2436:  [firefox]
2437:  Network network
2438:  ✔ can listen to event before request is sent (557ms)
2439:  ✔ can request cookies (921ms)
2440:  1) can redirect http equiv
2441:  ✔ can subscribe to response started (525ms)
2442:  ✔ test response started mime type (865ms)
2443:  ✔ can subscribe to response completed (459ms)
2444:  ✔ can listen to auth required event (247ms)
2445:  ✔ can listen to fetch error event (604ms)
2446:  ✔ test response completed mime type (872ms)
2447:  setCacheBehavior
2448:  ✔ can set cache behavior to bypass for a context (808ms)
2449:  ✔ can set cache behavior to default for a context (591ms)
2450:  ✔ can set cache behavior to default/bypass with no context id (383ms)
2451:  ✔ throws error for invalid cache behavior (260ms)
2452:  ✔ throws error for invalid context id types (269ms)
2453:  13 passing (2m)
2454:  1 failing
2455:  1) [firefox]
2456:  Network network
2457:  can redirect http equiv:
2458:  AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
2459:  assert(beforeRequestEvent[2].request.url.includes('redirected.html'))
2460:  + expected - actual
2461:  -false
2462:  +true
2463:  at Context.<anonymous> (test/bidi/network_test.js:101:9)
2464:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2465:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCcP9OpQbpZwqO4T9usl0fGEgdkZWZhdWx0GiUKIIjwUfFbO5ZtPRTZ20wPDkNkUSY735PdAjTLxJP6WMBcELwD
2466:  ================================================================================
2467:  (15:29:42) �[32m[12,538 / 14,728]�[0m 1304 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest; 184s remote, remote-cache ... (50 actions, 48 running)
2468:  (15:29:47) �[32m[12,545 / 14,728]�[0m 1311 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest; 190s remote, remote-cache ... (50 actions, 49 running)
2469:  (15:29:52) �[32m[12,557 / 14,728]�[0m 1323 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest; 195s remote, remote-cache ... (50 actions, 49 running)
2470:  (15:29:58) �[32m[12,562 / 14,728]�[0m 1329 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest; 200s remote, remote-cache ... (50 actions running)
2471:  (15:30:04) �[32m[12,571 / 14,728]�[0m 1338 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest; 206s remote, remote-cache ... (50 actions, 49 running)
2472:  (15:30:09) �[32m[12,576 / 14,728]�[0m 1343 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest; 211s remote, remote-cache ... (50 actions running)
2473:  (15:30:14) �[32m[12,588 / 14,728]�[0m 1354 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest; 216s remote, remote-cache ... (50 actions, 49 running)
2474:  (15:30:20) �[32m[12,594 / 14,728]�[0m 1361 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest; 222s remote, remote-cache ... (50 actions running)
2475:  �[35mFLAKY: �[0m//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest (Summary)
2476:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextInspectorTest/test_attempts/attempt_1.log
2477:  (15:30:24) �[32mINFO: �[0mFrom Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest:
2478:  ==================== Test output for //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest:
2479:  Failures: 1
2480:  1) canListenToDownloadWillBeginEvent() (org.openqa.selenium.bidi.browsingcontext.BrowsingContextInspectorTest)
2481:  java.lang.Exception: org.openqa.selenium.bidi.browsingcontext.BrowsingContextInspectorTest.canListenToDownloadWillBeginEvent is marked as not yet implemented with FIREFOX but already works!
2482:  at org.openqa.selenium.testing.SeleniumExtension.afterEach(SeleniumExtension.java:145)
2483:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2484:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2485:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChDZj8iimx5b9J21ZX2ArrgxEgdkZWZhdWx0GiUKILRMl3358pngov9tvS3k2tbBsRHteGfHuSoK3PKczqn8ELwD
2486:  ================================================================================
2487:  (15:30:25) �[32m[12,605 / 14,728]�[0m 1371 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-chrome-remote; 152s remote, remote-cache ... (50 actions, 49 running)
2488:  (15:30:30) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextInspectorTest-remote/test_attempts/attempt_1.log)
2489:  (15:30:30) �[32m[12,615 / 14,728]�[0m 1381 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-chrome-remote; 157s remote, remote-cache ... (50 actions, 47 running)
2490:  (15:30:35) �[32m[12,778 / 14,903]�[0m 1405 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:select-chrome-remote; 162s remote, remote-cache ... (50 actions, 48 running)
2491:  (15:30:40) �[32m[13,452 / 15,329]�[0m 1447 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 139s remote, remote-cache ... (49 actions, 45 running)
2492:  (15:30:41) �[32mINFO: �[0mFrom Compiling Rust (without process_wrapper) bin process_wrapper (6 files) [for tool]:
2493:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: the gold linker is deprecated and has known bugs with Rust�[0m
2494:  �[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
2495:  �[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using LLD or ld from GNU binutils instead�[0m
2496:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m
2497:  (15:30:41) �[32mINFO: �[0mFrom Compiling Rust bin rustfmt_test (1 files) [for tool]:
2498:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: the gold linker is deprecated and has known bugs with Rust�[0m
2499:  �[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
2500:  �[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using LLD or ld from GNU binutils instead�[0m
2501:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m
2502:  (15:30:43) �[32mINFO: �[0mFrom Compiling Rust bin runner (1 files) [for tool]:
2503:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: the gold linker is deprecated and has known bugs with Rust�[0m
2504:  �[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
2505:  �[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using LLD or ld from GNU binutils instead�[0m
2506:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m
2507:  (15:30:45) �[32m[13,883 / 15,752]�[0m 1458 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 144s remote, remote-cache ... (50 actions, 49 running)
2508:  (15:30:46) �[32mINFO: �[0mFrom Compiling Rust bin cargo_toml_variable_extractor (1 files) [for tool]:
2509:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: the gold linker is deprecated and has known bugs with Rust�[0m
2510:  �[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
2511:  �[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using LLD or ld from GNU binutils instead�[0m
2512:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m
2513:  (15:30:50) �[32m[14,623 / 16,055]�[0m 1512 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 149s remote, remote-cache ... (50 actions, 46 running)
2514:  (15:30:51) �[32mINFO: �[0mFrom Running Cargo build script bzip2-sys:
2515:  Build Script Warning: bzip2-1.0.8/compress.c: In function 'sendMTFValues':
2516:  Build Script Warning: bzip2-1.0.8/compress.c:243:19: warning: variable 'nBytes' set but not used [-Wunused-but-set-variable]
2517:  Build Script Warning:   243 |    Int32 nGroups, nBytes;
2518:  Build Script Warning:       |                   ^~~~~~
2519:  (15:30:55) �[32m[14,810 / 16,055]�[0m 1522 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 155s remote, remote-cache ... (50 actions, 48 running)
2520:  (15:31:00) �[32m[14,999 / 16,055]�[0m 1528 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 160s remote, remote-cache ... (50 actions, 47 running)
2521:  (15:31:03) �[32mINFO: �[0mFrom Compiling Rust bin unit (19 files):
...

2591:  (15:31:05) �[32mINFO: �[0mFrom Compiling Rust bin integration_cache_tests_test (2 files):
2592:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: the gold linker is deprecated and has known bugs with Rust�[0m
2593:  �[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
2594:  �[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using LLD or ld from GNU binutils instead�[0m
2595:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m
2596:  (15:31:05) �[32mINFO: �[0mFrom Compiling Rust bin integration_electron_tests_test (2 files):
2597:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: the gold linker is deprecated and has known bugs with Rust�[0m
2598:  �[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
2599:  �[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using LLD or ld from GNU binutils instead�[0m
2600:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m
2601:  (15:31:05) �[32mINFO: �[0mFrom Compiling Rust bin integration_grid_tests_test (2 files):
2602:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: the gold linker is deprecated and has known bugs with Rust�[0m
2603:  �[0m  �[0m�[0m�[1m�[38;5;12m|�[0m
2604:  �[0m  �[0m�[0m�[1m�[38;5;12m= �[0m�[0m�[1mhelp�[0m�[0m: consider using LLD or ld from GNU binutils instead�[0m
2605:  �[0m�[1m�[33mwarning�[0m�[0m�[1m: 1 warning emitted�[0m
2606:  (15:31:05) �[32m[15,735 / 16,642]�[0m 1549 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 165s remote, remote-cache ... (50 actions, 47 running)
2607:  (15:31:06) �[32mINFO: �[0mFrom Compiling Rust bin integration_config_tests_test (2 files):
...

2651:  dotnet/src/webdriver/DevTools/v140/V140Network.cs(194,25): warning CS8601: Possible null reference assignment.
2652:  dotnet/src/webdriver/DevTools/v140/V140Network.cs(235,88): warning CS8601: Possible null reference assignment.
2653:  dotnet/src/webdriver/DevTools/v140/V140Network.cs(292,117): warning CS8601: Possible null reference assignment.
2654:  dotnet/src/webdriver/DevTools/v140/V140Network.cs(320,90): warning CS8601: Possible null reference assignment.
2655:  dotnet/src/webdriver/DevTools/v138/V138Network.cs(149,25): warning CS8601: Possible null reference assignment.
2656:  (15:31:08) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
2657:  dotnet/src/webdriver/DevTools/v138/V138Network.cs(194,25): warning CS8601: Possible null reference assignment.
2658:  dotnet/src/webdriver/DevTools/v138/V138Network.cs(235,88): warning CS8601: Possible null reference assignment.
2659:  dotnet/src/webdriver/DevTools/v138/V138Network.cs(292,117): warning CS8601: Possible null reference assignment.
2660:  dotnet/src/webdriver/DevTools/v138/V138Network.cs(320,90): warning CS8601: Possible null reference assignment.
2661:  dotnet/src/webdriver/DevTools/v139/V139Network.cs(149,25): warning CS8601: Possible null reference assignment.
2662:  dotnet/src/webdriver/DevTools/v139/V139Network.cs(194,25): warning CS8601: Possible null reference assignment.
2663:  dotnet/src/webdriver/DevTools/v139/V139Network.cs(235,88): warning CS8601: Possible null reference assignment.
2664:  dotnet/src/webdriver/DevTools/v139/V139Network.cs(292,117): warning CS8601: Possible null reference assignment.
2665:  dotnet/src/webdriver/DevTools/v139/V139Network.cs(320,90): warning CS8601: Possible null reference assignment.
2666:  (15:31:10) �[32m[16,574 / 17,331]�[0m 1628 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 170s remote, remote-cache ... (50 actions, 46 running)
2667:  (15:31:15) �[32m[16,674 / 17,436]�[0m 1646 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 175s remote, remote-cache ... (49 actions, 47 running)
2668:  (15:31:20) �[32m[16,828 / 17,572]�[0m 1666 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 180s remote, remote-cache ... (49 actions, 44 running)
2669:  (15:31:25) �[32m[16,914 / 17,633]�[0m 1692 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 185s remote, remote-cache ... (50 actions, 48 running)
2670:  (15:31:30) �[32m[16,938 / 17,633]�[0m 1715 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 190s remote, remote-cache ... (50 actions, 48 running)
2671:  (15:31:35) �[32m[16,956 / 17,633]�[0m 1733 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 195s remote, remote-cache ... (50 actions, 47 running)
2672:  (15:31:40) �[32m[16,975 / 17,633]�[0m 1752 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 200s remote, remote-cache ... (50 actions, 48 running)
2673:  (15:31:45) �[32m[17,008 / 17,633]�[0m 1785 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 205s remote, remote-cache ... (50 actions, 48 running)
2674:  (15:31:51) �[32m[17,023 / 17,633]�[0m 1801 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 210s remote, remote-cache ... (50 actions, 49 running)
2675:  (15:31:56) �[32m[17,033 / 17,633]�[0m 1811 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 215s remote, remote-cache ... (50 actions, 48 running)
2676:  (15:32:01) �[32m[17,043 / 17,633]�[0m 1821 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 220s remote, remote-cache ... (50 actions running)
2677:  (15:32:06) �[32m[17,097 / 17,633]�[0m 1874 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 225s remote, remote-cache ... (50 actions running)
2678:  (15:32:11) �[32m[17,114 / 17,633]�[0m 1891 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 230s remote, remote-cache ... (50 actions, 48 running)
2679:  (15:32:16) �[32m[17,163 / 17,633]�[0m 1940 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 235s remote, remote-cache ... (50 actions, 47 running)
2680:  (15:32:21) �[32m[17,198 / 17,633]�[0m 1976 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 240s remote, remote-cache ... (50 actions running)
2681:  (15:32:26) �[32m[17,210 / 17,633]�[0m 1987 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 245s remote, remote-cache ... (50 actions, 48 running)
2682:  (15:32:31) �[32m[17,220 / 17,633]�[0m 1998 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 251s remote, remote-cache ... (50 actions, 49 running)
2683:  (15:32:36) �[32m[17,228 / 17,633]�[0m 2005 / 2515 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 256s remote, remote-cache ... (50 actions running)
2684:  (15:32:37) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextInspectorTest-remote/test.log)
2685:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextInspectorTest-remote (Summary)
2686:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextInspectorTest-remote/test.log
...

2994:  1) canListenToDownloadWillBeginEvent() (org.openqa.selenium.bidi.browsingcontext.BrowsingContextInspectorTest)
2995:  java.lang.Exception: org.openqa.selenium.bidi.browsingcontext.BrowsingContextInspectorTest.canListenToDownloadWillBeginEvent is marked as not yet implemented with FIREFOX but already works!
2996:  at org.openqa.selenium.testing.SeleniumExtension.afterEach(SeleniumExtension.java:145)
2997:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2998:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
2999:  15:32:36.264 INFO [LocalNode.stopTimedOutSession] - Session id 6bac10f8-de48-426e-9062-0f8b3f6a35e1 is stopping on demand...
3000:  15:32:36.265 INFO [LocalSessionMap.remove] - Deleted session from local Session Map, Id: 6bac10f8-de48-426e-9062-0f8b3f6a35e1, Node: http://127.0.0.1:2731
3001:  15:32:36.265 INFO [LocalGridModel.release] - Releasing slot for session id 6bac10f8-de48-426e-9062-0f8b3f6a35e1
3002:  15:32:36.265 INFO [SessionSlot.stop] - Stopping session 6bac10f8-de48-426e-9062-0f8b3f6a35e1
3003:  15:32:36.275 INFO [LocalNode.stopAllSessions] - Trying to stop all running sessions before shutting down...
3004:  15:32:36.277 INFO [LocalGridModel.setAvailability] - Switching Node 757da79f-86ba-4746-8bcf-610feb6eea6a (uri: http://127.0.0.1:2731) from UP to DRAINING
3005:  15:32:36.278 INFO [LocalNode.drain] - Firing node drain complete message
3006:  15:32:36.280 INFO [LocalNodeRegistry.remove] - Node 757da79f-86ba-4746-8bcf-610feb6eea6a removed and all resources cleaned up
3007:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChAcj2g8x8Za5bkouhIip0dLEgdkZWZhdWx0GiUKIAA1BU88QzcoE1qSqV9E50MhqvS0jd5B3qLYtKhOIYeIELwD
3008:  ================================================================================
3009:  (15:32:41) �[32m[17,236 / 17,633]�[0m 2014 / 2515 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 261s remote, remote-cache ... (50 actions, 49 running)
3010:  (15:32:47) �[32m[17,254 / 17,633]�[0m 2031 / 2515 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 266s remote, remote-cache ... (50 actions, 47 running)
3011:  (15:32:52) �[32m[17,260 / 17,633]�[0m 2037 / 2515 tests, �[31m�[1m2 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest-remote; 271s remote, remote-cache ... (50 action...

@diemol diemol merged commit 3bace2e into trunk Oct 15, 2025
44 of 45 checks passed
@diemol diemol deleted the pinned-browser-updates branch October 15, 2025 15:56
cgoldberg pushed a commit to cgoldberg/selenium that referenced this pull request Oct 15, 2025
…HQ#16433)

Update pinned browser versions

Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com>
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations Review effort 2/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants