Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[py] Update supported Python versions 3.9+ #15018

Merged
merged 7 commits into from
Jan 13, 2025
Merged

[py] Update supported Python versions 3.9+ #15018

merged 7 commits into from
Jan 13, 2025

Conversation

VietND96
Copy link
Member

@VietND96 VietND96 commented Jan 3, 2025

User description

Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.

Description

Following https://endoflife.date/python, https://devguide.python.org/versions/#versions
Python 3.8 ended Security Support on Oct-7, 2024.
Update supported Python versions 3.9+.

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

PR Type

Enhancement, Documentation


Description

  • Dropped support for Python 3.8 across the project.

  • Updated minimum required Python version to 3.9.

  • Adjusted documentation to reflect updated Python support.

  • Updated configuration files to align with new Python version requirements.


Changes walkthrough 📝

Relevant files
Enhancement
BUILD.bazel
Update supported Python versions in Bazel build file         

py/BUILD.bazel

  • Removed Python 3.8 from supported versions.
  • Added Python 3.13 to supported versions.
  • Updated python_requires to require Python 3.9 or higher.
  • +2/-2     
    pyproject.toml
    Adjust Python version requirements in pyproject.toml         

    py/pyproject.toml

  • Updated requires-python to ~=3.9.
  • Removed Python 3.8 from classifiers.
  • +1/-2     
    Documentation
    index.rst
    Update documentation for supported Python versions             

    py/docs/source/index.rst

  • Updated documentation to reflect Python 3.9+ support.
  • Removed reference to Python 3.8.
  • +1/-1     
    Configuration changes
    tox.ini
    Update tox configuration for Python 3.9+                                 

    py/tox.ini

  • Updated flake8 configuration to require Python 3.9 or higher.
  • Adjusted linting commands to align with new Python version.
  • +2/-2     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link
    Contributor

    qodo-merge-pro bot commented Jan 3, 2025

    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 Compatibility

    Adding Python 3.13 classifier while it's still in alpha/beta stage might be premature. Consider waiting for stable release.

    "Programming Language :: Python :: 3.13",

    Copy link
    Contributor

    qodo-merge-pro bot commented Jan 3, 2025

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Score
    General
    Ensure consistent Python version support declarations across configuration files

    Add Python 3.13 classifier to maintain consistency with BUILD.bazel which already
    includes Python 3.13 support.

    py/pyproject.toml [12-25]

     classifiers = [
         "Programming Language :: Python",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
         "Programming Language :: Python :: 3.12",
    +    "Programming Language :: Python :: 3.13",
    • Apply this suggestion
    Suggestion importance[1-10]: 8

    Why: The suggestion correctly identifies an inconsistency between BUILD.bazel and pyproject.toml regarding Python 3.13 support. Adding the Python 3.13 classifier in pyproject.toml is important for maintaining version support consistency across project configuration files.

    8

    @VietND96 VietND96 requested a review from a team January 3, 2025 08:33
    @VietND96 VietND96 added the A-needs decision TLC needs to discuss and agree label Jan 3, 2025
    Copy link
    Member

    @p0deje p0deje left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    You also need to bump in

    selenium/MODULE.bazel

    Lines 112 to 115 in ee8c6f4

    python.toolchain(
    is_default = True,
    python_version = "3.8",
    )

    @p0deje p0deje requested a review from AutomatedTester January 3, 2025 16:22
    @p0deje
    Copy link
    Member

    p0deje commented Jan 3, 2025

    @AutomatedTester What is our approach to EOL Python versions?

    Copy link
    Contributor

    qodo-merge-pro bot commented Jan 3, 2025

    CI Failure Feedback 🧐

    (Checks updated until commit 5879b1e)

    Action: Test / All RBE tests

    Failed stage: Run Bazel [❌]

    Failed test name: JavascriptEnabledDriverTest-chrome

    Failure summary:

    The action failed because the test JavascriptEnabledDriverTest-chrome failed. Specifically, the test
    method testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad failed with an error when
    trying to click an element with id 'changeme'. The test failed in 2 out of 2 attempts.

    Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    939:  Package 'php-symfony-asset' is not installed, so not removed
    940:  Package 'php-symfony-asset-mapper' is not installed, so not removed
    941:  Package 'php-symfony-browser-kit' is not installed, so not removed
    942:  Package 'php-symfony-clock' is not installed, so not removed
    943:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    944:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    945:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    946:  Package 'php-symfony-dotenv' is not installed, so not removed
    947:  Package 'php-symfony-error-handler' is not installed, so not removed
    ...
    
    1133:  Package 'php-uopz-all-dev' is not installed, so not removed
    1134:  Package 'php8.3-uploadprogress' is not installed, so not removed
    1135:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
    1136:  Package 'php8.3-uuid' is not installed, so not removed
    1137:  Package 'php-uuid-all-dev' is not installed, so not removed
    1138:  Package 'php-validate' is not installed, so not removed
    1139:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
    1140:  Package 'php-voku-portable-ascii' is not installed, so not removed
    1141:  Package 'php-wmerrors' is not installed, so not removed
    ...
    
    1855:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1856:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1857:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1858:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1859:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1860:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1861:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1862:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    1863:  (03:46:53) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398: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
    ...
    
    2048:  In file included from bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf~/src/google/protobuf/compiler/java/_virtual_includes/helpers/google/protobuf/compiler/java/helpers.h:23,
    2049:  from external/protobuf~/src/google/protobuf/compiler/kotlin/generator.cc:18:
    2050:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h: In instantiation of ‘void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&, absl::lts_20240116::optional<google::protobuf::io::AnnotationCollector::Semantic>) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
    2051:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:123:8:   required from here
    2052:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:127:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
    2053:  127 |     for (int i = 0; i < path.size(); ++i) {
    2054:  |                     ~~^~~~~~~~~~~~~
    2055:  (03:47:01) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    2056:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2057:  private final ErrorCodes errorCodes;
    2058:  ^
    2059:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2060:  this.errorCodes = new ErrorCodes();
    2061:  ^
    2062:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2063:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    2064:  ^
    2065:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2066:  ErrorCodes errorCodes = new ErrorCodes();
    2067:  ^
    2068:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2069:  ErrorCodes errorCodes = new ErrorCodes();
    2070:  ^
    2071:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2072:  response.setStatus(ErrorCodes.SUCCESS);
    2073:  ^
    2074:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2075:  response.setState(ErrorCodes.SUCCESS_STRING);
    2076:  ^
    2077:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2078:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    2079:  ^
    2080:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2081:  new ErrorCodes().getExceptionType((String) rawError);
    2082:  ^
    2083:  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
    2084:  private final ErrorCodes errorCodes = new ErrorCodes();
    2085:  ^
    2086:  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
    2087:  private final ErrorCodes errorCodes = new ErrorCodes();
    2088:  ^
    2089:  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
    2090:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    2091:  ^
    2092:  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
    2093:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2094:  ^
    2095:  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
    2096:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2097:  ^
    2098:  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
    2099:  response.setStatus(ErrorCodes.SUCCESS);
    2100:  ^
    2101:  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
    2102:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2103:  ^
    2104:  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
    2105:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2106:  ^
    2107:  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
    2108:  private final ErrorCodes errorCodes = new ErrorCodes();
    2109:  ^
    2110:  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
    2111:  private final ErrorCodes errorCodes = new ErrorCodes();
    2112:  ^
    2113:  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
    2114:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2115:  ^
    2116:  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
    2117:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2118:  ^
    2119:  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
    2120:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    2167:  (03:47:41) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62703 targets configured)
    2168:  �[32m[11,084 / 12,529]�[0m 220 / 1934 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver/firefox:profile-firefox-bidi ... (50 actions, 0 running)
    2169:  (03:47:46) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62821 targets configured)
    2170:  �[32m[11,215 / 12,662]�[0m 316 / 2052 tests;�[0m Testing //py:common-edge-test/selenium/webdriver/common/element_aria_tests.py; 1s remote, remote-cache ... (50 actions, 0 running)
    2171:  (03:47:51) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62890 targets configured)
    2172:  �[32m[11,340 / 12,755]�[0m 418 / 2119 tests;�[0m Testing //rb/spec/unit/selenium/webdriver/devtools:response; 1s remote, remote-cache ... (50 actions, 0 running)
    2173:  (03:47:56) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62936 targets configured)
    2174:  �[32m[11,485 / 12,822]�[0m 541 / 2167 tests;�[0m Testing //rb/spec/unit/selenium/webdriver:proxy; 0s remote, remote-cache ... (50 actions, 0 running)
    2175:  (03:47:57) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2176:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2177:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2178:  ^
    2179:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2180:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2181:  ^
    2182:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2183:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2184:  ^
    2185:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2186:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2187:  ^
    2188:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2189:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2190:  ^
    2191:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2192:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2193:  ^
    2194:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2195:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2196:  ^
    2197:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2198:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2199:  ^
    2200:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2201:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2202:  ^
    2203:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2204:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2205:  ^
    2206:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2207:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2208:  ^
    2209:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2210:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2211:  ^
    2212:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2213:  ErrorCodes.UNHANDLED_ERROR,
    2214:  ^
    2215:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2216:  ErrorCodes.UNHANDLED_ERROR,
    2217:  ^
    2218:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2219:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2220:  ^
    2221:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2222:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2223:  ^
    2224:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2225:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2226:  ^
    2227:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2228:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2229:  ^
    2230:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2231:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2232:  ^
    2233:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2234:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2235:  ^
    2236:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2237:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2238:  ^
    2239:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2240:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2241:  ^
    2242:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2243:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2244:  ^
    2245:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2246:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2247:  ^
    2248:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2249:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2250:  ^
    2251:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2252:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2253:  ^
    2254:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2255:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2256:  ^
    2257:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2258:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2259:  ^
    2260:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2261:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2262:  ^
    2263:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2264:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2265:  ^
    2266:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2267:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2268:  ^
    2269:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2270:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2271:  ^
    2272:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2273:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2274:  ^
    2275:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2276:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2277:  ^
    2278:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2279:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2280:  ^
    2281:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2282:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2283:  ^
    2284:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2285:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2286:  ^
    2287:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2288:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2289:  ^
    2290:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2291:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2292:  ^
    2293:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2294:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2295:  ^
    2296:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2297:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2298:  ^
    2299:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2300:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2301:  ^
    2302:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2303:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2304:  ^
    2305:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2306:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2307:  ^
    2308:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2309:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2310:  ^
    2311:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2312:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2313:  ^
    2314:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2315:  response.setState(new ErrorCodes().toState(status));
    2316:  ^
    2317:  (03:48:01) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62943 targets configured)
    2318:  �[32m[11,714 / 12,969]�[0m 647 / 2174 tests;�[0m Testing //javascript/node/selenium-webdriver:test-frame-test.js-firefox; 2s remote, remote-cache ... (50 actions, 3 running)
    2319:  (03:48:05) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2320:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2321:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2322:  ^
    2323:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2324:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2325:  ^
    2326:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2327:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2328:  ^
    2329:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2330:  private final ErrorCodes errorCodes = new ErrorCodes();
    2331:  ^
    2332:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2333:  private final ErrorCodes errorCodes = new ErrorCodes();
    2334:  ^
    2335:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2336:  private final ErrorCodes errorCodes = new ErrorCodes();
    2337:  ^
    2338:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2339:  private final ErrorCodes errorCodes = new ErrorCodes();
    2340:  ^
    2341:  (03:48:06) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62943 targets configured)
    2342:  �[32m[12,345 / 13,452]�[0m 775 / 2174 tests;�[0m Testing //py:common-chrome-test/selenium/webdriver/common/page_load_timeout_tests.py; 0s remote, remote-cache ... (48 actions, 0 running)
    2343:  (03:48:08) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2344:  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
    2345:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2346:  ^
    2347:  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
    2348:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2349:  ^
    2350:  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
    2351:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2352:  ^
    2353:  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
    2354:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2355:  ^
    2356:  (03:48:09) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2357:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2358:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2359:  ^
    2360:  (03:48:10) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2361:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2362:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2363:  ^
    2364:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2365:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2366:  ^
    2367:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2368:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    ...
    
    2371:  �[32m[13,206 / 14,302]�[0m 920 / 2174 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:driver-chrome-remote ... (44 actions, 13 running)
    2372:  (03:48:16) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62943 targets configured)
    2373:  �[32m[13,580 / 14,629]�[0m 976 / 2174 tests;�[0m Testing //java/test/org/openqa/selenium/grid/distributor:DrainTest-chrome-remote; 4s remote, remote-cache ... (42 actions, 2 running)
    2374:  (03:48:21) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62943 targets configured)
    2375:  �[32m[13,656 / 14,696]�[0m 1015 / 2174 tests;�[0m Testing //java/test/org/openqa/selenium/grid/distributor:DrainTest-chrome-remote; 9s remote, remote-cache ... (44 actions, 0 running)
    2376:  (03:48:23) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
    2377:  dotnet/src/webdriver/BiDi/Modules/Script/RemoteValue.cs(252,35): warning CS8766: Nullability of reference types in return type of 'string? Node.SharedId.get' doesn't match implicitly implemented member 'string ISharedReference.SharedId.get' (possibly because of nullability attributes).
    2378:  dotnet/src/webdriver/CookieJar.cs(129,46): warning CS8600: Converting null literal or possible null value to non-nullable type.
    2379:  dotnet/src/webdriver/WebDriver.cs(765,30): warning CS0618: 'WebDriverResult.ElementNotDisplayed' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2380:  dotnet/src/webdriver/WebDriver.cs(769,30): warning CS0618: 'WebDriverResult.ElementNotSelectable' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2381:  dotnet/src/webdriver/WebDriver.cs(772,30): warning CS0618: 'WebDriverResult.NoSuchDocument' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    ...
    
    2387:  dotnet/src/webdriver/BiDi/Modules/Script/RemoteValue.cs(252,35): warning CS8766: Nullability of reference types in return type of 'string? Node.SharedId.get' doesn't match implicitly implemented member 'string ISharedReference.SharedId.get' (possibly because of nullability attributes).
    2388:  (03:48:26) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62943 targets configured)
    2389:  �[32m[13,979 / 14,878]�[0m 1187 / 2174 tests;�[0m Testing //java/test/org/openqa/selenium/grid/distributor:DrainTest-chrome-remote; 14s remote, remote-cache ... (49 actions, 0 running)
    2390:  (03:48:31) �[32mAnalyzing:�[0m 2177 targets (1634 packages loaded, 62943 targets configured)
    2391:  �[32m[14,342 / 15,056]�[0m 1410 / 2174 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 2s remote, remote-cache ... (50 actions, 1 running)
    2392:  (03:48:31) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    2393:  dotnet/src/webdriver/BiDi/Modules/Script/RemoteValue.cs(252,35): warning CS8766: Nullability of reference types in return type of 'string? Node.SharedId.get' doesn't match implicitly implemented member 'string ISharedReference.SharedId.get' (possibly because of nullability attributes).
    2394:  dotnet/src/webdriver/VirtualAuth/Credential.cs(120,61): warning CS8604: Possible null reference argument for parameter 'rpId' in 'Credential.Credential(byte[] id, bool isResidentCredential, string rpId, string privateKey, byte[]? userHandle, int signCount)'.
    2395:  dotnet/src/webdriver/WebDriver.cs(765,30): warning CS0618: 'WebDriverResult.ElementNotDisplayed' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2396:  dotnet/src/webdriver/WebDriver.cs(769,30): warning CS0618: 'WebDriverResult.ElementNotSelectable' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    2397:  dotnet/src/webdriver/WebDriver.cs(772,30): warning CS0618: 'WebDriverResult.NoSuchDocument' is obsolete: 'This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors. Will be removed in 4.30'
    ...
    
    2429:  (03:51:11) �[32m[15,320 / 15,600]�[0m 1897 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 162s remote, remote-cache ... (50 actions, 29 running)
    2430:  (03:51:18) �[32m[15,320 / 15,600]�[0m 1897 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 170s remote, remote-cache ... (50 actions, 33 running)
    2431:  (03:51:23) �[32m[15,320 / 15,600]�[0m 1897 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 175s remote, remote-cache ... (50 actions, 35 running)
    2432:  (03:51:29) �[32m[15,323 / 15,600]�[0m 1900 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 180s remote, remote-cache ... (50 actions, 35 running)
    2433:  (03:51:35) �[32m[15,326 / 15,600]�[0m 1903 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 187s remote, remote-cache ... (50 actions, 38 running)
    2434:  (03:51:40) �[32m[15,326 / 15,600]�[0m 1903 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 192s remote, remote-cache ... (50 actions, 38 running)
    2435:  (03:51:46) �[32m[15,326 / 15,600]�[0m 1903 / 2177 tests;�[0m Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome; 198s remote, remote-cache ... (50 actions, 40 running)
    2436:  (03:51:50) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/JavascriptEnabledDriverTest-chrome/test.log)
    2437:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (Summary)
    ...
    
    2451:  Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.204, chrome: {chromedriverVersion: 131.0.6778.204 (52183f9e99a..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:44111}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:44111/devtoo..., se:cdpVersion: 131.0.6778.204, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://localhost:2138/session..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    2452:  Element: [[ChromeDriver: chrome on linux (98275e1f84e3a84deced14c203130cc1)] -> id: changeme]
    2453:  Session ID: 98275e1f84e3a84deced14c203130cc1
    2454:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2455:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    2456:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2457:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2458:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2459:  at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
    ...
    
    2481:  Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.204, chrome: {chromedriverVersion: 131.0.6778.204 (52183f9e99a..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:45893}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:45893/devtoo..., se:cdpVersion: 131.0.6778.204, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://localhost:17794/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    2482:  Element: [[ChromeDriver: chrome on linux (846bfe48e1f0cbcd608acb4c54926cca)] -> id: changeme]
    2483:  Session ID: 846bfe48e1f0cbcd608acb4c54926cca
    2484:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2485:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    2486:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2487:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2488:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2489:  at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
    ...
    
    2493:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
    2494:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
    2495:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
    2496:  at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
    2497:  at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:76)
    2498:  at org.openqa.selenium.JavascriptEnabledDriverTest.testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad(JavascriptEnabledDriverTest.java:77)
    2499:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIAL9jcaAnQ7z5Zw2fnVd2PZzi1aHO4TWrkD3ajY3t8-VEJ8D
    2500:  ================================================================================
    2501:  (03:51:54) �[32m[15,327 / 15,600]�[0m 1904 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:Interactions/DragAndDropTest-chrome; 197s remote, remote-cache ... (50 actions, 42 running)
    2502:  (03:52:00) �[32m[15,338 / 15,600]�[0m 1915 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 146s remote, remote-cache ... (50 actions, 34 running)
    2503:  (03:52:05) �[32m[15,341 / 15,600]�[0m 1918 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 151s remote, remote-cache ... (50 actions, 33 running)
    2504:  (03:52:10) �[32m[15,343 / 15,600]�[0m 1920 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 156s remote, remote-cache ... (50 actions, 33 running)
    2505:  (03:52:15) �[32m[15,344 / 15,600]�[0m 1922 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 133s remote, remote-cache ... (50 actions, 33 running)
    2506:  (03:52:21) �[32m[15,353 / 15,600]�[0m 1930 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 139s remote, remote-cache ... (50 actions, 27 running)
    2507:  (03:52:26) �[32m[15,358 / 15,600]�[0m 1935 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:UploadTest-firefox; 107s remote, remote-cache ... (50 actions, 23 running)
    2508:  (03:52:32) �[32m[15,364 / 15,600]�[0m 1941 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:NavigationTest-edge; 112s remote, remote-cache ... (50 actions, 18 running)
    2509:  (03:52:40) �[32m[15,366 / 15,600]�[0m 1943 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 76s remote, remote-cache ... (50 actions, 18 running)
    2510:  (03:52:46) �[32m[15,366 / 15,600]�[0m 1943 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 82s remote, remote-cache ... (50 actions, 21 running)
    2511:  (03:52:51) �[32m[15,366 / 15,600]�[0m 1943 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 87s remote, remote-cache ... (50 actions, 23 running)
    2512:  (03:52:56) �[32m[15,366 / 15,600]�[0m 1943 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 92s remote, remote-cache ... (50 actions, 23 running)
    2513:  (03:53:01) �[32m[15,368 / 15,600]�[0m 1945 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 97s remote, remote-cache ... (50 actions, 23 running)
    2514:  (03:53:07) �[32m[15,368 / 15,600]�[0m 1945 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 102s remote, remote-cache ... (50 actions, 23 running)
    2515:  (03:53:12) �[32m[15,374 / 15,600]�[0m 1951 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 108s remote, remote-cache ... (50 actions, 21 running)
    2516:  (03:53:20) �[32m[15,374 / 15,600]�[0m 1951 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 116s remote, remote-cache ... (50 actions, 22 running)
    2517:  (03:53:30) �[32m[15,374 / 15,600]�[0m 1951 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 126s remote, remote-cache ... (50 actions, 26 running)
    2518:  (03:53:35) �[32m[15,374 / 15,600]�[0m 1951 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 131s remote, remote-cache ... (50 actions, 28 running)
    2519:  (03:53:44) �[32m[15,374 / 15,600]�[0m 1951 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 140s remote, remote-cache ... (50 actions, 32 running)
    2520:  (03:53:50) �[32m[15,375 / 15,600]�[0m 1952 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 146s remote, remote-cache ... (50 actions, 34 running)
    2521:  (03:53:55) �[32m[15,376 / 15,600]�[0m 1953 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 151s remote, remote-cache ... (50 actions, 36 running)
    2522:  (03:54:03) �[32m[15,376 / 15,600]�[0m 1953 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 158s remote, remote-cache ... (50 actions, 38 running)
    2523:  (03:54:08) �[32m[15,377 / 15,600]�[0m 1954 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 164s remote, remote-cache ... (50 actions, 39 running)
    2524:  (03:54:13) �[32m[15,377 / 15,600]�[0m 1954 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 169s remote, remote-cache ... (50 actions, 40 running)
    2525:  (03:54:19) �[32m[15,382 / 15,600]�[0m 1959 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 174s remote, remote-cache ... (50 actions, 37 running)
    2526:  (03:54:24) �[32m[15,382 / 15,600]�[0m 1959 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 179s remote, remote-cache ... (50 actions, 37 running)
    2527:  (03:54:29) �[32m[15,386 / 15,600]�[0m 1963 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 185s remote, remote-cache ... (50 actions, 37 running)
    2528:  (03:54:34) �[32m[15,386 / 15,600]�[0m 1963 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 190s remote, remote-cache ... (50 actions, 39 running)
    2529:  (03:54:39) �[32m[15,386 / 15,600]�[0m 1963 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 195s remote, remote-cache ... (50 actions, 40 running)
    2530:  (03:54:44) �[32m[15,389 / 15,600]�[0m 1966 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 200s remote, remote-cache ... (50 actions, 39 running)
    2531:  (03:54:49) �[32m[15,402 / 15,600]�[0m 1979 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 205s remote, remote-cache ... (50 actions, 32 running)
    2532:  (03:54:55) �[32m[15,403 / 15,600]�[0m 1980 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 210s remote, remote-cache ... (50 actions, 35 running)
    2533:  (03:55:00) �[32m[15,407 / 15,600]�[0m 1984 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 215s remote, remote-cache ... (50 actions, 34 running)
    2534:  (03:55:05) �[32m[15,409 / 15,600]�[0m 1986 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 221s remote, remote-cache ... (50 actions, 32 running)
    2535:  (03:55:12) �[32m[15,410 / 15,600]�[0m 1987 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 227s remote, remote-cache ... (50 actions, 36 running)
    2536:  (03:55:17) �[32m[15,424 / 15,609]�[0m 1995 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 232s remote, remote-cache ... (50 actions, 35 running)
    2537:  (03:55:23) �[32m[15,430 / 15,612]�[0m 1998 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 238s remote, remote-cache ... (50 actions, 39 running)
    2538:  (03:55:28) �[32m[15,438 / 15,612]�[0m 2006 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 243s remote, remote-cache ... (50 actions, 40 running)
    2539:  (03:55:33) �[32m[15,441 / 15,612]�[0m 2009 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 249s remote, remote-cache ... (50 actions, 40 running)
    2540:  (03:55:38) �[32m[15,450 / 15,612]�[0m 2018 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 254s remote, remote-cache ... (50 actions, 41 running)
    2541:  (03:55:43) �[32m[15,455 / 15,612]�[0m 2023 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 259s remote, remote-cache ... (50 actions, 40 running)
    2542:  (03:55:48) �[32m[15,457 / 15,612]�[0m 2025 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 264s remote, remote-cache ... (50 actions, 45 running)
    2543:  (03:55:53) �[32m[15,465 / 15,612]�[0m 2033 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 269s remote, remote-cache ... (50 actions, 41 running)
    2544:  (03:55:58) �[32m[15,475 / 15,612]�[0m 2043 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 274s remote, remote-cache ... (50 actions, 43 running)
    2545:  (03:56:04) �[32m[15,481 / 15,612]�[0m 2049 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:SessionHandlingTest-firefox; 279s remote, remote-cache ... (50 actions, 44 running)
    2546:  (03:56:09) �[32m[15,496 / 15,612]�[0m 2064 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/CallFunctionParameterTest-firefox; 168s remote, remote-cache ... (50 actions, 41 running)
    2547:  (03:56:14) �[32m[15,506 / 15,612]�[0m 2074 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/CallFunctionParameterTest-firefox; 173s remote, remote-cache ... (50 actions, 40 running)
    2548:  (03:56:20) �[32m[15,515 / 15,612]�[0m 2083 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:DevTools/DevToolsProfilerTest-edge; 71s remote, remote-cache ... (50 actions, 41 running)
    2549:  (03:56:25) �[32m[15,524 / 15,612]�[0m 2091 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:DevTools/DevToolsProfilerTest-edge; 76s remote, remote-cache ... (50 actions, 41 running)
    2550:  (03:56:30) �[32m[15,531 / 15,612]�[0m 2098 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:WebElementTest-firefox; 56s remote, remote-cache ... (50 actions, 40 running)
    2551:  (03:56:36) �[32m[15,536 / 15,612]�[0m 2103 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:ObjectStateAssumptionsTest-firefox; 62s remote, remote-cache ... (50 actions, 44 running)
    2552:  (03:56:42) �[32m[15,551 / 15,612]�[0m 2113 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:FrameSwitchingTest-edge; 53s remote, remote-cache ... (50 actions, 42 running)
    2553:  (03:56:47) �[32m[15,556 / 15,612]�[0m 2118 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:FrameSwitchingTest-edge; 58s remote, remote-cache ... (50 actions, 45 running)
    2554:  (03:56:52) �[32m[15,564 / 15,615]�[0m 2126 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:FrameSwitchingTest-edge; 63s remote, remote-cache ... (50 actions, 42 running)
    2555:  (03:56:57) �[32m[15,572 / 15,615]�[0m 2134 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:FrameSwitchingTest-edge; 68s remote, remote-cache ... (43 actions running)
    2556:  (03:57:02) �[32m[15,583 / 15,615]�[0m 2146 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:FrameSwitchingTest-edge; 73s remote, remote-cache ... (32 actions running)
    2557:  (03:57:09) �[32m[15,589 / 15,615]�[0m 2151 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:FrameSwitchingTest-edge; 80s remote, remote-cache ... (26 actions running)
    2558:  (03:57:15) �[32m[15,592 / 15,615]�[0m 2154 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:FrameSwitchingTest-edge; 86s remote, remote-cache ... (23 actions running)
    2559:  (03:57:20) �[32m[15,595 / 15,615]�[0m 2158 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:FrameSwitchingTest-edge; 91s remote, remote-cache ... (20 actions running)
    2560:  (03:57:25) �[32m[15,599 / 15,615]�[0m 2161 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/ScriptCommandsTest-firefox; 88s remote, remote-cache ... (16 actions running)
    2561:  (03:57:31) �[32m[15,601 / 15,615]�[0m 2163 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/ScriptCommandsTest-firefox; 93s remote, remote-cache ... (14 actions running)
    2562:  (03:57:36) �[32m[15,604 / 15,615]�[0m 2166 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/ScriptCommandsTest-firefox; 99s remote, remote-cache ... (11 actions running)
    2563:  (03:57:42) �[32m[15,606 / 15,615]�[0m 2168 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/ScriptCommandsTest-firefox; 104s remote, remote-cache ... (9 actions running)
    2564:  (03:57:47) �[32m[15,608 / 15,615]�[0m 2171 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/ScriptCommandsTest-firefox; 110s remote, remote-cache ... (7 actions running)
    2565:  (03:57:55) �[32m[15,609 / 15,615]�[0m 2171 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/ScriptCommandsTest-firefox; 117s remote, remote-cache ... (6 actions running)
    2566:  (03:58:00) �[32m[15,611 / 15,615]�[0m 2173 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/CallFunctionParameterTest-edge; 111s remote, remote-cache ... (4 actions running)
    2567:  (03:58:05) �[32m[15,611 / 15,615]�[0m 2173 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/Script/CallFunctionParameterTest-edge; 116s remote, remote-cache ... (4 actions running)
    2568:  (03:58:15) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:VirtualAuthn/VirtualAuthenticatorTest-edge; 97s remote, remote-cache
    2569:  (03:58:22) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:VirtualAuthn/VirtualAuthenticatorTest-edge; 103s remote, remote-cache
    2570:  (03:58:45) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:VirtualAuthn/VirtualAuthenticatorTest-edge; 127s remote, remote-cache
    2571:  (03:58:46) �[32mINFO: �[0mFound 2177 test targets...
    2572:  (03:58:47) �[32mINFO: �[0mElapsed time: 834.654s, Critical Path: 453.76s
    2573:  (03:58:47) �[32mINFO: �[0m14827 processes: 6857 remote cache hit, 7363 internal, 49 local, 558 remote.
    2574:  (03:58:47) �[32mINFO: �[0mBuild completed, 1 test FAILED, 14827 total actions
    ...
    
    2769:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 93.4s
    2770:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 31.0s
    2771:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 12.2s
    2772:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 24.4s
    2773:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 12.6s
    2774:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 25.2s
    2775:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 24.5s
    2776:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 7.7s
    2777:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 12.0s
    2778:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 7.2s
    2779:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 8.2s
    2780:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta         �[0m�[32m(cached) PASSED�[0m in 11.5s
    2781:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs             �[0m�[32m(cached) PASSED�[0m in 7.8s
    ...
    
    3521:  //java/test/org/openqa/selenium/os:ExternalProcessTest          �[0m�[32m(cached) PASSED�[0m in 2.8s
    3522:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.6s
    3523:  //java/test/org/openqa/selenium/os:OsProcessTest                �[0m�[32m(cached) PASSED�[0m in 4.3s
    3524:  //java/test/org/openqa/selenium/os:OsProcessTest-spotbugs       �[0m�[32m(cached) PASSED�[0m in 8.2s
    3525:  //java/test/org/openqa/selenium/remote:AugmenterTest            �[0m�[32m(cached) PASSED�[0m in 5.2s
    3526:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 9.7s
    3527:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest  �[0m�[32m(cached) PASSED�[0m in 1.8s
    3528:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 11.2s
    3529:  //java/test/org/openqa/selenium/remote:ErrorCodecTest           �[0m�[32m(cached) PASSED�[0m in 2.1s
    3530:  //java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs  �[0m�[32m(cached) PASSED�[0m in 7.7s
    3531:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest         �[0m�[32m(cached) PASSED�[0m in 2.3s
    3532:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.5s
    ...
    
    4119:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
    4120:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 2.6s
    4121:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4122:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 2.2s
    4123:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
    4124:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.2s
    4125:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4126:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4127:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 2.3s
    ...
    
    4162:  //rb/spec/integration/selenium/webdriver:element-edge-bidi      �[0m�[32m(cached) PASSED�[0m in 15.1s
    4163:  //rb/spec/integration/selenium/webdriver:element-edge-remote    �[0m�[32m(cached) PASSED�[0m in 43.0s
    4164:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 63.6s
    4165:  //rb/spec/integration/selenium/webdriver:element-firefox-beta   �[0m�[32m(cached) PASSED�[0m in 56.2s
    4166:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 23.7s
    4167:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 63.0s
    4168:  //rb/spec/integration/selenium/webdriver:element-firefox-bidi   �[0m�[32m(cached) PASSED�[0m in 20.3s
    4169:  //rb/spec/integration/selenium/webdriver:element-firefox-remote �[0m�[32m(cached) PASSED�[0m in 66.5s
    4170:  //rb/spec/integration/selenium/webdriver:error-chrome           �[0m�[32m(cached) PASSED�[0m in 15.6s
    4171:  //rb/spec/integration/selenium/webdriver:error-chrome-bidi      �[0m�[32m(cached) PASSED�[0m in 13.6s
    4172:  //rb/spec/integration/selenium/webdriver:error-chrome-remote    �[0m�[32m(cached) PASSED�[0m in 18.0s
    4173:  //rb/spec/integration/selenium/webdriver:error-edge             �[0m�[32m(cached) PASSED�[0m in 16.5s
    4174:  //rb/spec/integration/selenium/webdriver:error-edge-bidi        �[0m�[32m(cached) PASSED�[0m in 11.9s
    4175:  //rb/spec/integration/selenium/webdriver:error-edge-remote      �[0m�[32m(cached) PASSED�[0m in 18.2s
    4176:  //rb/spec/integration/selenium/webdriver:error-firefox          �[0m�[32m(cached) PASSED�[0m in 24.9s
    4177:  //rb/spec/integration/selenium/webdriver:error-firefox-beta     �[0m�[32m(cached) PASSED�[0m in 23.2s
    4178:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 19.9s
    4179:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 23.5s
    4180:  //rb/spec/integration/selenium/webdriver:error-firefox-bidi     �[0m�[32m(cached) PASSED�[0m in 17.7s
    4181:  //rb/spec/integration/selenium/webdriver:error-firefox-remote   �[0m�[32m(cached) PASSED�[0m in 25.3s
    ...
    
    4586:  //dotnet/test/common:ElementFindingTest-edge                             �[0m�[32mPASSED�[0m in 26.0s
    4587:  //dotnet/test/common:ElementFindingTest-firefox                          �[0m�[32mPASSED�[0m in 93.3s
    4588:  //dotnet/test/common:ElementPropertyTest-chrome                          �[0m�[32mPASSED�[0m in 22.4s
    4589:  //dotnet/test/common:ElementPropertyTest-edge                            �[0m�[32mPASSED�[0m in 7.8s
    4590:  //dotnet/test/common:ElementPropertyTest-firefox                         �[0m�[32mPASSED�[0m in 9.7s
    4591:  //dotnet/test/common:ElementSelectingTest-chrome                         �[0m�[32mPASSED�[0m in 20.4s
    4592:  //dotnet/test/common:ElementSelectingTest-edge                           �[0m�[32mPASSED�[0m in 11.9s
    4593:  //dotnet/test/common:ElementSelectingTest-firefox                        �[0m�[32mPASSED�[0m in 60.6s
    4594:  //dotnet/test/common:ErrorsTest-chrome                                   �[0m�[32mPASSED�[0m in 4.8s
    4595:  //dotnet/test/common:ErrorsTest-edge                                     �[0m�[32mPASSED�[0m in 6.6s
    4596:  //dotnet/test/common:ErrorsTest-firefox                                  �[0m�[32mPASSED�[0m in 33.6s
    ...
    
    4744:  //dotnet/test/support/Extensions:ExecuteJavaScriptTest                   �[0m�[32mPASSED�[0m in 0.9s
    4745:  //dotnet/test/support/UI:DefaultWaitTest                                 �[0m�[32mPASSED�[0m in 4.6s
    4746:  //dotnet/test/support/UI:LoadableComponentTests                          �[0m�[32mPASSED�[0m in 0.5s
    4747:  //dotnet/test/support/UI:PopupWindowFinderTest-firefox                   �[0m�[32mPASSED�[0m in 15.9s
    4748:  //dotnet/test/support/UI:SelectBrowserTests-firefox                      �[0m�[32mPASSED�[0m in 19.4s
    4749:  //dotnet/test/support/UI:SelectTests                                     �[0m�[32mPASSED�[0m in 1.9s
    4750:  //dotnet/test/support/UI:SlowLoadableComponentTest                       �[0m�[32mPASSED�[0m in 0.9s
    4751:  //dotnet/test/support/UI:WebDriverWaitTest                               �[0m�[32mPASSED�[0m in 0.6s
    4752:  //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome       �[0m�[31m�[1mFAILED�[0m in 2 out of 2 in 15.1s
    4753:  Stats over 2 runs: max = 15.1s, min = 13.6s, avg = 14.3s, dev = 0.8s
    4754:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/JavascriptEnabledDriverTest-chrome/test.log
    4755:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/JavascriptEnabledDriverTest-chrome/test_attempts/attempt_1.log
    4756:  Executed 279 out of 2177 tests: 2176 tests pass and �[0m�[31m�[1m1 fails remotely�[0m.
    4757:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
    4758:  (03:58:48) �[32mINFO: �[0mStreaming build results to: https://gypsum.cluster.engflow.com/invocation/83116e01-ed62-47ee-9f53-0d7f6eef09f3
    4759:  �[0m
    4760:  ##[error]Process completed with exit code 3.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when ...

    Copy link
    Member

    @p0deje p0deje left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Looks good to me, but please double check with David on Slack before merge.

    @AutomatedTester AutomatedTester merged commit e37334c into trunk Jan 13, 2025
    16 of 17 checks passed
    @AutomatedTester AutomatedTester deleted the drop-py3.8 branch January 13, 2025 13:33
    sandeepsuryaprasad pushed a commit to sandeepsuryaprasad/selenium that referenced this pull request Mar 23, 2025
    * [py] Update supported Python versions 3.9+
    
    
    
    ---------
    
    Signed-off-by: Viet Nguyen Duc <[email protected]>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    A-needs decision TLC needs to discuss and agree Review effort [1-5]: 1
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants