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 aspect_rules_ts to v3.3.2 #15003

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Type Update Change
aspect_rules_ts bazel_dep minor 3.1.0 -> 3.3.2

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 2, 2025
Copy link
Contributor

qodo-merge-pro bot commented Jan 2, 2025

CI Failure Feedback 🧐

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: //javascript/grid-ui:bundle

Failure summary:

The action failed because it could not resolve the dependency '@novnc/novnc/core/rfb' in the file
'javascript/grid-ui/src/components/LiveView/LiveView.tsx'. Specifically:

  • The build error occurred during the esbuild bundling process for the grid-ui component
  • The error message indicates that the '@novnc/novnc/core/rfb' module could not be found or resolved
  • This caused 262 build failures in total, with the initial failure occurring in the grid-ui bundle
    build

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    976:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    977:  Package 'php-symfony-dependency-injection' is not installed, so not removed
    978:  Package 'php-symfony-deprecation-contracts' is not installed, so not removed
    979:  Package 'php-symfony-discord-notifier' is not installed, so not removed
    980:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    981:  Package 'php-symfony-doctrine-messenger' is not installed, so not removed
    982:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    983:  Package 'php-symfony-dotenv' is not installed, so not removed
    984:  Package 'php-symfony-error-handler' is not installed, so not removed
    ...
    
    1864:  (08:08:09) �[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
    1865:  (08:08:09) �[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
    1866:  (08:08:09) �[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
    1867:  (08:08:09) �[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
    1868:  (08:08:09) �[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
    1869:  (08:08:09) �[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
    1870:  (08:08:09) �[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
    1871:  (08:08:09) �[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
    1872:  (08:08:09) �[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
    ...
    
    2125:  external/protobuf~/src/google/protobuf/compiler/java/lite/enum.cc:165:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
    2126:  165 |   for (int i = 0; i < canonical_values_.size(); i++) {
    2127:  |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
    2128:  (08:08:30) �[32mINFO: �[0mFrom Building external/protobuf~/java/core/libcore.jar (43 source files, 1 source jar) [for tool]:
    2129:  external/protobuf~/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    2130:  public class RepeatedFieldBuilderV3<
    2131:  ^
    2132:  (08:08:30) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    2133:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2134:  private final ErrorCodes errorCodes;
    2135:  ^
    2136:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2137:  this.errorCodes = new ErrorCodes();
    2138:  ^
    2139:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2140:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    2141:  ^
    2142:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2143:  ErrorCodes errorCodes = new ErrorCodes();
    2144:  ^
    2145:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2146:  ErrorCodes errorCodes = new ErrorCodes();
    2147:  ^
    2148:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2149:  response.setStatus(ErrorCodes.SUCCESS);
    2150:  ^
    2151:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2152:  response.setState(ErrorCodes.SUCCESS_STRING);
    2153:  ^
    2154:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2155:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    2156:  ^
    2157:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2158:  new ErrorCodes().getExceptionType((String) rawError);
    2159:  ^
    2160:  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
    2161:  private final ErrorCodes errorCodes = new ErrorCodes();
    2162:  ^
    2163:  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
    2164:  private final ErrorCodes errorCodes = new ErrorCodes();
    2165:  ^
    2166:  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
    2167:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    2168:  ^
    2169:  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
    2170:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2171:  ^
    2172:  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
    2173:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2174:  ^
    2175:  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
    2176:  response.setStatus(ErrorCodes.SUCCESS);
    2177:  ^
    2178:  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
    2179:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2180:  ^
    2181:  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
    2182:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2183:  ^
    2184:  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
    2185:  private final ErrorCodes errorCodes = new ErrorCodes();
    2186:  ^
    2187:  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
    2188:  private final ErrorCodes errorCodes = new ErrorCodes();
    2189:  ^
    2190:  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
    2191:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2192:  ^
    2193:  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
    2194:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2195:  ^
    2196:  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
    2197:  response.setStatus(ErrorCodes.SUCCESS);
    2198:  ^
    2199:  (08:08:32) �[32mAnalyzing:�[0m 2176 targets (1536 packages loaded, 42331 targets configured)
    2200:  �[32m[9,172 / 9,913]�[0m 17 / 1564 tests;�[0m [Prepa] Testing //javascript/node/selenium-webdriver:test-bidi-network-commands-test.js-firefox ... (40 actions, 0 running)
    2201:  (08:08:33) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2202:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2203:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2204:  ^
    2205:  (08:08:33) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2206:  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
    2207:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2208:  ^
    2209:  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
    2210:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2211:  ^
    2212:  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
    2213:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2214:  ^
    2215:  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
    2216:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2217:  ^
    2218:  (08:08:33) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2219:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2220:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2221:  ^
    2222:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2223:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2224:  ^
    2225:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2226:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2227:  ^
    2228:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2229:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2230:  ^
    2231:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2232:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2233:  ^
    2234:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2235:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2236:  ^
    2237:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2238:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2239:  ^
    2240:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2241:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2242:  ^
    2243:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2244:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2245:  ^
    2246:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2247:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2248:  ^
    2249:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2250:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2251:  ^
    2252:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2253:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2254:  ^
    2255:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2256:  ErrorCodes.UNHANDLED_ERROR,
    2257:  ^
    2258:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2259:  ErrorCodes.UNHANDLED_ERROR,
    2260:  ^
    2261:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2262:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2263:  ^
    2264:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: 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:248: 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:280: 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:308: 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:327: 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:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2280:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2281:  ^
    2282:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2283:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2284:  ^
    2285:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2286:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2287:  ^
    2288:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2289:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2290:  ^
    2291:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2292:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2293:  ^
    2294:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2295:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2296:  ^
    2297:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2298:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2299:  ^
    2300:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2301:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2302:  ^
    2303:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2304:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2305:  ^
    2306:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2307:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2308:  ^
    2309:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2310:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2311:  ^
    2312:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2313:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2314:  ^
    2315:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2316:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2317:  ^
    2318:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2319:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2320:  ^
    2321:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2322:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2323:  ^
    2324:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2325:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2326:  ^
    2327:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2328:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2329:  ^
    2330:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2331:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2332:  ^
    2333:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2334:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2335:  ^
    2336:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2337:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2338:  ^
    2339:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2340:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2341:  ^
    2342:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2343:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2344:  ^
    2345:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2346:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2347:  ^
    2348:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2349:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2350:  ^
    2351:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2352:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2353:  ^
    2354:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2355:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2356:  ^
    2357:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2358:  response.setState(new ErrorCodes().toState(status));
    2359:  ^
    2360:  (08:08:34) �[31m�[1mERROR: �[0m/home/runner/work/selenium/selenium/javascript/grid-ui/BUILD.bazel:63:8: Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild] failed: (Exit 1): launcher failed: error executing esbuild command (from target //javascript/grid-ui:bundle) 
    2361:  (cd /home/runner/.bazel/execroot/_main && \
    2362:  exec env - \
    2363:  BAZEL_BINDIR=bazel-out/k8-fastbuild/bin \
    2364:  ESBUILD_BINARY_PATH=../../../external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/package/bin/esbuild \
    2365:  JS_BINARY__LOG_ERROR=1 \
    2366:  JS_BINARY__LOG_FATAL=1 \
    2367:  bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/launcher_/launcher '--esbuild_args=javascript/grid-ui/bundle.args.json' '--config_file=javascript/grid-ui/esbuild.bazel.config.mjs')
    2368:  # Configuration: 1b49a57d1c0d0fd0b232436c0e2f5361522e553b8fbb95b2aca4ecdb1d9b6aaa
    2369:  # Execution platform: //common/remote-build:platform
    2370:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIEaLalrqL08tt_IjpglQfF3xLnsYwS_HBB66fRzz9lp_EJoD
    2371:  ✘ [ERROR] Could not resolve "@novnc/novnc/core/rfb"
    2372:  javascript/grid-ui/src/components/LiveView/LiveView.tsx:19:16:
    2373:  19 │ import RFB from '@novnc/novnc/core/rfb'
    2374:  ╵                 ~~~~~~~~~~~~~~~~~~~~~~~
    2375:  You can mark the path "@novnc/novnc/core/rfb" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
    2376:  Error: Build failed with 1 error:
    2377:  javascript/grid-ui/src/components/LiveView/LiveView.tsx:19:16: ERROR: Could not resolve "@novnc/novnc/core/rfb"
    2378:  at failureErrorWithLog (/mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/launcher_/launcher.runfiles/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/node_modules/.aspect_rules_js/[email protected]/node_modules/esbuild/lib/main.js:1472:15)
    ...
    
    2380:  at /mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/launcher_/launcher.runfiles/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/node_modules/.aspect_rules_js/[email protected]/node_modules/esbuild/lib/main.js:897:52
    2381:  at buildResponseToResult (/mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/launcher_/launcher.runfiles/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/node_modules/.aspect_rules_js/[email protected]/node_modules/esbuild/lib/main.js:943:7)
    2382:  at /mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/launcher_/launcher.runfiles/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/node_modules/.aspect_rules_js/[email protected]/node_modules/esbuild/lib/main.js:970:16
    2383:  at responseCallbacks.<computed> (/mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/launcher_/launcher.runfiles/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/node_modules/.aspect_rules_js/[email protected]/node_modules/esbuild/lib/main.js:622:9)
    2384:  at handleIncomingPacket (/mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/launcher_/launcher.runfiles/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/node_modules/.aspect_rules_js/[email protected]/node_modules/esbuild/lib/main.js:677:12)
    2385:  at Socket.readFromStdout (/mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/launcher_/launcher.runfiles/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/node_modules/.aspect_rules_js/[email protected]/node_modules/esbuild/lib/main.js:600:7)
    2386:  at Socket.emit (node:events:514:28)
    2387:  at addChunk (node:internal/streams/readable:376:12) {
    2388:  errors: [Getter/Setter],
    2389:  warnings: [Getter/Setter]
    2390:  }
    2391:  (08:08:37) �[32mAnalyzing:�[0m 2176 targets (1536 packages loaded, 42620 targets configured)
    2392:  �[32m[9,888 / 9,929]�[0m 60 / 1564 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:timeout-edge-bidi ... (2 actions, 0 running)
    2393:  (08:08:42) �[32mAnalyzing:�[0m 2176 targets (1537 packages loaded, 42632 targets configured)
    2394:  �[32m[9,919 / 9,973]�[0m 90 / 1564 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:timeout-firefox-beta ... (15 actions, 0 running)
    2395:  (08:08:47) �[32mAnalyzing:�[0m 2176 targets (1538 packages loaded, 43362 targets configured)
    2396:  �[32m[9,981 / 10,177]�[0m 230 / 1564 tests, �[31m�[1m78 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:manager-chrome-bidi ... (50 actions, 0 running)
    2397:  (08:08:52) �[32mAnalyzing:�[0m 2176 targets (1538 packages loaded, 43665 targets configured)
    2398:  �[32m[10,062 / 10,390]�[0m 319 / 1566 tests, �[31m�[1m85 failed�[0m;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeOptionsTest-spotbugs; 3s remote, remote-cache ... (50 actions, 0 running)
    2399:  (08:08:58) �[32mAnalyzing:�[0m 2176 targets (1538 packages loaded, 43763 targets configured)
    2400:  �[32m[10,100 / 10,457]�[0m 356 / 1566 tests, �[31m�[1m85 failed�[0m;�[0m [Prepa] Testing //java/test/org/openqa/selenium/bidi/script:CallFunctionParameterTest; 5s ... (50 actions, 0 running)
    2401:  (08:09:04) �[32mAnalyzing:�[0m 2176 targets (1539 packages loaded, 43764 targets configured)
    2402:  �[32m[10,165 / 10,809]�[0m 498 / 1566 tests, �[31m�[1m182 failed�[0m;�[0m [Prepa] Testing //java/test/org/openqa/selenium:ElementDomPropertyTest-firefox-beta; 4s ... (49 actions, 0 running)
    2403:  (08:09:09) �[32mAnalyzing:�[0m 2176 targets (1545 packages loaded, 43873 targets configured)
    2404:  �[32m[10,251 / 11,444]�[0m 614 / 1797 tests, �[31m�[1m235 failed�[0m;�[0m [Prepa] Testing //javascript/node/selenium-webdriver:test-fingerprint-test.js-chrome ... (50 actions, 0 running)
    2405:  (08:09:14) �[32mAnalyzing:�[0m 2176 targets (1603 packages loaded, 52559 targets configured)
    2406:  �[32m[10,378 / 11,830]�[0m 768 / 1898 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:window-firefox ... (50 actions, 0 running)
    2407:  (08:09:19) �[32mAnalyzing:�[0m 2176 targets (1614 packages loaded, 58034 targets configured)
    2408:  �[32m[10,488 / 11,830]�[0m 878 / 1898 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver/remote:element-firefox-beta ... (50 actions, 0 running)
    2409:  (08:09:24) �[32mAnalyzing:�[0m 2176 targets (1633 packages loaded, 59061 targets configured)
    2410:  �[32m[10,908 / 11,916]�[0m 1126 / 1898 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //java/test/org/openqa/selenium:WindowTest ... (50 actions, 0 running)
    2411:  (08:09:24) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2412:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2413:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2414:  ^
    2415:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2416:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2417:  ^
    2418:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2419:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2420:  ^
    2421:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2422:  private final ErrorCodes errorCodes = new ErrorCodes();
    2423:  ^
    2424:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2425:  private final ErrorCodes errorCodes = new ErrorCodes();
    2426:  ^
    2427:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2428:  private final ErrorCodes errorCodes = new ErrorCodes();
    2429:  ^
    2430:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2431:  private final ErrorCodes errorCodes = new ErrorCodes();
    2432:  ^
    2433:  (08:09:24) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2434:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2435:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2436:  ^
    2437:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2438:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2439:  ^
    2440:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2441:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    2442:  ^
    2443:  (08:09:29) �[32mAnalyzing:�[0m 2176 targets (1633 packages loaded, 59061 targets configured)
    2444:  �[32m[11,461 / 12,106]�[0m 1340 / 1898 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //java/test/org/openqa/selenium/bidi/browser:BrowserCommandsTest-edge ... (50 actions, 0 running)
    2445:  (08:09:34) �[32mAnalyzing:�[0m 2176 targets (1633 packages loaded, 59061 targets configured)
    2446:  �[32m[12,242 / 12,792]�[0m 1477 / 1898 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //java/test/org/openqa/selenium/html5:SessionStorageTest-edge ... (40 actions, 0 running)
    2447:  (08:09:39) �[32mAnalyzing:�[0m 2176 targets (1633 packages loaded, 59061 targets configured)
    2448:  �[32m[12,720 / 13,313]�[0m 1612 / 1898 tests, �[31m�[1m262 failed�[0m;�[0m Testing //py:common-edge-bidi-test/selenium/webdriver/common/virtual_authenticator_tests.py; 0s remote, remote-cache ... (50 actions, 0 running)
    2449:  (08:09:45) �[32mAnalyzing:�[0m 2176 targets (1633 packages loaded, 59061 targets configured)
    2450:  �[32m[12,901 / 13,317]�[0m 1771 / 1898 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //py:common-firefox-test/selenium/webdriver/common/element_equality_tests.py ... (50 actions, 0 running)
    2451:  (08:09:48) �[32mINFO: �[0mFrom Running Cargo build script bzip2-sys:
    2452:  Build Script Warning: bzip2-1.0.8/compress.c: In function ‘sendMTFValues’:
    2453:  Build Script Warning: bzip2-1.0.8/compress.c:243:19: warning: variable ‘nBytes’ set but not used [-Wunused-but-set-variable]
    2454:  Build Script Warning:   243 |    Int32 nGroups, nBytes;
    2455:  Build Script Warning:       |                   ^~~~~~
    2456:  (08:09:52) �[32mAnalyzing:�[0m 2176 targets (1633 packages loaded, 59061 targets configured)
    2457:  �[32m[13,318 / 13,318]�[0m 1898 / 1898 tests, �[31m�[1m262 failed�[0m;�[0m no actions running
    2458:  (08:09:55) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    2459:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v131/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2460:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v129/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2461:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v130/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2462:  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).
    2463:  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)'.
    2464:  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'
    2465:  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'
    2466:  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'
    ...
    
    2471:  (08:09:55) �[32mINFO: �[0mFrom Compiling webdriver-net8.0 (internals ref-only dll):
    2472:  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).
    2473:  (08:09:55) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
    2474:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v129/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2475:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v130/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2476:  bazel-out/k8-fastbuild/bin/dotnet/src/webdriver/cdp/v131/Target/TargetInfo.cs(22,149): warning CS1570: XML comment has badly formed XML -- 'Reference to undefined entity 'q'.'
    2477:  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).
    2478:  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)'.
    2479:  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'
    2480:  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'
    2481:  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'
    2482:  (08:09:57) �[32mAnalyzing:�[0m 2176 targets (1635 packages loaded, 63107 targets configured)
    2483:  �[32m[13,524 / 13,540]�[0m 1912 / 1926 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:ProxyTest-firefox ... (16 actions, 2 running)
    2484:  (08:10:02) �[32mAnalyzing:�[0m 2176 targets (1635 packages loaded, 63139 targets configured)
    2485:  �[32m[13,748 / 13,763]�[0m 1943 / 1958 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:CommandTests-chrome ... (15 actions, 1 running)
    2486:  (08:10:07) �[32mAnalyzing:�[0m 2176 targets (1635 packages loaded, 63183 targets configured)
    2487:  �[32m[14,051 / 14,065]�[0m 1987 / 2001 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:DevTools/DevToolsSecurityTest-firefox ... (14 actions, 0 running)
    2488:  (08:10:12) �[32mAnalyzing:�[0m 2176 targets (1635 packages loaded, 63227 targets configured)
    2489:  �[32m[14,370 / 14,385]�[0m 2032 / 2047 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:ExecutingAsyncJavascriptTest-chrome ... (15 actions, 2 running)
    2490:  (08:10:17) �[32mAnalyzing:�[0m 2176 targets (1635 packages loaded, 63273 targets configured)
    2491:  �[32m[14,681 / 14,699]�[0m 2075 / 2092 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:Internal/Logging/LogTest-edge ... (18 actions, 1 running)
    2492:  (08:10:22) �[32mAnalyzing:�[0m 2176 targets (1635 packages loaded, 63325 targets configured)
    2493:  �[32m[15,051 / 15,072]�[0m 2126 / 2145 tests, �[31m�[1m262 failed�[0m;�[0m [Prepa] Testing //dotnet/test/common:Internal/Logging/FileLogHandlerTest-chrome ... (21 actions, 3 running)
    2494:  (08:10:25) �[32mINFO: �[0mAnalyzed 2176 targets (1635 packages loaded, 63356 targets configured).
    2495:  (08:10:26) �[32mINFO: �[0mAnalysis succeeded for only 1914 of 2176 top-level targets
    2496:  (08:10:26) �[32mINFO: �[0mFound 2176 test targets...
    2497:  (08:10:26) �[32mINFO: �[0mElapsed time: 237.507s, Critical Path: 14.01s
    2498:  (08:10:26) �[32mINFO: �[0m14468 processes: 6960 remote cache hit, 7455 internal, 50 local, 3 remote.
    2499:  (08:10:26) �[31m�[1mERROR: �[0mBuild did NOT complete successfully
    2500:  (08:10:26) �[31m�[1mFAILED:�[0m 
    ...
    
    2613:  //dotnet/test/common:ElementFindingTest-edge                    �[0m�[32m(cached) PASSED�[0m in 32.8s
    2614:  //dotnet/test/common:ElementFindingTest-firefox                 �[0m�[32m(cached) PASSED�[0m in 32.3s
    2615:  //dotnet/test/common:ElementPropertyTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 9.0s
    2616:  //dotnet/test/common:ElementPropertyTest-edge                   �[0m�[32m(cached) PASSED�[0m in 9.7s
    2617:  //dotnet/test/common:ElementPropertyTest-firefox                �[0m�[32m(cached) PASSED�[0m in 10.3s
    2618:  //dotnet/test/common:ElementSelectingTest-chrome                �[0m�[32m(cached) PASSED�[0m in 9.7s
    2619:  //dotnet/test/common:ElementSelectingTest-edge                  �[0m�[32m(cached) PASSED�[0m in 14.2s
    2620:  //dotnet/test/common:ElementSelectingTest-firefox               �[0m�[32m(cached) PASSED�[0m in 24.5s
    2621:  //dotnet/test/common:ErrorsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 4.0s
    2622:  //dotnet/test/common:ErrorsTest-edge                            �[0m�[32m(cached) PASSED�[0m in 5.6s
    2623:  //dotnet/test/common:ErrorsTest-firefox                         �[0m�[32m(cached) PASSED�[0m in 11.1s
    ...
    
    2969:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 96.3s
    2970:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 31.4s
    2971:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 9.8s
    2972:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 24.0s
    2973:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 12.2s
    2974:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 25.0s
    2975:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 24.3s
    2976:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 7.3s
    2977:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 11.1s
    2978:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 8.5s
    2979:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 7.0s
    2980:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta         �[0m�[32m(cached) PASSED�[0m in 12.2s
    2981:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs             �[0m�[32m(cached) PASSED�[0m in 6.0s
    ...
    
    3552:  //java/test/org/openqa/selenium/os:ExternalProcessTest          �[0m�[32m(cached) PASSED�[0m in 3.0s
    3553:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 7.9s
    3554:  //java/test/org/openqa/selenium/os:OsProcessTest                �[0m�[32m(cached) PASSED�[0m in 4.2s
    3555:  //java/test/org/openqa/selenium/os:OsProcessTest-spotbugs       �[0m�[32m(cached) PASSED�[0m in 7.1s
    3556:  //java/test/org/openqa/selenium/remote:AugmenterTest            �[0m�[32m(cached) PASSED�[0m in 5.8s
    3557:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 12.4s
    3558:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest  �[0m�[32m(cached) PASSED�[0m in 1.9s
    3559:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 14.9s
    3560:  //java/test/org/openqa/selenium/remote:ErrorCodecTest           �[0m�[32m(cached) PASSED�[0m in 1.8s
    3561:  //java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs  �[0m�[32m(cached) PASSED�[0m in 10.4s
    3562:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest         �[0m�[32m(cached) PASSED�[0m in 1.9s
    3563:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 8.9s
    ...
    
    4144:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.0s
    4145:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 2.9s
    4146:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.0s
    4147:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 2.9s
    4148:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 2.7s
    4149:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4150:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.7s
    4151:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.1s
    4152:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 2.3s
    ...
    
    4176:  //rb/spec/integration/selenium/webdriver:driver-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 19.5s
    4177:  //rb/spec/integration/selenium/webdriver:driver-firefox-bidi    �[0m�[32m(cached) PASSED�[0m in 27.3s
    4178:  //rb/spec/integration/selenium/webdriver:element-edge           �[0m�[32m(cached) PASSED�[0m in 42.1s
    4179:  //rb/spec/integration/selenium/webdriver:element-edge-bidi      �[0m�[32m(cached) PASSED�[0m in 17.9s
    4180:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 56.9s
    4181:  //rb/spec/integration/selenium/webdriver:element-firefox-beta   �[0m�[32m(cached) PASSED�[0m in 78.0s
    4182:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 17.5s
    4183:  //rb/spec/integration/selenium/webdriver:element-firefox-bidi   �[0m�[32m(cached) PASSED�[0m in 16.7s
    4184:  //rb/spec/integration/selenium/webdriver:error-chrome           �[0m�[32m(cached) PASSED�[0m in 15.7s
    4185:  //rb/spec/integration/selenium/webdriver:error-chrome-bidi      �[0m�[32m(cached) PASSED�[0m in 14.5s
    4186:  //rb/spec/integration/selenium/webdriver:error-edge             �[0m�[32m(cached) PASSED�[0m in 18.1s
    4187:  //rb/spec/integration/selenium/webdriver:error-edge-bidi        �[0m�[32m(cached) PASSED�[0m in 17.6s
    4188:  //rb/spec/integration/selenium/webdriver:error-firefox          �[0m�[32m(cached) PASSED�[0m in 23.2s
    4189:  //rb/spec/integration/selenium/webdriver:error-firefox-beta     �[0m�[32m(cached) PASSED�[0m in 29.3s
    4190:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 13.8s
    4191:  //rb/spec/integration/selenium/webdriver:error-firefox-bidi     �[0m�[32m(cached) PASSED�[0m in 21.8s
    ...
    
    4406:  //rb/spec/unit/selenium/webdriver/safari:service                �[0m�[32m(cached) PASSED�[0m in 12.7s
    4407:  //rb/spec/unit/selenium/webdriver/support:color                 �[0m�[32m(cached) PASSED�[0m in 16.8s
    4408:  //rb/spec/unit/selenium/webdriver/support:event_firing          �[0m�[32m(cached) PASSED�[0m in 20.0s
    4409:  //rb/spec/unit/selenium/webdriver/support:select                �[0m�[32m(cached) PASSED�[0m in 13.1s
    4410:  //rust:selenium-manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.2s
    4411:  //rust:selenium_manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.3s
    4412:  //rust:unit                                                     �[0m�[32m(cached) PASSED�[0m in 0.1s
    4413:  //rust:unit-fmt                                                 �[0m�[32m(cached) PASSED�[0m in 0.2s
    4414:  //java/src/org/openqa/selenium/grid/node/k8s:k8s-spotbugs       �[0m�[31m�[1mFAILED TO BUILD�[0m
    4415:  //java/src/org/openqa/selenium/grid/sessionmap/jdbc:jdbc-lib-spotbugs �[0m�[31m�[1mFAILED TO BUILD�[0m
    4416:  //java/src/org/openqa/selenium/grid/sessionmap/redis:redis-lib-spotbugs �[0m�[31m�[1mFAILED TO BUILD�[0m
    4417:  //java/test/org/openqa/selenium/bidi:BiDiSessionCleanUpTest-remote �[0m�[31m�[1mFAILED TO BUILD�[0m
    4418:  //java/test/org/openqa/selenium/bidi:BiDiSessionTest-remote     �[0m�[31m�[1mFAILED TO BUILD�[0m
    4419:  (Skipping other failed to build tests)
    4420:  //javascript/grid-ui:transpile_ts_typecheck_test                         �[0m�[32mPASSED�[0m in 0.1s
    4421:  Executed 1 out of 2176 tests: 1914 tests pass and �[0m�[31m�[1m262 fail to build�[0m.
    4422:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
    4423:  (08:10:27) �[32mINFO: �[0mStreaming build results to: https://gypsum.cluster.engflow.com/invocation/423e5b40-ea3f-4b38-8b34-2c02ca5111e9
    4424:  �[0m
    4425:  ##[error]Process completed with exit code 1.
    

    ✨ 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.

    @harsha509
    Copy link
    Member

    Deps updated manually!

    @harsha509 harsha509 closed this Jan 3, 2025
    Copy link
    Contributor Author

    renovate bot commented Jan 3, 2025

    Renovate Ignore Notification

    Because you closed this PR without merging, Renovate will ignore this update (3.3.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

    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/aspect_rules_ts-3.x branch January 3, 2025 08:58
    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.

    1 participant