Skip to content

Conversation

@selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented May 24, 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

enhancement


Description

  • Update pinned Microsoft Edge versions for macOS and Linux

  • Update pinned Google Chrome versions for macOS and Linux

  • Update pinned ChromeDriver versions for macOS and Linux

  • Update associated SHA256 checksums for new binaries


Changes walkthrough 📝

Relevant files
Enhancement
repositories.bzl
Update browser and driver URLs and hashes in Bazel config

common/repositories.bzl

  • Updated URLs and SHA256 hashes for Edge (macOS, Linux)
  • Updated URLs and SHA256 hashes for Chrome (macOS, Linux)
  • Updated URLs and SHA256 hashes for ChromeDriver (macOS, Linux)
  • Adjusted archive paths to match new version numbers
  • +13/-13 

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • @selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label May 24, 2025
    @qodo-merge-pro
    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Version Inconsistency

    Chrome version downgrade from 137.0.7151.40 to 136.0.7103.113 for both macOS and Linux. This appears to be a deliberate downgrade rather than an upgrade, which should be verified as intentional.

    url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.113/linux64/chrome-linux64.zip",
    sha256 = "a9ec3b5f654745360095f4e066b6b78442e56fe4124831051449813e5c4e0f95",

    @qodo-merge-pro
    Copy link
    Contributor

    qodo-merge-pro bot commented May 24, 2025

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Impact
    Possible issue
    Avoid browser version downgrade

    The Chrome version is being downgraded from 137.0.7151.40 to 136.0.7103.113.
    Version downgrades can cause compatibility issues with existing code that
    depends on newer features. Verify this downgrade is intentional and necessary.

    common/repositories.bzl [200-203]

     http_archive(
         name = "linux_chrome",
    -    url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.113/linux64/chrome-linux64.zip",
    -    sha256 = "a9ec3b5f654745360095f4e066b6b78442e56fe4124831051449813e5c4e0f95",
    +    url = "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.40/linux64/chrome-linux64.zip",
    +    sha256 = "1a17f1d70a085188eb78365b90b435d83350fcec1040a9383eea80ed97963204",
    • Apply / Chat
    Suggestion importance[1-10]: 7

    __

    Why: The suggestion correctly points out a potential issue with downgrading Chrome, which could impact compatibility or introduce regressions. However, it only advises verification and does not enforce a fix, so its impact is moderate rather than critical.

    Medium
    • Update

    @qodo-merge-pro
    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: DevToolsConsoleTest-chrome

    Failure summary:

    The action failed because of version mismatch issues in the DevTools tests. The Chrome browser being
    used is version 136.0.7103.113, but the tests are trying to use DevTools domains for version 137.
    This mismatch causes multiple test failures with the error: "The type is invalid for conversion. You
    requested domains of type 'OpenQA.Selenium.DevTools.V137.DevToolsSessionDomains', but the
    version-specific domains for this session are 'OpenQA.Selenium.DevTools.V136.V136Domains'".

    Additionally, there was a Ruby WebSocket connection failure in the network tests with the error
    "stream closed in another thread" in the WebSocket connection listener.

    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
    ...
    
    1850:  (00:43:15) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/atoms/inject/nested_iframes.html -> javascript/webdriver/test/atoms/inject/nested_iframes.html obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
    1851:  (00:43:15) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/atoms/inject/single_iframe.html -> javascript/webdriver/test/atoms/inject/single_iframe.html obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
    1852:  (00:43:15) �[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
    1853:  (00:43:15) �[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
    1854:  (00:43:15) �[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
    1855:  (00:43:15) �[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
    1856:  (00:43:15) �[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
    1857:  (00:43:15) �[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
    1858:  (00:43:15) �[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
    1859:  (00:43:15) �[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
    1860:  (00:43:15) �[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
    1861:  (00:43:15) �[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
    1862:  (00:43:15) �[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
    1863:  (00:43:15) �[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
    1864:  (00:43:16) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (69 source files):
    1865:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1866:  private final ErrorCodes errorCodes;
    1867:  ^
    1868:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1869:  this.errorCodes = new ErrorCodes();
    1870:  ^
    1871:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1872:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1873:  ^
    1874:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1875:  ErrorCodes errorCodes = new ErrorCodes();
    1876:  ^
    1877:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1878:  ErrorCodes errorCodes = new ErrorCodes();
    1879:  ^
    1880:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1881:  response.setStatus(ErrorCodes.SUCCESS);
    1882:  ^
    1883:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1884:  response.setState(ErrorCodes.SUCCESS_STRING);
    1885:  ^
    1886:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1887:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    1888:  ^
    1889:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1890:  new ErrorCodes().getExceptionType((String) rawError);
    1891:  ^
    1892:  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
    1893:  private final ErrorCodes errorCodes = new ErrorCodes();
    1894:  ^
    1895:  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
    1896:  private final ErrorCodes errorCodes = new ErrorCodes();
    1897:  ^
    1898:  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
    1899:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    1900:  ^
    1901:  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
    1902:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1903:  ^
    1904:  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
    1905:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1906:  ^
    1907:  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
    1908:  response.setStatus(ErrorCodes.SUCCESS);
    1909:  ^
    1910:  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
    1911:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1912:  ^
    1913:  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
    1914:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1915:  ^
    1916:  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
    1917:  private final ErrorCodes errorCodes = new ErrorCodes();
    1918:  ^
    1919:  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
    1920:  private final ErrorCodes errorCodes = new ErrorCodes();
    1921:  ^
    1922:  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
    1923:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1924:  ^
    1925:  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
    1926:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1927:  ^
    1928:  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
    1929:  response.setStatus(ErrorCodes.SUCCESS);
    1930:  ^
    ...
    
    1936:  Successfully installed bundler-2.6.3
    1937:  1 gem installed
    1938:  (00:43:18) �[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
    1939:  (00:43:18) �[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
    1940:  (00:43:18) �[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
    1941:  (00:43:18) �[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
    1942:  (00:43:18) �[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
    1943:  (00:43:18) �[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
    1944:  (00:43:18) �[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
    1945:  (00:43:18) �[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
    1946:  (00:43:18) �[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
    1947:  (00:43:18) �[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
    1948:  (00:43:18) �[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
    1949:  (00:43:18) �[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
    1950:  (00:43:18) �[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
    1951:  (00:43:18) �[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
    1952:  (00:43:18) �[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
    ...
    
    2180:  (00:43:39) �[32mAnalyzing:�[0m 2288 targets (1689 packages loaded, 57932 targets configured)
    2181:  �[32m[9,312 / 10,194]�[0m 135 / 1459 tests;�[0m Testing //javascript/selenium-webdriver:test-firefox-contextSwitching-test.js-chrome; 4s remote, remote-cache ... (50 actions, 4 running)
    2182:  (00:43:44) �[32mAnalyzing:�[0m 2288 targets (1689 packages loaded, 58497 targets configured)
    2183:  �[32m[9,349 / 10,398]�[0m 147 / 1540 tests;�[0m Testing //javascript/selenium-webdriver:test-firefox-contextSwitching-test.js-chrome; 9s remote, remote-cache ... (50 actions, 5 running)
    2184:  (00:43:49) �[32mAnalyzing:�[0m 2288 targets (1689 packages loaded, 58663 targets configured)
    2185:  �[32m[9,407 / 10,732]�[0m 170 / 1649 tests;�[0m Testing //javascript/selenium-webdriver:test-firefox-contextSwitching-test.js-chrome; 14s remote, remote-cache ... (50 actions, 4 running)
    2186:  (00:43:54) �[32mAnalyzing:�[0m 2288 targets (1691 packages loaded, 58682 targets configured)
    2187:  �[32m[9,456 / 11,272]�[0m 193 / 1898 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 19s remote, remote-cache ... (50 actions, 4 running)
    2188:  (00:43:59) �[32mAnalyzing:�[0m 2288 targets (1696 packages loaded, 62025 targets configured)
    2189:  �[32m[9,498 / 11,503]�[0m 208 / 1998 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 24s remote, remote-cache ... (50 actions, 5 running)
    2190:  (00:44:04) �[32mAnalyzing:�[0m 2288 targets (1698 packages loaded, 62405 targets configured)
    2191:  �[32m[9,617 / 11,548]�[0m 242 / 1998 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 29s remote, remote-cache ... (50 actions, 7 running)
    2192:  (00:44:12) �[32mAnalyzing:�[0m 2288 targets (1698 packages loaded, 62406 targets configured)
    2193:  �[32m[9,623 / 11,549]�[0m 242 / 1998 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 37s remote, remote-cache ... (50 actions, 8 running)
    2194:  (00:44:17) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2195:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2196:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2197:  ^
    2198:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2199:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2200:  ^
    2201:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2202:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2203:  ^
    2204:  (00:44:17) �[32mAnalyzing:�[0m 2288 targets (1698 packages loaded, 65857 targets configured)
    2205:  �[32m[9,720 / 11,750]�[0m 249 / 2127 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 42s remote, remote-cache ... (50 actions, 9 running)
    2206:  (00:44:17) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2207:  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
    2208:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2209:  ^
    2210:  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
    2211:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2212:  ^
    2213:  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
    2214:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2215:  ^
    2216:  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
    2217:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2218:  ^
    2219:  (00:44:19) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2220:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2221:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2222:  ^
    2223:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2224:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2225:  ^
    2226:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2227:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2228:  ^
    2229:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2230:  private final ErrorCodes errorCodes = new ErrorCodes();
    2231:  ^
    2232:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2233:  private final ErrorCodes errorCodes = new ErrorCodes();
    2234:  ^
    2235:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2236:  private final ErrorCodes errorCodes = new ErrorCodes();
    2237:  ^
    2238:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2239:  private final ErrorCodes errorCodes = new ErrorCodes();
    2240:  ^
    2241:  (00:44:20) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2242:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2243:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2244:  ^
    2245:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2246:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2247:  ^
    2248:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2249:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2250:  ^
    2251:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2252:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2253:  ^
    2254:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2255:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2256:  ^
    2257:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2258:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2259:  ^
    2260:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2261:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2262:  ^
    2263:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2264:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2265:  ^
    2266:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2267:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2268:  ^
    2269:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2270:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2271:  ^
    2272:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2273:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2274:  ^
    2275:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2276:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2277:  ^
    2278:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2279:  ErrorCodes.UNHANDLED_ERROR,
    2280:  ^
    2281:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2282:  ErrorCodes.UNHANDLED_ERROR,
    2283:  ^
    2284:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2285:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2286:  ^
    2287:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2288:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2289:  ^
    2290:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2291:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2292:  ^
    2293:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2294:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2295:  ^
    2296:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2297:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2298:  ^
    2299:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2300:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2301:  ^
    2302:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2303:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2304:  ^
    2305:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2306:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2307:  ^
    2308:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2309:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2310:  ^
    2311:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2312:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2313:  ^
    2314:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2315:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2316:  ^
    2317:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2318:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2319:  ^
    2320:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2321:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2322:  ^
    2323:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2324:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2325:  ^
    2326:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2327:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2328:  ^
    2329:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2330:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2331:  ^
    2332:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2333:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2334:  ^
    2335:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2336:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2337:  ^
    2338:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2339:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2340:  ^
    2341:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2342:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2343:  ^
    2344:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2345:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2346:  ^
    2347:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2348:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2349:  ^
    2350:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2351:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2352:  ^
    2353:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2354:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2355:  ^
    2356:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2357:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2358:  ^
    2359:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2360:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2361:  ^
    2362:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2363:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2364:  ^
    2365:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2366:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2367:  ^
    2368:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2369:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2370:  ^
    2371:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2372:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2373:  ^
    2374:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2375:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2376:  ^
    2377:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2378:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2379:  ^
    2380:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2381:  response.setState(new ErrorCodes().toState(status));
    2382:  ^
    2383:  (00:44:20) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2384:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2385:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2386:  ^
    ...
    
    2391:  (00:44:31) �[32mINFO: �[0mAnalyzed 2288 targets (1698 packages loaded, 66016 targets configured).
    2392:  (00:44:32) �[32m[10,051 / 12,246]�[0m 258 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 57s remote, remote-cache ... (50 actions, 12 running)
    2393:  (00:44:37) �[32m[10,282 / 12,313]�[0m 258 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 62s remote, remote-cache ... (50 actions, 13 running)
    2394:  (00:44:47) �[32m[10,327 / 12,748]�[0m 258 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 72s remote, remote-cache ... (50 actions, 14 running)
    2395:  (00:44:56) �[32m[10,327 / 12,748]�[0m 258 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 80s remote, remote-cache ... (50 actions, 18 running)
    2396:  (00:45:02) �[32m[10,327 / 12,748]�[0m 258 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 87s remote, remote-cache ... (50 actions, 18 running)
    2397:  (00:45:07) �[32m[10,329 / 12,748]�[0m 260 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 92s remote, remote-cache ... (50 actions, 21 running)
    2398:  (00:45:17) �[32m[10,329 / 12,748]�[0m 260 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 102s remote, remote-cache ... (50 actions, 21 running)
    2399:  (00:45:22) �[32m[10,329 / 12,748]�[0m 260 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 107s remote, remote-cache ... (50 actions, 22 running)
    2400:  (00:45:31) �[32m[10,329 / 12,748]�[0m 260 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 116s remote, remote-cache ... (50 actions, 23 running)
    2401:  (00:45:37) �[32m[10,330 / 12,748]�[0m 261 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 122s remote, remote-cache ... (50 actions, 25 running)
    2402:  (00:45:43) �[32m[10,330 / 12,748]�[0m 261 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 128s remote, remote-cache ... (50 actions, 25 running)
    2403:  (00:45:50) �[32m[10,330 / 12,748]�[0m 261 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-cookie-test.js-chrome; 134s remote, remote-cache ... (50 actions, 30 running)
    2404:  (00:45:55) �[32m[10,331 / 12,748]�[0m 262 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-print-pdf-test.js-chrome; 125s remote, remote-cache ... (50 actions, 31 running)
    2405:  (00:46:02) �[32m[10,331 / 12,748]�[0m 262 / 2288 tests;�[0m Testing //javascript/selenium-webdriver:test-print-pdf-test.js-chrome; 132s remote, remote-cache ... (50 actions, 33 running)
    2406:  (00:46:07) �[32m[10,332 / 12,748]�[0m 263 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:error-chrome-bidi; 136s remote, remote-cache ... (50 actions, 34 running)
    2407:  (00:46:17) �[32m[10,344 / 12,757]�[0m 264 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:error-chrome-bidi; 146s remote, remote-cache ... (50 actions, 35 running)
    2408:  (00:46:22) �[32m[10,344 / 12,757]�[0m 264 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:error-chrome-bidi; 151s remote, remote-cache ... (50 actions, 36 running)
    2409:  (00:46:28) �[32m[10,344 / 12,757]�[0m 264 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:error-chrome-bidi; 157s remote, remote-cache ... (50 actions, 38 running)
    2410:  (00:46:35) �[32m[10,348 / 12,759]�[0m 265 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:error-chrome-bidi; 164s remote, remote-cache ... (50 actions, 39 running)
    2411:  (00:46:42) �[32m[10,353 / 12,759]�[0m 270 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:manager-chrome-bidi; 164s remote, remote-cache ... (50 actions, 40 running)
    ...
    
    2462:  (00:51:14) �[32m[14,375 / 15,571]�[0m 1119 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:select-chrome-remote; 149s remote, remote-cache ... (50 actions, 40 running)
    2463:  (00:51:19) �[32m[14,379 / 15,571]�[0m 1123 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:select-chrome-remote; 154s remote, remote-cache ... (50 actions, 43 running)
    2464:  (00:51:24) �[32m[14,403 / 15,571]�[0m 1147 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-chrome-remote; 155s remote, remote-cache ... (50 actions, 38 running)
    2465:  (00:51:29) �[32m[14,421 / 15,571]�[0m 1166 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:driver-chrome-remote; 160s remote, remote-cache ... (50 actions, 41 running)
    2466:  (00:51:34) �[32m[14,433 / 15,571]�[0m 1177 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 111s remote, remote-cache ... (50 actions, 45 running)
    2467:  (00:51:40) �[32m[14,457 / 15,571]�[0m 1201 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 116s remote, remote-cache ... (50 actions, 47 running)
    2468:  (00:51:45) �[32m[14,474 / 15,571]�[0m 1218 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 121s remote, remote-cache ... (50 actions, 49 running)
    2469:  (00:51:50) �[32m[14,480 / 15,571]�[0m 1224 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 126s remote, remote-cache ... (50 actions, 49 running)
    2470:  (00:51:55) �[32m[14,491 / 15,571]�[0m 1235 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 131s remote, remote-cache ... (50 actions running)
    2471:  (00:52:00) �[32m[14,501 / 15,571]�[0m 1245 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 136s remote, remote-cache ... (50 actions, 49 running)
    2472:  (00:52:05) �[32m[14,533 / 15,571]�[0m 1277 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 141s remote, remote-cache ... (50 actions, 49 running)
    2473:  (00:52:11) �[32m[14,545 / 15,571]�[0m 1290 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 147s remote, remote-cache ... (50 actions running)
    2474:  (00:52:16) �[32m[14,566 / 15,571]�[0m 1311 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 152s remote, remote-cache ... (50 actions running)
    2475:  (00:52:21) �[32m[14,594 / 15,571]�[0m 1338 / 2288 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-chrome-bidi; 157s remote, remote-cache ... (50 actions, 49 running)
    2476:  (00:52:26) �[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.log)
    2477:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:network-chrome-bidi (Summary)
    2478:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-chrome-bidi/test.log
    ...
    
    2500:  adds an auth handler with multiple filters
    2501:  adds an auth handler with a pattern type
    2502:  removes an auth handler
    2503:  clears all auth handlers
    2504:  continues without auth
    2505:  cancels auth
    2506:  adds a request handler
    2507:  adds a request handler with a filter
    2508:  adds a request handler with multiple filters
    2509:  adds a request handler with a pattern type
    2510:  adds a request handler with attributes
    2511:  fails a request
    2512:  removes a request handler
    2513:  clears all request handlers
    2514:  adds a response handler
    2515:  adds a response handler with a filter (FAILED - 1)
    2516:  adds a response handler with multiple filters
    2517:  adds a response handler with a pattern type
    2518:  adds a response handler with attributes
    2519:  adds a response handler that provides a response
    2520:  removes a response handler
    2521:  clears all response handlers
    2522:  Failures:
    2523:  1) Selenium::WebDriver::Network adds a response handler with a filter
    2524:  Failure/Error: Unable to find org/jruby/RubyIO.java to read failed line
    2525:  IOError:
    2526:  stream closed in another thread
    2527:  # ./rb/lib/selenium/webdriver/common/websocket_connection.rb:102:in 'block in attach_socket_listener'
    2528:  Finished in 1 minute 0.38 seconds (files took 1.75 seconds to load)
    2529:  24 examples, 1 failure
    2530:  Failed examples:
    2531:  rspec ./rb/spec/integration/selenium/webdriver/network_spec.rb:209 # Selenium::WebDriver::Network adds a response handler with a filter
    ...
    
    2538:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/rb/spec/integration/selenium/webdriver/network-chrome-bidi.sh.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.4.0/gems/websocket-1.2.11/lib/websocket/handshake/client.rb:57: warning: previous definition of initialize was here
    2539:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/rb/spec/integration/selenium/webdriver/network-chrome-bidi.sh.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.4.0/gems/websocket-1.2.11/lib/websocket/handshake/client.rb:90: warning: previous definition of << was here
    2540:  browser: chrome
    2541:  driver: chrome
    2542:  version: 136.0.7103.113
    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::Network
    2548:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/rb/spec/integration/selenium/webdriver/network-chrome-bidi.sh.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.4.0/gems/websocket-1.2.11/lib/websocket/frame/base.rb:19: warning: previous definition of initialize was here
    2549:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/rb/spec/integration/selenium/webdriver/network-chrome-bidi.sh.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.4.0/gems/websocket-1.2.11/lib/websocket/frame/outgoing.rb:28: warning: previous definition of to_s was here
    2550:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/rb/spec/integration/selenium/webdriver/network-chrome-bidi.sh.runfiles/rules_ruby++ruby+bundle/vendor/bundle/jruby/3.4.0/gems/websocket-1.2.11/lib/websocket/frame/incoming.rb:40: warning: previous definition of next was here
    2551:  adds an auth handler
    2552:  adds an auth handler with a filter
    2553:  adds an auth handler with multiple filters (FAILED - 1)
    2554:  adds an auth handler with a pattern type
    ...
    
    2562:  adds a request handler with a pattern type
    2563:  adds a request handler with attributes
    2564:  fails a request
    2565:  removes a request handler
    2566:  clears all request handlers
    2567:  adds a response handler
    2568:  adds a response handler with a filter
    2569:  adds a response handler with multiple filters
    2570:  adds a response handler with a pattern type
    2571:  adds a response handler with attributes
    2572:  adds a response handler that provides a response
    2573:  removes a response handler
    2574:  clears all response handlers
    2575:  Failures:
    2576:  1) Selenium::WebDriver::Network adds an auth handler with multiple filters
    2577:  Failure/Error: Unable to find org/jruby/RubyIO.java to read failed line
    2578:  IOError:
    2579:  stream closed in another thread
    2580:  # ./rb/lib/selenium/webdriver/common/websocket_connection.rb:102:in 'block in attach_socket_listener'
    2581:  Finished in 57.63 seconds (files took 2.38 seconds to load)
    2582:  24 examples, 1 failure
    2583:  Failed examples:
    2584:  rspec ./rb/spec/integration/selenium/webdriver/network_spec.rb:49 # Selenium::WebDriver::Network adds an auth handler with multiple filters
    2585:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChD_zTcvWe1adKpysdBkB3h0EgdkZWZhdWx0GiUKIPXork0UfFZCSaeA6XGcyWWS9JuEhGpS8sNLAja09oimELwD
    2586:  ================================================================================
    2587:  (00:52:26) �[32m[14,620 / 15,571]�[0m 1364 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 53s remote, remote-cache ... (50 actions, 48 running)
    2588:  (00:52:31) �[32m[14,628 / 15,571]�[0m 1373 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 58s remote, remote-cache ... (50 actions running)
    2589:  (00:52:37) �[32m[14,632 / 15,571]�[0m 1376 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 64s remote, remote-cache ... (50 actions running)
    2590:  (00:52:43) �[32m[14,641 / 15,571]�[0m 1386 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 70s remote, remote-cache ... (50 actions running)
    2591:  (00:52:48) �[32m[14,655 / 15,571]�[0m 1399 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 75s remote, remote-cache ... (50 actions, 48 running)
    2592:  (00:52:53) �[32m[14,665 / 15,571]�[0m 1410 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 80s remote, remote-cache ... (50 actions running)
    2593:  (00:52:58) �[32m[14,672 / 15,571]�[0m 1417 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 85s remote, remote-cache ... (50 actions running)
    2594:  (00:53:04) �[32m[14,683 / 15,571]�[0m 1428 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 91s remote, remote-cache ... (50 actions running)
    2595:  (00:53:09) �[32m[14,697 / 15,571]�[0m 1442 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 96s remote, remote-cache ... (50 actions, 49 running)
    2596:  (00:53:15) �[32m[14,713 / 15,571]�[0m 1458 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 103s remote, remote-cache ... (50 actions running)
    2597:  (00:53:20) �[32m[14,724 / 15,571]�[0m 1469 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 108s remote, remote-cache ... (50 actions, 49 running)
    2598:  (00:53:26) �[32m[14,733 / 15,571]�[0m 1478 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 113s remote, remote-cache ... (50 actions running)
    2599:  (00:53:31) �[32m[14,764 / 15,573]�[0m 1507 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 118s remote, remote-cache ... (50 actions running)
    2600:  (00:53:36) �[32m[14,785 / 15,575]�[0m 1525 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 123s remote, remote-cache ... (50 actions, 47 running)
    2601:  (00:53:41) �[32m[14,805 / 15,587]�[0m 1541 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 129s remote, remote-cache ... (50 actions, 49 running)
    2602:  (00:53:47) �[32m[14,820 / 15,587]�[0m 1556 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 134s remote, remote-cache ... (50 actions running)
    2603:  (00:53:53) �[32m[14,845 / 15,587]�[0m 1581 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 140s remote, remote-cache ... (50 actions running)
    2604:  (00:53:58) �[32m[14,860 / 15,588]�[0m 1595 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 145s remote, remote-cache ... (50 actions running)
    2605:  (00:54:03) �[32m[14,878 / 15,588]�[0m 1612 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 150s remote, remote-cache ... (50 actions, 48 running)
    2606:  (00:54:08) �[32m[15,200 / 15,588]�[0m 1643 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 155s remote, remote-cache ... (50 actions, 49 running)
    2607:  (00:54:13) �[32m[15,223 / 15,784]�[0m 1666 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 160s remote, remote-cache ... (50 actions running)
    2608:  (00:54:18) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0 (internals ref-only dll):
    ...
    
    2621:  dotnet/src/webdriver/DevTools/v137/V137Network.cs(320,90): warning CS8601: Possible null reference assignment.
    2622:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(149,25): warning CS8601: Possible null reference assignment.
    2623:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(194,25): warning CS8601: Possible null reference assignment.
    2624:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(235,88): warning CS8601: Possible null reference assignment.
    2625:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(292,117): warning CS8601: Possible null reference assignment.
    2626:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(320,90): warning CS8601: Possible null reference assignment.
    2627:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(149,25): warning CS8601: Possible null reference assignment.
    2628:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(194,25): warning CS8601: Possible null reference assignment.
    2629:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(235,88): warning CS8601: Possible null reference assignment.
    2630:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(292,117): warning CS8601: Possible null reference assignment.
    2631:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(320,90): warning CS8601: Possible null reference assignment.
    2632:  (00:54:18) �[32mINFO: �[0mFrom Compiling webdriver-net8.0 (internals ref-only dll):
    2633:  dotnet/src/webdriver/BiDi/Modules/Script/RemoteValue.cs(253,31): warning CS8766: Nullability of reference types in return type of 'string? NodeRemoteValue.SharedId.get' doesn't match implicitly implemented member 'string ISharedReference.SharedId.get' (possibly because of nullability attributes).
    2634:  dotnet/src/webdriver/Response.cs(207,2): warning CS3016: Arrays as attribute arguments is not CLS-compliant
    2635:  dotnet/src/webdriver/Command.cs(171,2): warning CS3016: Arrays as attribute arguments is not CLS-compliant
    2636:  (00:54:18) �[32m[15,256 / 15,784]�[0m 1690 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 165s remote, remote-cache ... (49 actions running)
    2637:  (00:54:18) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    ...
    
    2642:  dotnet/src/webdriver/DevTools/v137/V137Network.cs(149,25): warning CS8601: Possible null reference assignment.
    2643:  dotnet/src/webdriver/DevTools/v137/V137Network.cs(194,25): warning CS8601: Possible null reference assignment.
    2644:  dotnet/src/webdriver/DevTools/v137/V137Network.cs(235,88): warning CS8601: Possible null reference assignment.
    2645:  dotnet/src/webdriver/DevTools/v137/V137Network.cs(292,117): warning CS8601: Possible null reference assignment.
    2646:  dotnet/src/webdriver/DevTools/v137/V137Network.cs(320,90): warning CS8601: Possible null reference assignment.
    2647:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(149,25): warning CS8601: Possible null reference assignment.
    2648:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(194,25): warning CS8601: Possible null reference assignment.
    2649:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(235,88): warning CS8601: Possible null reference assignment.
    2650:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(292,117): warning CS8601: Possible null reference assignment.
    2651:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(320,90): warning CS8601: Possible null reference assignment.
    2652:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(149,25): warning CS8601: Possible null reference assignment.
    2653:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(194,25): warning CS8601: Possible null reference assignment.
    2654:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(235,88): warning CS8601: Possible null reference assignment.
    2655:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(292,117): warning CS8601: Possible null reference assignment.
    2656:  dotnet/src/webdriver/DevTools/v135/V135Network.cs(320,90): warning CS8601: Possible null reference assignment.
    2657:  (00:54:23) �[32m[15,457 / 15,958]�[0m 1713 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 170s remote, remote-cache ... (48 actions, 46 running)
    2658:  (00:54:28) �[32m[15,602 / 16,074]�[0m 1744 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 175s remote, remote-cache ... (50 actions running)
    2659:  (00:54:33) �[32m[15,628 / 16,074]�[0m 1770 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 180s remote, remote-cache ... (50 actions, 47 running)
    2660:  (00:54:38) �[32m[15,647 / 16,074]�[0m 1789 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 185s remote, remote-cache ... (50 actions, 49 running)
    2661:  (00:54:43) �[32m[15,657 / 16,074]�[0m 1800 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 190s remote, remote-cache ... (50 actions, 47 running)
    2662:  (00:54:48) �[32m[15,664 / 16,074]�[0m 1806 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 195s remote, remote-cache ... (50 actions, 49 running)
    2663:  (00:54:52) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsConsoleTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsConsoleTest-chrome/test_attempts/attempt_1.log)
    2664:  (00:54:53) �[32m[15,680 / 16,074]�[0m 1822 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 199s remote, remote-cache ... (50 actions, 49 running)
    2665:  (00:54:58) �[32m[15,685 / 16,074]�[0m 1827 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 204s remote, remote-cache ... (50 actions running)
    2666:  (00:55:02) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsConsoleTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsConsoleTest-chrome/test.log)
    2667:  �[31m�[1mFAILED: �[0m//dotnet/test/common:DevTools/DevToolsConsoleTest-chrome (Summary)
    2668:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsConsoleTest-chrome/test.log
    ...
    
    2706:  00:54:48.873 DEBUG HttpCommandExecutor: Response: ( Success: )
    2707:  Starting ChromeDriver 136.0.7103.113 (76fa3c1782406c63308c70b54f228fd39c7aaa71-refs/branch-heads/7103_108@{#3}) on port 43257
    2708:  Only local connections are allowed.
    2709:  Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
    2710:  ChromeDriver was started successfully on port 43257.
    2711:  00:54:48.973 DEBUG HttpCommandExecutor: Executing command: []: newSession
    2712:  00:54:48.974 TRACE HttpCommandExecutor: >> POST RequestUri: http://localhost:43257/session, Content: System.Net.Http.ByteArrayContent, Headers: 2
    2713:  {"capabilities":{"firstMatch":[{"browserName":"chrome","browserVersion":"137","goog:chromeOptions":{"args":["--no-sandbox","--disable-dev-shm-usage"],"binary":"external/\u002Bpin_browsers_extension\u002Blinux_chrome/chrome-linux64/chrome"}}]}}
    2714:  00:54:50.165 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2715:  00:54:50.166 DEBUG HttpCommandExecutor: Response: (9420db440512969e6a9d3edb12dab9a4 Success: System.Collections.Generic.Dictionary`2[System.String,System.Object])
    2716:  => OpenQA.Selenium.AssemblyFixture
    2717:  00:54:50.197 DEBUG HttpCommandExecutor: Executing command: [9420db440512969e6a9d3edb12dab9a4]: quit
    2718:  00:54:50.201 TRACE HttpCommandExecutor: >> DELETE RequestUri: http://localhost:43257/session/9420db440512969e6a9d3edb12dab9a4, Content: null, Headers: 2
    2719:  00:54:50.304 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2720:  00:54:50.305 DEBUG HttpCommandExecutor: Response: ( Success: )
    2721:  Errors, Failures and Warnings
    2722:  1) Error : OpenQA.Selenium.DevTools.DevToolsConsoleTest.VerifyMessageAdded
    2723:  System.InvalidOperationException : The type is invalid for conversion. You requested domains of type 'OpenQA.Selenium.DevTools.V137.DevToolsSessionDomains', but the version-specific domains for this session are 'OpenQA.Selenium.DevTools.V136.V136Domains'
    2724:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2725:  at OpenQA.Selenium.DevTools.DevToolsConsoleTest.VerifyMessageAdded()
    2726:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2727:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2728:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2729:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2730:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2731:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2732:  Run Settings
    2733:  Number of Test Workers: 2
    2734:  Work Directory: /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsConsoleTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main
    2735:  Internal Trace: Off
    2736:  Test Run Summary
    2737:  Overall result: Failed
    2738:  Test Count: 1, Passed: 0, Failed: 1, Warnings: 0, Inconclusive: 0, Skipped: 0
    2739:  Failed Tests - Failures: 0, Errors: 1, Invalid: 0
    2740:  Start time: 2025-05-24 00:54:42Z
    ...
    
    2781:  00:55:00.026 DEBUG HttpCommandExecutor: Response: ( Success: )
    2782:  Starting ChromeDriver 136.0.7103.113 (76fa3c1782406c63308c70b54f228fd39c7aaa71-refs/branch-heads/7103_108@{#3}) on port 42969
    2783:  Only local connections are allowed.
    2784:  Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
    2785:  ChromeDriver was started successfully on port 42969.
    2786:  00:55:00.097 DEBUG HttpCommandExecutor: Executing command: []: newSession
    2787:  00:55:00.098 TRACE HttpCommandExecutor: >> POST RequestUri: http://localhost:42969/session, Content: System.Net.Http.ByteArrayContent, Headers: 2
    2788:  {"capabilities":{"firstMatch":[{"browserName":"chrome","browserVersion":"137","goog:chromeOptions":{"args":["--no-sandbox","--disable-dev-shm-usage"],"binary":"external/\u002Bpin_browsers_extension\u002Blinux_chrome/chrome...

    @diemol
    Copy link
    Member

    diemol commented May 24, 2025

    Not merging because this is downgrading Chrome to 136.

    @diemol diemol closed this May 24, 2025
    @diemol diemol deleted the pinned-browser-updates branch May 24, 2025 07:59
    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 1/5

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants