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 org.assertj:assertj-core to v3.27.1 #14981

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.assertj:assertj-core (source) 3.26.3 -> 3.27.1 age adoption passing confidence

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 Dec 30, 2024
Copy link
Contributor

qodo-merge-pro bot commented Dec 31, 2024

CI Failure Feedback 🧐

(Checks updated until commit e8e7096)

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: JavascriptEnabledDriverTest-chrome

Failure summary:

The action failed because the test JavascriptEnabledDriverTest-chrome failed, specifically the test
method testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad(). The test failed with the
message:
"org.openqa.selenium.JavascriptEnabledDriverTest.testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad
is not yet expected to work on remote builds using CHROME, but it already works!"

This appears to be an unexpected success - the test was expected to fail on remote Chrome builds but
actually passed, indicating that the functionality now works when it wasn't supposed to yet.

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

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

2013:  version 2.3.0.
2014:  2 installed gems you directly depend on are looking for funding.
2015:  Run `bundle fund` for details
2016:  (07:32:04) �[32mINFO: �[0mFrom Building external/protobuf~/java/core/libcore.jar (43 source files, 1 source jar) [for tool]:
2017:  external/protobuf~/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated
2018:  public class RepeatedFieldBuilderV3<
2019:  ^
2020:  (07:32:05) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
2021:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2022:  private final ErrorCodes errorCodes;
2023:  ^
2024:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2025:  this.errorCodes = new ErrorCodes();
2026:  ^
2027:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2028:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
2029:  ^
2030:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2031:  ErrorCodes errorCodes = new ErrorCodes();
2032:  ^
2033:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2034:  ErrorCodes errorCodes = new ErrorCodes();
2035:  ^
2036:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2037:  response.setStatus(ErrorCodes.SUCCESS);
2038:  ^
2039:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2040:  response.setState(ErrorCodes.SUCCESS_STRING);
2041:  ^
2042:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2043:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
2044:  ^
2045:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2046:  new ErrorCodes().getExceptionType((String) rawError);
2047:  ^
2048:  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
2049:  private final ErrorCodes errorCodes = new ErrorCodes();
2050:  ^
2051:  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
2052:  private final ErrorCodes errorCodes = new ErrorCodes();
2053:  ^
2054:  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
2055:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
2056:  ^
2057:  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
2058:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
2059:  ^
2060:  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
2061:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
2062:  ^
2063:  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
2064:  response.setStatus(ErrorCodes.SUCCESS);
2065:  ^
2066:  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
2067:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
2068:  ^
2069:  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
2070:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
2071:  ^
2072:  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
2073:  private final ErrorCodes errorCodes = new ErrorCodes();
2074:  ^
2075:  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
2076:  private final ErrorCodes errorCodes = new ErrorCodes();
2077:  ^
2078:  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
2079:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
2080:  ^
2081:  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
2082:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
2083:  ^
2084:  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
2085:  response.setStatus(ErrorCodes.SUCCESS);
...

2097:  (07:32:22) �[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
2098:  (07:32:22) �[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
2099:  (07:32:22) �[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
2100:  (07:32:22) �[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
2101:  (07:32:22) �[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
2102:  (07:32:22) �[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
2103:  (07:32:22) �[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
2104:  (07:32:22) �[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
2105:  (07:32:22) �[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
...

2225:  (07:32:57) �[32mAnalyzing:�[0m 2175 targets (1631 packages loaded, 63196 targets configured)
2226:  �[32m[9,841 / 11,889]�[0m 369 / 2100 tests;�[0m [Sched] Building java/test/org/openqa/selenium/grid/config/JsonConfigTest.jar (1 source file); 44s ... (45 actions, 12 running)
2227:  (07:33:02) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
2228:  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'.'
2229:  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'.'
2230:  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'.'
2231:  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).
2232:  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)'.
2233:  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'
2234:  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'
2235:  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'
...

2242:  (07:33:02) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0 (internals ref-only dll):
2243:  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).
2244:  (07:33:03) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
2245:  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'.'
2246:  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'.'
2247:  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'.'
2248:  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).
2249:  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)'.
2250:  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'
2251:  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'
2252:  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'
...

2267:  (07:34:04) �[32m[12,226 / 13,721]�[0m 606 / 2175 tests;�[0m [Sched] Testing //java/test/org/openqa/selenium/grid/testing:testing-spotbugs; 77s ... (50 actions, 8 running)
2268:  (07:34:10) �[32m[12,350 / 13,800]�[0m 624 / 2175 tests;�[0m [Sched] Building java/test/org/openqa/selenium/grid/distributor/local/LocalDistributorTest.jar (1 source file); 73s ... (50 actions, 9 running)
2269:  (07:34:15) �[32m[12,385 / 13,816]�[0m 640 / 2175 tests;�[0m [Sched] Testing //java/test/org/openqa/selenium/grid/web:EnsureSpecCompliantHeadersTest-spotbugs; 72s ... (50 actions, 9 running)
2270:  (07:34:20) �[32m[12,606 / 13,967]�[0m 664 / 2175 tests;�[0m [Sched] Testing //java/test/org/openqa/selenium/events:ZeroMqInProcTest-spotbugs; 74s ... (50 actions, 8 running)
2271:  (07:34:23) �[32mINFO: �[0mFrom PackageZip javascript/grid-ui/react-zip.jar:
2272:  /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/'
2273:  return self._open_to_write(zinfo, force_zip64=force_zip64)
2274:  (07:34:24) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2275:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2276:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
...

2301:  (07:36:39) �[32m[13,463 / 14,598]�[0m 818 / 2175 tests;�[0m Testing //dotnet/test/common:DevTools/DevToolsNetworkTest-edge; 105s remote, remote-cache ... (50 actions, 21 running)
2302:  (07:36:44) �[32m[13,470 / 14,602]�[0m 821 / 2175 tests;�[0m Testing //dotnet/test/common:DevTools/DevToolsNetworkTest-edge; 110s remote, remote-cache ... (50 actions, 21 running)
2303:  (07:36:49) �[32m[13,473 / 14,604]�[0m 822 / 2175 tests;�[0m Testing //dotnet/test/common:DevTools/DevToolsNetworkTest-edge; 116s remote, remote-cache ... (50 actions, 23 running)
2304:  (07:36:54) �[32m[13,482 / 14,605]�[0m 830 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 84s remote, remote-cache ... (50 actions, 24 running)
2305:  (07:37:01) �[32m[13,484 / 14,605]�[0m 832 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 90s remote, remote-cache ... (50 actions, 24 running)
2306:  (07:37:06) �[32m[13,488 / 14,609]�[0m 833 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 95s remote, remote-cache ... (50 actions, 25 running)
2307:  (07:37:11) �[32m[13,495 / 14,609]�[0m 840 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 100s remote, remote-cache ... (50 actions, 26 running)
2308:  (07:37:14) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2309:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2310:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2311:  ^
2312:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2313:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2314:  ^
2315:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2316:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2317:  ^
2318:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2319:  private final ErrorCodes errorCodes = new ErrorCodes();
2320:  ^
2321:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2322:  private final ErrorCodes errorCodes = new ErrorCodes();
2323:  ^
2324:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2325:  private final ErrorCodes errorCodes = new ErrorCodes();
2326:  ^
2327:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2328:  private final ErrorCodes errorCodes = new ErrorCodes();
...

2330:  (07:37:17) �[32m[13,501 / 14,615]�[0m 842 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 106s remote, remote-cache ... (50 actions, 25 running)
2331:  (07:37:23) �[32m[13,516 / 14,623]�[0m 851 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 112s remote, remote-cache ... (50 actions, 22 running)
2332:  (07:37:28) �[32m[13,520 / 14,624]�[0m 854 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 117s remote, remote-cache ... (50 actions, 24 running)
2333:  (07:37:33) �[32m[13,526 / 14,628]�[0m 858 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 122s remote, remote-cache ... (50 actions, 26 running)
2334:  (07:37:39) �[32m[13,528 / 14,629]�[0m 859 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 128s remote, remote-cache ... (50 actions, 26 running)
2335:  (07:37:45) �[32m[13,528 / 14,629]�[0m 859 / 2175 tests;�[0m Testing //dotnet/test/common:WindowSwitchingTest-edge; 134s remote, remote-cache ... (50 actions, 29 running)
2336:  (07:37:50) �[32m[13,544 / 14,636]�[0m 867 / 2175 tests;�[0m Testing //dotnet/test/common:BiDi/Network/NetworkTest-edge; 70s remote, remote-cache ... (50 actions, 27 running)
2337:  (07:37:55) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
2338:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2339:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2340:  ^
2341:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2342:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2343:  ^
2344:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2345:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
2346:  ^
2347:  (07:37:56) �[32m[13,546 / 14,638]�[0m 868 / 2175 tests;�[0m Testing //dotnet/test/common:BiDi/Network/NetworkTest-edge; 75s remote, remote-cache ... (50 actions, 26 running)
2348:  (07:38:01) �[32m[13,554 / 14,641]�[0m 873 / 2175 tests;�[0m Testing //dotnet/test/common:BiDi/Network/NetworkTest-edge; 81s remote, remote-cache ... (50 actions, 28 running)
2349:  (07:38:08) �[32m[13,560 / 14,643]�[0m 877 / 2175 tests;�[0m Testing //dotnet/test/common:BiDi/Network/NetworkTest-edge; 87s remote, remote-cache ... (50 actions, 29 running)
2350:  (07:38:11) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2351:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2352:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
2353:  ^
2354:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2355:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2356:  ^
2357:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2358:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2359:  ^
2360:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2361:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2362:  ^
2363:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2364:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2365:  ^
2366:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2367:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
2368:  ^
2369:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2370:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2371:  ^
2372:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2373:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2374:  ^
2375:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2376:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2377:  ^
2378:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2379:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
2380:  ^
2381:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2382:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
2383:  ^
2384:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2385:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
2386:  ^
2387:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2388:  ErrorCodes.UNHANDLED_ERROR,
2389:  ^
2390:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2391:  ErrorCodes.UNHANDLED_ERROR,
2392:  ^
2393:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2394:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2395:  ^
2396:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2397:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2398:  ^
2399:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2400:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2401:  ^
2402:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2403:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2404:  ^
2405:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2406:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2407:  ^
2408:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2409:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2410:  ^
2411:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2412:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2413:  ^
2414:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2415:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2416:  ^
2417:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2418:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2419:  ^
2420:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2421:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
2422:  ^
2423:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2424:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2425:  ^
2426:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2427:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2428:  ^
2429:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2430:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2431:  ^
2432:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2433:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2434:  ^
2435:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2436:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2437:  ^
2438:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2439:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
2440:  ^
2441:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2442:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
2443:  ^
2444:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2445:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2446:  ^
2447:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2448:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
2449:  ^
2450:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2451:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2452:  ^
2453:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2454:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
2455:  ^
2456:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2457:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
2458:  ^
2459:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2460:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
2461:  ^
2462:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2463:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
2464:  ^
2465:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2466:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
2467:  ^
2468:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2469:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
2470:  ^
2471:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2472:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
2473:  ^
2474:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2475:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
2476:  ^
2477:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2478:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
2479:  ^
2480:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2481:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
2482:  ^
2483:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2484:  ? ErrorCodes.INVALID_SELECTOR_ERROR
2485:  ^
2486:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2487:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
2488:  ^
2489:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2490:  response.setState(new ErrorCodes().toState(status));
2491:  ^
2492:  (07:38:13) �[32m[13,565 / 14,648]�[0m 880 / 2175 tests;�[0m Testing //dotnet/test/common:UnexpectedAlertBehaviorTest-chrome; 88s remote, remote-cache ... (50 actions, 29 running)
2493:  (07:38:18) �[32m[13,581 / 14,653]�[0m 886 / 2175 tests;�[0m Testing //dotnet/test/common:BiDi/Network/NetworkTest-firefox; 75s remote, remote-cache ... (50 actions, 26 running)
2494:  (07:38:23) �[32m[13,583 / 14,655]�[0m 887 / 2175 tests;�[0m Testing //dotnet/test/common:BiDi/Network/NetworkTest-firefox; 80s remote, remote-cache ... (50 actions, 26 running)
2495:  (07:38:27) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
2496:  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
2497:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
2498:  ^
2499:  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
2500:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
2501:  ^
2502:  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
2503:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2504:  ^
2505:  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
2506:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
...

2567:  (07:43:29) �[32m[14,599 / 15,079]�[0m 1595 / 2175 tests;�[0m Testing //dotnet/test/common:PageLoadingTest-firefox; 110s remote, remote-cache ... (50 actions running)
2568:  (07:43:34) �[32m[14,618 / 15,090]�[0m 1606 / 2175 tests;�[0m Testing //dotnet/test/common:PageLoadingTest-firefox; 115s remote, remote-cache ... (50 actions running)
2569:  (07:43:38) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/JavascriptEnabledDriverTest-chrome/test_attempts/attempt_1.log)
2570:  (07:43:39) �[32m[14,635 / 15,102]�[0m 1615 / 2175 tests;�[0m Testing //dotnet/test/common:PageLoadingTest-firefox; 120s remote, remote-cache ... (50 actions running)
2571:  (07:43:44) �[32m[14,653 / 15,111]�[0m 1625 / 2175 tests;�[0m Testing //dotnet/test/common:PageLoadingTest-firefox; 125s remote, remote-cache ... (50 actions running)
2572:  (07:43:49) �[32m[14,669 / 15,120]�[0m 1632 / 2175 tests;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 83s remote, remote-cache ... (50 actions, 48 running)
2573:  (07:43:54) �[32m[14,688 / 15,133]�[0m 1641 / 2175 tests;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 88s remote, remote-cache ... (50 actions, 49 running)
2574:  (07:43:56) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/JavascriptEnabledDriverTest-chrome/test.log)
2575:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (Summary)
...

2591:  1) testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad() (org.openqa.selenium.JavascriptEnabledDriverTest)
2592:  java.lang.Exception: org.openqa.selenium.JavascriptEnabledDriverTest.testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad is not yet expected to work on remote builds using CHROME, but it already works!
2593:  at org.openqa.selenium.testing.SeleniumExtension.afterEach(SeleniumExtension.java:160)
2594:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2595:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2596:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIDRv7tOEEXN0vLVzgpmX9fcNdvGLa1LS0zrVhhl4kqTzEJ8D
2597:  ================================================================================
2598:  (07:43:56) �[32mINFO: �[0mFrom Testing //java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome:
2599:  (07:43:59) �[32m[14,704 / 15,144]�[0m 1650 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 93s remote, remote-cache ... (50 actions running)
2600:  (07:44:04) �[32m[14,729 / 15,158]�[0m 1662 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 98s remote, remote-cache ... (50 actions, 49 running)
2601:  (07:44:09) �[32m[14,747 / 15,171]�[0m 1669 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 103s remote, remote-cache ... (50 actions, 48 running)
2602:  (07:44:14) �[32m[14,766 / 15,180]�[0m 1681 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 109s remote, remote-cache ... (50 actions, 49 running)
2603:  (07:44:20) �[32m[14,791 / 15,196]�[0m 1692 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 114s remote, remote-cache ... (50 actions, 49 running)
2604:  (07:44:25) �[32m[14,803 / 15,205]�[0m 1695 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 119s remote, remote-cache ... (50 actions, 49 running)
2605:  (07:44:30) �[32m[14,823 / 15,220]�[0m 1704 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 124s remote, remote-cache ... (50 actions, 49 running)
2606:  (07:44:35) �[32m[14,840 / 15,239]�[0m 1709 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 129s remote, remote-cache ... (50 actions, 48 running)
2607:  (07:44:40) �[32m[14,857 / 15,254]�[0m 1717 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 134s remote, remote-cache ... (50 actions running)
2608:  (07:44:45) �[32m[14,881 / 15,274]�[0m 1726 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 140s remote, remote-cache ... (50 actions, 49 running)
2609:  (07:44:51) �[32m[14,900 / 15,290]�[0m 1733 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 145s remote, remote-cache ... (50 actions, 49 running)
2610:  (07:44:56) �[32m[14,914 / 15,305]�[0m 1736 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //dotnet/test/common:BiDi/BrowsingContext/BrowsingContextTest-firefox; 150s remote, remote-cache ... (50 actions, 49 running)
2611:  (07:45:02) �[32m[14,939 / 15,321]�[0m 1749 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 136s remote, remote-cache ... (50 actions, 49 running)
2612:  (07:45:07) �[32m[14,953 / 15,334]�[0m 1753 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 141s remote, remote-cache ... (50 actions running)
2613:  (07:45:12) �[32m[14,973 / 15,348]�[0m 1760 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 146s remote, remote-cache ... (50 actions, 49 running)
2614:  (07:45:17) �[32m[14,991 / 15,364]�[0m 1766 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 152s remote, remote-cache ... (50 actions running)
2615:  (07:45:22) �[32m[15,013 / 15,382]�[0m 1774 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 157s remote, remote-cache ... (50 actions, 49 running)
2616:  (07:45:28) �[32m[15,028 / 15,395]�[0m 1779 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 162s remote, remote-cache ... (50 actions running)
2617:  (07:45:33) �[32m[15,048 / 15,413]�[0m 1785 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 167s remote, remote-cache ... (50 actions, 49 running)
2618:  (07:45:38) �[32m[15,068 / 15,430]�[0m 1793 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 173s remote, remote-cache ... (50 actions, 48 running)
2619:  (07:45:43) �[32m[15,085 / 15,441]�[0m 1801 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 178s remote, remote-cache ... (50 actions running)
2620:  (07:45:48) �[32m[15,100 / 15,455]�[0m 1803 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 183s remote, remote-cache ... (50 actions, 49 running)
2621:  (07:45:53) �[32m[15,117 / 15,468]�[0m 1810 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 188s remote, remote-cache ... (50 actions, 49 running)
2622:  (07:45:58) �[32m[15,137 / 15,485]�[0m 1816 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 193s remote, remote-cache ... (50 actions, 49 running)
2623:  (07:46:03) �[32m[15,157 / 15,497]�[0m 1824 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 198s remote, remote-cache ... (50 actions, 48 running)
2624:  (07:46:08) �[32m[15,171 / 15,509]�[0m 1830 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 203s remote, remote-cache ... (50 actions running)
2625:  (07:46:14) �[32m[15,179 / 15,515]�[0m 1833 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 209s remote, remote-cache ... (50 actions running)
2626:  (07:46:19) �[32m[15,195 / 15,518]�[0m 1847 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 214s remote, remote-cache ... (50 actions running)
2627:  (07:46:24) �[32m[15,205 / 15,521]�[0m 1855 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 219s remote, remote-cache ... (50 actions running)
2628:  (07:46:30) �[32m[15,217 / 15,524]�[0m 1865 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 224s remote, remote-cache ... (50 actions running)
2629:  (07:46:35) �[32m[15,229 / 15,528]�[0m 1874 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 229s remote, remote-cache ... (50 actions, 48 running)
2630:  (07:46:40) �[32m[15,239 / 15,531]�[0m 1881 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 234s remote, remote-cache ... (50 actions running)
2631:  (07:46:45) �[32m[15,250 / 15,533]�[0m 1890 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 240s remote, remote-cache ... (50 actions, 49 running)
2632:  (07:46:51) �[32m[15,263 / 15,538]�[0m 1900 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 245s remote, remote-cache ... (50 actions running)
2633:  (07:46:56) �[32m[15,269 / 15,541]�[0m 1904 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 251s remote, remote-cache ... (50 actions running)
2634:  (07:47:01) �[32m[15,279 / 15,541]�[0m 1913 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 256s remote, remote-cache ... (50 actions running)
2635:  (07:47:06) �[32m[15,289 / 15,541]�[0m 1923 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 261s remote, remote-cache ... (50 actions, 49 running)
2636:  (07:47:11) �[32m[15,299 / 15,541]�[0m 1934 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 266s remote, remote-cache ... (50 actions running)
2637:  (07:47:17) �[32m[15,313 / 15,541]�[0m 1948 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 272s remote, remote-cache ... (50 actions running)
2638:  (07:47:22) �[32m[15,330 / 15,541]�[0m 1964 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 277s remote, remote-cache ... (50 actions, 49 running)
2639:  (07:47:27) �[32m[15,340 / 15,541]�[0m 1974 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 282s remote, remote-cache ... (50 actions, 49 running)
2640:  (07:47:33) �[32m[15,349 / 15,541]�[0m 1984 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 288s remote, remote-cache ... (50 actions running)
2641:  (07:47:39) �[32m[15,360 / 15,541]�[0m 1995 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 293s remote, remote-cache ... (50 actions running)
2642:  (07:47:44) �[32m[15,368 / 15,541]�[0m 2002 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 299s remote, remote-cache ... (50 actions running)
2643:  (07:47:50) �[32m[15,382 / 15,541]�[0m 2017 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 305s remote, remote-cache ... (50 actions running)
2644:  (07:47:55) �[32m[15,392 / 15,541]�[0m 2026 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 310s remote, remote-cache ... (50 actions, 49 running)
2645:  (07:48:00) �[32m[15,398 / 15,541]�[0m 2033 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 315s remote, remote-cache ... (50 actions running)
2646:  (07:48:06) �[32m[15,411 / 15,541]�[0m 2046 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 321s remote, remote-cache ... (50 actions running)
2647:  (07:48:11) �[32m[15,421 / 15,541]�[0m 2055 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 326s remote, remote-cache ... (50 actions running)
2648:  (07:48:16) �[32m[15,428 / 15,541]�[0m 2063 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium:FrameSwitchingTest-edge; 331s remote, remote-cache ... (50 actions running)
2649:  (07:48:22) �[32m[15,438 / 15,541]�[0m 2072 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 121s remote, remote-cache ... (50 actions, 48 running)
2650:  (07:48:27) �[32m[15,450 / 15,541]�[0m 2085 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 127s remote, remote-cache ... (50 actions running)
2651:  (07:48:32) �[32m[15,460 / 15,541]�[0m 2095 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 132s remote, remote-cache ... (50 actions running)
2652:  (07:48:37) �[32m[15,472 / 15,541]�[0m 2107 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 137s remote, remote-cache ... (50 actions running)
2653:  (07:48:43) �[32m[15,484 / 15,541]�[0m 2118 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 142s remote, remote-cache ... (50 actions, 49 running)
2654:  (07:48:49) �[32m[15,489 / 15,541]�[0m 2124 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 149s remote, remote-cache ... (50 actions running)
2655:  (07:48:54) �[32m[15,504 / 15,541]�[0m 2138 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 154s remote, remote-cache ... (37 actions running)
2656:  (07:48:59) �[32m[15,511 / 15,541]�[0m 2145 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 159s remote, remote-cache ... (30 actions running)
2657:  (07:49:05) �[32m[15,516 / 15,541]�[0m 2151 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 165s remote, remote-cache ... (25 actions running)
2658:  (07:49:14) �[32m[15,522 / 15,541]�[0m 2156 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 174s remote, remote-cache ... (19 actions running)
2659:  (07:49:20) �[32m[15,525 / 15,541]�[0m 2160 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/browsingcontext:BrowsingContextTest; 180s remote, remote-cache ... (16 actions running)
2660:  (07:49:29) �[32m[15,528 / 15,541]�[0m 2162 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 134s remote, remote-cache ... (13 actions running)
2661:  (07:49:34) �[32m[15,530 / 15,541]�[0m 2164 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 139s remote, remote-cache ... (11 actions running)
2662:  (07:49:46) �[32m[15,530 / 15,541]�[0m 2164 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 151s remote, remote-cache ... (11 actions running)
2663:  (07:49:53) �[32m[15,530 / 15,541]�[0m 2165 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 158s remote, remote-cache ... (11 actions running)
2664:  (07:49:59) �[32m[15,532 / 15,541]�[0m 2166 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 164s remote, remote-cache ... (9 actions running)
2665:  (07:50:04) �[32m[15,533 / 15,541]�[0m 2167 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 169s remote, remote-cache ... (8 actions running)
2666:  (07:50:14) �[32m[15,534 / 15,541]�[0m 2168 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 179s remote, remote-cache ... (7 actions running)
2667:  (07:50:24) �[32m[15,535 / 15,541]�[0m 2169 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 189s remote, remote-cache ... (6 actions running)
2668:  (07:50:29) �[32m[15,535 / 15,541]�[0m 2169 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge-remote; 194s remote, remote-cache ... (6 actions running)
2669:  (07:50:35) �[32m[15,536 / 15,541]�[0m 2171 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome; 184s remote, remote-cache ... (5 actions running)
2670:  (07:50:44) �[32m[15,537 / 15,541]�[0m 2171 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge; 136s remote, remote-cache ... (4 actions running)
2671:  (07:50:49) �[32m[15,537 / 15,541]�[0m 2171 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge; 141s remote, remote-cache ... (4 actions running)
2672:  (07:51:17) �[32m[15,537 / 15,541]�[0m 2171 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge; 169s remote, remote-cache ... (4 actions running)
2673:  (07:51:43) �[32m[15,537 / 15,541]�[0m 2172 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-edge; 195s remote, remote-cache ... (4 actions running)
2674:  (07:51:49) �[32m[15,538 / 15,541]�[0m 2172 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 196s remote, remote-cache ... (3 actions running)
2675:  (07:51:54) �[32m[15,538 / 15,541]�[0m 2172 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 201s remote, remote-cache ... (3 actions running)
2676:  (07:52:12) �[32m[15,538 / 15,541]�[0m 2173 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 219s remote, remote-cache ... (3 actions running)
2677:  (07:52:19) �[32m[15,539 / 15,541]�[0m 2173 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 216s remote, remote-cache ... (2 actions running)
2678:  (07:52:24) �[32m[15,539 / 15,541]�[0m 2173 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 221s remote, remote-cache ... (2 actions running)
2679:  (07:52:32) �[32m[15,539 / 15,541]�[0m 2174 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 229s remote, remote-cache ... (2 actions running)
2680:  (07:52:39) �[32m[15,540 / 15,541]�[0m 2174 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 236s remote, remote-cache
2681:  (07:52:44) �[32m[15,540 / 15,541]�[0m 2174 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 241s remote, remote-cache
2682:  (07:53:14) �[32m[15,540 / 15,541]�[0m 2174 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 271s remote, remote-cache
2683:  (07:54:14) �[32m[15,540 / 15,541]�[0m 2174 / 2175 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest-chrome-remote; 331s remote, remote-cache
2684:  (07:54:16) �[32mINFO: �[0mFound 2175 test targets...
2685:  (07:54:16) �[32mINFO: �[0mElapsed time: 1450.277s, Critical Path: 466.44s
2686:  (07:54:16) �[32mINFO: �[0m14782 processes: 5049 remote cache hit, 7338 internal, 49 local, 2346 remote.
2687:  (07:54:16) �[32mINFO: �[0mBuild completed, 1 test FAILED, 14782 total actions
...

3220:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.0s
3221:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 2.9s
3222:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.0s
3223:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 2.9s
3224:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 2.7s
3225:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
3226:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.7s
3227:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.1s
3228:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 2.3s
...

3263:  //rb/spec/integration/selenium/webdriver:element-edge-bidi      �[0m�[32m(cached) PASSED�[0m in 17.9s
3264:  //rb/spec/integration/selenium/webdriver:element-edge-remote    �[0m�[32m(cached) PASSED�[0m in 38.4s
3265:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 56.9s
3266:  //rb/spec/integration/selenium/webdriver:element-firefox-beta   �[0m�[32m(cached) PASSED�[0m in 78.0s
3267:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 17.5s
3268:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 99.3s
3269:  //rb/spec/integration/selenium/webdriver:element-firefox-bidi   �[0m�[32m(cached) PASSED�[0m in 16.7s
3270:  //rb/spec/integration/selenium/webdriver:element-firefox-remote �[0m�[32m(cached) PASSED�[0m in 67.2s
3271:  //rb/spec/integration/selenium/webdriver:error-chrome           �[0m�[32m(cached) PASSED�[0m in 15.7s
3272:  //rb/spec/integration/selenium/webdriver:error-chrome-bidi      �[0m�[32m(cached) PASSED�[0m in 14.5s
3273:  //rb/spec/integration/selenium/webdriver:error-chrome-remote    �[0m�[32m(cached) PASSED�[0m in 19.3s
3274:  //rb/spec/integration/selenium/webdriver:error-edge             �[0m�[32m(cached) PASSED�[0m in 18.1s
3275:  //rb/spec/integration/selenium/webdriver:error-edge-bidi        �[0m�[32m(cached) PASSED�[0m in 17.6s
3276:  //rb/spec/integration/selenium/webdriver:error-edge-remote      �[0m�[32m(cached) PASSED�[0m in 19.7s
3277:  //rb/spec/integration/selenium/webdriver:error-firefox          �[0m�[32m(cached) PASSED�[0m in 23.2s
3278:  //rb/spec/integration/selenium/webdriver:error-firefox-beta     �[0m�[32m(cached) PASSED�[0m in 29.3s
3279:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 13.8s
3280:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 24.6s
3281:  //rb/spec/integration/selenium/webdriver:error-firefox-bidi     �[0m�[32m(cached) PASSED�[0m in 21.8s
3282:  //rb/spec/integration/selenium/webdriver:error-firefox-remote   �[0m�[32m(cached) PASSED�[0m in 23.4s
...

3687:  //dotnet/test/common:ElementFindingTest-edge                             �[0m�[32mPASSED�[0m in 32.8s
3688:  //dotnet/test/common:ElementFindingTest-firefox                          �[0m�[32mPASSED�[0m in 32.3s
3689:  //dotnet/test/common:ElementPropertyTest-chrome                          �[0m�[32mPASSED�[0m in 9.0s
3690:  //dotnet/test/common:ElementPropertyTest-edge                            �[0m�[32mPASSED�[0m in 9.7s
3691:  //dotnet/test/common:ElementPropertyTest-firefox                         �[0m�[32mPASSED�[0m in 10.3s
3692:  //dotnet/test/common:ElementSelectingTest-chrome                         �[0m�[32mPASSED�[0m in 9.7s
3693:  //dotnet/test/common:ElementSelectingTest-edge                           �[0m�[32mPASSED�[0m in 14.2s
3694:  //dotnet/test/common:ElementSelectingTest-firefox                        �[0m�[32mPASSED�[0m in 24.5s
3695:  //dotnet/test/common:ErrorsTest-chrome                                   �[0m�[32mPASSED�[0m in 4.0s
3696:  //dotnet/test/common:ErrorsTest-edge                                     �[0m�[32mPASSED�[0m in 5.6s
3697:  //dotnet/test/common:ErrorsTest-firefox                                  �[0m�[32mPASSED�[0m in 11.1s
...

3948:  //java/test/org/openqa/selenium:ElementFindingTest-edge                  �[0m�[32mPASSED�[0m in 96.3s
3949:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta          �[0m�[32mPASSED�[0m in 31.4s
3950:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs              �[0m�[32mPASSED�[0m in 9.8s
3951:  //java/test/org/openqa/selenium:ElementSelectingTest                     �[0m�[32mPASSED�[0m in 24.0s
3952:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome              �[0m�[32mPASSED�[0m in 12.2s
3953:  //java/test/org/openqa/selenium:ElementSelectingTest-edge                �[0m�[32mPASSED�[0m in 25.0s
3954:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta        �[0m�[32mPASSED�[0m in 24.3s
3955:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs            �[0m�[32mPASSED�[0m in 7.3s
3956:  //java/test/org/openqa/selenium:ErrorsTest                               �[0m�[32mPASSED�[0m in 11.1s
3957:  //java/test/org/openqa/selenium:ErrorsTest-chrome                        �[0m�[32mPASSED�[0m in 8.5s
3958:  //java/test/org/openqa/selenium:ErrorsTest-edge                          �[0m�[32mPASSED�[0m in 7.0s
3959:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta                  �[0m�[32mPASSED�[0m in 12.2s
3960:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs                      �[0m�[32mPASSED�[0m in 6.0s
...

4696:  //java/test/org/openqa/selenium/os:ExternalProcessTest                   �[0m�[32mPASSED�[0m in 3.0s
4697:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs          �[0m�[32mPASSED�[0m in 7.9s
4698:  //java/test/org/openqa/selenium/os:OsProcessTest                         �[0m�[32mPASSED�[0m in 4.2s
4699:  //java/test/org/openqa/selenium/os:OsProcessTest-spotbugs                �[0m�[32mPASSED�[0m in 7.1s
4700:  //java/test/org/openqa/selenium/remote:AugmenterTest                     �[0m�[32mPASSED�[0m in 5.8s
4701:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs            �[0m�[32mPASSED�[0m in 12.4s
4702:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest           �[0m�[32mPASSED�[0m in 1.9s
4703:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs  �[0m�[32mPASSED�[0m in 14.9s
4704:  //java/test/org/openqa/selenium/remote:ErrorCodecTest                    �[0m�[32mPASSED�[0m in 1.8s
4705:  //java/test/org/openqa/selenium/remote:Erro...

@renovate renovate bot changed the title [java] Update dependency org.assertj:assertj-core to v3.27.0 [java] Update dependency org.assertj:assertj-core to v3.27.1 Jan 2, 2025
@renovate renovate bot force-pushed the renovate/org.assertj-assertj-core-3.x branch from 3da98d9 to 75fed90 Compare January 2, 2025 07:26
Copy link
Contributor Author

renovate bot commented Jan 2, 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.

@diemol diemol merged commit ee8c6f4 into trunk Jan 2, 2025
8 checks passed
@diemol diemol deleted the renovate/org.assertj-assertj-core-3.x branch January 2, 2025 08:01
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.

2 participants