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

[java] Update dependency io.lettuce:lettuce-core to v6.5.3.RELEASE #15191

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.lettuce:lettuce-core 6.5.2.RELEASE -> 6.5.3.RELEASE age adoption passing confidence

Release Notes

lettuce-io/lettuce-core (io.lettuce:lettuce-core)

v6.5.3.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.5.3 service release!
This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.5.3.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 21.

📗 Links

🐞 Bug Fixes

Full Changelog: redis/lettuce@6.5.2.RELEASE...6.5.3.RELEASE


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 C-java dependencies Pull requests that update a dependency file labels Jan 30, 2025
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from cf51cf8 to 60ae11b Compare February 6, 2025 06:11
Copy link
Contributor

qodo-merge-pro bot commented Feb 6, 2025

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: network-firefox-bidi

Failure summary:

The action failed due to 5 test failures:

  • NetworkConnectionTest
  • RemoteWebDriverScreenshotTest
  • RemoteWebDriverScreenshotTest-firefox-beta
  • network-firefox-beta-bidi
  • network-firefox-bidi

    The main issue appears to be with the network handling tests, particularly in Firefox BiDi mode. The
    specific test that failed consistently was "adds a response handler that provides a response" which
    resulted in a TimeoutError when trying to navigate to 'formPage.html'.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    957:  Package 'php-symfony-asset' is not installed, so not removed
    958:  Package 'php-symfony-asset-mapper' is not installed, so not removed
    959:  Package 'php-symfony-browser-kit' is not installed, so not removed
    960:  Package 'php-symfony-clock' is not installed, so not removed
    961:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    962:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    963:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    964:  Package 'php-symfony-dotenv' is not installed, so not removed
    965:  Package 'php-symfony-error-handler' is not installed, so not removed
    ...
    
    1151:  Package 'php-uopz-all-dev' is not installed, so not removed
    1152:  Package 'php8.3-uploadprogress' is not installed, so not removed
    1153:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
    1154:  Package 'php8.3-uuid' is not installed, so not removed
    1155:  Package 'php-uuid-all-dev' is not installed, so not removed
    1156:  Package 'php-validate' is not installed, so not removed
    1157:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
    1158:  Package 'php-voku-portable-ascii' is not installed, so not removed
    1159:  Package 'php-wmerrors' is not installed, so not removed
    ...
    
    1963:  |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
    1964:  (06:18:02) �[32mAnalyzing:�[0m 2157 targets (1634 packages loaded, 61143 targets configured)
    1965:  �[32m[3,242 / 3,548]�[0m 11 / 246 tests;�[0m [Prepa] Executing genrule //common/devtools/chromium/v85:js_protocol ... (42 actions, 17 running)
    1966:  (06:18:04) �[32mINFO: �[0mFrom Building external/protobuf+/java/core/libcore.jar (43 source files, 1 source jar) [for tool]:
    1967:  external/protobuf+/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    1968:  public class RepeatedFieldBuilderV3<
    1969:  ^
    1970:  (06:18:05) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    1971:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1972:  private final ErrorCodes errorCodes;
    1973:  ^
    1974:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1975:  this.errorCodes = new ErrorCodes();
    1976:  ^
    1977:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1978:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1979:  ^
    1980:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1981:  ErrorCodes errorCodes = new ErrorCodes();
    1982:  ^
    1983:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1984:  ErrorCodes errorCodes = new ErrorCodes();
    1985:  ^
    1986:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1987:  response.setStatus(ErrorCodes.SUCCESS);
    1988:  ^
    1989:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1990:  response.setState(ErrorCodes.SUCCESS_STRING);
    1991:  ^
    1992:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1993:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    1994:  ^
    1995:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1996:  new ErrorCodes().getExceptionType((String) rawError);
    1997:  ^
    1998:  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
    1999:  private final ErrorCodes errorCodes = new ErrorCodes();
    2000:  ^
    2001:  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
    2002:  private final ErrorCodes errorCodes = new ErrorCodes();
    2003:  ^
    2004:  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
    2005:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    2006:  ^
    2007:  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
    2008:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2009:  ^
    2010:  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
    2011:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2012:  ^
    2013:  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
    2014:  response.setStatus(ErrorCodes.SUCCESS);
    2015:  ^
    2016:  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
    2017:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2018:  ^
    2019:  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
    2020:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2021:  ^
    2022:  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
    2023:  private final ErrorCodes errorCodes = new ErrorCodes();
    2024:  ^
    2025:  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
    2026:  private final ErrorCodes errorCodes = new ErrorCodes();
    2027:  ^
    2028:  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
    2029:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2030:  ^
    2031:  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
    2032:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2033:  ^
    2034:  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
    2035:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    2068:  (06:18:12) �[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
    2069:  (06:18:12) �[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
    2070:  (06:18:12) �[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
    2071:  (06:18:12) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398:19: runfiles symlink javascript/atoms/test/deps.js -> javascript/atoms/test/deps.js obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2072:  (06:18:12) �[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
    2073:  (06:18:12) �[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
    2074:  (06:18:12) �[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
    2075:  (06:18:12) �[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
    2076:  (06:18:12) �[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
    ...
    
    2154:  (06:18:12) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398:19: runfiles symlink javascript/atoms/test/useragent_test.js -> javascript/atoms/test/useragent_test.js obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2155:  (06:18:12) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398:19: runfiles symlink javascript/atoms/test/window_scroll_into_view_test.html -> javascript/atoms/test/window_scroll_into_view_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2156:  (06:18:12) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398:19: runfiles symlink javascript/atoms/test/window_scroll_test.html -> javascript/atoms/test/window_scroll_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2157:  (06:18:12) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/atoms/BUILD.bazel:398:19: runfiles symlink javascript/atoms/test/window_size_test.html -> javascript/atoms/test/window_size_test.html obscured by javascript/atoms/test -> bazel-out/k8-fastbuild/bin/javascript/atoms/test
    2158:  (06:18:12) �[32mAnalyzing:�[0m 2157 targets (1634 packages loaded, 62004 targets configured)
    2159:  �[32m[7,247 / 7,558]�[0m 82 / 927 tests;�[0m [Prepa] Compiling webdriver-net8.0 (internals ref-only dll) ... (42 actions, 6 running)
    2160:  (06:18:12) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    2161:  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).
    2162:  dotnet/src/webdriver/WebDriver.cs(778,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'
    2163:  dotnet/src/webdriver/WebDriver.cs(782,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'
    2164:  dotnet/src/webdriver/WebDriver.cs(785,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'
    ...
    
    2175:  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).
    2176:  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).
    2177:  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).
    2178:  dotnet/src/webdriver/Response.cs(69,13): warning CS0618: 'Response.SessionId.set' is obsolete: 'The Response type will be immutable and this setter will be removed in Selenium 4.30'
    2179:  (06:18:12) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
    2180:  dotnet/src/webdriver/Response.cs(70,13): warning CS0618: 'Response.Value.set' is obsolete: 'The Response type will be immutable and this setter will be removed in Selenium 4.30'
    2181:  dotnet/src/webdriver/Response.cs(71,13): warning CS0618: 'Response.Status.set' is obsolete: 'The Response type will be immutable and this setter will be removed in Selenium 4.30'
    2182:  dotnet/src/webdriver/Response.cs(124,33): warning CS8602: Dereference of a possibly null reference.
    2183:  dotnet/src/webdriver/WebDriver.cs(778,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'
    2184:  dotnet/src/webdriver/WebDriver.cs(782,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'
    2185:  dotnet/src/webdriver/WebDriver.cs(785,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'
    ...
    
    2207:  �[32m[8,232 / 10,401]�[0m 249 / 2062 tests;�[0m [Sched] Stamping the manifest of @@rules_jvm_external++maven+maven//:io_lettuce_lettuce_core ... (50 actions, 0 running)
    2208:  (06:18:52) �[32mAnalyzing:�[0m 2157 targets (1635 packages loaded, 63228 targets configured)
    2209:  �[32m[9,216 / 11,464]�[0m 345 / 2112 tests;�[0m [Prepa] Testing //py:common-edge-test/selenium/webdriver/common/click_scrolling_tests.py ... (50 actions, 2 running)
    2210:  (06:18:57) �[32mINFO: �[0mAnalyzed 2157 targets (1635 packages loaded, 63327 targets configured).
    2211:  (06:18:57) �[32m[9,764 / 11,848]�[0m 446 / 2157 tests;�[0m [Sched] Creating compile jar for @@rules_jvm_external++maven+maven//:io_lettuce_lettuce_core; 4s ... (48 actions, 5 running)
    2212:  (06:19:02) �[32m[10,226 / 12,104]�[0m 587 / 2157 tests;�[0m [Sched] Creating compile jar for @@rules_jvm_external++maven+maven//:io_lettuce_lettuce_core; 9s ... (49 actions, 1 running)
    2213:  (06:19:07) �[32m[11,186 / 12,835]�[0m 701 / 2157 tests;�[0m [Sched] Creating compile jar for @@rules_jvm_external++maven+maven//:io_lettuce_lettuce_core; 14s ... (49 actions, 16 running)
    2214:  (06:19:10) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2215:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2216:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2217:  ^
    2218:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2219:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2220:  ^
    2221:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2222:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2223:  ^
    2224:  (06:19:11) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2225:  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
    2226:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2227:  ^
    2228:  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
    2229:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2230:  ^
    2231:  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
    2232:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2233:  ^
    2234:  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
    2235:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2236:  ^
    2237:  (06:19:12) �[32m[12,521 / 13,727]�[0m 777 / 2157 tests;�[0m [Sched] Creating compile jar for @@rules_jvm_external++maven+maven//:io_lettuce_lettuce_core; 19s ... (47 actions, 10 running)
    2238:  (06:19:15) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2239:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2240:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2241:  ^
    2242:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2243:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2244:  ^
    2245:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2246:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2247:  ^
    2248:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2249:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2250:  ^
    2251:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2252:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2253:  ^
    2254:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2255:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2256:  ^
    2257:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2258:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2259:  ^
    2260:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2261:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2262:  ^
    2263:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2264:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2265:  ^
    2266:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2267:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2268:  ^
    2269:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2270:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2271:  ^
    2272:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2273:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2274:  ^
    2275:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2276:  ErrorCodes.UNHANDLED_ERROR,
    2277:  ^
    2278:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2279:  ErrorCodes.UNHANDLED_ERROR,
    2280:  ^
    2281:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2282:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2283:  ^
    2284:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2285:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2286:  ^
    2287:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2288:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2289:  ^
    2290:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2291:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2292:  ^
    2293:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2294:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2295:  ^
    2296:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2297:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2298:  ^
    2299:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2300:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2301:  ^
    2302:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2303:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2304:  ^
    2305:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2306:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2307:  ^
    2308:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2309:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2310:  ^
    2311:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2312:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2313:  ^
    2314:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2315:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2316:  ^
    2317:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2318:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2319:  ^
    2320:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2321:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2322:  ^
    2323:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2324:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2325:  ^
    2326:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2327:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2328:  ^
    2329:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2330:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2331:  ^
    2332:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2333:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2334:  ^
    2335:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2336:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2337:  ^
    2338:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2339:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2340:  ^
    2341:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2342:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2343:  ^
    2344:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2345:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2346:  ^
    2347:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2348:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2349:  ^
    2350:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2351:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2352:  ^
    2353:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2354:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2355:  ^
    2356:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2357:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2358:  ^
    2359:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2360:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2361:  ^
    2362:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2363:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2364:  ^
    2365:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2366:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2367:  ^
    2368:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2369:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2370:  ^
    2371:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2372:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2373:  ^
    2374:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2375:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2376:  ^
    2377:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2378:  response.setState(new ErrorCodes().toState(status));
    2379:  ^
    2380:  (06:19:17) �[32m[13,261 / 14,300]�[0m 828 / 2157 tests;�[0m [Sched] Creating compile jar for @@rules_jvm_external++maven+maven//:io_lettuce_lettuce_core; 24s ... (50 actions, 2 running)
    2381:  (06:19:17) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2382:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2383:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2384:  ^
    2385:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2386:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2387:  ^
    2388:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2389:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2390:  ^
    2391:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2392:  private final ErrorCodes errorCodes = new ErrorCodes();
    2393:  ^
    2394:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2395:  private final ErrorCodes errorCodes = new ErrorCodes();
    2396:  ^
    2397:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2398:  private final ErrorCodes errorCodes = new ErrorCodes();
    2399:  ^
    2400:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2401:  private final ErrorCodes errorCodes = new ErrorCodes();
    2402:  ^
    2403:  (06:19:17) �[32mINFO: �[0mFrom PackageZip javascript/grid-ui/react-zip.jar:
    2404:  /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_9_x86_64-unknown-linux-gnu/lib/python3.9/zipfile.py:1522: UserWarning: Duplicate name: 'grid-ui/'
    2405:  return self._open_to_write(zinfo, force_zip64=force_zip64)
    2406:  (06:19:22) �[32m[13,576 / 14,482]�[0m 954 / 2157 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 23s remote, remote-cache ... (50 actions, 4 running)
    2407:  (06:19:25) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2408:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2409:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    ...
    
    2416:  (06:19:52) �[32m[15,510 / 15,536]�[0m 2135 / 2157 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 54s remote, remote-cache ... (21 actions, 4 running)
    2417:  (06:19:54) �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:network-firefox-bidi (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-firefox-bidi/test_attempts/attempt_1.log)
    2418:  (06:19:58) �[32m[15,524 / 15,536]�[0m 2148 / 2157 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 59s remote, remote-cache ... (7 actions, 5 running)
    2419:  (06:20:00) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/mobile:NetworkConnectionTest (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/mobile/NetworkConnectionTest/test_attempts/attempt_1.log)
    2420:  (06:20:03) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest/test_attempts/attempt_1.log)
    2421:  (06:20:03) �[32m[15,524 / 15,536]�[0m 2148 / 2157 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 65s remote, remote-cache ... (7 actions running)
    2422:  (06:20:10) �[32m[15,526 / 15,536]�[0m 2149 / 2157 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 71s remote, remote-cache ... (6 actions, 5 running)
    2423:  (06:20:12) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/mobile:NetworkConnectionTest (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/mobile/NetworkConnectionTest/test.log)
    2424:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/mobile:NetworkConnectionTest (Summary)
    ...
    
    2517:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2518:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2519:  at org.openqa.selenium.remote.Augmenter.augment(Augmenter.java:224)
    2520:  at org.openqa.selenium.remote.Augmenter.augment(Augmenter.java:178)
    2521:  at org.openqa.selenium.mobile.NetworkConnectionTest.setUp(NetworkConnectionTest.java:38)
    2522:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIO29GEE3nkjxLTKOPoFldsd1tw7__5Nj_5G5k-mfFm8BEJ8D
    2523:  ================================================================================
    2524:  (06:20:14) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-firefox-beta (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest-firefox-beta/test_attempts/attempt_1.log)
    2525:  (06:20:16) �[32m[15,527 / 15,537]�[0m 2150 / 2157 tests, �[31m�[1m1 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 78s remote, remote-cache ... (6 actions, 4 running)
    2526:  (06:20:21) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest/test.log)
    2527:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest (Summary)
    ...
    
    2619:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2620:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2621:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2622:  at org.openqa.selenium.remote.Augmenter.augment(Augmenter.java:224)
    2623:  at org.openqa.selenium.remote.Augmenter.augment(Augmenter.java:178)
    2624:  at org.openqa.selenium.remote.RemoteWebDriverScreenshotTest.testCanAugmentWebDriverInstanceIfNecessary(RemoteWebDriverScreenshotTest.java:38)
    2625:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIPPUDCJXblLWkAFE46B3m8wOFUioX-uAt7h6qADEewykEJ8D
    2626:  ================================================================================
    2627:  (06:20:23) �[32m[15,529 / 15,537]�[0m 2151 / 2157 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 84s remote, remote-cache ... (5 actions running)
    2628:  (06:20:31) �[32m[15,531 / 15,537]�[0m 2152 / 2157 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 93s remote, remote-cache ... (4 actions running)
    2629:  (06:20:36) �[32m[15,533 / 15,537]�[0m 2152 / 2157 tests, �[31m�[1m2 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 98s remote, remote-cache ... (4 actions, 3 running)
    2630:  (06:20:39) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-firefox-beta (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest-firefox-beta/test.log)
    2631:  ==================== Test output for //java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-firefox-beta:
    2632:  Failures: 1
    2633:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-firefox-beta (Summary)
    ...
    
    2723:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2724:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2725:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2726:  at org.openqa.selenium.remote.Augmenter.augment(Augmenter.java:224)
    2727:  at org.openqa.selenium.remote.Augmenter.augment(Augmenter.java:178)
    2728:  at org.openqa.selenium.remote.RemoteWebDriverScreenshotTest.testCanAugmentWebDriverInstanceIfNecessary(RemoteWebDriverScreenshotTest.java:38)
    2729:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIFTtS460h4PUPDnZw1NW8U2c7ra6Z_PjhvYDSQMR89AmEJ8D
    2730:  ================================================================================
    2731:  (06:20:46) �[32m[15,534 / 15,537]�[0m 2153 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 108s remote, remote-cache ... (3 actions running)
    2732:  (06:20:51) �[32m[15,535 / 15,539]�[0m 2153 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 113s remote, remote-cache ... (4 actions, 2 running)
    2733:  (06:20:58) �[32m[15,535 / 15,539]�[0m 2153 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 120s remote, remote-cache ... (4 actions running)
    2734:  (06:21:06) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 128s remote, remote-cache ... (2 actions running)
    2735:  (06:21:11) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 133s remote, remote-cache ... (2 actions running)
    2736:  (06:21:41) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 163s remote, remote-cache ... (2 actions running)
    2737:  (06:22:18) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 199s remote, remote-cache ... (2 actions running)
    2738:  (06:22:19) �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-firefox-beta-bidi/test_attempts/attempt_1.log)
    2739:  (06:22:26) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 208s remote, remote-cache ... (2 actions running)
    2740:  (06:22:41) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 223s remote, remote-cache ... (2 actions running)
    2741:  (06:23:41) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 283s remote, remote-cache ... (2 actions running)
    2742:  (06:24:41) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 343s remote, remote-cache ... (2 actions running)
    2743:  (06:25:29) �[32m[15,537 / 15,539]�[0m 2155 / 2157 tests, �[31m�[1m3 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 390s remote, remote-cache ... (2 actions running)
    2744:  (06:25:29) �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:network-firefox-bidi (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-firefox-bidi/test.log)
    2745:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:network-firefox-bidi (Summary)
    ...
    
    2779:  fails a request
    2780:  removes a request handler
    2781:  clears all request handlers
    2782:  adds a response handler
    2783:  adds a response handler with a filter
    2784:  adds a response handler with multiple filters
    2785:  adds a response handler with a pattern type
    2786:  adds a response handler with attributes
    2787:  adds a response handler that provides a response (FAILED - 1)
    2788:  removes a response handler
    2789:  clears all response handlers
    2790:  Failures:
    2791:  1) Selenium::WebDriver::Network adds a response handler that provides a response
    2792:  Failure/Error: driver.navigate.to url_for('formPage.html')
    2793:  Selenium::WebDriver::Error::TimeoutError:
    ...
    
    2800:  # ./rb/lib/selenium/webdriver/common/navigation.rb:32:in `to'
    2801:  # ./rb/spec/integration/selenium/webdriver/network_spec.rb:274:in `block in WebDriver'
    2802:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:178:in `create_driver!'
    2803:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2804:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:70:in `reset_driver!'
    2805:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2806:  # ./rb/spec/integration/selenium/webdriver/network_spec.rb:266:in `block in WebDriver'
    2807:  Finished in 3 minutes 29 seconds (files took 1.74 seconds to load)
    2808:  24 examples, 1 failure
    2809:  Failed examples:
    ...
    
    2843:  fails a request
    2844:  removes a request handler
    2845:  clears all request handlers
    2846:  adds a response handler
    2847:  adds a response handler with a filter
    2848:  adds a response handler with multiple filters
    2849:  adds a response handler with a pattern type
    2850:  adds a response handler with attributes
    2851:  adds a response handler that provides a response (FAILED - 1)
    2852:  removes a response handler
    2853:  clears all response handlers
    2854:  Failures:
    2855:  1) Selenium::WebDriver::Network adds a response handler that provides a response
    2856:  Failure/Error: driver.navigate.to url_for('formPage.html')
    2857:  Selenium::WebDriver::Error::TimeoutError:
    ...
    
    2864:  # ./rb/lib/selenium/webdriver/common/navigation.rb:32:in `to'
    2865:  # ./rb/spec/integration/selenium/webdriver/network_spec.rb:274:in `block in WebDriver'
    2866:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:178:in `create_driver!'
    2867:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2868:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:70:in `reset_driver!'
    2869:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2870:  # ./rb/spec/integration/selenium/webdriver/network_spec.rb:266:in `block in WebDriver'
    2871:  Finished in 5 minutes 7 seconds (files took 1.76 seconds to load)
    2872:  24 examples, 1 failure
    2873:  Failed examples:
    2874:  rspec ./rb/spec/integration/selenium/webdriver/network_spec.rb:265 # Selenium::WebDriver::Network adds a response handler that provides a response
    2875:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIIglGtjd3nPQXgRmg4KnFFAwiB3X6lAE4KwOyz7DgjuOEJ8D
    2876:  ================================================================================
    2877:  (06:25:36) �[32m[15,538 / 15,539]�[0m 2156 / 2157 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 398s remote, remote-cache
    2878:  (06:25:41) �[32m[15,538 / 15,539]�[0m 2156 / 2157 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 403s remote, remote-cache
    2879:  (06:26:10) �[32m[15,538 / 15,539]�[0m 2156 / 2157 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 432s remote, remote-cache
    2880:  (06:27:10) �[32m[15,538 / 15,539]�[0m 2156 / 2157 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 492s remote, remote-cache
    2881:  (06:27:49) �[32m[15,538 / 15,539]�[0m 2156 / 2157 tests, �[31m�[1m4 failed�[0m;�[0m Testing //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi; 530s remote, remote-cache
    2882:  (06:27:50) �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-firefox-beta-bidi/test.log)
    2883:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi (Summary)
    ...
    
    2917:  fails a request
    2918:  removes a request handler
    2919:  clears all request handlers
    2920:  adds a response handler
    2921:  adds a response handler with a filter
    2922:  adds a response handler with multiple filters
    2923:  adds a response handler with a pattern type
    2924:  adds a response handler with attributes
    2925:  adds a response handler that provides a response (FAILED - 1)
    2926:  removes a response handler
    2927:  clears all response handlers
    2928:  Failures:
    2929:  1) Selenium::WebDriver::Network adds a response handler that provides a response
    2930:  Failure/Error: driver.navigate.to url_for('formPage.html')
    2931:  Selenium::WebDriver::Error::TimeoutError:
    ...
    
    2938:  # ./rb/lib/selenium/webdriver/common/navigation.rb:32:in `to'
    2939:  # ./rb/spec/integration/selenium/webdriver/network_spec.rb:274:in `block in WebDriver'
    2940:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:178:in `create_driver!'
    2941:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    2942:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:70:in `reset_driver!'
    2943:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    2944:  # ./rb/spec/integration/selenium/webdriver/network_spec.rb:266:in `block in WebDriver'
    2945:  Finished in 5 minutes 42 seconds (files took 1.67 seconds to load)
    2946:  24 examples, 1 failure
    2947:  Failed examples:
    ...
    
    2981:  fails a request
    2982:  removes a request handler
    2983:  clears all request handlers
    2984:  adds a response handler
    2985:  adds a response handler with a filter
    2986:  adds a response handler with multiple filters
    2987:  adds a response handler with a pattern type
    2988:  adds a response handler with attributes
    2989:  adds a response handler that provides a response (FAILED - 1)
    2990:  removes a response handler
    2991:  clears all response handlers
    2992:  Failures:
    2993:  1) Selenium::WebDriver::Network adds a response handler that provides a response
    2994:  Failure/Error: driver.navigate.to url_for('formPage.html')
    2995:  Selenium::WebDriver::Error::TimeoutError:
    ...
    
    3002:  # ./rb/lib/selenium/webdriver/common/navigation.rb:32:in `to'
    3003:  # ./rb/spec/integration/selenium/webdriver/network_spec.rb:274:in `block in WebDriver'
    3004:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:178:in `create_driver!'
    3005:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:61:in `driver_instance'
    3006:  # ./rb/spec/integration/selenium/webdriver/spec_support/test_environment.rb:70:in `reset_driver!'
    3007:  # ./rb/spec/integration/selenium/webdriver/spec_support/helpers.rb:29:in `reset_driver!'
    3008:  # ./rb/spec/integration/selenium/webdriver/network_spec.rb:266:in `block in WebDriver'
    3009:  Finished in 4 minutes 55.2 seconds (files took 3.09 seconds to load)
    3010:  24 examples, 1 failure
    3011:  Failed examples:
    3012:  rspec ./rb/spec/integration/selenium/webdriver/network_spec.rb:265 # Selenium::WebDriver::Network adds a response handler that provides a response
    3013:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIOPnfMHaF_njohYaAhfoDFzDaj6QMx2KD0IBgHnXgLGmEJ8D
    3014:  ================================================================================
    3015:  (06:27:50) �[32mINFO: �[0mFound 2157 test targets...
    3016:  (06:27:50) �[32mINFO: �[0mElapsed time: 702.020s, Critical Path: 540.00s
    3017:  (06:27:50) �[32mINFO: �[0m14740 processes: 7357 remote cache hit, 7304 internal, 50 local, 29 remote.
    3018:  (06:27:50) �[32mINFO: �[0mBuild completed, 5 tests FAILED, 14740 total actions
    ...
    
    3132:  //dotnet/test/common:ElementFindingTest-edge                    �[0m�[32m(cached) PASSED�[0m in 32.7s
    3133:  //dotnet/test/common:ElementFindingTest-firefox                 �[0m�[32m(cached) PASSED�[0m in 41.3s
    3134:  //dotnet/test/common:ElementPropertyTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 7.6s
    3135:  //dotnet/test/common:ElementPropertyTest-edge                   �[0m�[32m(cached) PASSED�[0m in 6.7s
    3136:  //dotnet/test/common:ElementPropertyTest-firefox                �[0m�[32m(cached) PASSED�[0m in 50.8s
    3137:  //dotnet/test/common:ElementSelectingTest-chrome                �[0m�[32m(cached) PASSED�[0m in 10.6s
    3138:  //dotnet/test/common:ElementSelectingTest-edge                  �[0m�[32m(cached) PASSED�[0m in 11.6s
    3139:  //dotnet/test/common:ElementSelectingTest-firefox               �[0m�[32m(cached) PASSED�[0m in 25.4s
    3140:  //dotnet/test/common:ErrorsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 6.5s
    3141:  //dotnet/test/common:ErrorsTest-edge                            �[0m�[32m(cached) PASSED�[0m in 6.7s
    3142:  //dotnet/test/common:ErrorsTest-firefox                         �[0m�[32m(cached) PASSED�[0m in 13.9s
    ...
    
    3489:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 97.0s
    3490:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 30.7s
    3491:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 14.4s
    3492:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 24.2s
    3493:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 18.4s
    3494:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 27.0s
    3495:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 24.4s
    3496:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 7.6s
    3497:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 10.5s
    3498:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 8.5s
    3499:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 8.4s
    3500:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta         �[0m�[32m(cached) PASSED�[0m in 11.1s
    3501:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs             �[0m�[32m(cached) PASSED�[0m in 5.8s
    ...
    
    4219:  //java/test/org/openqa/selenium/os:ExternalProcessTest          �[0m�[32m(cached) PASSED�[0m in 2.3s
    4220:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 8.1s
    4221:  //java/test/org/openqa/selenium/os:OsProcessTest                �[0m�[32m(cached) PASSED�[0m in 4.4s
    4222:  //java/test/org/openqa/selenium/os:OsProcessTest-spotbugs       �[0m�[32m(cached) PASSED�[0m in 8.2s
    4223:  //java/test/org/openqa/selenium/remote:AugmenterTest            �[0m�[32m(cached) PASSED�[0m in 7.9s
    4224:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 10.9s
    4225:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest  �[0m�[32m(cached) PASSED�[0m in 1.8s
    4226:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.9s
    4227:  //java/test/org/openqa/selenium/remote:ErrorCodecTest           �[0m�[32m(cached) PASSED�[0m in 2.9s
    4228:  //java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs  �[0m�[32m(cached) PASSED�[0m in 7.4s
    4229:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest         �[0m�[32m(cached) PASSED�[0m in 2.3s
    4230:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 10.9s
    ...
    
    4816:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4817:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 2.7s
    4818:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4819:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 2.2s
    4820:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 3.1s
    4821:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.2s
    4822:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4823:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.5s
    4824:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 2.3s
    ...
    
    4858:  //rb/spec/integration/selenium/webdriver:element-edge-bidi      �[0m�[32m(cached) PASSED�[0m in 14.9s
    4859:  //rb/spec/integration/selenium/webdriver:element-edge-remote    �[0m�[32m(cached) PASSED�[0m in 49.0s
    4860:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 57.4s
    4861:  //rb/spec/integration/selenium/webdriver:element-firefox-beta   �[0m�[32m(cached) PASSED�[0m in 62.0s
    4862:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 18.0s
    4863:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 65.8s
    4864:  //rb/spec/integration/selenium/webdriver:element-firefox-bidi   �[0m�[32m(cached) PASSED�[0m in 18.2s
    4865:  //rb/spec/integration/selenium/webdriver:element-firefox-remote �[0m�[32m(cached) PASSED�[0m in 64.8s
    4866:  //rb/spec/integration/selenium/webdriver:error-chrome           �[0m�[32m(cached) PASSED�[0m in 19.4s
    4867:  //rb/spec/integration/selenium/webdriver:error-chrome-bidi      �[0m�[32m(cached) PASSED�[0m in 13.5s
    4868:  //rb/spec/integration/selenium/webdriver:error-chrome-remote    �[0m�[32m(cached) PASSED�[0m in 25.0s
    4869:  //rb/spec/integration/selenium/webdriver:error-edge             �[0m�[32m(cached) PASSED�[0m in 22.3s
    4870:  //rb/spec/integration/selenium/webdriver:error-edge-bidi        �[0m�[32m(cached) PASSED�[0m in 14.7s
    4871:  //rb/spec/integration/selenium/webdriver:error-edge-remote      �[0m�[32m(cached) PASSED�[0m in 26.7s
    4872:  //rb/spec/integration/selenium/webdriver:error-firefox          �[0m�[32m(cached) PASSED�[0m in 25.4s
    4873:  //rb/spec/integration/selenium/webdriver:error-firefox-beta     �[0m�[32m(cached) PASSED�[0m in 23.6s
    4874:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 16.8s
    4875:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 24.0s
    4876:  //rb/spec/integration/selenium/webdriver:error-firefox-bidi     �[0m�[32m(cached) PASSED�[0m in 16.8s
    4877:  //rb/spec/integration/selenium/webdriver:error-firefox-remote   �[0m�[32m(cached) PASSED�[0m in 24.0s
    ...
    
    5164:  //rust:selenium-manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.2s
    5165:  //rust:selenium_manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.2s
    5166:  //rust:unit                                                     �[0m�[32m(cached) PASSED�[0m in 0.1s
    5167:  //rust:unit-fmt                                                 �[0m�[32m(cached) PASSED�[0m in 0.2s
    5168:  //java/src/org/openqa/selenium/grid/sessionmap/redis:redis-lib-spotbugs  �[0m�[32mPASSED�[0m in 9.2s
    5169:  //java/src/org/openqa/selenium/redis:redis-spotbugs                      �[0m�[32mPASSED�[0m in 8.4s
    5170:  //java/test/org/openqa/selenium/grid/sessionmap/redis:RedisBackedSessionMapTest �[0m�[32mPASSED�[0m in 5.8s
    5171:  //java/test/org/openqa/selenium/grid/sessionmap/redis:RedisBackedSessionMapTest-spotbugs �[0m�[32mPASSED�[0m in 8.0s
    5172:  //java/test/org/openqa/selenium/mobile:NetworkConnectionTest             �[0m�[31m�[1mFAILED�[0m in 2 out of 2 in 10.6s
    5173:  Stats over 2 runs: max = 10.6s, min = 10.2s, avg = 10.4s, dev = 0.2s
    5174:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/mobile/NetworkConnectionTest/test.log
    5175:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/mobile/NetworkConnectionTest/test_attempts/attempt_1.log
    5176:  //java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest     �[0m�[31m�[1mFAILED�[0m in 2 out of 2 in 16.1s
    5177:  Stats over 2 runs: max = 16.1s, min = 10.9s, avg = 13.5s, dev = 2.6s
    5178:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest/test.log
    5179:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest/test_attempts/attempt_1.log
    5180:  //java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-firefox-beta �[0m�[31m�[1mFAILED�[0m in 2 out of 2 in 15.8s
    5181:  Stats over 2 runs: max = 15.8s, min = 15.0s, avg = 15.4s, dev = 0.4s
    5182:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest-firefox-beta/test.log
    5183:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest-firefox-beta/test_attempts/attempt_1.log
    5184:  //rb/spec/integration/selenium/webdriver:network-firefox-beta-bidi       �[0m�[31m�[1mFAILED�[0m in 2 out of 2 in 316.0s
    5185:  Stats over 2 runs: max = 316.0s, min = 199.7s, avg = 257.8s, dev = 58.1s
    5186:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-firefox-beta-bidi/test.log
    5187:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-firefox-beta-bidi/test_attempts/attempt_1.log
    5188:  //rb/spec/integration/selenium/webdriver:network-firefox-bidi            �[0m�[31m�[1mFAILED�[0m in 2 out of 2 in 319.2s
    5189:  Stats over 2 runs: max = 319.2s, min = 49.2s, avg = 184.2s, dev = 135.0s
    5190:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-firefox-bidi/test.log
    5191:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/network-firefox-bidi/test_attempts/attempt_1.log
    5192:  Executed 9 out of 2157 tests: 2152 tests pass and �[0m�[31m�[1m5 fail remotely�[0m.
    5193:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
    5194:  (06:27:51) �[32mINFO: �[0mStreaming build results to: https://gypsum.cluster.engflow.com/invocation/1ef5eb05-917b-45ff-8883-c45f87c0e3b3
    5195:  �[0m
    5196:  ##[error]Process completed with exit code 3.
    

    Copy link
    Contributor Author

    renovate bot commented Feb 6, 2025

    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.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    C-java dependencies Pull requests that update a dependency file
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant