Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2024

This PR contains the following updates:

Package Update Change
bazel minor 7.3.1 -> 7.4.1

Release Notes

bazelbuild/bazel (bazel)

v7.4.1

Compare Source


Release Notes:

v7.4.0

Compare Source

[!NOTE]
If you are looking for rolling releases, please visit this page.

Release 7.4.0 (2024-10-22)

Bazel 7.4.0 is a minor LTS release. It is fully backward compatible with Bazel 7.0 and contains selected changes by the Bazel community and Google engineers.

Configurability

  • Bazel now supports all characters in the rlocation and target paths of runfiles and can be run from workspaces with a space in their full path. (#​23912)

External Deps

  • Overrides in the root MODULE.bazel file are now ignored with --ignore_dev_dependency. (Overrides in non-root modules are already ignored.) (#​23550)
  • Repository rules instantiated in the same module extensions can now refer to each other by their extension-specified names in label attributes. (#​23585)
  • Bazel fetch and vendor command now supports --target_pattern_file for specifying target patterns. (#​23663)
  • Patches to the module file in single_version_override are now effective as long as the patch file lies in the root module. (#​23757)
  • override_repo and inject_repo can be used to override and inject repos in module extensions. (#​23938)
  • When using vendor mode, the vendor dir is automatically ignored while package loading (#​23919)

Remote Execution

  • Improve progress message in case there are no actions in flight, and display explicitly "no actions running" in that case. (#​23357)
  • Added support for using a remote cache that evicts blobs and doesn't have AC integrity check (e.g. HTTP cache). (#​23561)
  • Implemented disk cache garbage collection (#​23833)

C++ / Objective-C

  • The new cc_static_library rule produces a static library that bundles given targets and all their transitive dependencies. It has to be enabled via --experimental_cc_static_library. (#​23392)
  • Add conlyopts and cxxopts attributes to cc rules (#​23904)
  • Auto-load with language specific rules that're removed from Bazel with --incompatible_autoload_externally (#​23906)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Alessandro Patti, Benjamin Peterson, Cornelius Riemenschneider, Daniel Wagner-Hall, David Sanderson, Dennis van den Berg, Fabian Meumertzheim, FaBrand, Fredrik Medley, George Gensure, Grzegorz Lukasik, Jamison Lahman, Jay Conrod, Jordan Mele, Keith Smiley, Laurent Le Brun, Lior Gorelik, Luis Padron, Michael Siegrist, Son Luong Ngoc, Tom Renn, and xinyu.wang.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B.

v7.3.2

Compare Source


Release Notes:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added B-build Includes scripting, bazel and CI integrations B-dependencies Pull requests that update a dependency file labels Dec 29, 2024
@qodo-merge-pro
Copy link
Contributor

CI Failure Feedback 🧐

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: test_collect_log_mutations[chrome]

Failure summary:

The action failed because the test test_collect_log_mutations in the Chrome BiDi test suite failed
with an InvalidSelectorException. The test failed when trying to find elements using an invalid CSS
selector that contained a data-__webdriver_id attribute. The error indicates the selector was
malformed or illegal.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

976:  Package 'php-symfony-debug-bundle' is not installed, so not removed
977:  Package 'php-symfony-dependency-injection' is not installed, so not removed
978:  Package 'php-symfony-deprecation-contracts' is not installed, so not removed
979:  Package 'php-symfony-discord-notifier' is not installed, so not removed
980:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
981:  Package 'php-symfony-doctrine-messenger' is not installed, so not removed
982:  Package 'php-symfony-dom-crawler' is not installed, so not removed
983:  Package 'php-symfony-dotenv' is not installed, so not removed
984:  Package 'php-symfony-error-handler' is not installed, so not removed
...

1872:  warning: [options] source value 8 is obsolete and will be removed in a future release
1873:  warning: [options] target value 8 is obsolete and will be removed in a future release
1874:  warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
1875:  (00:26:49) �[32mINFO: �[0mFrom Building external/protobuf~/java/core/liblite_runtime_only.jar (93 source files) [for tool]:
1876:  external/protobuf~/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java:270: warning: [removal] AccessController in java.security has been deprecated and marked for removal
1877:  AccessController.doPrivileged(
1878:  ^
1879:  (00:26:49) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
1880:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1881:  private final ErrorCodes errorCodes;
1882:  ^
1883:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1884:  this.errorCodes = new ErrorCodes();
1885:  ^
1886:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1887:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
1888:  ^
1889:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1890:  ErrorCodes errorCodes = new ErrorCodes();
1891:  ^
1892:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1893:  ErrorCodes errorCodes = new ErrorCodes();
1894:  ^
1895:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1896:  response.setStatus(ErrorCodes.SUCCESS);
1897:  ^
1898:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1899:  response.setState(ErrorCodes.SUCCESS_STRING);
1900:  ^
1901:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1902:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
1903:  ^
1904:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1905:  new ErrorCodes().getExceptionType((String) rawError);
1906:  ^
1907:  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
1908:  private final ErrorCodes errorCodes = new ErrorCodes();
1909:  ^
1910:  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
1911:  private final ErrorCodes errorCodes = new ErrorCodes();
1912:  ^
1913:  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
1914:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
1915:  ^
1916:  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
1917:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1918:  ^
1919:  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
1920:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1921:  ^
1922:  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
1923:  response.setStatus(ErrorCodes.SUCCESS);
1924:  ^
1925:  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
1926:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1927:  ^
1928:  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
1929:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1930:  ^
1931:  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
1932:  private final ErrorCodes errorCodes = new ErrorCodes();
1933:  ^
1934:  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
1935:  private final ErrorCodes errorCodes = new ErrorCodes();
1936:  ^
1937:  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
1938:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1939:  ^
1940:  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
1941:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1942:  ^
1943:  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
1944:  response.setStatus(ErrorCodes.SUCCESS);
...

2106:  (00:26:52) �[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
2107:  (00:26:52) �[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
2108:  (00:26:52) �[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
2109:  (00:26:52) �[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
2110:  (00:26:52) �[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
2111:  (00:26:52) �[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
2112:  (00:26:52) �[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
2113:  (00:26:52) �[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
2114:  (00:26:52) �[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
...

2202:  (00:26:56) �[32mINFO: �[0mFrom PackageZip javascript/grid-ui/react-zip.jar:
2203:  /mnt/engflow/worker/work/1/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/rules_pkg~/pkg/private/zip/build_zip.runfiles/rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/zipfile.py:1525: UserWarning: Duplicate name: 'grid-ui/'
2204:  return self._open_to_write(zinfo, force_zip64=force_zip64)
2205:  (00:27:00) �[32mAnalyzing:�[0m 2168 targets (1634 packages loaded, 63374 targets configured)
2206:  �[32m[9,017 / 11,153]�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 27s remote, remote-cache ... (50 actions, 6 running)
2207:  (00:27:02) �[32mINFO: �[0mAnalyzed 2168 targets (1634 packages loaded, 63531 targets configured).
2208:  (00:27:05) �[32m[9,112 / 11,368]�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 32s remote, remote-cache ... (50 actions, 6 running)
2209:  (00:27:07) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
2210:  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
2211:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
2212:  ^
2213:  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
2214:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
2215:  ^
2216:  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
2217:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2218:  ^
2219:  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
2220:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2221:  ^
2222:  (00:27:10) �[32m[9,191 / 11,573]�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 37s remote, remote-cache ... (50 actions, 7 running)
2223:  (00:27:12) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2224:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2225:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
...

2228:  (00:27:25) �[32m[9,245 / 11,692]�[0m 3 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 51s remote, remote-cache ... (50 actions, 7 running)
2229:  (00:27:30) �[32m[9,860 / 12,128]�[0m 4 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 56s remote, remote-cache ... (50 actions, 8 running)
2230:  (00:27:35) �[32m[10,182 / 12,524]�[0m 6 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 61s remote, remote-cache ... (50 actions, 8 running)
2231:  (00:27:42) �[32m[10,410 / 12,799]�[0m 7 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 68s remote, remote-cache ... (50 actions, 9 running)
2232:  (00:27:47) �[32m[10,411 / 12,881]�[0m 7 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 74s remote, remote-cache ... (49 actions, 10 running)
2233:  (00:27:55) �[32m[10,415 / 12,990]�[0m 11 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 81s remote, remote-cache ... (49 actions, 9 running)
2234:  (00:28:00) �[32m[10,415 / 13,062]�[0m 11 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 86s remote, remote-cache ... (49 actions, 10 running)
2235:  (00:28:03) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2236:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2237:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2238:  ^
2239:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2240:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2241:  ^
2242:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2243:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2244:  ^
2245:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2246:  private final ErrorCodes errorCodes = new ErrorCodes();
2247:  ^
2248:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2249:  private final ErrorCodes errorCodes = new ErrorCodes();
2250:  ^
2251:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2252:  private final ErrorCodes errorCodes = new ErrorCodes();
2253:  ^
2254:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2255:  private final ErrorCodes errorCodes = new ErrorCodes();
2256:  ^
2257:  (00:28:06) �[32m[10,422 / 13,080]�[0m 14 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:prettier-test; 93s remote, remote-cache ... (50 actions, 10 running)
2258:  (00:28:13) �[32m[10,425 / 13,082]�[0m 16 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:eslint-test; 99s remote, remote-cache ... (50 actions, 10 running)
2259:  (00:28:16) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
2260:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2261:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2262:  ^
2263:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2264:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2265:  ^
2266:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2267:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
2268:  ^
2269:  (00:28:19) �[32m[10,452 / 13,103]�[0m 19 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:eslint-test; 105s remote, remote-cache ... (50 actions, 10 running)
2270:  (00:28:25) �[32m[10,453 / 13,103]�[0m 20 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:eslint-test; 111s remote, remote-cache ... (50 actions, 10 running)
2271:  (00:28:30) �[32m[10,453 / 13,103]�[0m 20 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:eslint-test; 116s remote, remote-cache ... (50 actions, 11 running)
2272:  (00:28:36) �[32m[10,464 / 13,113]�[0m 23 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:eslint-test; 122s remote, remote-cache ... (50 actions, 10 running)
2273:  (00:28:43) �[32m[10,466 / 13,113]�[0m 25 / 2168 tests;�[0m Testing //javascript/node/selenium-webdriver:eslint-test; 130s remote, remote-cache ... (50 actions, 11 running)
2274:  (00:28:48) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2275:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2276:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
2277:  ^
2278:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2279:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2280:  ^
2281:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2282:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2283:  ^
2284:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2285:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2286:  ^
2287:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2288:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2289:  ^
2290:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2291:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
2292:  ^
2293:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2294:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2295:  ^
2296:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2297:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2298:  ^
2299:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2300:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2301:  ^
2302:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2303:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
2304:  ^
2305:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2306:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
2307:  ^
2308:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2309:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
2310:  ^
2311:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2312:  ErrorCodes.UNHANDLED_ERROR,
2313:  ^
2314:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2315:  ErrorCodes.UNHANDLED_ERROR,
2316:  ^
2317:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2318:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2319:  ^
2320:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2321:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2322:  ^
2323:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2324:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2325:  ^
2326:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2327:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2328:  ^
2329:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2330:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2331:  ^
2332:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2333:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2334:  ^
2335:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2336:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2337:  ^
2338:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2339:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2340:  ^
2341:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2342:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2343:  ^
2344:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2345:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
2346:  ^
2347:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2348:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2349:  ^
2350:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2351:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2352:  ^
2353:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2354:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2355:  ^
2356:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2357:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2358:  ^
2359:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2360:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2361:  ^
2362:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2363:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
2364:  ^
2365:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2366:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
2367:  ^
2368:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2369:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2370:  ^
2371:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2372:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
2373:  ^
2374:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2375:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2376:  ^
2377:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2378:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
2379:  ^
2380:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2381:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
2382:  ^
2383:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2384:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
2385:  ^
2386:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2387:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
2388:  ^
2389:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2390:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
2391:  ^
2392:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2393:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
2394:  ^
2395:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2396:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
2397:  ^
2398:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2399:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
2400:  ^
2401:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2402:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
2403:  ^
2404:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2405:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
2406:  ^
2407:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2408:  ? ErrorCodes.INVALID_SELECTOR_ERROR
2409:  ^
2410:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2411:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
2412:  ^
2413:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2414:  response.setState(new ErrorCodes().toState(status));
...

2516:  (00:37:13) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0 (internals ref-only dll):
2517:  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).
2518:  (00:37:13) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
2519:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v129/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
2520:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v130/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
2521:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v131/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
2522:  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).
2523:  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)'.
2524:  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'
2525:  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'
2526:  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'
2527:  (00:37:13) �[32mINFO: �[0mFrom Compiling webdriver-net8.0 (internals ref-only dll):
2528:  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).
2529:  (00:37:13) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
2530:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v129/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
2531:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v131/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
2532:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v130/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
2533:  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).
2534:  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)'.
2535:  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'
2536:  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'
2537:  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'
...

2655:  (00:46:05) �[32m[15,167 / 15,509]�[0m 1827 / 2168 tests;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 411s remote, remote-cache ... (50 actions running)
2656:  (00:46:10) �[32m[15,186 / 15,509]�[0m 1845 / 2168 tests;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 416s remote, remote-cache ... (50 actions running)
2657:  (00:46:16) �[32m[15,195 / 15,509]�[0m 1855 / 2168 tests;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 422s remote, remote-cache ... (50 actions running)
2658:  (00:46:17) �[31m�[1mFAIL: �[0m//py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py/test_attempts/attempt_1.log)
2659:  (00:46:21) �[32m[15,202 / 15,509]�[0m 1861 / 2168 tests;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 427s remote, remote-cache ... (50 actions, 49 running)
2660:  (00:46:27) �[32m[15,209 / 15,509]�[0m 1868 / 2168 tests;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 433s remote, remote-cache ... (50 actions running)
2661:  (00:46:28) �[31m�[1mFAIL: �[0m//py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py/test.log)
2662:  ==================== Test output for //py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py:
2663:  �[31m�[1mFAILED: �[0m//py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py (Summary)
...

2666:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py/test_attempts/attempt_1.log
2667:  (00:46:28) �[32mINFO: �[0mFrom Testing //py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py:
2668:  platform linux -- Python 3.8.19, pytest-7.4.4, pluggy-1.3.0
2669:  rootdir: /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py.runfiles/_main/py
2670:  configfile: pyproject.toml
2671:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
2672:  collected 4 items
2673:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_console_messages[chrome] PASSED [ 25%]
2674:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_error_console_messages[chrome] PASSED [ 50%]
2675:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_js_exceptions[chrome] PASSED [ 75%]
2676:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[chrome] FAILED [100%]
...

2693:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
2694:  ../rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/contextlib.py:178: in __aexit__
2695:  await self.gen.__anext__()
2696:  py/selenium/webdriver/common/log.py:93: in mutation_events
2697:  elements: list = self.driver.find_elements(By.CSS_SELECTOR, f"*[data-__webdriver_id={payload['target']}]")
2698:  py/selenium/webdriver/remote/webdriver.py:844: in find_elements
2699:  return self.execute(Command.FIND_ELEMENTS, {"using": by, "value": value})["value"] or []
2700:  py/selenium/webdriver/remote/webdriver.py:404: in execute
2701:  self.error_handler.check_response(response)
2702:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
2703:  self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7f5f169b88b0>
2704:  response = {'status': 400, 'value': '{"value":{"error":"invalid selector","message":"invalid selector\\nfrom javascript error: {\...wn>\\n#19 0x555a3c433880 \\u003Cunknown>\\n#20 0x555a3c443776 \\u003Cunknown>\\n#21 0x7ff574304609 start_thread\\n"}}'}
2705:  def check_response(self, response: Dict[str, Any]) -> None:
2706:  """Checks that a JSON response from the WebDriver does not have an
2707:  error.
2708:  :Args:
2709:  - response - The JSON response from the WebDriver server as a dictionary
2710:  object.
2711:  :Raises: If the response contains an error message.
2712:  """
2713:  status = response.get("status", None)
2714:  if not status or status == ErrorCode.SUCCESS:
...

2720:  if isinstance(status, int):
2721:  value_json = response.get("value", None)
2722:  if value_json and isinstance(value_json, str):
2723:  import json
2724:  try:
2725:  value = json.loads(value_json)
2726:  if len(value) == 1:
2727:  value = value["value"]
2728:  status = value.get("error", None)
2729:  if not status:
2730:  status = value.get("status", ErrorCode.UNKNOWN_ERROR)
2731:  message = value.get("value") or value.get("message")
2732:  if not isinstance(message, str):
2733:  value = message
2734:  message = message.get("message")
2735:  else:
2736:  message = value.get("message", None)
2737:  except ValueError:
2738:  pass
2739:  exception_class: Type[WebDriverException]
2740:  e = ErrorCode()
2741:  error_codes = [item for item in dir(e) if not item.startswith("__")]
2742:  for error_code in error_codes:
2743:  error_info = getattr(ErrorCode, error_code)
2744:  if isinstance(error_info, list) and status in error_info:
2745:  exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
...

2769:  if line:
2770:  file = f"{file}:{line}"
2771:  meth = frame.get("methodName", "<anonymous>")
2772:  if "className" in frame:
2773:  meth = f"{frame['className']}.{meth}"
2774:  msg = "    at %s (%s)"
2775:  msg = msg % (meth, file)
2776:  stacktrace.append(msg)
2777:  except TypeError:
...

2780:  alert_text = None
2781:  if "data" in value:
2782:  alert_text = value["data"].get("text")
2783:  elif "alert" in value:
2784:  alert_text = value["alert"].get("text")
2785:  raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
2786:  >       raise exception_class(message, screen, stacktrace)
2787:  E       selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
2788:  E       from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
2789:  E         (Session info: chrome=131.0.6778.204); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
...

2805:  E       #14 0x555a3c414f97 <unknown>
2806:  E       #15 0x555a3c3fd71c <unknown>
2807:  E       #16 0x555a3c415b17 <unknown>
2808:  E       #17 0x555a3c3e26cf <unknown>
2809:  E       #18 0x555a3c4336b8 <unknown>
2810:  E       #19 0x555a3c433880 <unknown>
2811:  E       #20 0x555a3c443776 <unknown>
2812:  E       #21 0x7ff574304609 start_thread
2813:  py/selenium/webdriver/remote/errorhandler.py:232: InvalidSelectorException
2814:  =========================== short test summary info ============================
2815:  FAILED py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[chrome] - selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
2816:  from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
2817:  (Session info: chrome=131.0.6778.204); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
...

2833:  #14 0x555a3c414f97 <unknown>
2834:  #15 0x555a3c3fd71c <unknown>
2835:  #16 0x555a3c415b17 <unknown>
2836:  #17 0x555a3c3e26cf <unknown>
2837:  #18 0x555a3c4336b8 <unknown>
2838:  #19 0x555a3c433880 <unknown>
2839:  #20 0x555a3c443776 <unknown>
2840:  #21 0x7ff574304609 start_thread
2841:  ========================= 1 failed, 3 passed in 7.76s ==========================
...

2844:  ==================== Test output for //py:common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py:
2845:  ============================= test session starts ==============================
2846:  platform linux -- Python 3.8.19, pytest-7.4.4, pluggy-1.3.0
2847:  rootdir: /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/py/common-chrome-bidi-test/selenium/webdriver/common/bidi_tests.py.runfiles/_main/py
2848:  configfile: pyproject.toml
2849:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
2850:  collected 4 items
2851:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_console_messages[chrome] PASSED [ 25%]
2852:  py/test/selenium/webdriver/common/bidi_tests.py::test_check_error_console_messages[chrome] PASSED [ 50%]
2853:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_js_exceptions[chrome] PASSED [ 75%]
2854:  py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[chrome] FAILED [100%]
...

2871:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
2872:  ../rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/contextlib.py:178: in __aexit__
2873:  await self.gen.__anext__()
2874:  py/selenium/webdriver/common/log.py:93: in mutation_events
2875:  elements: list = self.driver.find_elements(By.CSS_SELECTOR, f"*[data-__webdriver_id={payload['target']}]")
2876:  py/selenium/webdriver/remote/webdriver.py:844: in find_elements
2877:  return self.execute(Command.FIND_ELEMENTS, {"using": by, "value": value})["value"] or []
2878:  py/selenium/webdriver/remote/webdriver.py:404: in execute
2879:  self.error_handler.check_response(response)
2880:  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
2881:  self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7f1700471760>
2882:  response = {'status': 400, 'value': '{"value":{"error":"invalid selector","message":"invalid selector\\nfrom javascript error: {\...wn>\\n#19 0x5596bb631880 \\u003Cunknown>\\n#20 0x5596bb641776 \\u003Cunknown>\\n#21 0x7f915671d609 start_thread\\n"}}'}
2883:  def check_response(self, response: Dict[str, Any]) -> None:
2884:  """Checks that a JSON response from the WebDriver does not have an
2885:  error.
2886:  :Args:
2887:  - response - The JSON response from the WebDriver server as a dictionary
2888:  object.
2889:  :Raises: If the response contains an error message.
2890:  """
2891:  status = response.get("status", None)
2892:  if not status or status == ErrorCode.SUCCESS:
...

2898:  if isinstance(status, int):
2899:  value_json = response.get("value", None)
2900:  if value_json and isinstance(value_json, str):
2901:  import json
2902:  try:
2903:  value = json.loads(value_json)
2904:  if len(value) == 1:
2905:  value = value["value"]
2906:  status = value.get("error", None)
2907:  if not status:
2908:  status = value.get("status", ErrorCode.UNKNOWN_ERROR)
2909:  message = value.get("value") or value.get("message")
2910:  if not isinstance(message, str):
2911:  value = message
2912:  message = message.get("message")
2913:  else:
2914:  message = value.get("message", None)
2915:  except ValueError:
2916:  pass
2917:  exception_class: Type[WebDriverException]
2918:  e = ErrorCode()
2919:  error_codes = [item for item in dir(e) if not item.startswith("__")]
2920:  for error_code in error_codes:
2921:  error_info = getattr(ErrorCode, error_code)
2922:  if isinstance(error_info, list) and status in error_info:
2923:  exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
...

2947:  if line:
2948:  file = f"{file}:{line}"
2949:  meth = frame.get("methodName", "<anonymous>")
2950:  if "className" in frame:
2951:  meth = f"{frame['className']}.{meth}"
2952:  msg = "    at %s (%s)"
2953:  msg = msg % (meth, file)
2954:  stacktrace.append(msg)
2955:  except TypeError:
...

2958:  alert_text = None
2959:  if "data" in value:
2960:  alert_text = value["data"].get("text")
2961:  elif "alert" in value:
2962:  alert_text = value["alert"].get("text")
2963:  raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
2964:  >       raise exception_class(message, screen, stacktrace)
2965:  E       selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
2966:  E       from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
2967:  E         (Session info: chrome=131.0.6778.204); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
...

2983:  E       #14 0x5596bb612f97 <unknown>
2984:  E       #15 0x5596bb5fb71c <unknown>
2985:  E       #16 0x5596bb613b17 <unknown>
2986:  E       #17 0x5596bb5e06cf <unknown>
2987:  E       #18 0x5596bb6316b8 <unknown>
2988:  E       #19 0x5596bb631880 <unknown>
2989:  E       #20 0x5596bb641776 <unknown>
2990:  E       #21 0x7f915671d609 start_thread
2991:  py/selenium/webdriver/remote/errorhandler.py:232: InvalidSelectorException
2992:  =========================== short test summary info ============================
2993:  FAILED py/test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations[chrome] - selenium.common.exceptions.InvalidSelectorException: Message: invalid selector
2994:  from javascript error: {"status":32,"value":"An invalid or illegal selector was specified"}
2995:  (Session info: chrome=131.0.6778.204); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#invalid-selector-exception
...

3011:  #14 0x5596bb612f97 <unknown>
3012:  #15 0x5596bb5fb71c <unknown>
3013:  #16 0x5596bb613b17 <unknown>
3014:  #17 0x5596bb5e06cf <unknown>
3015:  #18 0x5596bb6316b8 <unknown>
3016:  #19 0x5596bb631880 <unknown>
3017:  #20 0x5596bb641776 <unknown>
3018:  #21 0x7f915671d609 start_thread
3019:  ========================= 1 failed, 3 passed in 8.20s ==========================
3020:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIGMkMkF9nDMV7BleZ1lxmCIAEw6recma4DYmhO6MHDrzEJ8D
3021:  ================================================================================
3022:  (00:46:32) �[32m[15,221 / 15,509]�[0m 1881 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 438s remote, remote-cache ... (50 actions running)
3023:  (00:46:37) �[32m[15,231 / 15,509]�[0m 1890 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 443s remote, remote-cache ... (50 actions running)
3024:  (00:46:42) �[32m[15,244 / 15,509]�[0m 1903 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 448s remote, remote-cache ... (50 actions running)
3025:  (00:46:48) �[32m[15,252 / 15,509]�[0m 1911 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 454s remote, remote-cache ... (50 actions running)
3026:  (00:46:53) �[32m[15,257 / 15,509]�[0m 1916 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 459s remote, remote-cache ... (50 actions running)
3027:  (00:46:58) �[32m[15,268 / 15,509]�[0m 1927 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 464s remote, remote-cache ... (50 actions running)
3028:  (00:47:03) �[32m[15,277 / 15,509]�[0m 1936 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 469s remote, remote-cache ... (50 actions running)
3029:  (00:47:08) �[32m[15,287 / 15,509]�[0m 1947 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 474s remote, remote-cache ... (50 actions running)
3030:  (00:47:13) �[32m[15,295 / 15,509]�[0m 1955 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 479s remote, remote-cache ... (50 actions running)
3031:  (00:47:19) �[32m[15,300 / 15,509]�[0m 1960 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 485s remote, remote-cache ... (50 actions running)
3032:  (00:47:24) �[32m[15,305 / 15,509]�[0m 1964 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 490s remote, remote-cache ... (50 actions running)
3033:  (00:47:29) �[32m[15,311 / 15,509]�[0m 1970 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 495s remote, remote-cache ... (50 actions running)
3034:  (00:47:34) �[32m[15,316 / 15,509]�[0m 1975 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 500s remote, remote-cache ... (50 actions running)
3035:  (00:47:40) �[32m[15,323 / 15,509]�[0m 1982 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 506s remote, remote-cache ... (50 actions running)
3036:  (00:47:45) �[32m[15,333 / 15,509]�[0m 1992 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 511s remote, remote-cache ... (50 actions running)
3037:  (00:47:47) �[31m�[1mFAIL: �[0m//py:common-chrome-bidi-test/selenium/webdriver/common/form_handling_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-chrome-bidi-test/selenium/webdriver/common/form_handling_tests.py/test_attempts/attempt_1.log)
3038:  (00:47:51) �[32m[15,340 / 15,509]�[0m 1999 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 517s remote, remote-cache ... (50 actions running)
3039:  (00:47:56) �[32m[15,346 / 15,509]�[0m 2005 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 522s remote, remote-cache ... (50 actions running)
3040:  (00:48:01) �[32m[15,352 / 15,509]�[0m 2012 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 527s remote, remote-cache ... (50 actions running)
3041:  (00:48:06) �[32m[15,360 / 15,509]�[0m 2020 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 532s remote, remote-cache ... (50 actions, 49 running)
3042:  (00:48:11) �[32m[15,365 / 15,509]�[0m 2024 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 537s remote, remote-cache ... (50 actions running)
3043:  (00:48:17) �[32m[15,371 / 15,509]�[0m 2030 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 543s remote, remote-cache ... (50 actions running)
3044:  (00:48:22) �[32m[15,376 / 15,509]�[0m 2035 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 548s remote, remote-cache ... (50 actions running)
3045:  (00:48:27) �[32m[15,379 / 15,509]�[0m 2039 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 553s remote, remote-cache ... (50 actions running)
...

3056:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_click_on_submit_input_elements[chrome] PASSED [  4%]
3057:  py/test/selenium/webdriver/common/form_handling_tests.py::test_clicking_on_unclickable_elements_does_nothing[chrome] PASSED [  8%]
3058:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_be_able_to_click_image_buttons[chrome] PASSED [ 12%]
3059:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_submit_input_in_form[chrome] PASSED [ 16%]
3060:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_submit_any_input_element_within_form[chrome] PASSED [ 20%]
3061:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_submit_any_element_within_form[chrome] PASSED [ 25%]
3062:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_submit_element_with_id_submit[chrome] PASSED [ 29%]
3063:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_submit_element_with_name_submit[chrome] PASSED [ 33%]
3064:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_not_submit_button_outside_form[chrome] FAILED [ 37%]
...

3112:  Data to send in the request body, either :class:`str`, :class:`bytes`,
3113:  an iterable of :class:`str`/:class:`bytes`, or a file-like object.
3114:  :param headers:
3115:  Dictionary of custom headers to send, such as User-Agent,
3116:  If-None-Match, etc. If None, pool headers are used. If provided,
3117:  these headers completely replace any pool-specific headers.
3118:  :param retries:
3119:  Configure the number of retries to allow before raising a
3120:  :class:`~urllib3.exceptions.MaxRetryError` exception.
3121:  Pass ``None`` to retry until you receive a response. Pass a
3122:  :class:`~urllib3.util.retry.Retry` object for fine-grained control
3123:  over different types of retries.
3124:  Pass an integer number to retry connection errors that many times,
3125:  but no other types of errors. Pass zero to never retry.
3126:  If ``False``, then retries are disabled and any exception is raised
3127:  immediately. Also, instead of raising a MaxRetryError on redirects,
3128:  the redirect response will be returned.
3129:  :type retries: :class:`~urllib3.util.retry.Retry`, False, or an int.
3130:  :param redirect:
3131:  If True, automatically handle redirects (status codes 301, 302,
3132:  303, 307, 308). Each redirect counts as a retry. Disabling retries
3133:  will disable redirect, too.
3134:  :param assert_same_host:
3135:  If ``True``, will make sure that the host of the pool requests is
3136:  consistent else will raise HostChangedError. When ``False``, you can
3137:  use the pool on an HTTP proxy and request foreign hosts.
3138:  :param timeout:
3139:  If specified, overrides the default timeout for this one
3140:  request. It may be a float (in seconds) or an instance of
3141:  :class:`urllib3.util.Timeout`.
3142:  :param pool_timeout:
3143:  If set and the pool is set to block=True, then this method will
3144:  block for ``pool_timeout`` seconds and raise EmptyPoolError if no
...

3171:  if headers is None:
3172:  headers = self.headers
3173:  if not isinstance(retries, Retry):
3174:  retries = Retry.from_int(retries, redirect=redirect, default=self.retries)
3175:  if release_conn is None:
3176:  release_conn = preload_content
3177:  # Check host
3178:  if assert_same_host and not self.is_same_host(url):
3179:  raise HostChangedError(self, url, retries)
...

3198:  )
3199:  # Merge the proxy headers. Only done when not using HTTP CONNECT. We
3200:  # have to copy the headers dict so we can safely change it without those
3201:  # changes being reflected in anyone else's copy.
3202:  if not http_tunnel_required:
3203:  headers = headers.copy()  # type: ignore[attr-defined]
3204:  headers.update(self.proxy_headers)  # type: ignore[union-attr]
3205:  # Must keep the exception bound to a separate variable or else Python 3
3206:  # complains about UnboundLocalError.
...

3215:  # Request a connection from the queue.
3216:  timeout_obj = self._get_timeout(timeout)
3217:  conn = self._get_conn(timeout=pool_timeout)
3218:  conn.timeout = timeout_obj.connect_timeout  # type: ignore[assignment]
3219:  # Is this a closed/new connection that requires CONNECT tunnelling?
3220:  if self.proxy is not None and http_tunnel_required and conn.is_closed:
3221:  try:
3222:  self._prepare_proxy(conn)
3223:  except (BaseSSLError, OSError, SocketTimeout) as e:
...

3291:  return self.request_encode_body(
3292:  ../rules_python~~pip~py_dev_requirements_38_urllib3/site-packages/urllib3/_request_methods.py:217: in request_encode_body
3293:  return self.urlopen(method, url, **extra_kw)
3294:  ../rules_python~~pip~py_dev_requirements_38_urllib3/site-packages/urllib3/poolmanager.py:443: in urlopen
3295:  response = conn.urlopen(method, u.request_uri, **kw)
3296:  ../rules_python~~pip~py_dev_requirements_38_urllib3/site-packages/urllib3/connectionpool.py:845: in urlopen
3297:  retries = retries.increment(
3298:  ../rules_python~~pip~py_dev_requirements_38_urllib3/site-packages/urllib3/util/retry.py:470: in increment
3299:  raise reraise(type(error), error, _stacktrace)
...

3317:  raise LineTooLong("status line")
3318:  if self.debuglevel > 0:
3319:  print("reply:", repr(line))
3320:  if not line:
3321:  # Presumably, the server closed the connection before
3322:  # sending a valid response.
3323:  >           raise RemoteDisconnected("Remote end closed connection without"
3324:  " response")
3325:  E           urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
3326:  ../rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/http/client.py:285: ProtocolError
3327:  ------------------------------ live log logreport ------------------------------
3328:  WARNING  urllib3.connectionpool:connectionpool.py:872 Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7f6c222220>: Failed to establish a new connection: [Errno 111] Connection refused')': /session/5cd68c9b7b7a4ce7a7e47355331103c1
3329:  WARNING  urllib3.connectionpool:connectionpool.py:872 Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7f6c222370>: Failed to establish a new connection: [Errno 111] Connection refused')': /session/5cd68c9b7b7a4ce7a7e47355331103c1
3330:  WARNING  urllib3.connectionpool:connectionpool.py:872 Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7f6c2224c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /session/5cd68c9b7b7a4ce7a7e47355331103c1
...

3339:  py/test/selenium/webdriver/common/form_handling_tests.py::test_toggling_an_option_should_toggle_options_in_amulti_select[chrome] PASSED [ 75%]
3340:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_throw_an_exception_when_selecting_an_unselectable_element[chrome] PASSED [ 79%]
3341:  py/test/selenium/webdriver/common/form_handling_tests.py::test_sending_keyboard_events_should_append_text_in_inputs[chrome] PASSED [ 83%]
3342:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_be_able_to_clear_text_from_input_elements[chrome] PASSED [ 87%]
3343:  py/test/selenium/webdriver/common/form_handling_tests.py::test_empty_text_boxes_should_return_an_empty_string_not_null[chrome] PASSED [ 91%]
3344:  py/test/selenium/webdriver/common/form_handling_tests.py::test_should_be_able_to_clear_text_from_text_areas[chrome] PASSED [ 95%]
3345:  py/test/selenium/webdriver/common/form_handling_tests.py::test_radio_should_not_be_selected_after_selecting_sibling[chrome] PASSED [100%]
3346:  =========================== short test summary info ============================
3347:  FAILED py/test/selenium/webdriver/common/form_handling_tests.py::test_should_not_submit_button_outside_form[chrome] - urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
3348:  ======================== 1 failed, 23 passed in 39.71s =========================
3349:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKII1_QRa8Zih1gtOBfDFqpUM-kDcyfm_AxDvLtHE5NVlnEJ8D
3350:  ================================================================================
3351:  (00:48:33) �[32m[15,386 / 15,509]�[0m 2045 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 559s remote, remote-cache ... (50 actions running)
3352:  (00:48:39) �[32m[15,392 / 15,509]�[0m 2051 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 565s remote, remote-cache ... (50 actions running)
3353:  (00:48:45) �[32m[15,399 / 15,509]�[0m 2058 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 571s remote, remote-cache ... (50 actions running)
3354:  (00:48:50) �[32m[15,404 / 15,509]�[0m 2064 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 576s remote, remote-cache ... (50 actions running)
3355:  (00:48:55) �[32m[15,411 / 15,509]�[0m 2070 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 581s remote, remote-cache ... (50 actions running)
3356:  (00:49:00) �[32m[15,411 / 15,509]�[0m 2071 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-remote; 586s remote, remote-cache ... (50 actions running)
3357:  (00:49:05) �[32m[15,417 / 15,509]�[0m 2076 / 2168 tests, �[31m�[1m1 failed�[0m;�[0m Te...

@renovate renovate bot force-pushed the renovate/bazel-7.x branch from 0b601ed to 86df333 Compare December 30, 2024 09:17
@renovate
Copy link
Contributor Author

renovate bot commented Dec 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@diemol diemol merged commit c6da9f7 into trunk Dec 30, 2024
4 checks passed
@diemol diemol deleted the renovate/bazel-7.x branch December 30, 2024 13:19
sandeepsuryaprasad pushed a commit to sandeepsuryaprasad/selenium that referenced this pull request Mar 23, 2025
…eleniumHQ#14973)

* [dotnet][java][js][py][rb][rust] Update dependency bazel to v7.4.1

* Repin dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Selenium CI Bot <[email protected]>
Co-authored-by: Diego Molina <[email protected]>
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 B-dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants