Skip to content

Conversation

@selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented May 25, 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 May 25, 2025
@qodo-code-review
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 Downgrade

Chrome browser version appears to be downgraded from 137.0.7151.40 to 136.0.7103.113. Verify this is intentional and not a mistake, as typically browser versions should be updated to newer versions.

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

@qodo-code-review
Copy link
Contributor

qodo-code-review bot commented May 25, 2025

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
Possible issue
Chrome version downgrade

The PR is downgrading Chrome from version 137.0.7151.40 to 136.0.7103.113. This
appears to be a regression rather than an update, which may cause compatibility
issues with newer features or security patches.

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]: 8

__

Why: The suggestion correctly identifies that the PR downgrades Chrome from version 137.0.7151.40 to 136.0.7103.113, which could introduce compatibility or security issues; reverting to the newer version is important for stability and security.

Medium
  • Update

@qodo-code-review
Copy link
Contributor

qodo-code-review bot commented May 25, 2025

CI Feedback 🧐

(Feedback updated until commit a211454)

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: DevTools tests (multiple)

Failure summary:

The action failed because of version mismatch in the DevTools tests. The tests were trying to use
Chrome version 137 DevTools domains (V137.DevToolsSessionDomains), but the actual Chrome browser
being used had version 136 domains (V136.V136Domains).

This is evident from multiple test failures with the same error message:

"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'"

The error occurred in multiple DevTools test classes:

  • DevToolsTabsTest
  • DevToolsTargetTest
  • DevToolsSecurityTest
  • DevToolsNetworkTest
  • DevToolsProfilerTest
  • DevToolsConsoleTest
  • DevToolsPerformanceTest

  • 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
    ...
    
    1827:  �[32m[1,650 / 1,660]�[0m 50 / 81 tests;�[0m checking cached actions
    1828:  (00:47:30) �[32mAnalyzing:�[0m 2288 targets (1634 packages loaded, 48541 targets configured)
    1829:  �[32m[2,738 / 5,005]�[0m 58 / 420 tests;�[0m Creating compile jar for @@rules_jvm_external++maven+maven//:com_google_guava_listenablefuture [for tool]; 0s remote, remote-cache ... (49 actions, 12 running)
    1830:  (00:47:35) �[32mAnalyzing:�[0m 2288 targets (1635 packages loaded, 48966 targets configured)
    1831:  �[32m[5,653 / 8,178]�[0m 67 / 944 tests;�[0m Creating source manifest for //java/test/org/openqa/selenium/remote/http:UrlTemplateTest; 0s local ... (15 actions, 9 running)
    1832:  (00:47:40) �[32mAnalyzing:�[0m 2288 targets (1667 packages loaded, 51044 targets configured)
    1833:  �[32m[7,321 / 10,527]�[0m 68 / 1980 tests;�[0m Extracting npm package @mui/[email protected]_60647716; 4s remote, remote-cache ... (50 actions, 0 running)
    1834:  (00:47:46) �[32mAnalyzing:�[0m 2288 targets (1697 packages loaded, 65658 targets configured)
    1835:  �[32m[7,536 / 10,660]�[0m 70 / 1980 tests;�[0m Extracting npm package @mui/[email protected]_60647716; 10s remote, remote-cache ... (50 actions, 0 running)
    1836:  (00:47:50) �[32mINFO: �[0mAnalyzed 2288 targets (1698 packages loaded, 66016 targets configured).
    1837:  (00:47:52) �[32m[7,537 / 10,968]�[0m 70 / 2288 tests;�[0m Extracting npm package @mui/[email protected]_60647716; 16s remote, remote-cache ... (50 actions, 0 running)
    1838:  (00:47:57) �[32m[7,911 / 11,430]�[0m 70 / 2288 tests;�[0m Extracting npm package @mui/[email protected]_60647716; 21s remote, remote-cache ... (49 actions, 0 running)
    1839:  (00:48:02) �[32m[8,610 / 11,862]�[0m 70 / 2288 tests;�[0m Extracting npm package @mui/[email protected]_60647716; 26s remote, remote-cache ... (50 actions, 0 running)
    1840:  (00:48:09) �[32m[8,617 / 11,862]�[0m 70 / 2288 tests;�[0m Extracting npm package @mui/[email protected]_60647716; 33s remote, remote-cache ... (50 actions, 0 running)
    1841:  (00:48:13) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (69 source files):
    1842:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1843:  private final ErrorCodes errorCodes;
    1844:  ^
    1845:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1846:  this.errorCodes = new ErrorCodes();
    1847:  ^
    1848:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1849:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1850:  ^
    1851:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1852:  ErrorCodes errorCodes = new ErrorCodes();
    1853:  ^
    1854:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1855:  ErrorCodes errorCodes = new ErrorCodes();
    1856:  ^
    1857:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1858:  response.setStatus(ErrorCodes.SUCCESS);
    1859:  ^
    1860:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1861:  response.setState(ErrorCodes.SUCCESS_STRING);
    1862:  ^
    1863:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1864:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    1865:  ^
    1866:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1867:  new ErrorCodes().getExceptionType((String) rawError);
    1868:  ^
    1869:  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
    1870:  private final ErrorCodes errorCodes = new ErrorCodes();
    1871:  ^
    1872:  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
    1873:  private final ErrorCodes errorCodes = new ErrorCodes();
    1874:  ^
    1875:  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
    1876:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    1877:  ^
    1878:  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
    1879:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1880:  ^
    1881:  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
    1882:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1883:  ^
    1884:  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
    1885:  response.setStatus(ErrorCodes.SUCCESS);
    1886:  ^
    1887:  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
    1888:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1889:  ^
    1890:  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
    1891:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1892:  ^
    1893:  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
    1894:  private final ErrorCodes errorCodes = new ErrorCodes();
    1895:  ^
    1896:  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
    1897:  private final ErrorCodes errorCodes = new ErrorCodes();
    1898:  ^
    1899:  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
    1900:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1901:  ^
    1902:  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
    1903:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1904:  ^
    1905:  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
    1906:  response.setStatus(ErrorCodes.SUCCESS);
    1907:  ^
    ...
    
    2010:  (00:48:21) �[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
    2011:  (00:48:21) �[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
    2012:  (00:48:21) �[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
    2013:  (00:48:21) �[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
    2014:  (00:48:21) �[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
    2015:  (00:48:21) �[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
    2016:  (00:48:21) �[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
    2017:  (00:48:21) �[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
    2018:  (00:48:21) �[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
    2019:  (00:48:21) �[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
    2020:  (00:48:21) �[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
    2021:  (00:48:21) �[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
    2022:  (00:48:21) �[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
    2023:  (00:48:21) �[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
    2024:  (00:48:21) �[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
    2025:  (00:48:21) �[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
    2026:  (00:48:21) �[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
    ...
    
    2222:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(292,117): warning CS8601: Possible null reference assignment.
    2223:  dotnet/src/webdriver/DevTools/v136/V136Network.cs(320,90): warning CS8601: Possible null reference assignment.
    2224:  (00:48:25) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    2225:  (00:48:25) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0 (internals ref-only dll):
    2226:  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).
    2227:  dotnet/src/webdriver/Response.cs(207,2): warning CS3016: Arrays as attribute arguments is not CLS-compliant
    2228:  dotnet/src/webdriver/Command.cs(171,2): warning CS3016: Arrays as attribute arguments is not CLS-compliant
    2229:  (00:48:29) �[32m[12,824 / 14,342]�[0m 124 / 2288 tests;�[0m [Prepa] Testing //py:common-chrome-bidi-test/selenium/webdriver/common/bidi_browser_tests.py ... (27 actions, 3 running)
    2230:  (00:48:34) �[32m[12,843 / 14,438]�[0m 128 / 2288 tests;�[0m Testing //py:common-chrome-bidi-test/selenium/webdriver/common/element_attribute_tests.py; 6s remote, remote-cache ... (45 actions, 4 running)
    2231:  (00:48:39) �[32m[12,859 / 14,539]�[0m 133 / 2288 tests;�[0m Testing //py:common-chrome-bidi-test/selenium/webdriver/common/element_attribute_tests.py; 11s remote, remote-cache ... (50 actions, 4 running)
    2232:  (00:48:44) �[32m[12,880 / 14,648]�[0m 138 / 2288 tests;�[0m Testing //py:common-chrome-bidi-test/selenium/webdriver/common/element_attribute_tests.py; 16s remote, remote-cache ... (50 actions, 4 running)
    2233:  (00:48:49) �[32m[12,881 / 14,685]�[0m 138 / 2288 tests;�[0m Testing //py:common-chrome-bidi-test/selenium/webdriver/common/element_attribute_tests.py; 21s remote, remote-cache ... (50 actions, 5 running)
    2234:  (00:48:54) �[32m[12,973 / 14,692]�[0m 157 / 2288 tests;�[0m Testing //py:common-chrome-bidi-test/selenium/webdriver/common/element_attribute_tests.py; 26s remote, remote-cache ... (50 actions, 6 running)
    2235:  (00:48:59) �[32m[13,365 / 14,878]�[0m 177 / 2288 tests;�[0m Testing //py:common-chrome-bidi-test/selenium/webdriver/common/element_attribute_tests.py; 31s remote, remote-cache ... (47 actions, 6 running)
    2236:  (00:49:00) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2237:  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
    2238:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2239:  ^
    2240:  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
    2241:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2242:  ^
    2243:  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
    2244:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2245:  ^
    2246:  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
    2247:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2248:  ^
    2249:  (00:49:02) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2250:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2251:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2252:  ^
    2253:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2254:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2255:  ^
    2256:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2257:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2258:  ^
    2259:  (00:49:03) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2260:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2261:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2262:  ^
    2263:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2264:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2265:  ^
    2266:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2267:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2268:  ^
    2269:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2270:  private final ErrorCodes errorCodes = new ErrorCodes();
    2271:  ^
    2272:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2273:  private final ErrorCodes errorCodes = new ErrorCodes();
    2274:  ^
    2275:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2276:  private final ErrorCodes errorCodes = new ErrorCodes();
    2277:  ^
    2278:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2279:  private final ErrorCodes errorCodes = new ErrorCodes();
    2280:  ^
    2281:  (00:49:03) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2282:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2283:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2284:  ^
    2285:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2286:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2287:  ^
    2288:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2289:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2290:  ^
    2291:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2292:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2293:  ^
    2294:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2295:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2296:  ^
    2297:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2298:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2299:  ^
    2300:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2301:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2302:  ^
    2303:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2304:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2305:  ^
    2306:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2307:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2308:  ^
    2309:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2310:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2311:  ^
    2312:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2313:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2314:  ^
    2315:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2316:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2317:  ^
    2318:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2319:  ErrorCodes.UNHANDLED_ERROR,
    2320:  ^
    2321:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2322:  ErrorCodes.UNHANDLED_ERROR,
    2323:  ^
    2324:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2325:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2326:  ^
    2327:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: 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:248: 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:280: 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:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2337:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2338:  ^
    2339:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2340:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2341:  ^
    2342:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2343:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2344:  ^
    2345:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2346:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2347:  ^
    2348:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2349:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2350:  ^
    2351:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2352:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2353:  ^
    2354:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2355:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2356:  ^
    2357:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2358:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2359:  ^
    2360:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2361:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2362:  ^
    2363:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2364:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2365:  ^
    2366:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2367:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2368:  ^
    2369:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2370:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2371:  ^
    2372:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2373:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2374:  ^
    2375:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2376:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2377:  ^
    2378:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2379:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2380:  ^
    2381:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2382:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2383:  ^
    2384:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2385:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2386:  ^
    2387:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2388:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2389:  ^
    2390:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2391:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2392:  ^
    2393:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2394:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2395:  ^
    2396:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2397:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2398:  ^
    2399:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2400:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2401:  ^
    2402:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2403:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2404:  ^
    2405:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2406:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2407:  ^
    2408:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2409:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2410:  ^
    2411:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2412:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2413:  ^
    2414:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2415:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2416:  ^
    2417:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2418:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2419:  ^
    2420:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2421:  response.setState(new ErrorCodes().toState(status));
    2422:  ^
    2423:  (00:49:04) �[32m[13,448 / 15,260]�[0m 179 / 2288 tests;�[0m Testing //py:common-chrome-bidi-test/selenium/webdriver/common/element_attribute_tests.py; 36s remote, remote-cache ... (49 actions, 6 running)
    2424:  (00:49:05) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2425:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2426:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2427:  ^
    ...
    
    2489:  (00:54:45) �[32m[15,057 / 16,074]�[0m 1199 / 2288 tests;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/web_components_tests.py; 71s remote, remote-cache ... (50 actions, 43 running)
    2490:  (00:54:50) �[32m[15,092 / 16,074]�[0m 1234 / 2288 tests;�[0m Testing //py:common-edge-test/selenium/webdriver/common/webdriverwait_tests.py; 75s remote, remote-cache ... (50 actions, 41 running)
    2491:  (00:54:56) �[32m[15,155 / 16,074]�[0m 1297 / 2288 tests;�[0m Testing //py:common-edge-test/selenium/webdriver/common/webdriverwait_tests.py; 80s remote, remote-cache ... (50 actions, 46 running)
    2492:  (00:55:01) �[32m[15,181 / 16,074]�[0m 1323 / 2288 tests;�[0m Testing //py:common-edge-test/selenium/webdriver/common/webdriverwait_tests.py; 85s remote, remote-cache ... (50 actions, 39 running)
    2493:  (00:55:06) �[32m[15,184 / 16,074]�[0m 1326 / 2288 tests;�[0m Testing //py:common-edge-test/selenium/webdriver/common/webdriverwait_tests.py; 90s remote, remote-cache ... (50 actions, 47 running)
    2494:  (00:55:11) �[32m[15,217 / 16,074]�[0m 1360 / 2288 tests;�[0m Testing //py:common-edge-test/selenium/webdriver/common/webdriverwait_tests.py; 95s remote, remote-cache ... (50 actions, 44 running)
    2495:  (00:55:16) �[32m[15,259 / 16,074]�[0m 1401 / 2288 tests;�[0m Testing //py:common-edge-test/selenium/webdriver/common/webdriverwait_tests.py; 100s remote, remote-cache ... (50 actions, 47 running)
    2496:  (00:55:21) �[32m[15,376 / 16,074]�[0m 1518 / 2288 tests;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/bidi_browsing_context_tests.py; 78s remote, remote-cache ... (50 actions, 44 running)
    2497:  (00:55:26) �[32m[15,382 / 16,074]�[0m 1525 / 2288 tests;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/bidi_browsing_context_tests.py; 83s remote, remote-cache ... (50 actions running)
    2498:  (00:55:31) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsTabsTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsTabsTest-chrome/test_attempts/attempt_1.log)
    2499:  (00:55:31) �[32m[15,410 / 16,074]�[0m 1552 / 2288 tests;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/support/relative_by_tests.py; 71s remote, remote-cache ... (50 actions, 45 running)
    2500:  (00:55:31) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsTargetTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsTargetTest-chrome/test_attempts/attempt_1.log)
    2501:  (00:55:36) �[32m[15,423 / 16,074]�[0m 1565 / 2288 tests;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/alerts_tests.py; 61s remote, remote-cache ... (50 actions, 49 running)
    2502:  (00:55:37) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsSecurityTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsSecurityTest-chrome/test_attempts/attempt_1.log)
    2503:  (00:55:41) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsTabsTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsTabsTest-chrome/test.log)
    2504:  �[31m�[1mFAILED: �[0m//dotnet/test/common:DevTools/DevToolsTabsTest-chrome (Summary)
    2505:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsTabsTest-chrome/test.log
    ...
    
    2543:  00:55:15.859 DEBUG HttpCommandExecutor: Response: ( Success: )
    2544:  Starting ChromeDriver 136.0.7103.113 (76fa3c1782406c63308c70b54f228fd39c7aaa71-refs/branch-heads/7103_108@{#3}) on port 43097
    2545:  Only local connections are allowed.
    2546:  Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
    2547:  ChromeDriver was started successfully on port 43097.
    2548:  00:55:15.907 DEBUG HttpCommandExecutor: Executing command: []: newSession
    2549:  00:55:15.908 TRACE HttpCommandExecutor: >> POST RequestUri: http://localhost:43097/session, Content: System.Net.Http.ByteArrayContent, Headers: 2
    2550:  {"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"}}]}}
    2551:  00:55:16.821 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2552:  00:55:16.822 DEBUG HttpCommandExecutor: Response: (b39a7454fd7549c33a75453a17c6578e Success: System.Collections.Generic.Dictionary`2[System.String,System.Object])
    2553:  => OpenQA.Selenium.AssemblyFixture
    2554:  00:55:16.828 DEBUG HttpCommandExecutor: Executing command: [b39a7454fd7549c33a75453a17c6578e]: quit
    2555:  00:55:16.828 TRACE HttpCommandExecutor: >> DELETE RequestUri: http://localhost:43097/session/b39a7454fd7549c33a75453a17c6578e, Content: null, Headers: 2
    2556:  00:55:16.883 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2557:  00:55:16.883 DEBUG HttpCommandExecutor: Response: ( Success: )
    2558:  Errors, Failures and Warnings
    2559:  1) Error : OpenQA.Selenium.DevTools.DevToolsTabsTest.ClosingTabDoesNotBreakDevToolsSession
    2560:  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'
    2561:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2562:  at OpenQA.Selenium.DevTools.DevToolsTabsTest.ClosingTabDoesNotBreakDevToolsSession()
    2563:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2564:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2565:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2566:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2567:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2568:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2569:  Run Settings
    2570:  Number of Test Workers: 2
    2571:  Work Directory: /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsTabsTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main
    2572:  Internal Trace: Off
    2573:  Test Run Summary
    2574:  Overall result: Failed
    2575:  Test Count: 1, Passed: 0, Failed: 1, Warnings: 0, Inconclusive: 0, Skipped: 0
    2576:  Failed Tests - Failures: 0, Errors: 1, Invalid: 0
    2577:  Start time: 2025-05-26 00:55:09Z
    ...
    
    2618:  00:55:38.910 DEBUG HttpCommandExecutor: Response: ( Success: )
    2619:  Starting ChromeDriver 136.0.7103.113 (76fa3c1782406c63308c70b54f228fd39c7aaa71-refs/branch-heads/7103_108@{#3}) on port 33399
    2620:  Only local connections are allowed.
    2621:  Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
    2622:  ChromeDriver was started successfully on port 33399.
    2623:  00:55:38.962 DEBUG HttpCommandExecutor: Executing command: []: newSession
    2624:  00:55:38.973 TRACE HttpCommandExecutor: >> POST RequestUri: http://localhost:33399/session, Content: System.Net.Http.ByteArrayContent, Headers: 2
    2625:  {"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"}}]}}
    2626:  00:55:40.069 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2627:  00:55:40.070 DEBUG HttpCommandExecutor: Response: (b44d164fb33825e550fb4b85d1ebccd6 Success: System.Collections.Generic.Dictionary`2[System.String,System.Object])
    2628:  => OpenQA.Selenium.AssemblyFixture
    2629:  00:55:40.085 DEBUG HttpCommandExecutor: Executing command: [b44d164fb33825e550fb4b85d1ebccd6]: quit
    2630:  00:55:40.086 TRACE HttpCommandExecutor: >> DELETE RequestUri: http://localhost:33399/session/b44d164fb33825e550fb4b85d1ebccd6, Content: null, Headers: 2
    2631:  00:55:40.191 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2632:  00:55:40.192 DEBUG HttpCommandExecutor: Response: ( Success: )
    2633:  Errors, Failures and Warnings
    2634:  1) Error : OpenQA.Selenium.DevTools.DevToolsTabsTest.ClosingTabDoesNotBreakDevToolsSession
    2635:  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'
    2636:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2637:  at OpenQA.Selenium.DevTools.DevToolsTabsTest.ClosingTabDoesNotBreakDevToolsSession()
    2638:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2639:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2640:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2641:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2642:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2643:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2644:  Run Settings
    2645:  Number of Test Workers: 2
    2646:  Work Directory: /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsTabsTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main
    2647:  Internal Trace: Off
    2648:  Test Run Summary
    2649:  Overall result: Failed
    2650:  Test Count: 1, Passed: 0, Failed: 1, Warnings: 0, Inconclusive: 0, Skipped: 0
    2651:  Failed Tests - Failures: 0, Errors: 1, Invalid: 0
    2652:  Start time: 2025-05-26 00:55:34Z
    2653:  End time: 2025-05-26 00:55:40Z
    2654:  Duration: 6.535 seconds
    2655:  Results (nunit3) saved as /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsTabsTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main/TestResult.xml
    2656:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChC78TIz2BdZmrWTKoxX9T62EgdkZWZhdWx0GiUKIJ2B_6LcP3SBN6q1xC8DO7oNqiKb85aR2PXoLJWiUID3ELwD
    2657:  ================================================================================
    2658:  (00:55:41) �[32m[15,436 / 16,074]�[0m 1578 / 2288 tests, �[31m�[1m1 failed�[0m;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/alerts_tests.py; 66s remote, remote-cache ... (50 actions, 45 running)
    2659:  (00:55:41) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsNetworkTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsNetworkTest-chrome/test_attempts/attempt_1.log)
    2660:  (00:55:42) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsTargetTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsTargetTest-chrome/test.log)
    2661:  ==================== Test output for //dotnet/test/common:DevTools/DevToolsTargetTest-chrome:
    2662:  NUnitLite 3.13.2 (.NET Standard 2.0)
    2663:  Copyright (c) 2021 Charlie Poole, Rob Prouse
    2664:  Runtime Environment
    2665:  OS Version: Ubuntu 20.04.6 LTS
    2666:  CLR Version: 8.0.3
    2667:  Test Files
    2668:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsTargetTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main/dotnet/test/common/DevTools/DevToolsTargetTest-chrome/net8.0/WebDriver.Common.Tests.dll
    2669:  Test Discovery
    2670:  Start time: 2025-05-26 00:55:17Z
    2671:  End time: 2025-05-26 00:55:18Z
    2672:  �[31m�[1mFAILED: �[0m//dotnet/test/common:DevTools/DevToolsTargetTest-chrome (Summary)
    2673:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsTargetTest-chrome/test.log
    ...
    
    2746:  00:55:28.598 DEBUG HttpCommandExecutor: Response: ( Success: )
    2747:  Starting ChromeDriver 136.0.7103.113 (76fa3c1782406c63308c70b54f228fd39c7aaa71-refs/branch-heads/7103_108@{#3}) on port 45819
    2748:  Only local connections are allowed.
    2749:  Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
    2750:  ChromeDriver was started successfully on port 45819.
    2751:  00:55:28.696 DEBUG HttpCommandExecutor: Executing command: []: newSession
    2752:  00:55:28.697 TRACE HttpCommandExecutor: >> POST RequestUri: http://localhost:45819/session, Content: System.Net.Http.ByteArrayContent, Headers: 2
    2753:  {"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"}}]}}
    2754:  00:55:29.993 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2755:  00:55:29.995 DEBUG HttpCommandExecutor: Response: (293d984183eb668effc221e7aa7ce505 Success: System.Collections.Generic.Dictionary`2[System.String,System.Object])
    2756:  => OpenQA.Selenium.AssemblyFixture
    2757:  00:55:30.001 DEBUG HttpCommandExecutor: Executing command: [293d984183eb668effc221e7aa7ce505]: quit
    2758:  00:55:30.002 TRACE HttpCommandExecutor: >> DELETE RequestUri: http://localhost:45819/session/293d984183eb668effc221e7aa7ce505, Content: null, Headers: 2
    2759:  00:55:30.105 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2760:  00:55:30.106 DEBUG HttpCommandExecutor: Response: ( Success: )
    2761:  Errors, Failures and Warnings
    2762:  1) Error : OpenQA.Selenium.DevTools.DevToolsTargetTest.CreateAndContentLifeCycle
    2763:  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'
    2764:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2765:  at OpenQA.Selenium.DevTools.DevToolsTargetTest.CreateAndContentLifeCycle()
    2766:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2767:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2768:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2769:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2770:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2771:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2772:  2) Error : OpenQA.Selenium.DevTools.DevToolsTargetTest.GetTargetActivateAndAttach
    2773:  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'
    2774:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2775:  at OpenQA.Selenium.DevTools.DevToolsTargetTest.GetTargetActivateAndAttach()
    2776:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2777:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2778:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2779:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2780:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2781:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2782:  3) Error : OpenQA.Selenium.DevTools.DevToolsTargetTest.GetTargetAndSendMessageToTarget
    2783:  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'
    2784:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2785:  at OpenQA.Selenium.DevTools.DevToolsTargetTest.GetTargetAndSendMessageToTarget()
    2786:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2787:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2788:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2789:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2790:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2791:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2792:  Run Settings
    2793:  Number of Test Workers: 2
    2794:  Work Directory: /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsTargetTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main
    2795:  Internal Trace: Off
    2796:  Test Run Summary
    2797:  Overall result: Failed
    2798:  Test Count: 3, Passed: 0, Failed: 3, Warnings: 0, Inconclusive: 0, Skipped: 0
    2799:  Failed Tests - Failures: 0, Errors: 3, Invalid: 0
    2800:  Start time: 2025-05-26 00:55:18Z
    ...
    
    2887:  00:55:39.863 DEBUG HttpCommandExecutor: Response: ( Success: )
    2888:  Starting ChromeDriver 136.0.7103.113 (76fa3c1782406c63308c70b54f228fd39c7aaa71-refs/branch-heads/7103_108@{#3}) on port 35767
    2889:  Only local connections are allowed.
    2890:  Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
    2891:  ChromeDriver was started successfully on port 35767.
    2892:  00:55:39.936 DEBUG HttpCommandExecutor: Executing command: []: newSession
    2893:  00:55:39.936 TRACE HttpCommandExecutor: >> POST RequestUri: http://localhost:35767/session, Content: System.Net.Http.ByteArrayContent, Headers: 2
    2894:  {"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"}}]}}
    2895:  00:55:41.015 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2896:  00:55:41.016 DEBUG HttpCommandExecutor: Response: (8c37878c992892b8fea405f6a696c1b8 Success: System.Collections.Generic.Dictionary`2[System.String,System.Object])
    2897:  => OpenQA.Selenium.AssemblyFixture
    2898:  00:55:41.020 DEBUG HttpCommandExecutor: Executing command: [8c37878c992892b8fea405f6a696c1b8]: quit
    2899:  00:55:41.021 TRACE HttpCommandExecutor: >> DELETE RequestUri: http://localhost:35767/session/8c37878c992892b8fea405f6a696c1b8, Content: null, Headers: 2
    2900:  00:55:41.079 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2901:  00:55:41.080 DEBUG HttpCommandExecutor: Response: ( Success: )
    2902:  Errors, Failures and Warnings
    2903:  1) Error : OpenQA.Selenium.DevTools.DevToolsTargetTest.CreateAndContentLifeCycle
    2904:  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'
    2905:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2906:  at OpenQA.Selenium.DevTools.DevToolsTargetTest.CreateAndContentLifeCycle()
    2907:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2908:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2909:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2910:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2911:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2912:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2913:  2) Error : OpenQA.Selenium.DevTools.DevToolsTargetTest.GetTargetActivateAndAttach
    2914:  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'
    2915:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2916:  at OpenQA.Selenium.DevTools.DevToolsTargetTest.GetTargetActivateAndAttach()
    2917:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2918:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2919:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2920:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2921:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2922:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2923:  3) Error : OpenQA.Selenium.DevTools.DevToolsTargetTest.GetTargetAndSendMessageToTarget
    2924:  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'
    2925:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    2926:  at OpenQA.Selenium.DevTools.DevToolsTargetTest.GetTargetAndSendMessageToTarget()
    2927:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    2928:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    2929:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    2930:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    2931:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    2932:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    2933:  Run Settings
    2934:  Number of Test Workers: 2
    2935:  Work Directory: /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsTargetTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main
    2936:  Internal Trace: Off
    2937:  Test Run Summary
    2938:  Overall result: Failed
    2939:  Test Count: 3, Passed: 0, Failed: 3, Warnings: 0, Inconclusive: 0, Skipped: 0
    2940:  Failed Tests - Failures: 0, Errors: 3, Invalid: 0
    2941:  Start time: 2025-05-26 00:55:33Z
    2942:  End time: 2025-05-26 00:55:41Z
    2943:  Duration: 7.972 seconds
    2944:  Results (nunit3) saved as /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsTargetTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main/TestResult.xml
    2945:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChAg_mauTjleN4kebC_rGoa2EgdkZWZhdWx0GiUKIDvnwifLIGWJsgK1Ohbxix9Cxk7n-u-V4dqAIjbOjWeLELwD
    2946:  ================================================================================
    2947:  (00:55:46) �[32m[15,491 / 16,074]�[0m 1633 / 2288 tests, �[31m�[1m2 failed�[0m;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/alerts_tests.py; 71s remote, remote-cache ... (50 actions, 48 running)
    2948:  (00:55:49) �[31m�[1mFAIL: �[0m//dotnet/test/common:DevTools/DevToolsSecurityTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsSecurityTest-chrome/test.log)
    2949:  �[31m�[1mFAILED: �[0m//dotnet/test/common:DevTools/DevToolsSecurityTest-chrome (Summary)
    2950:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild-ST-7636bdc63bf0/testlogs/dotnet/test/common/DevTools/DevToolsSecurityTest-chrome/test.log
    ...
    
    2988:  00:55:34.091 DEBUG HttpCommandExecutor: Response: ( Success: )
    2989:  Starting ChromeDriver 136.0.7103.113 (76fa3c1782406c63308c70b54f228fd39c7aaa71-refs/branch-heads/7103_108@{#3}) on port 34819
    2990:  Only local connections are allowed.
    2991:  Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
    2992:  ChromeDriver was started successfully on port 34819.
    2993:  00:55:34.141 DEBUG HttpCommandExecutor: Executing command: []: newSession
    2994:  00:55:34.141 TRACE HttpCommandExecutor: >> POST RequestUri: http://localhost:34819/session, Content: System.Net.Http.ByteArrayContent, Headers: 2
    2995:  {"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"}}]}}
    2996:  00:55:34.826 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    2997:  00:55:34.827 DEBUG HttpCommandExecutor: Response: (ae8b257898a1a8d7f2790cee35781128 Success: System.Collections.Generic.Dictionary`2[System.String,System.Object])
    2998:  => OpenQA.Selenium.AssemblyFixture
    2999:  00:55:34.833 DEBUG HttpCommandExecutor: Executing command: [ae8b257898a1a8d7f2790cee35781128]: quit
    3000:  00:55:34.833 TRACE HttpCommandExecutor: >> DELETE RequestUri: http://localhost:34819/session/ae8b257898a1a8d7f2790cee35781128, Content: null, Headers: 2
    3001:  00:55:34.886 TRACE HttpCommandExecutor: << StatusCode: 200, ReasonPhrase: OK, Content: System.Net.Http.HttpConnectionResponseContent, Headers: 1
    3002:  00:55:34.887 DEBUG HttpCommandExecutor: Response: ( Success: )
    3003:  Errors, Failures and Warnings
    3004:  1) Error : OpenQA.Selenium.DevTools.DevToolsSecurityTest.LoadSecureWebsite
    3005:  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'
    3006:  at OpenQA.Selenium.DevTools.DevToolsSession.GetVersionSpecificDomains[T]()
    3007:  at OpenQA.Selenium.DevTools.DevToolsSecurityTest.LoadSecureWebsite()
    3008:  at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
    3009:  at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
    3010:  at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
    3011:  at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
    3012:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
    3013:  at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
    3014:  Run Settings
    3015:  Number of Test Workers: 2
    3016:  Work Directory: /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild-ST-7636bdc63bf0/bin/dotnet/test/common/DevTools/DevToolsSecurityTest-chrome/net8.0/WebDriver.Common.Tests.dll.sh.runfiles/_main
    3017:  Internal Trace: Off
    3018:  Test Run Summary
    3019:  Overall result: Failed
    3020:  Test Count: 1, Passed: 0, Failed: 1, Warnings: 0, Inconclusive: 0, Skipped: 0
    3021:  Failed Tests - Failures: 0, Errors: 1, In...

    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch from f6a8136 to a211454 Compare May 26, 2025 00:41
    @diemol diemol closed this May 26, 2025
    @diemol diemol deleted the pinned-browser-updates branch May 26, 2025 08:06
    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