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

[dotnet][java][js][py][rb][rust] Update chrome_standalone Docker digest to 5b9c7c3 #14907

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

Package Type Update Change
chrome_standalone oci_pull digest 1b809a9 -> 5b9c7c3

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 the dependencies Pull requests that update a dependency file label Dec 17, 2024
Copy link
Contributor

qodo-merge-pro bot commented Dec 17, 2024

CI Failure Feedback 🧐

(Checks updated until commit 5708ff1)

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: testShouldBeAbleToClickOnAnElementInFrameGreaterThanTwoViewports

Failure summary:

The test testShouldBeAbleToClickOnAnElementInFrameGreaterThanTwoViewports in ClickTest-firefox-beta
failed due to a timeout error. The test was expecting the page title to change to "clicks" but it
remained as "This page has iframes" after waiting for 10 seconds.

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

961:  Package 'php-symfony-debug-bundle' is not installed, so not removed
962:  Package 'php-symfony-dependency-injection' is not installed, so not removed
963:  Package 'php-symfony-deprecation-contracts' is not installed, so not removed
964:  Package 'php-symfony-discord-notifier' is not installed, so not removed
965:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
966:  Package 'php-symfony-doctrine-messenger' is not installed, so not removed
967:  Package 'php-symfony-dom-crawler' is not installed, so not removed
968:  Package 'php-symfony-dotenv' is not installed, so not removed
969:  Package 'php-symfony-error-handler' is not installed, so not removed
...

2008:  |                     ~~^~~~~~~~~~~~~~~~~~~
2009:  (19:13:29) �[32mINFO: �[0mFrom Building external/protobuf~/java/core/libcore.jar (43 source files, 1 source jar) [for tool]:
2010:  external/protobuf~/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated
2011:  public class RepeatedFieldBuilderV3<
2012:  ^
2013:  (19:13:30) �[32mAnalyzing:�[0m 2167 targets (1610 packages loaded, 51620 targets configured)
2014:  �[32m[6,114 / 6,465]�[0m 33 / 517 tests;�[0m Extracting npm package @mui/[email protected]_796719057; 1s remote, remote-cache ... (13 actions, 4 running)
2015:  (19:13:30) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
2016:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2017:  private final ErrorCodes errorCodes;
2018:  ^
2019:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2020:  this.errorCodes = new ErrorCodes();
2021:  ^
2022:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2023:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
2024:  ^
2025:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2026:  ErrorCodes errorCodes = new ErrorCodes();
2027:  ^
2028:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2029:  ErrorCodes errorCodes = new ErrorCodes();
2030:  ^
2031:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2032:  response.setStatus(ErrorCodes.SUCCESS);
2033:  ^
2034:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2035:  response.setState(ErrorCodes.SUCCESS_STRING);
2036:  ^
2037:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2038:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
2039:  ^
2040:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2041:  new ErrorCodes().getExceptionType((String) rawError);
2042:  ^
2043:  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
2044:  private final ErrorCodes errorCodes = new ErrorCodes();
2045:  ^
2046:  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
2047:  private final ErrorCodes errorCodes = new ErrorCodes();
2048:  ^
2049:  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
2050:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
2051:  ^
2052:  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
2053:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
2054:  ^
2055:  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
2056:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
2057:  ^
2058:  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
2059:  response.setStatus(ErrorCodes.SUCCESS);
2060:  ^
2061:  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
2062:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
2063:  ^
2064:  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
2065:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
2066:  ^
2067:  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
2068:  private final ErrorCodes errorCodes = new ErrorCodes();
2069:  ^
2070:  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
2071:  private final ErrorCodes errorCodes = new ErrorCodes();
2072:  ^
2073:  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
2074:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
2075:  ^
2076:  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
2077:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
2078:  ^
2079:  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
2080:  response.setStatus(ErrorCodes.SUCCESS);
...

2110:  (19:13:33) �[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
2111:  (19:13:33) �[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
2112:  (19:13:33) �[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
2113:  (19:13:33) �[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
2114:  (19:13:33) �[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
2115:  (19:13:33) �[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
2116:  (19:13:33) �[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
2117:  (19:13:33) �[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
2118:  (19:13:33) �[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
...

2211:  (19:13:55) �[32mAnalyzing:�[0m 2167 targets (1611 packages loaded, 53146 targets configured)
2212:  �[32m[8,692 / 9,863]�[0m 155 / 1395 tests;�[0m [Prepa] Testing //py:common-chrome-test/selenium/webdriver/common/repr_tests.py ... (48 actions, 0 running)
2213:  (19:14:00) �[32mAnalyzing:�[0m 2167 targets (1612 packages loaded, 54796 targets configured)
2214:  �[32m[8,778 / 10,435]�[0m 179 / 1659 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:listener-firefox; 4s ... (50 actions, 0 running)
2215:  (19:14:05) �[32mAnalyzing:�[0m 2167 targets (1621 packages loaded, 59463 targets configured)
2216:  �[32m[8,914 / 10,949]�[0m 214 / 1886 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:guard-firefox-bidi; 1s remote, remote-cache ... (50 actions, 0 running)
2217:  (19:14:10) �[32mAnalyzing:�[0m 2167 targets (1624 packages loaded, 59933 targets configured)
2218:  �[32m[9,753 / 11,434]�[0m 335 / 1886 tests;�[0m [Prepa] Testing //py:common-edge-bidi-test/selenium/webdriver/common/driver_finder_tests.py ... (50 actions, 1 running)
2219:  (19:14:12) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2220:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2221:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
2222:  ^
2223:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2224:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2225:  ^
2226:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2227:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2228:  ^
2229:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2230:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2231:  ^
2232:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2233:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2234:  ^
2235:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2236:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
2237:  ^
2238:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2239:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2240:  ^
2241:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2242:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2243:  ^
2244:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2245:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2246:  ^
2247:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2248:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
2249:  ^
2250:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2251:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
2252:  ^
2253:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2254:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
2255:  ^
2256:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2257:  ErrorCodes.UNHANDLED_ERROR,
2258:  ^
2259:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2260:  ErrorCodes.UNHANDLED_ERROR,
2261:  ^
2262:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2263:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2264:  ^
2265:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2266:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2267:  ^
2268:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2269:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2270:  ^
2271:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2272:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2273:  ^
2274:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2275:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2276:  ^
2277:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2278:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2279:  ^
2280:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2281:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2282:  ^
2283:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2284:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2285:  ^
2286:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2287:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2288:  ^
2289:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2290:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
2291:  ^
2292:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2293:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2294:  ^
2295:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2296:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2297:  ^
2298:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2299:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2300:  ^
2301:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2302:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2303:  ^
2304:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2305:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2306:  ^
2307:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2308:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
2309:  ^
2310:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2311:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
2312:  ^
2313:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2314:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2315:  ^
2316:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2317:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
2318:  ^
2319:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2320:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2321:  ^
2322:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2323:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
2324:  ^
2325:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2326:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
2327:  ^
2328:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2329:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
2330:  ^
2331:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2332:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
2333:  ^
2334:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2335:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
2336:  ^
2337:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2338:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
2339:  ^
2340:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2341:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
2342:  ^
2343:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2344:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
2345:  ^
2346:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2347:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
2348:  ^
2349:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2350:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
2351:  ^
2352:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2353:  ? ErrorCodes.INVALID_SELECTOR_ERROR
2354:  ^
2355:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2356:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
2357:  ^
2358:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2359:  response.setState(new ErrorCodes().toState(status));
2360:  ^
2361:  (19:14:12) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2362:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2363:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
2364:  ^
2365:  (19:14:13) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
2366:  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
2367:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
2368:  ^
2369:  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
2370:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
2371:  ^
2372:  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
2373:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2374:  ^
2375:  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
2376:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2377:  ^
2378:  (19:14:13) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2379:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2380:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2381:  ^
2382:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2383:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2384:  ^
2385:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2386:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2387:  ^
2388:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2389:  private final ErrorCodes errorCodes = new ErrorCodes();
2390:  ^
2391:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2392:  private final ErrorCodes errorCodes = new ErrorCodes();
2393:  ^
2394:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2395:  private final ErrorCodes errorCodes = new ErrorCodes();
2396:  ^
2397:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2398:  private final ErrorCodes errorCodes = new ErrorCodes();
2399:  ^
2400:  (19:14:15) �[32mAnalyzing:�[0m 2167 targets (1624 packages loaded, 59937 targets configured)
2401:  �[32m[10,463 / 11,879]�[0m 476 / 1886 tests;�[0m [Prepa] Testing //py:common-edge-test/selenium/webdriver/common/selenium_manager_tests.py ... (48 actions, 6 running)
2402:  (19:14:15) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
2403:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2404:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2405:  ^
2406:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2407:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2408:  ^
2409:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2410:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
...

3219:  dotnet/test/common/SvgDocumentTest.cs(59,25): warning CS0618: 'IWebElement.GetAttribute(string)' is obsolete: 'Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6.'
3220:  (19:15:41) �[32mINFO: �[0mAnalyzed 2167 targets (1631 packages loaded, 63510 targets configured).
3221:  (19:15:46) �[32m[15,491 / 15,492]�[0m 2166 / 2167 tests;�[0m Testing //java/test/org/openqa/selenium:ClickTest-firefox-beta; 49s remote, remote-cache
3222:  (19:15:52) �[32m[15,491 / 15,492]�[0m 2166 / 2167 tests;�[0m Testing //java/test/org/openqa/selenium:ClickTest-firefox-beta; 55s remote, remote-cache
3223:  (19:16:17) �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium:ClickTest-firefox-beta (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/ClickTest-firefox-beta/test.log)
3224:  ==================== Test output for //java/test/org/openqa/selenium:ClickTest-firefox-beta:
3225:  Failures: 1
3226:  1) testShouldBeAbleToClickOnAnElementInFrameGreaterThanTwoViewports() (org.openqa.selenium.ClickTest)
3227:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium:ClickTest-firefox-beta (Summary)
3228:  org.openqa.selenium.TimeoutException: Expected condition failed: waiting for title to be "clicks". Current title: "This page has iframes" (tried for 10 second(s) with 500 milliseconds interval)
...

3238:  at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
3239:  at org.openqa.selenium.testing.SeleniumExtension.waitUntil(SeleniumExtension.java:240)
3240:  at org.openqa.selenium.ClickTest.testShouldBeAbleToClickOnAnElementInFrameGreaterThanTwoViewports(ClickTest.java:282)
3241:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIOwBk50gBuIU-wJ0-bul-6RN-SZw6oR64hHVYuR5hF6mEJ8D
3242:  ================================================================================
3243:  ==================== Test output for //java/test/org/openqa/selenium:ClickTest-firefox-beta:
3244:  Failures: 1
3245:  1) testShouldBeAbleToClickOnAnElementInFrameGreaterThanTwoViewports() (org.openqa.selenium.ClickTest)
3246:  org.openqa.selenium.TimeoutException: Expected condition failed: waiting for title to be "clicks". Current title: "This page has iframes" (tried for 10 second(s) with 500 milliseconds interval)
...

3253:  at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
3254:  at org.openqa.selenium.testing.SeleniumExtension.waitUntil(SeleniumExtension.java:240)
3255:  at org.openqa.selenium.ClickTest.testShouldBeAbleToClickOnAnElementInFrameGreaterThanTwoViewports(ClickTest.java:282)
3256:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIOwBk50gBuIU-wJ0-bul-6RN-SZw6oR64hHVYuR5hF6mEJ8D
3257:  ================================================================================
3258:  (19:16:17) �[32mINFO: �[0mFound 2167 test targets...
3259:  (19:16:17) �[32mINFO: �[0mElapsed time: 291.485s, Critical Path: 112.69s
3260:  (19:16:17) �[32mINFO: �[0m14733 processes: 7374 remote cache hit, 7308 internal, 49 local, 2 remote.
3261:  (19:16:17) �[32mINFO: �[0mBuild completed, 1 test FAILED, 14733 total actions
...

3375:  //dotnet/test/common:ElementFindingTest-edge                    �[0m�[32m(cached) PASSED�[0m in 33.9s
3376:  //dotnet/test/common:ElementFindingTest-firefox                 �[0m�[32m(cached) PASSED�[0m in 44.5s
3377:  //dotnet/test/common:ElementPropertyTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 5.7s
3378:  //dotnet/test/common:ElementPropertyTest-edge                   �[0m�[32m(cached) PASSED�[0m in 7.2s
3379:  //dotnet/test/common:ElementPropertyTest-firefox                �[0m�[32m(cached) PASSED�[0m in 10.4s
3380:  //dotnet/test/common:ElementSelectingTest-chrome                �[0m�[32m(cached) PASSED�[0m in 10.1s
3381:  //dotnet/test/common:ElementSelectingTest-edge                  �[0m�[32m(cached) PASSED�[0m in 11.9s
3382:  //dotnet/test/common:ElementSelectingTest-firefox               �[0m�[32m(cached) PASSED�[0m in 21.4s
3383:  //dotnet/test/common:ErrorsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 5.5s
3384:  //dotnet/test/common:ErrorsTest-edge                            �[0m�[32m(cached) PASSED�[0m in 6.6s
3385:  //dotnet/test/common:ErrorsTest-firefox                         �[0m�[32m(cached) PASSED�[0m in 9.6s
...

3733:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 96.5s
3734:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 34.5s
3735:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 10.2s
3736:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 37.1s
3737:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 18.2s
3738:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 25.3s
3739:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 26.3s
3740:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 7.2s
3741:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 11.4s
3742:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 10.2s
3743:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 9.6s
3744:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta         �[0m�[32m(cached) PASSED�[0m in 11.8s
3745:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs             �[0m�[32m(cached) PASSED�[0m in 6.7s
...

4478:  //java/test/org/openqa/selenium/os:ExternalProcessTest          �[0m�[32m(cached) PASSED�[0m in 2.4s
4479:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.0s
4480:  //java/test/org/openqa/selenium/os:OsProcessTest                �[0m�[32m(cached) PASSED�[0m in 5.4s
4481:  //java/test/org/openqa/selenium/os:OsProcessTest-spotbugs       �[0m�[32m(cached) PASSED�[0m in 7.9s
4482:  //java/test/org/openqa/selenium/remote:AugmenterTest            �[0m�[32m(cached) PASSED�[0m in 4.3s
4483:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 9.3s
4484:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest  �[0m�[32m(cached) PASSED�[0m in 1.7s
4485:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.2s
4486:  //java/test/org/openqa/selenium/remote:ErrorCodecTest           �[0m�[32m(cached) PASSED�[0m in 2.0s
4487:  //java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs  �[0m�[32m(cached) PASSED�[0m in 7.6s
4488:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest         �[0m�[32m(cached) PASSED�[0m in 2.0s
4489:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.4s
...

5074:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
5075:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 2.5s
5076:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
5077:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
5078:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 1.8s
5079:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 1.8s
5080:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 1.9s
5081:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
5082:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
...

5117:  //rb/spec/integration/selenium/webdriver:element-edge-bidi      �[0m�[32m(cached) PASSED�[0m in 17.3s
5118:  //rb/spec/integration/selenium/webdriver:element-edge-remote    �[0m�[32m(cached) PASSED�[0m in 47.6s
5119:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 52.5s
5120:  //rb/spec/integration/selenium/webdriver:element-firefox-beta   �[0m�[32m(cached) PASSED�[0m in 69.6s
5121:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 20.5s
5122:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 73.1s
5123:  //rb/spec/integration/selenium/webdriver:element-firefox-bidi   �[0m�[32m(cached) PASSED�[0m in 17.0s
5124:  //rb/spec/integration/selenium/webdriver:element-firefox-remote �[0m�[32m(cached) PASSED�[0m in 69.7s
5125:  //rb/spec/integration/selenium/webdriver:error-chrome           �[0m�[32m(cached) PASSED�[0m in 17.5s
5126:  //rb/spec/integration/selenium/webdriver:error-chrome-bidi      �[0m�[32m(cached) PASSED�[0m in 13.7s
5127:  //rb/spec/integration/selenium/webdriver:error-chrome-remote    �[0m�[32m(cached) PASSED�[0m in 25.6s
5128:  //rb/spec/integration/selenium/webdriver:error-edge             �[0m�[32m(cached) PASSED�[0m in 17.5s
5129:  //rb/spec/integration/selenium/webdriver:error-edge-bidi        �[0m�[32m(cached) PASSED�[0m in 14.7s
5130:  //rb/spec/integration/selenium/webdriver:error-edge-remote      �[0m�[32m(cached) PASSED�[0m in 22.4s
5131:  //rb/spec/integration/selenium/webdriver:error-firefox          �[0m�[32m(cached) PASSED�[0m in 24.1s
5132:  //rb/spec/integration/selenium/webdriver:error-firefox-beta     �[0m�[32m(cached) PASSED�[0m in 26.3s
5133:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 17.0s
5134:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 24.1s
5135:  //rb/spec/integration/selenium/webdriver:error-firefox-bidi     �[0m�[32m(cached) PASSED�[0m in 14.9s
5136:  //rb/spec/integration/selenium/webdriver:error-firefox-remote   �[0m�[32m(cached) PASSED�[0m in 26.1s
...

5421:  //rb/spec/unit/selenium/webdriver/safari:service                �[0m�[32m(cached) PASSED�[0m in 14.6s
5422:  //rb/spec/unit/selenium/webdriver/support:color                 �[0m�[32m(cached) PASSED�[0m in 12.9s
5423:  //rb/spec/unit/selenium/webdriver/support:event_firing          �[0m�[32m(cached) PASSED�[0m in 18.9s
5424:  //rb/spec/unit/selenium/webdriver/support:select                �[0m�[32m(cached) PASSED�[0m in 11.5s
5425:  //rust:selenium-manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.2s
5426:  //rust:selenium_manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.4s
5427:  //rust:unit                                                     �[0m�[32m(cached) PASSED�[0m in 0.1s
5428:  //rust:unit-fmt                                                 �[0m�[32m(cached) PASSED�[0m in 0.2s
5429:  //java/test/org/openqa/selenium:ClickTest-firefox-beta                   �[0m�[31m�[1mFAILED�[0m in 2 out of 2 in 38.2s
5430:  Stats over 2 runs: max = 38.2s, min = 37.8s, avg = 38.0s, dev = 0.2s
5431:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/ClickTest-firefox-beta/test.log
5432:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/java/test/org/openqa/selenium/ClickTest-firefox-beta/test_attempts/attempt_1.log
5433:  Executed 1 out of 2167 tests: 2166 tests pass and �[0m�[31m�[1m1 fails remotely�[0m.
5434:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
5435:  (19:16:18) �[32mINFO: �[0mStreaming build results to: https://gypsum.cluster.engflow.com/invocation/c3bf6ce1-b652-4617-9886-da53a19189d0
5436:  �[0m
5437:  ##[error]Process completed with exit code 3.

✨ CI feedback usage guide:

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

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

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

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

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

Configuration options

  • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
  • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
  • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
  • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
  • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

See more information about the checks tool in the docs.

@renovate renovate bot added the C-build Build related issues (bazel and CI) label Dec 19, 2024
@renovate renovate bot changed the title Update chrome_standalone Docker digest to 3972dbf [dotnet][java][js][py][rb][rust] Update chrome_standalone Docker digest to 3972dbf Dec 19, 2024
@renovate renovate bot changed the title [dotnet][java][js][py][rb][rust] Update chrome_standalone Docker digest to 3972dbf [dotnet][java][js][py][rb][rust] Update chrome_standalone Docker digest to 5b9c7c3 Dec 25, 2024
@renovate renovate bot force-pushed the renovate/chrome_standalone branch from b4ae8e3 to 34a0dde Compare December 25, 2024 19:09
Copy link
Contributor Author

renovate bot commented Dec 25, 2024

Edited/Blocked Notification

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

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

⚠️ Warning: custom changes will be lost.

@diemol diemol closed this Dec 26, 2024
Copy link
Contributor Author

renovate bot commented Dec 26, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the chrome_standalone 5b9c7c3 update again.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/chrome_standalone branch December 26, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-build Build related issues (bazel and CI) dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants