Skip to content

[dotnet][rb][java][js][py] Automated Browser Version Update #15895

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

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Jun 13, 2025

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

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

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 Security concerns

Checksum validation:
The PR updates SHA256 checksums for Chrome browser and ChromeDriver downloads. While this appears to be a legitimate automated update, the new checksums should be independently verified against the official Chrome for Testing repository to ensure they haven't been tampered with, as incorrect checksums could allow malicious binaries to be downloaded and executed.

⚡ Recommended focus areas for review

Checksum Validation

The SHA256 checksums for the updated Chrome and ChromeDriver downloads should be verified to ensure they match the actual files from the official Chrome for Testing repository to prevent potential security issues or download corruption.

        url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.23/linux64/chrome-linux64.zip",
        sha256 = "d73cf3dcc85572d7d6e22f1d10479f6eb450e24aa6253af2c7e8c380c4d546b5",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

filegroup(
    name = "files",
    srcs = glob(["**/*"]),
)

exports_files(["chrome-linux64/chrome"])

js_library(
    name = "chrome-js",
    data = [":files"],
)
""",
    )
    http_archive(
        name = "mac_beta_chrome",
        url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.23/mac-x64/chrome-mac-x64.zip",
        sha256 = "e03bb09631f918828747b25fddeaf0c1d7ad898dbf034ab8c42cd0acd09e47df",
        strip_prefix = "chrome-mac-x64",
        patch_cmds = [
            "mv 'Google Chrome for Testing.app' Chrome.app",
            "mv 'Chrome.app/Contents/MacOS/Google Chrome for Testing' Chrome.app/Contents/MacOS/Chrome",
        ],
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["Chrome.app"])

js_library(
    name = "chrome-js",
    data = glob(["Chrome.app/**/*"]),
)
""",
    )
    http_archive(
        name = "linux_beta_chromedriver",
        url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.23/linux64/chromedriver-linux64.zip",
        sha256 = "367a6b3fc321893d54c2b5eb55277759ac861d10e70dd578089502f333a0cc3b",
        strip_prefix = "chromedriver-linux64",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["chromedriver"])

js_library(
    name = "chromedriver-js",
    data = ["chromedriver"],
)
""",
    )

    http_archive(
        name = "mac_beta_chromedriver",
        url = "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.23/mac-x64/chromedriver-mac-x64.zip",
        sha256 = "95f32d1bd12f2cc9ab19d53c4050fd7da45a9700935b96811354d25a31b9a9f7",

Copy link
Contributor

qodo-merge-pro bot commented Jun 13, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

Copy link
Contributor

qodo-merge-pro bot commented Jun 13, 2025

CI Feedback 🧐

(Feedback updated until commit d086313)

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: Multiple tests failed: fedcm-chrome-beta, fedcm-chrome-beta-remote, StorageCommandsTest-edge, StorageCommandsTest-edge-remote, network-chrome-bidi

Failure summary:

The action failed due to multiple test failures:
FedCM tests failed: Tests in
//rb/spec/integration/selenium/webdriver:fedcm-chrome-beta and
//rb/spec/integration/selenium/webdriver:fedcm-chrome-beta-remote failed with InvalidSessionIdError:
session deleted as the browser has closed the connection when calling driver.wait_for_fedcm_dialog
in rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46
Storage tests failed: Tests in
//java/test/org/openqa/selenium/bidi/storage:StorageCommandsTest-edge and
//java/test/org/openqa/selenium/bidi/storage:StorageCommandsTest-edge-remote failed with
AssertionFailedError: Expecting value to be true but was false in StorageCommandsTest.java:283 for
the canGetAllCookies() method
Network test was flaky: Test
//rb/spec/integration/selenium/webdriver:network-chrome-bidi failed once with IOError: stream closed
in another thread in rb/lib/selenium/webdriver/common/websocket_connection.rb:102

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

947:  Package 'php-sql-formatter' is not installed, so not removed
948:  Package 'php8.3-ssh2' is not installed, so not removed
949:  Package 'php-ssh2-all-dev' is not installed, so not removed
950:  Package 'php8.3-stomp' is not installed, so not removed
951:  Package 'php-stomp-all-dev' is not installed, so not removed
952:  Package 'php-swiftmailer' is not installed, so not removed
953:  Package 'php-symfony' is not installed, so not removed
954:  Package 'php-symfony-asset' is not installed, so not removed
955:  Package 'php-symfony-asset-mapper' is not installed, so not removed
956:  Package 'php-symfony-browser-kit' is not installed, so not removed
957:  Package 'php-symfony-clock' is not installed, so not removed
958:  Package 'php-symfony-debug-bundle' is not installed, so not removed
959:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
960:  Package 'php-symfony-dom-crawler' is not installed, so not removed
961:  Package 'php-symfony-dotenv' is not installed, so not removed
962:  Package 'php-symfony-error-handler' is not installed, so not removed
963:  Package 'php-symfony-event-dispatcher' is not installed, so not removed
...

1141:  Package 'php-twig-html-extra' is not installed, so not removed
1142:  Package 'php-twig-i18n-extension' is not installed, so not removed
1143:  Package 'php-twig-inky-extra' is not installed, so not removed
1144:  Package 'php-twig-intl-extra' is not installed, so not removed
1145:  Package 'php-twig-markdown-extra' is not installed, so not removed
1146:  Package 'php-twig-string-extra' is not installed, so not removed
1147:  Package 'php8.3-uopz' is not installed, so not removed
1148:  Package 'php-uopz-all-dev' is not installed, so not removed
1149:  Package 'php8.3-uploadprogress' is not installed, so not removed
1150:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
1151:  Package 'php8.3-uuid' is not installed, so not removed
1152:  Package 'php-uuid-all-dev' is not installed, so not removed
1153:  Package 'php-validate' is not installed, so not removed
1154:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
1155:  Package 'php-voku-portable-ascii' is not installed, so not removed
1156:  Package 'php-wmerrors' is not installed, so not removed
1157:  Package 'php-xdebug-all-dev' is not installed, so not removed
...

1820:  warning: [options] target value 8 is obsolete and will be removed in a future release
1821:  warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
1822:  (00:46:30) �[35mWARNING: �[0m/home/runner/.bazel/external/io_bazel_rules_closure/java/com/google/javascript/jscomp/BUILD:19:13: in java_library rule @@io_bazel_rules_closure//java/com/google/javascript/jscomp:jscomp: target '@@io_bazel_rules_closure//java/com/google/javascript/jscomp:jscomp' depends on deprecated target '@@io_bazel_rules_closure//java/io/bazel/rules/closure:build_info_java_proto': Use java_proto_library from com_google_protobuf
1823:  (00:46:30) �[33mDEBUG: �[0m/home/runner/.bazel/external/io_bazel_rules_closure/closure/compiler/closure_js_deps.bzl:38:10: closure_js_deps() and deps.js files are deprecated. Please remove your closure_js_deps rules and, if needed, use the google-closure-deps npm module with bazelbuild/rules_nodejs to generate deps.js files.
1824:  (00:46:30) �[33mDEBUG: �[0m/home/runner/.bazel/external/io_bazel_rules_closure/closure/compiler/closure_js_deps.bzl:38:10: closure_js_deps() and deps.js files are deprecated. Please remove your closure_js_deps rules and, if needed, use the google-closure-deps npm module with bazelbuild/rules_nodejs to generate deps.js files.
1825:  (00:46:30) �[33mDEBUG: �[0m/home/runner/.bazel/external/io_bazel_rules_closure/closure/compiler/closure_js_deps.bzl:38:10: closure_js_deps() and deps.js files are deprecated. Please remove your closure_js_deps rules and, if needed, use the google-closure-deps npm module with bazelbuild/rules_nodejs to generate deps.js files.
1826:  (00:46:31) �[32mAnalyzing:�[0m 2367 targets (1587 packages loaded, 44190 targets configured)
1827:  �[32m[1,690 / 1,690]�[0m 80 / 81 tests;�[0m no actions running
1828:  (00:46:36) �[32mAnalyzing:�[0m 2367 targets (1593 packages loaded, 45973 targets configured)
1829:  �[32m[1,942 / 2,728]�[0m 80 / 169 tests;�[0m Creating source manifest for //rb/spec/integration/selenium/webdriver/bidi:script-firefox-beta-bidi; 0s local ... (3 actions running)
1830:  (00:46:41) �[32mAnalyzing:�[0m 2367 targets (1595 packages loaded, 45991 targets configured)
1831:  �[32m[3,496 / 4,804]�[0m 80 / 447 tests;�[0m checking cached actions
1832:  (00:46:46) �[32mAnalyzing:�[0m 2367 targets (1614 packages loaded, 48765 targets configured)
1833:  �[32m[5,549 / 7,868]�[0m 80 / 1302 tests;�[0m Copying file external/+pin_browsers_extension+linux_chromedriver/chromedriver; 4s remote, remote-cache ... (50 actions, 4 running)
1834:  (00:46:47) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (69 source files):
1835:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1836:  private final ErrorCodes errorCodes;
1837:  ^
1838:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1839:  this.errorCodes = new ErrorCodes();
1840:  ^
1841:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1842:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
1843:  ^
1844:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1845:  ErrorCodes errorCodes = new ErrorCodes();
1846:  ^
1847:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1848:  ErrorCodes errorCodes = new ErrorCodes();
1849:  ^
1850:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1851:  response.setStatus(ErrorCodes.SUCCESS);
1852:  ^
1853:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1854:  response.setState(ErrorCodes.SUCCESS_STRING);
1855:  ^
1856:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1857:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
1858:  ^
1859:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1860:  new ErrorCodes().getExceptionType((String) rawError);
1861:  ^
1862:  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
1863:  private final ErrorCodes errorCodes = new ErrorCodes();
1864:  ^
1865:  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
1866:  private final ErrorCodes errorCodes = new ErrorCodes();
1867:  ^
1868:  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
1869:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
1870:  ^
1871:  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
1872:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1873:  ^
1874:  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
1875:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1876:  ^
1877:  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
1878:  response.setStatus(ErrorCodes.SUCCESS);
1879:  ^
1880:  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
1881:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1882:  ^
1883:  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
1884:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1885:  ^
1886:  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
1887:  private final ErrorCodes errorCodes = new ErrorCodes();
1888:  ^
1889:  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
1890:  private final ErrorCodes errorCodes = new ErrorCodes();
1891:  ^
1892:  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
1893:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1894:  ^
1895:  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
1896:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1897:  ^
1898:  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
1899:  response.setStatus(ErrorCodes.SUCCESS);
1900:  ^
...

1931:  (00:46:56) �[32mAnalyzing:�[0m 2367 targets (1679 packages loaded, 63716 targets configured)
1932:  �[32m[8,336 / 11,217]�[0m 82 / 2077 tests;�[0m Copying file external/+pin_browsers_extension+linux_chrome/chrome-linux64/chrome; 14s remote, remote-cache ... (47 actions, 37 running)
1933:  (00:46:57) �[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
1934:  (00:46:57) �[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
1935:  (00:46:57) �[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
1936:  (00:46:57) �[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
1937:  (00:46:57) �[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
1938:  (00:46:57) �[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
1939:  (00:46:57) �[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
1940:  (00:46:57) �[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
1941:  (00:46:57) �[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
1942:  (00:46:57) �[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
1943:  (00:46:57) �[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
1944:  (00:46:57) �[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
1945:  (00:46:57) �[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
1946:  (00:46:57) �[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
1947:  (00:46:57) �[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
...

2231:  (00:47:16) �[32mAnalyzing:�[0m 2367 targets (1681 packages loaded, 65182 targets configured)
2232:  �[32m[12,482 / 13,621]�[0m 124 / 2259 tests;�[0m Copying file external/+pin_browsers_extension+linux_chrome/chrome-linux64/chrome; 34s remote, remote-cache ... (15 actions, 1 running)
2233:  (00:47:21) �[32mAnalyzing:�[0m 2367 targets (1681 packages loaded, 65218 targets configured)
2234:  �[32m[12,516 / 13,762]�[0m 132 / 2277 tests;�[0m Copying file external/+pin_browsers_extension+linux_chrome/chrome-linux64/chrome; 39s remote, remote-cache ... (29 actions, 0 running)
2235:  (00:47:27) �[32mAnalyzing:�[0m 2367 targets (1681 packages loaded, 65249 targets configured)
2236:  �[32m[12,544 / 13,884]�[0m 136 / 2301 tests;�[0m Copying file external/+pin_browsers_extension+linux_chrome/chrome-linux64/chrome; 44s remote, remote-cache ... (50 actions, 1 running)
2237:  (00:47:32) �[32mAnalyzing:�[0m 2367 targets (1681 packages loaded, 65249 targets configured)
2238:  �[32m[12,598 / 14,018]�[0m 146 / 2313 tests;�[0m Copying file external/+pin_browsers_extension+linux_chrome/chrome-linux64/chrome; 49s remote, remote-cache ... (50 actions, 0 running)
2239:  (00:47:37) �[32mAnalyzing:�[0m 2367 targets (1681 packages loaded, 65249 targets configured)
2240:  �[32m[12,624 / 14,305]�[0m 150 / 2354 tests;�[0m Copying file external/+pin_browsers_extension+linux_chrome/chrome-linux64/chrome; 54s remote, remote-cache ... (50 actions, 1 running)
2241:  (00:47:38) �[32mINFO: �[0mAnalyzed 2367 targets (1681 packages loaded, 65249 targets configured).
2242:  (00:47:42) �[32m[12,753 / 14,483]�[0m 182 / 2367 tests;�[0m Testing //py:common-edge-test/selenium/webdriver/common/upload_tests.py; 1s remote, remote-cache ... (48 actions, 1 running)
2243:  (00:47:47) �[32m[12,933 / 14,595]�[0m 239 / 2367 tests;�[0m Copying file external/+pin_browsers_extension+linux_chrome/chrome-linux64/chrome; 5s remote, remote-cache ... (50 actions, 4 running)
2244:  (00:47:52) �[32m[13,163 / 14,826]�[0m 290 / 2367 tests;�[0m Testing //py:test-chrome-test/selenium/webdriver/chrome/chrome_network_emulation_tests.py; 9s remote, remote-cache ... (50 actions, 4 running)
2245:  (00:47:55) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
2246:  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
2247:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
2248:  ^
2249:  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
2250:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
2251:  ^
2252:  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
2253:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2254:  ^
2255:  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
2256:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2257:  ^
2258:  (00:47:55) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
2259:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2260:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2261:  ^
2262:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2263:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2264:  ^
2265:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2266:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
2267:  ^
2268:  (00:47:57) �[32m[13,355 / 14,993]�[0m 338 / 2367 tests;�[0m Testing //py:test-chrome-test/selenium/webdriver/chrome/chrome_network_emulation_tests.py; 15s remote, remote-cache ... (48 actions, 4 running)
2269:  (00:47:59) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2270:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2271:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
2272:  ^
2273:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2274:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2275:  ^
2276:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2277:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2278:  ^
2279:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2280:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2281:  ^
2282:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2283:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2284:  ^
2285:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2286:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
2287:  ^
2288:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2289:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2290:  ^
2291:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2292:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2293:  ^
2294:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2295:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2296:  ^
2297:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2298:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
2299:  ^
2300:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2301:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
2302:  ^
2303:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2304:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
2305:  ^
2306:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2307:  ErrorCodes.UNHANDLED_ERROR,
2308:  ^
2309:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2310:  ErrorCodes.UNHANDLED_ERROR,
2311:  ^
2312:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2313:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2314:  ^
2315:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2316:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2317:  ^
2318:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2319:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2320:  ^
2321:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2322:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2323:  ^
2324:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2325:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2326:  ^
2327:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2328:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2329:  ^
2330:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2331:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2332:  ^
2333:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2334:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2335:  ^
2336:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2337:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2338:  ^
2339:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2340:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
2341:  ^
2342:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2343:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2344:  ^
2345:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2346:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2347:  ^
2348:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2349:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2350:  ^
2351:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2352:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2353:  ^
2354:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2355:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2356:  ^
2357:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2358:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
2359:  ^
2360:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2361:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
2362:  ^
2363:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2364:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2365:  ^
2366:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2367:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
2368:  ^
2369:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2370:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2371:  ^
2372:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2373:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
2374:  ^
2375:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2376:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
2377:  ^
2378:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2379:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
2380:  ^
2381:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2382:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
2383:  ^
2384:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2385:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
2386:  ^
2387:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2388:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
2389:  ^
2390:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2391:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
2392:  ^
2393:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2394:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
2395:  ^
2396:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2397:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
2398:  ^
2399:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2400:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
2401:  ^
2402:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2403:  ? ErrorCodes.INVALID_SELECTOR_ERROR
2404:  ^
2405:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2406:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
2407:  ^
2408:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2409:  response.setState(new ErrorCodes().toState(status));
2410:  ^
2411:  (00:47:59) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2412:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2413:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2414:  ^
2415:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2416:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2417:  ^
2418:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2419:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2420:  ^
2421:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2422:  private final ErrorCodes errorCodes = new ErrorCodes();
2423:  ^
2424:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2425:  private final ErrorCodes errorCodes = new ErrorCodes();
2426:  ^
2427:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2428:  private final ErrorCodes errorCodes = new ErrorCodes();
2429:  ^
2430:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2431:  private final ErrorCodes errorCodes = new ErrorCodes();
2432:  ^
2433:  (00:48:01) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2434:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2435:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
2436:  ^
...

2520:  (00:55:46) �[32m[15,038 / 16,274]�[0m 1041 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 144s remote, remote-cache ... (50 actions, 45 running)
2521:  (00:55:51) �[32m[15,045 / 16,274]�[0m 1048 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 149s remote, remote-cache ... (50 actions, 45 running)
2522:  (00:55:57) �[32m[15,049 / 16,274]�[0m 1052 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 154s remote, remote-cache ... (50 actions, 47 running)
2523:  (00:56:02) �[32m[15,052 / 16,274]�[0m 1055 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 159s remote, remote-cache ... (50 actions, 46 running)
2524:  (00:56:07) �[32m[15,058 / 16,274]�[0m 1061 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 165s remote, remote-cache ... (50 actions, 45 running)
2525:  (00:56:13) �[32m[15,082 / 16,280]�[0m 1079 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 170s remote, remote-cache ... (50 actions, 45 running)
2526:  (00:56:18) �[32m[15,090 / 16,280]�[0m 1088 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 175s remote, remote-cache ... (50 actions, 47 running)
2527:  (00:56:23) �[32m[15,107 / 16,280]�[0m 1104 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 180s remote, remote-cache ... (50 actions, 49 running)
2528:  (00:56:27) �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:network-chrome-bidi (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-chrome-bidi/test_attempts/attempt_1.log)
2529:  (00:56:28) �[32m[15,163 / 16,304]�[0m 1136 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 186s remote, remote-cache ... (50 actions, 49 running)
2530:  (00:56:33) �[32m[15,188 / 16,313]�[0m 1153 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 191s remote, remote-cache ... (50 actions, 48 running)
2531:  (00:56:38) �[32m[15,217 / 16,319]�[0m 1175 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 196s remote, remote-cache ... (50 actions, 48 running)
2532:  (00:56:43) �[32m[15,243 / 16,325]�[0m 1196 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 201s remote, remote-cache ... (50 actions running)
2533:  (00:56:48) �[32m[15,269 / 16,325]�[0m 1221 / 2367 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta; 206s remote, remote-cache ... (50 actions, 48 running)
2534:  (00:56:50) �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:fedcm-chrome-beta (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/fedcm-chrome-beta/test.log)
2535:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:fedcm-chrome-beta (Summary)
2536:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/fedcm-chrome-beta/test.log
2537:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/fedcm-chrome-beta/test_attempts/attempt_1.log
2538:  ==================== Test output for //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta:
2539:  Running Ruby specs:
2540:  browser: chrome
2541:  driver: chrome
2542:  version: 138.0.7204.23
2543:  platform: linux
2544:  ci: github
2545:  rbe: true
2546:  ruby: jruby 10.0.0.0 (3.4.2) 2025-04-13 6ed59bc847 OpenJDK 64-Bit Server VM 21.0.4+7-LTS on 21.0.4+7-LTS [x86_64-linux]
2547:  Selenium::WebDriver::FedCM
2548:  without dialog present
2549:  throws an error
2550:  with dialog present
2551:  returns the title (FAILED - 1)
2552:  returns the subtitle (FAILED - 2)
2553:  returns the type (FAILED - 3)
2554:  returns the accounts (FAILED - 4)
2555:  selects an account (FAILED - 5)
2556:  clicks the dialog (PENDING: Test guarded; Guarded by {browser: [:chrome, :edge], reason: "error: 'Use another account' not supported for this IDP"};)
2557:  cancels the dialog (FAILED - 6)
2558:  (00:56:50) �[32mINFO: �[0mFrom Testing //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta:
2559:  sets the delay (FAILED - 7)
2560:  resets the cooldown (FAILED - 8)
2561:  Pending: (Failures listed here are expected and do not affect your suite's status)
2562:  1) Selenium::WebDriver::FedCM with dialog present clicks the dialog
2563:  # Test guarded; Guarded by {browser: [:chrome, :edge], reason: "error: 'Use another account' not supported for this IDP"};
2564:  Failure/Error: driver.wait_for_fedcm_dialog
2565:  Selenium::WebDriver::Error::InvalidSessionIdError:
2566:  invalid session id: session deleted as the browser has closed the connection
2567:  from disconnected: Unable to receive message from renderer
2568:  (Session info: chrome=138.0.7204.23)
2569:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2570:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2571:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2572:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2573:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2574:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2575:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2576:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2577:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2578:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2579:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2580:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2581:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2582:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2583:  # ------------------
2584:  # --- Caused by: ---
2585:  # Selenium::WebDriver::Error::WebDriverError:
2586:  #   #0 0x55a412524c5a <unknown>
...

2597:  #11 0x55a412065f70 <unknown>
2598:  #12 0x55a41203fff3 <unknown>
2599:  #13 0x55a41200c3eb <unknown>
2600:  #14 0x55a41200d7c1 <unknown>
2601:  #15 0x55a4124e99db <unknown>
2602:  #16 0x55a4124ed7ce <unknown>
2603:  #17 0x55a4124d0e39 <unknown>
2604:  #18 0x55a4124ee398 <unknown>
2605:  #19 0x55a4124b517f <unknown>
2606:  #20 0x55a412512228 <unknown>
2607:  #21 0x55a412512406 <unknown>
2608:  #22 0x55a412523f76 <unknown>
2609:  #23 0x7f34325ba609 start_thread
2610:  Failures:
2611:  1) Selenium::WebDriver::FedCM with dialog present returns the title
2612:  Failure/Error: driver.wait_for_fedcm_dialog
2613:  Selenium::WebDriver::Error::InvalidSessionIdError:
2614:  invalid session id: session deleted as the browser has closed the connection
2615:  from disconnected: Unable to receive message from renderer
2616:  (Session info: chrome=138.0.7204.23)
2617:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2618:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2619:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2620:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2621:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2622:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2623:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2624:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2625:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2626:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2627:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2628:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2629:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2630:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2631:  # ------------------
2632:  # --- Caused by: ---
2633:  # Selenium::WebDriver::Error::WebDriverError:
2634:  #   #0 0x562499dbcc5a <unknown>
...

2644:  #10 0x56249986e8a6 <unknown>
2645:  #11 0x5624998fdf70 <unknown>
2646:  #12 0x5624998d7ff3 <unknown>
2647:  #13 0x5624998a43eb <unknown>
2648:  #14 0x5624998a57c1 <unknown>
2649:  #15 0x562499d819db <unknown>
2650:  #16 0x562499d857ce <unknown>
2651:  #17 0x562499d68e39 <unknown>
2652:  #18 0x562499d86398 <unknown>
2653:  #19 0x562499d4d17f <unknown>
2654:  #20 0x562499daa228 <unknown>
2655:  #21 0x562499daa406 <unknown>
2656:  #22 0x562499dbbf76 <unknown>
2657:  #23 0x7f02fc62c609 start_thread
2658:  2) Selenium::WebDriver::FedCM with dialog present returns the subtitle
2659:  Failure/Error: driver.wait_for_fedcm_dialog
2660:  Selenium::WebDriver::Error::InvalidSessionIdError:
2661:  invalid session id: session deleted as the browser has closed the connection
2662:  from disconnected: Unable to receive message from renderer
2663:  (Session info: chrome=138.0.7204.23)
2664:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2665:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2666:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2667:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2668:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2669:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2670:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2671:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2672:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2673:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2674:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2675:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2676:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2677:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2678:  # ------------------
2679:  # --- Caused by: ---
2680:  # Selenium::WebDriver::Error::WebDriverError:
2681:  #   #0 0x56392f90ac5a <unknown>
...

2691:  #10 0x56392f3bc8a6 <unknown>
2692:  #11 0x56392f44bf70 <unknown>
2693:  #12 0x56392f425ff3 <unknown>
2694:  #13 0x56392f3f23eb <unknown>
2695:  #14 0x56392f3f37c1 <unknown>
2696:  #15 0x56392f8cf9db <unknown>
2697:  #16 0x56392f8d37ce <unknown>
2698:  #17 0x56392f8b6e39 <unknown>
2699:  #18 0x56392f8d4398 <unknown>
2700:  #19 0x56392f89b17f <unknown>
2701:  #20 0x56392f8f8228 <unknown>
2702:  #21 0x56392f8f8406 <unknown>
2703:  #22 0x56392f909f76 <unknown>
2704:  #23 0x7fdcd6a2c609 start_thread
2705:  3) Selenium::WebDriver::FedCM with dialog present returns the type
2706:  Failure/Error: driver.wait_for_fedcm_dialog
2707:  Selenium::WebDriver::Error::InvalidSessionIdError:
2708:  invalid session id: session deleted as the browser has closed the connection
2709:  from disconnected: Unable to receive message from renderer
2710:  (Session info: chrome=138.0.7204.23)
2711:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2712:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2713:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2714:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2715:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2716:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2717:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2718:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2719:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2720:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2721:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2722:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2723:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2724:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2725:  # ------------------
2726:  # --- Caused by: ---
2727:  # Selenium::WebDriver::Error::WebDriverError:
2728:  #   #0 0x55a43dc20c5a <unknown>
...

2738:  #10 0x55a43d6d28a6 <unknown>
2739:  #11 0x55a43d761f70 <unknown>
2740:  #12 0x55a43d73bff3 <unknown>
2741:  #13 0x55a43d7083eb <unknown>
2742:  #14 0x55a43d7097c1 <unknown>
2743:  #15 0x55a43dbe59db <unknown>
2744:  #16 0x55a43dbe97ce <unknown>
2745:  #17 0x55a43dbcce39 <unknown>
2746:  #18 0x55a43dbea398 <unknown>
2747:  #19 0x55a43dbb117f <unknown>
2748:  #20 0x55a43dc0e228 <unknown>
2749:  #21 0x55a43dc0e406 <unknown>
2750:  #22 0x55a43dc1ff76 <unknown>
2751:  #23 0x7fc15ae68609 start_thread
2752:  4) Selenium::WebDriver::FedCM with dialog present returns the accounts
2753:  Failure/Error: driver.wait_for_fedcm_dialog
2754:  Selenium::WebDriver::Error::InvalidSessionIdError:
2755:  invalid session id: session deleted as the browser has closed the connection
2756:  from disconnected: Unable to receive message from renderer
2757:  (Session info: chrome=138.0.7204.23)
2758:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2759:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2760:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2761:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2762:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2763:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2764:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2765:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2766:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2767:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2768:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2769:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2770:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2771:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2772:  # ------------------
2773:  # --- Caused by: ---
2774:  # Selenium::WebDriver::Error::WebDriverError:
2775:  #   #0 0x55b08c32cc5a <unknown>
...

2785:  #10 0x55b08bdde8a6 <unknown>
2786:  #11 0x55b08be6df70 <unknown>
2787:  #12 0x55b08be47ff3 <unknown>
2788:  #13 0x55b08be143eb <unknown>
2789:  #14 0x55b08be157c1 <unknown>
2790:  #15 0x55b08c2f19db <unknown>
2791:  #16 0x55b08c2f57ce <unknown>
2792:  #17 0x55b08c2d8e39 <unknown>
2793:  #18 0x55b08c2f6398 <unknown>
2794:  #19 0x55b08c2bd17f <unknown>
2795:  #20 0x55b08c31a228 <unknown>
2796:  #21 0x55b08c31a406 <unknown>
2797:  #22 0x55b08c32bf76 <unknown>
2798:  #23 0x7f9cc6bb2609 start_thread
2799:  5) Selenium::WebDriver::FedCM with dialog present selects an account
2800:  Failure/Error: driver.wait_for_fedcm_dialog
2801:  Selenium::WebDriver::Error::InvalidSessionIdError:
2802:  invalid session id: session deleted as the browser has closed the connection
2803:  from disconnected: Unable to receive message from renderer
2804:  (Session info: chrome=138.0.7204.23)
2805:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2806:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2807:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2808:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2809:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2810:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2811:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2812:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2813:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2814:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2815:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2816:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2817:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2818:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2819:  # ------------------
2820:  # --- Caused by: ---
2821:  # Selenium::WebDriver::Error::WebDriverError:
2822:  #   #0 0x561cefa3cc5a <unknown>
...

2832:  #10 0x561cef4ee8a6 <unknown>
2833:  #11 0x561cef57df70 <unknown>
2834:  #12 0x561cef557ff3 <unknown>
2835:  #13 0x561cef5243eb <unknown>
2836:  #14 0x561cef5257c1 <unknown>
2837:  #15 0x561cefa019db <unknown>
2838:  #16 0x561cefa057ce <unknown>
2839:  #17 0x561cef9e8e39 <unknown>
2840:  #18 0x561cefa06398 <unknown>
2841:  #19 0x561cef9cd17f <unknown>
2842:  #20 0x561cefa2a228 <unknown>
2843:  #21 0x561cefa2a406 <unknown>
2844:  #22 0x561cefa3bf76 <unknown>
2845:  #23 0x7f2ed97a9609 start_thread
2846:  6) Selenium::WebDriver::FedCM with dialog present cancels the dialog
2847:  Failure/Error: driver.wait_for_fedcm_dialog
2848:  Selenium::WebDriver::Error::InvalidSessionIdError:
2849:  invalid session id: session deleted as the browser has closed the connection
2850:  from disconnected: Unable to receive message from renderer
2851:  (Session info: chrome=138.0.7204.23)
2852:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2853:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2854:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2855:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2856:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2857:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2858:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2859:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2860:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2861:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2862:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2863:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2864:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2865:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2866:  # ------------------
2867:  # --- Caused by: ---
2868:  # Selenium::WebDriver::Error::WebDriverError:
2869:  #   #0 0x55f51e83ac5a <unknown>
...

2879:  #10 0x55f51e2ec8a6 <unknown>
2880:  #11 0x55f51e37bf70 <unknown>
2881:  #12 0x55f51e355ff3 <unknown>
2882:  #13 0x55f51e3223eb <unknown>
2883:  #14 0x55f51e3237c1 <unknown>
2884:  #15 0x55f51e7ff9db <unknown>
2885:  #16 0x55f51e8037ce <unknown>
2886:  #17 0x55f51e7e6e39 <unknown>
2887:  #18 0x55f51e804398 <unknown>
2888:  #19 0x55f51e7cb17f <unknown>
2889:  #20 0x55f51e828228 <unknown>
2890:  #21 0x55f51e828406 <unknown>
2891:  #22 0x55f51e839f76 <unknown>
2892:  #23 0x7faa9ad84609 start_thread
2893:  7) Selenium::WebDriver::FedCM with dialog present sets the delay
2894:  Failure/Error: driver.wait_for_fedcm_dialog
2895:  Selenium::WebDriver::Error::InvalidSessionIdError:
2896:  invalid session id: session deleted as the browser has closed the connection
2897:  from disconnected: Unable to receive message from renderer
2898:  (Session info: chrome=138.0.7204.23)
2899:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2900:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2901:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2902:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2903:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2904:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2905:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2906:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2907:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2908:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2909:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2910:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2911:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2912:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2913:  # ------------------
2914:  # --- Caused by: ---
2915:  # Selenium::WebDriver::Error::WebDriverError:
2916:  #   #0 0x55dc382b9c5a <unknown>
...

2926:  #10 0x55dc37d6b8a6 <unknown>
2927:  #11 0x55dc37dfaf70 <unknown>
2928:  #12 0x55dc37dd4ff3 <unknown>
2929:  #13 0x55dc37da13eb <unknown>
2930:  #14 0x55dc37da27c1 <unknown>
2931:  #15 0x55dc3827e9db <unknown>
2932:  #16 0x55dc382827ce <unknown>
2933:  #17 0x55dc38265e39 <unknown>
2934:  #18 0x55dc38283398 <unknown>
2935:  #19 0x55dc3824a17f <unknown>
2936:  #20 0x55dc382a7228 <unknown>
2937:  #21 0x55dc382a7406 <unknown>
2938:  #22 0x55dc382b8f76 <unknown>
2939:  #23 0x7f7336deb609 start_thread
2940:  8) Selenium::WebDriver::FedCM with dialog present resets the cooldown
2941:  Failure/Error: driver.wait_for_fedcm_dialog
2942:  Selenium::WebDriver::Error::InvalidSessionIdError:
2943:  invalid session id: session deleted as the browser has closed the connection
2944:  from disconnected: Unable to receive message from renderer
2945:  (Session info: chrome=138.0.7204.23)
2946:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
2947:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
2948:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
2949:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
2950:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
2951:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
2952:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
2953:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
2954:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
2955:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
2956:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
2957:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
2958:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
2959:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
2960:  # ------------------
2961:  # --- Caused by: ---
2962:  # Selenium::WebDriver::Error::WebDriverError:
2963:  #   #0 0x55eea8824c5a <unknown>
...

2973:  #10 0x55eea82d68a6 <unknown>
2974:  #11 0x55eea8365f70 <unknown>
2975:  #12 0x55eea833fff3 <unknown>
2976:  #13 0x55eea830c3eb <unknown>
2977:  #14 0x55eea830d7c1 <unknown>
2978:  #15 0x55eea87e99db <unknown>
2979:  #16 0x55eea87ed7ce <unknown>
2980:  #17 0x55eea87d0e39 <unknown>
2981:  #18 0x55eea87ee398 <unknown>
2982:  #19 0x55eea87b517f <unknown>
2983:  #20 0x55eea8812228 <unknown>
2984:  #21 0x55eea8812406 <unknown>
2985:  #22 0x55eea8823f76 <unknown>
2986:  #23 0x7f99f8a85609 start_thread
2987:  Finished in 1 minute 8.66 seconds (files took 2.34 seconds to load)
2988:  10 examples, 8 failures, 1 pending
2989:  Failed examples:
2990:  rspec ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:49 # Selenium::WebDriver::FedCM with dialog present returns the title
...

2996:  rspec ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:80 # Selenium::WebDriver::FedCM with dialog present sets the delay
2997:  rspec ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:84 # Selenium::WebDriver::FedCM with dialog present resets the cooldown
2998:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChAd_m7S1bReh7juktZO8yOPEgdkZWZhdWx0GiUKIATyfbLcgLu9RBBqJlD3RK1TDCVRwk3hNZuT_bl0zlrVELwD
2999:  ================================================================================
3000:  ==================== Test output for //rb/spec/integration/selenium/webdriver:fedcm-chrome-beta:
3001:  Running Ruby specs:
3002:  browser: chrome
3003:  driver: chrome
3004:  version: 138.0.7204.23
3005:  platform: linux
3006:  ci: github
3007:  rbe: true
3008:  ruby: jruby 10.0.0.0 (3.4.2) 2025-04-13 6ed59bc847 OpenJDK 64-Bit Server VM 21.0.4+7-LTS on 21.0.4+7-LTS [x86_64-linux]
3009:  Selenium::WebDriver::FedCM
3010:  without dialog present
3011:  throws an error
3012:  with dialog present
3013:  returns the title (FAILED - 1)
3014:  returns the subtitle (FAILED - 2)
3015:  returns the type (FAILED - 3)
3016:  returns the accounts (FAILED - 4)
3017:  selects an account (FAILED - 5)
3018:  clicks the dialog (PENDING: Test guarded; Guarded by {browser: [:chrome, :edge], reason: "error: 'Use another account' not supported for this IDP"};)
3019:  cancels the dialog (FAILED - 6)
3020:  sets the delay (FAILED - 7)
3021:  resets the cooldown (FAILED - 8)
3022:  Pending: (Failures listed here are expected and do not affect your suite's status)
3023:  1) Selenium::WebDriver::FedCM with dialog present clicks the dialog
3024:  # Test guarded; Guarded by {browser: [:chrome, :edge], reason: "error: 'Use another account' not supported for this IDP"};
3025:  Failure/Error: driver.wait_for_fedcm_dialog
3026:  Selenium::WebDriver::Error::InvalidSessionIdError:
3027:  invalid session id: session deleted as the browser has closed the connection
3028:  from disconnected: Unable to receive message from renderer
3029:  (Session info: chrome=138.0.7204.23)
3030:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in 'add_cause'
3031:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in 'error'
3032:  # ./rb/lib/selenium/webdriver/remote/response.rb:52:in 'assert_ok'
3033:  # ./rb/lib/selenium/webdriver/remote/response.rb:34:in 'initialize'
3034:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:103:in 'create_response'
3035:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in 'request'
3036:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in 'call'
3037:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:625:in 'execute'
3038:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:568:in 'fedcm_dialog_type'
3039:  # ./rb/lib/selenium/webdriver/common/fedcm/dialog.rb:52:in 'type'
3040:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:47:in 'block in wait_for_fedcm_dialog'
3041:  # ./rb/lib/selenium/webdriver/common/wait.rb:56:in 'until'
3042:  # ./rb/lib/selenium/webdriver/common/driver_extensions/has_fedcm_dialog.rb:46:in 'wait_for_fedcm_dialog'
3043:  # ./rb/spec/integration/selenium/webdriver/fedcm_spec.rb:46:in 'block in FedCM'
3044:  # ------------------
3045:  # --- Caused by: ---
3046:  # Selenium::WebDriver::Error::WebDriverError:
3047:  #   #0 0x557765c12c5a <unknown>
...

3058:  #11 0x557765753f70 <unknown>
3059:  #12 0x55776572dff3 <unknown>
3060:  #13 0x5577656fa3eb <unknown>
3061:  #14 0x5577656fb7c1 <unknown>
3062:  #15 0x557765bd79db <unknown>
3063:  #16 0x557765bdb7ce <unknown>
3064:  #17 0x557765bbee39 <unknown>
3065:  #18 0x557765bdc398 <unknown>
3066:  #19 0x557765ba317f <unknown>
3067:  #20 0x557765c00228 <unknown>
3068:  #21 0x557765c00406 <unknown>
3069:  #22 0x557765c11f76 <unknown>
3070:  #23 0x7fb8f3c66609 start_thread
3071:  Failures:
3072:  1) Selenium::WebDriver::FedCM with dia...

@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 3 times, most recently from 119fe6c to d08486a Compare June 17, 2025 00:42
@selenium-ci selenium-ci force-pushed the pinned-browser-updates branch from d08486a to d086313 Compare June 18, 2025 00:41
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.

1 participant