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

[js] Update dependency @apollo/client to v3.12.6 #15093

Merged
merged 4 commits into from
Jan 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.12.5 -> 3.12.6 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apollographql/apollo-client (@​apollo/client)

v3.12.6

Compare Source

Patch Changes

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-nodejs dependencies Pull requests that update a dependency file labels Jan 15, 2025
Copy link
Contributor

qodo-merge-pro bot commented Jan 15, 2025

CI Failure Feedback 🧐

(Checks updated until commit 31b39f9)

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 consistently in 2 out
of 2 attempts. The specific failure occurred in the test method
testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad when trying to click an element
with id 'changeme'. Several other tests were marked as flaky but passed on retry.

Key details:

  • Test failed in both attempts with similar execution times (~14.8s)
  • Error occurred when interacting with a Chrome WebDriver element
  • 2176 tests passed, 1 test failed consistently
  • 9 other tests were marked as flaky but passed on retry

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    949:  Package 'php-symfony-asset' is not installed, so not removed
    950:  Package 'php-symfony-asset-mapper' is not installed, so not removed
    951:  Package 'php-symfony-browser-kit' is not installed, so not removed
    952:  Package 'php-symfony-clock' is not installed, so not removed
    953:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    954:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    955:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    956:  Package 'php-symfony-dotenv' is not installed, so not removed
    957:  Package 'php-symfony-error-handler' is not installed, so not removed
    ...
    
    1143:  Package 'php-uopz-all-dev' is not installed, so not removed
    1144:  Package 'php8.3-uploadprogress' is not installed, so not removed
    1145:  Package 'php-uploadprogress-all-dev' is not installed, so not removed
    1146:  Package 'php8.3-uuid' is not installed, so not removed
    1147:  Package 'php-uuid-all-dev' is not installed, so not removed
    1148:  Package 'php-validate' is not installed, so not removed
    1149:  Package 'php-vlucas-phpdotenv' is not installed, so not removed
    1150:  Package 'php-voku-portable-ascii' is not installed, so not removed
    1151:  Package 'php-wmerrors' is not installed, so not removed
    ...
    
    1832:  external/protobuf~/src/google/protobuf/compiler/rust/relative_path.cc: In member function ‘std::string google::protobuf::compiler::rust::RelativePath::Relative(const google::protobuf::compiler::rust::RelativePath&) const’:
    1833:  external/protobuf~/src/google/protobuf/compiler/rust/relative_path.cc:65:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<absl::lts_20240116::string_view>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
    1834:  65 |   for (int i = 0; i < current_segments.size(); ++i) {
    1835:  |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~
    1836:  (06:14:03) �[32mINFO: �[0mFrom Installing external/rules_ruby~~ruby~bundle/rb/vendor/cache/bundler-2.5.6.gem (@@rules_ruby~~ruby~bundle//:bundler-2.5.6):
    1837:  Successfully installed bundler-2.5.6
    1838:  1 gem installed
    1839:  (06:14:03) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    1840:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1841:  private final ErrorCodes errorCodes;
    1842:  ^
    1843:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1844:  this.errorCodes = new ErrorCodes();
    1845:  ^
    1846:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1847:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1848:  ^
    1849:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1850:  ErrorCodes errorCodes = new ErrorCodes();
    1851:  ^
    1852:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1853:  ErrorCodes errorCodes = new ErrorCodes();
    1854:  ^
    1855:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1856:  response.setStatus(ErrorCodes.SUCCESS);
    1857:  ^
    1858:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1859:  response.setState(ErrorCodes.SUCCESS_STRING);
    1860:  ^
    1861:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1862:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    1863:  ^
    1864:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1865:  new ErrorCodes().getExceptionType((String) rawError);
    1866:  ^
    1867:  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
    1868:  private final ErrorCodes errorCodes = new ErrorCodes();
    1869:  ^
    1870:  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
    1871:  private final ErrorCodes errorCodes = new ErrorCodes();
    1872:  ^
    1873:  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
    1874:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    1875:  ^
    1876:  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
    1877:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1878:  ^
    1879:  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
    1880:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1881:  ^
    1882:  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
    1883:  response.setStatus(ErrorCodes.SUCCESS);
    1884:  ^
    1885:  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
    1886:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1887:  ^
    1888:  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
    1889:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1890:  ^
    1891:  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
    1892:  private final ErrorCodes errorCodes = new ErrorCodes();
    1893:  ^
    1894:  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
    1895:  private final ErrorCodes errorCodes = new ErrorCodes();
    1896:  ^
    1897:  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
    1898:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1899:  ^
    1900:  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
    1901:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1902:  ^
    1903:  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
    1904:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    2035:  (06:14:08) �[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
    2036:  (06:14:08) �[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
    2037:  (06:14:08) �[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
    2038:  (06:14:08) �[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
    2039:  (06:14:08) �[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
    2040:  (06:14:08) �[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
    2041:  (06:14:08) �[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
    2042:  (06:14:08) �[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
    2043:  (06:14:08) �[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
    ...
    
    2171:  �[32m[9,184 / 11,178]�[0m 235 / 1905 tests;�[0m Testing //javascript/node/selenium-webdriver:test-fingerprint-test.js-chrome; 5s remote, remote-cache ... (50 actions, 4 running)
    2172:  (06:14:51) �[32mAnalyzing:�[0m 2177 targets (1635 packages loaded, 62778 targets configured)
    2173:  �[32m[9,524 / 11,382]�[0m 336 / 1954 tests;�[0m Testing //javascript/node/selenium-webdriver:test-firefox-contextSwitching-test.js-firefox; 7s remote, remote-cache ... (50 actions, 5 running)
    2174:  (06:14:56) �[32mAnalyzing:�[0m 2177 targets (1635 packages loaded, 62828 targets configured)
    2175:  �[32m[9,980 / 11,730]�[0m 428 / 2002 tests;�[0m Testing //javascript/node/selenium-webdriver:test-firefox-contextSwitching-test.js-firefox; 12s remote, remote-cache ... (48 actions, 5 running)
    2176:  (06:15:01) �[32mAnalyzing:�[0m 2177 targets (1635 packages loaded, 62875 targets configured)
    2177:  �[32m[10,433 / 12,055]�[0m 520 / 2049 tests;�[0m Testing //javascript/node/selenium-webdriver:test-firefox-contextSwitching-test.js-firefox; 17s remote, remote-cache ... (49 actions, 7 running)
    2178:  (06:15:03) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2179:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2180:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2181:  ^
    2182:  (06:15:03) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2183:  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
    2184:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2185:  ^
    2186:  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
    2187:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2188:  ^
    2189:  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
    2190:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2191:  ^
    2192:  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
    2193:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2194:  ^
    2195:  (06:15:04) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2196:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2197:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2198:  ^
    2199:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2200:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2201:  ^
    2202:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2203:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2204:  ^
    2205:  (06:15:06) �[32mAnalyzing:�[0m 2177 targets (1635 packages loaded, 62919 targets configured)
    2206:  �[32m[11,032 / 12,464]�[0m 591 / 2094 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-locate-nodes-test.js-firefox; 18s remote, remote-cache ... (49 actions, 12 running)
    2207:  (06:15:11) �[32mAnalyzing:�[0m 2177 targets (1635 packages loaded, 62973 targets configured)
    2208:  �[32m[11,831 / 13,090]�[0m 610 / 2148 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-locate-nodes-test.js-firefox; 23s remote, remote-cache ... (50 actions, 7 running)
    2209:  (06:15:13) �[32mINFO: �[0mAnalyzed 2177 targets (1635 packages loaded, 63001 targets configured).
    2210:  (06:15:16) �[32m[12,175 / 13,571]�[0m 665 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-locate-nodes-test.js-firefox; 28s remote, remote-cache ... (50 actions, 9 running)
    2211:  (06:15:21) �[32m[12,529 / 13,815]�[0m 780 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-locate-nodes-test.js-firefox; 33s remote, remote-cache ... (50 actions, 11 running)
    2212:  (06:15:21) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2213:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2214:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2215:  ^
    2216:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2217:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2218:  ^
    2219:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2220:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2221:  ^
    2222:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2223:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2224:  ^
    2225:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2226:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2227:  ^
    2228:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2229:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2230:  ^
    2231:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2232:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2233:  ^
    2234:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2235:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2236:  ^
    2237:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2238:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2239:  ^
    2240:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2241:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2242:  ^
    2243:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2244:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2245:  ^
    2246:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2247:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2248:  ^
    2249:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2250:  ErrorCodes.UNHANDLED_ERROR,
    2251:  ^
    2252:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2253:  ErrorCodes.UNHANDLED_ERROR,
    2254:  ^
    2255:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2256:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2257:  ^
    2258:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2259:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2260:  ^
    2261:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2262:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2263:  ^
    2264:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2265:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2266:  ^
    2267:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2268:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2269:  ^
    2270:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2271:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2272:  ^
    2273:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2274:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2275:  ^
    2276:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2277:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2278:  ^
    2279:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2280:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2281:  ^
    2282:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2283:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2284:  ^
    2285:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2286:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2287:  ^
    2288:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2289:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2290:  ^
    2291:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2292:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2293:  ^
    2294:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2295:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2296:  ^
    2297:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2298:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2299:  ^
    2300:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2301:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2302:  ^
    2303:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2304:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2305:  ^
    2306:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2307:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2308:  ^
    2309:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2310:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2311:  ^
    2312:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2313:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2314:  ^
    2315:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2316:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2317:  ^
    2318:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2319:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2320:  ^
    2321:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2322:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2323:  ^
    2324:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2325:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2326:  ^
    2327:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2328:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2329:  ^
    2330:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2331:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2332:  ^
    2333:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2334:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2335:  ^
    2336:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2337:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2338:  ^
    2339:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2340:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2341:  ^
    2342:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2343:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2344:  ^
    2345:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2346:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2347:  ^
    2348:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2349:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2350:  ^
    2351:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2352:  response.setState(new ErrorCodes().toState(status));
    2353:  ^
    2354:  (06:15:22) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2355:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2356:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2357:  ^
    2358:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2359:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2360:  ^
    2361:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2362:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2363:  ^
    2364:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2365:  private final ErrorCodes errorCodes = new ErrorCodes();
    2366:  ^
    2367:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2368:  private final ErrorCodes errorCodes = new ErrorCodes();
    2369:  ^
    2370:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2371:  private final ErrorCodes errorCodes = new ErrorCodes();
    2372:  ^
    2373:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2374:  private final ErrorCodes errorCodes = new ErrorCodes();
    ...
    
    2394:  (06:17:12) �[32m[14,067 / 14,702]�[0m 1370 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 83s remote, remote-cache ... (49 actions, 35 running)
    2395:  (06:17:17) �[32m[14,209 / 14,772]�[0m 1414 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 88s remote, remote-cache ... (50 actions, 36 running)
    2396:  (06:17:22) �[32m[14,380 / 14,890]�[0m 1431 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 93s remote, remote-cache ... (50 actions, 38 running)
    2397:  (06:17:27) �[32m[14,453 / 14,930]�[0m 1492 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 98s remote, remote-cache ... (50 actions, 35 running)
    2398:  (06:17:31) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0 (internals ref-only dll):
    2399:  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).
    2400:  (06:17:31) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
    2401:  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).
    2402:  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'
    2403:  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'
    2404:  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'
    2405:  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)'.
    2406:  dotnet/src/webdriver/Response.cs(121,33): warning CS8602: Dereference of a possibly null reference.
    2407:  dotnet/src/webdriver/CookieJar.cs(130,46): warning CS8600: Converting null literal or possible null value to non-nullable type.
    2408:  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).
    2409:  (06:17:31) �[32mINFO: �[0mFrom Compiling webdriver-net8.0 (internals ref-only dll):
    2410:  (06:17:31) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    2411:  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).
    2412:  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'
    2413:  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'
    2414:  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'
    ...
    
    2419:  dotnet/src/webdriver/Internal/FileUtilities.cs(194,35): warning CS8604: Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
    2420:  (06:17:32) �[32m[14,743 / 15,114]�[0m 1605 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 103s remote, remote-cache ... (47 actions, 37 running)
    2421:  (06:17:37) �[32m[14,949 / 15,216]�[0m 1710 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 108s remote, remote-cache ... (47 actions, 24 running)
    2422:  (06:17:37) �[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)
    2423:  (06:17:42) �[32m[15,172 / 15,366]�[0m 1784 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 113s remote, remote-cache ... (50 actions, 18 running)
    2424:  (06:17:47) �[32m[15,296 / 15,484]�[0m 1900 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 118s remote, remote-cache ... (50 actions, 23 running)
    2425:  (06:17:52) �[32m[15,318 / 15,573]�[0m 1900 / 2177 tests;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 123s remote, remote-cache ... (49 actions, 35 running)
    2426:  (06:17:53) �[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)
    2427:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium:JavascriptEnabledDriverTest-chrome (Summary)
    ...
    
    2441:  Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.204, chrome: {chromedriverVersion: 131.0.6778.204 (52183f9e99a..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:36937}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:36937/devtoo..., se:cdpVersion: 131.0.6778.204, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://localhost:9351/session..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    2442:  Element: [[ChromeDriver: chrome on linux (e636936285f4b578fe9a0c3013daabe6)] -> id: changeme]
    2443:  Session ID: e636936285f4b578fe9a0c3013daabe6
    2444:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2445:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    2446:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2447:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2448:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2449:  at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
    ...
    
    2471:  Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 131.0.6778.204, chrome: {chromedriverVersion: 131.0.6778.204 (52183f9e99a..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:38235}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://localhost:38235/devtoo..., se:cdpVersion: 131.0.6778.204, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://localhost:28659/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    2472:  Element: [[ChromeDriver: chrome on linux (f26f51f66ca10ce7080c943731230eca)] -> id: changeme]
    2473:  Session ID: f26f51f66ca10ce7080c943731230eca
    2474:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2475:  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    2476:  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2477:  at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    2478:  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    2479:  at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
    ...
    
    2483:  at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216)
    2484:  at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174)
    2485:  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
    2486:  at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
    2487:  at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:76)
    2488:  at org.openqa.selenium.JavascriptEnabledDriverTest.testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad(JavascriptEnabledDriverTest.java:77)
    2489:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIHEHhsk0xjBoWrU4ZJqCixo0DIuH8vhmdRfewaU4sNfmEJ8D
    2490:  ================================================================================
    2491:  (06:18:00) �[32m[15,344 / 15,623]�[0m 1903 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 131s remote, remote-cache ... (50 actions, 37 running)
    2492:  (06:18:05) �[32m[15,344 / 15,623]�[0m 1903 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 137s remote, remote-cache ... (50 actions, 39 running)
    2493:  (06:18:15) �[32m[15,344 / 15,623]�[0m 1903 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 146s remote, remote-cache ... (50 actions, 40 running)
    2494:  (06:18:21) �[32m[15,345 / 15,623]�[0m 1904 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 153s remote, remote-cache ... (50 actions, 43 running)
    2495:  (06:18:27) �[32m[15,350 / 15,623]�[0m 1908 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 158s remote, remote-cache ... (50 actions, 44 running)
    2496:  (06:18:32) �[32m[15,357 / 15,624]�[0m 1914 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 163s remote, remote-cache ... (50 actions, 39 running)
    2497:  (06:18:38) �[32m[15,361 / 15,624]�[0m 1918 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-browsingcontext-test.js-firefox; 169s remote, remote-cache ... (50 actions, 42 running)
    2498:  (06:18:46) �[32m[15,363 / 15,624]�[0m 1920 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 82s remote, remote-cache ... (50 actions, 43 running)
    2499:  (06:18:51) �[32m[15,369 / 15,624]�[0m 1926 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 87s remote, remote-cache ... (50 actions, 43 running)
    2500:  (06:18:56) �[32m[15,377 / 15,624]�[0m 1933 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 92s remote, remote-cache ... (50 actions, 43 running)
    2501:  (06:19:03) �[32m[15,384 / 15,626]�[0m 1936 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 99s remote, remote-cache ... (50 actions, 43 running)
    2502:  (06:19:05) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-chrome-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest-chrome-remote/test_attempts/attempt_1.log)
    2503:  (06:19:08) �[32m[15,387 / 15,626]�[0m 1939 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 104s remote, remote-cache ... (50 actions, 46 running)
    2504:  (06:19:14) �[32m[15,393 / 15,626]�[0m 1945 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 110s remote, remote-cache ... (50 actions, 45 running)
    2505:  (06:19:20) �[32m[15,397 / 15,626]�[0m 1949 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 116s remote, remote-cache ... (50 actions, 47 running)
    2506:  (06:19:21) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/firefox:RemoteFirefoxDriverTest-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/firefox/RemoteFirefoxDriverTest-remote/test_attempts/attempt_1.log)
    2507:  (06:19:26) �[32m[15,398 / 15,626]�[0m 1950 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 122s remote, remote-cache ... (50 actions, 47 running)
    ...
    
    2586:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
    2587:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
    2588:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
    2589:  at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    2590:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    2591:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    2592:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIFNaPEj4Bbo2jugPHRN_368wb6q_9aKxoA5WMjsXLXZhEJ8D
    2593:  ================================================================================
    2594:  (06:19:32) �[32m[15,405 / 15,628]�[0m 1954 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 128s remote, remote-cache ... (50 actions, 49 running)
    2595:  (06:19:35) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/devtools:JavascriptExceptionsTest-chrome-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/JavascriptExceptionsTest-chrome-remote/test_attempts/attempt_1.log)
    2596:  (06:19:37) �[32m[15,406 / 15,628]�[0m 1955 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 133s remote, remote-cache ... (50 actions running)
    2597:  (06:19:40) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/input:DefaultKeyboardTest-edge-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/input/DefaultKeyboardTest-edge-remote/test_attempts/attempt_1.log)
    2598:  (06:19:42) �[32m[15,413 / 15,628]�[0m 1962 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 138s remote, remote-cache ... (50 actions running)
    2599:  (06:19:47) �[32m[15,416 / 15,628]�[0m 1965 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 143s remote, remote-cache ... (50 actions, 48 running)
    2600:  (06:19:52) �[32m[15,420 / 15,628]�[0m 1969 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 148s remote, remote-cache ... (50 actions, 49 running)
    ...
    
    2680:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
    2681:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
    2682:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
    2683:  at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    2684:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    2685:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    2686:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIMXSdL6uDAd9TEm4Oy3mntOays1epcsnX4D83SXFhBwOEJ8D
    2687:  ================================================================================
    2688:  (06:19:58) �[32m[15,425 / 15,628]�[0m 1974 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 154s remote, remote-cache ... (50 actions, 49 running)
    2689:  (06:20:03) �[32m[15,427 / 15,628]�[0m 1976 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 159s remote, remote-cache ... (50 actions running)
    2690:  (06:20:09) �[32m[15,432 / 15,628]�[0m 1981 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox; 165s remote, remote-cache ... (50 actions running)
    2691:  (06:20:14) �[32m[15,437 / 15,628]�[0m 1986 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-script-test.js-chrome; 168s remote, remote-cache ... (50 actions running)
    2692:  (06:20:19) �[32m[15,445 / 15,628]�[0m 1995 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-actions-test.js-firefox; 170s remote, remote-cache ... (50 actions running)
    ...
    
    2704:  Jan 16, 2025 6:19:01 AM org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer createTracer
    2705:  INFO: Using OpenTelemetry for tracing
    2706:  Jan 16, 2025 6:19:08 AM org.openqa.selenium.grid.node.config.NodeOptions getSessionFactories
    2707:  INFO: Detected 1 available processors
    2708:  Jan 16, 2025 6:19:08 AM org.openqa.selenium.grid.node.config.NodeOptions discoverDrivers
    2709:  INFO: Looking for existing drivers on the PATH.
    2710:  Jan 16, 2025 6:19:08 AM org.openqa.selenium.grid.node.config.NodeOptions discoverDrivers
    2711:  INFO: Add '--selenium-manager true' to the startup command to setup drivers automatically.
    2712:  Restarting driver after failed test shouldAllowRemoteWebDriverBuilderToUseHasExtensions()
    ...
    
    2956:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
    2957:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    2958:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
    2959:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
    2960:  at org.openqa.selenium.firefox.RemoteFirefoxDriverTest.shouldAllowRemoteWebDriverBuilderToUseHasContext(RemoteFirefoxDriverTest.java:65)
    2961:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIGdbNUM7yWC1mtGKaew1rKiZrmsyScgK5u9XrFr73CGwEJ8D
    2962:  ================================================================================
    2963:  (06:20:22) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/devtools:NetworkInterceptorTest-edge-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest-edge-remote/test_attempts/attempt_1.log)
    2964:  (06:20:24) �[32m[15,454 / 15,628]�[0m 2003 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-actions-test.js-firefox; 175s remote, remote-cache ... (50 actions running)
    ...
    
    3038:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
    3039:  at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    3040:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    3041:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    3042:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIG9uI5aY1mRLCiWne2aFKbYQSEyfTeXHkJbHwnt7hBJzEJ8D
    3043:  ================================================================================
    3044:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/devtools/JavascriptExceptionsTest-remote/test_attempts/attempt_1.log
    3045:  (06:20:27) �[32mINFO: �[0mFrom Testing //java/test/org/openqa/selenium/devtools:JavascriptExceptionsTest-remote:
    3046:  (06:20:30) �[32m[15,462 / 15,628]�[0m 2011 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //javascript/node/selenium-webdriver:test-bidi-script-test.js-firefox; 178s remote, remote-cache ... (50 actions, 49 running)
    ...
    
    3097:  INFO: Deleted session from local Session Map, Id: 9c8703c632c3371b5be26d4c212a1135
    3098:  Jan 16, 2025 6:19:38 AM org.openqa.selenium.grid.distributor.GridModel release
    3099:  INFO: Releasing slot for session id 9c8703c632c3371b5be26d4c212a1135
    3100:  Jan 16, 2025 6:19:38 AM org.openqa.selenium.grid.node.local.SessionSlot stop
    3101:  INFO: Stopping session 9c8703c632c3371b5be26d4c212a1135
    3102:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKICVSWFrPhVCfdV-Lba2MOpW8hm-14IRCvkApvwkiipP0EJ8D
    3103:  ================================================================================
    3104:  (06:20:31) �[32mINFO: �[0mFrom Testing //java/test/org/openqa/selenium/bidi/input:DefaultKeyboardTest-edge-remote:
    3105:  (06:20:35) �[32m[15,473 / 15,628]�[0m 2022 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 168s remote, remote-cache ... (50 actions, 49 running)
    3106:  (06:20:40) �[32m[15,478 / 15,628]�[0m 2028 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 173s remote, remote-cache ... (50 actions running)
    3107:  (06:20:40) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/bidi/script/LocalValueTest-remote/test_attempts/attempt_1.log)
    3108:  (06:20:45) �[32m[15,489 / 15,628]�[0m 2039 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 178s remote, remote-cache ... (50 actions running)
    3109:  (06:20:51) �[32m[15,494 / 15,628]�[0m 2044 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 183s remote, remote-cache ... (50 actions running)
    3110:  (06:20:56) �[32m[15,503 / 15,628]�[0m 2053 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 188s remote, remote-cache ... (50 actions, 49 running)
    3111:  (06:21:01) �[32m[15,509 / 15,628]�[0m 2058 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 194s remote, remote-cache ... (50 actions running)
    ...
    
    3967:  Jan 16, 2025 6:20:24 AM org.openqa.selenium.grid.node.local.SessionSlot stop
    3968:  INFO: Stopping session 129762d04b4e644764129de840e3a2bb
    3969:  Jan 16, 2025 6:20:24 AM org.openqa.selenium.grid.distributor.GridModel setAvailability
    3970:  INFO: Switching Node 9c9811d5-937a-4dcb-8a65-c96bb8e0f760 (uri: http://127.0.0.1:30154) from UP to DRAINING
    3971:  Jan 16, 2025 6:20:24 AM org.openqa.selenium.grid.node.local.LocalNode drain
    3972:  INFO: Firing node drain complete message
    3973:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIN9H9cvuUD6VUWV9tC21WzlZy1F_2pFSUxmPwC08gguAEJ8D
    3974:  ================================================================================
    3975:  (06:21:06) �[32m[15,520 / 15,628]�[0m 2069 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 199s remote, remote-cache ... (50 actions, 48 running)
    3976:  (06:21:11) �[32m[15,525 / 15,628]�[0m 2074 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 204s remote, remote-cache ... (50 actions, 49 running)
    3977:  (06:21:16) �[32m[15,533 / 15,628]�[0m 2082 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 209s remote, remote-cache ... (50 actions running)
    3978:  (06:21:22) �[32m[15,537 / 15,628]�[0m 2086 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 215s remote, remote-cache ... (50 actions running)
    ...
    
    4188:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
    4189:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    4190:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
    4191:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
    4192:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:276)
    4193:  at org.openqa.selenium.testing.SeleniumExtension.actuallyCreateDriver(SeleniumExtension.java:265)
    4194:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
    4195:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
    4196:  (06:21:27) �[32m[15,545 / 15,628]�[0m 2094 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 220s remote, remote-cache ... (50 actions, 49 running)
    ...
    
    4792:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
    4793:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
    4794:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
    4795:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
    4796:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    4797:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
    4798:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
    4799:  at org.openqa.selenium.devtools.NetworkInterceptorTest.setup(NetworkInterceptorTest.java:68)
    4800:  5) shouldProceedAsNormalIfRequestResultInAnKnownErrorAndExceptionNotCaughtByFilter() (org.openqa.selenium.devtools.NetworkInterceptorTest)
    ...
    
    4844:  at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
    4845:  at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
    4846:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
    4847:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
    4848:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    4849:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
    4850:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
    4851:  at org.openqa.selenium.devtools.NetworkInterceptorTest.setup(NetworkInterceptorTest.java:68)
    4852:  6) shouldPassResponseBackToBrowserIfRequestResultsInAnKnownErrorAndExceptionCaughtByFilter() (org.openqa.selenium.devtools.NetworkInterceptorTest)
    ...
    
    4950:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
    4951:  at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
    4952:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    4953:  at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
    4954:  at org.openqa.selenium.testing.drivers.WebDriverBuilder.get(WebDriverBuilder.java:77)
    4955:  at org.openqa.selenium.devtools.NetworkInterceptorTest.setup(NetworkInterceptorTest.java:68)
    4956:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIGiC5rntlLgMA3TyRdW9_cz_FymC_nFvnwJEYAHyb45PEJ8D
    4957:  ================================================================================
    4958:  (06:21:32) �[32m[15,550 / 15,628]�[0m 2100 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 225s remote, remote-cache ... (50 actions running)
    4959:  (06:21:38) �[32m[15,559 / 15,628]�[0m 2109 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 231s remote, remote-cache ... (50 actions running)
    4960:  (06:21:46) �[32m[15,566 / 15,628]�[0m 2115 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 239s remote, remote-cache ... (50 actions running)
    4961:  (06:21:51) �[32m[15,571 / 15,628]�[0m 2120 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 244s remote, remote-cache ... (50 actions, 48 running)
    4962:  (06:21:58) �[32m[15,577 / 15,628]�[0m 2127 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 251s remote, remote-cache ... (50 actions running)
    4963:  (06:22:03) �[32m[15,583 / 15,628]�[0m 2133 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/bidi/script:LocalValueTest-remote; 256s remote, remote-cache ... (45 actions running)
    ...
    
    5779:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    5780:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
    5781:  Jan 16, 2025 6:20:39 AM org.openqa.selenium.grid.distributor.GridModel setAvailability
    5782:  INFO: Switching Node d23678b7-054a-48a5-8424-18be042e1311 (uri: http://127.0.0.1:14238) from UP to DRAINING
    5783:  Jan 16, 2025 6:20:39 AM org.openqa.selenium.grid.node.local.LocalNode drain
    5784:  INFO: Firing node drain complete message
    5785:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIKbOzj_Fr_JRhWwJUrKavREBFogLrCdXDQD0-5XpvaV8EJ8D
    5786:  ================================================================================
    5787:  (06:22:09) �[32m[15,591 / 15,628]�[0m 2140 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 199s remote, remote-cache ... (37 actions running)
    5788:  (06:22:14) �[32m[15,593 / 15,628]�[0m 2142 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 205s remote, remote-cache ... (35 actions running)
    5789:  (06:22:21) �[32m[15,596 / 15,628]�[0m 2145 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 212s remote, remote-cache ... (32 actions running)
    5790:  (06:22:28) �[32m[15,601 / 15,628]�[0m 2150 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 218s remote, remote-cache ... (27 actions running)
    5791:  (06:22:35) �[32m[15,606 / 15,628]�[0m 2155 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 226s remote, remote-cache ... (22 actions running)
    5792:  (06:22:41) �[32m[15,610 / 15,628]�[0m 2159 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 232s remote, remote-cache ... (18 actions running)
    5793:  (06:22:46) �[32m[15,612 / 15,628]�[0m 2161 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 237s remote, remote-cache ... (16 actions running)
    5794:  (06:22:51) �[32m[15,613 / 15,628]�[0m 2162 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 242s remote, remote-cache ... (15 actions running)
    5795:  (06:23:01) �[32m[15,614 / 15,628]�[0m 2163 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 252s remote, remote-cache ... (14 actions running)
    5796:  (06:23:11) �[32m[15,615 / 15,628]�[0m 2164 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 262s remote, remote-cache ... (13 actions running)
    5797:  (06:23:17) �[32m[15,615 / 15,628]�[0m 2164 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 268s remote, remote-cache ... (13 actions running)
    5798:  (06:23:26) �[32m[15,617 / 15,628]�[0m 2166 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 277s remote, remote-cache ... (11 actions running)
    5799:  (06:23:32) �[32m[15,617 / 15,628]�[0m 2166 / 2177 tests, �[31m�[1m1 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/grid/router:StressTest; 283s remote, remote-cache ... (11 actions running)
    5800:...

    Copy link
    Contributor Author

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

    Copy link
    Member

    @harsha509 harsha509 left a comment

    Choose a reason for hiding this comment

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

    LGTM!

    @harsha509 harsha509 merged commit 9cd397c into trunk Jan 17, 2025
    1 check passed
    @harsha509 harsha509 deleted the renovate/apollo-graphql-packages branch January 17, 2025 05:40
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    C-nodejs dependencies Pull requests that update a dependency file
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants