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 @novnc/novnc to v1.5.0 #14993

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@novnc/novnc 1.4.0 -> 1.5.0 age adoption passing confidence

Release Notes

novnc/noVNC (@​novnc/novnc)

v1.5.0: noVNC 1.5.0

Compare Source

A new version of noVNC is now available. Lots of changes have been made since
the last release, but the highlights are:

Library:

  • Added support for the Tight gradient encoding, improving compatibility with servers like QEMU
  • Added basic support for keeping lock keys in sync with the server

Regards
The noVNC Developers


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

renovate bot commented Dec 31, 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.

Copy link
Contributor

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 the esbuild bundler could not resolve the dependency
'@novnc/novnc/core/rfb' in the file 'javascript/grid-ui/src/components/LiveView/LiveView.tsx'. This
is likely due to:

  • Missing npm package '@novnc/novnc' in the project dependencies
  • Incorrect import path for the novnc library
  • Build configuration issue with esbuild not being able to resolve the module

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    980:  Package 'php-symfony-debug-bundle' is not installed, so not removed
    981:  Package 'php-symfony-dependency-injection' is not installed, so not removed
    982:  Package 'php-symfony-deprecation-contracts' is not installed, so not removed
    983:  Package 'php-symfony-discord-notifier' is not installed, so not removed
    984:  Package 'php-symfony-doctrine-bridge' is not installed, so not removed
    985:  Package 'php-symfony-doctrine-messenger' is not installed, so not removed
    986:  Package 'php-symfony-dom-crawler' is not installed, so not removed
    987:  Package 'php-symfony-dotenv' is not installed, so not removed
    988:  Package 'php-symfony-error-handler' is not installed, so not removed
    ...
    
    1969:  external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc:209: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]
    1970:  209 |   for (int i = 0; i < canonical_values_.size(); i++) {
    1971:  |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
    1972:  external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc: In member function ‘bool google::protobuf::compiler::java::EnumNonLiteGenerator::CanUseEnumValues()’:
    1973:  external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc:383:32: warning: comparison of integer expressions of different signedness: ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
    1974:  383 |   if (canonical_values_.size() != descriptor_->value_count()) {
    1975:  |       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1976:  (09:16:07) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    1977:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1978:  private final ErrorCodes errorCodes;
    1979:  ^
    1980:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1981:  this.errorCodes = new ErrorCodes();
    1982:  ^
    1983:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1984:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1985:  ^
    1986:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1987:  ErrorCodes errorCodes = new ErrorCodes();
    1988:  ^
    1989:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1990:  ErrorCodes errorCodes = new ErrorCodes();
    1991:  ^
    1992:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1993:  response.setStatus(ErrorCodes.SUCCESS);
    1994:  ^
    1995:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1996:  response.setState(ErrorCodes.SUCCESS_STRING);
    1997:  ^
    1998:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1999:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    2000:  ^
    2001:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2002:  new ErrorCodes().getExceptionType((String) rawError);
    2003:  ^
    2004:  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
    2005:  private final ErrorCodes errorCodes = new ErrorCodes();
    2006:  ^
    2007:  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
    2008:  private final ErrorCodes errorCodes = new ErrorCodes();
    2009:  ^
    2010:  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
    2011:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    2012:  ^
    2013:  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
    2014:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2015:  ^
    2016:  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
    2017:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2018:  ^
    2019:  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
    2020:  response.setStatus(ErrorCodes.SUCCESS);
    2021:  ^
    2022:  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
    2023:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2024:  ^
    2025:  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
    2026:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    2027:  ^
    2028:  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
    2029:  private final ErrorCodes errorCodes = new ErrorCodes();
    2030:  ^
    2031:  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
    2032:  private final ErrorCodes errorCodes = new ErrorCodes();
    2033:  ^
    2034:  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
    2035:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    2036:  ^
    2037:  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
    2038:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    2039:  ^
    2040:  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
    2041:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    2094:  (09:16: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
    2095:  (09:16: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
    2096:  (09:16: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
    2097:  (09:16: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
    2098:  (09:16: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
    2099:  (09:16: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
    2100:  (09:16: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
    2101:  (09:16: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
    2102:  (09:16: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
    ...
    
    2215:  �[32m[6,388 / 6,705]�[0m 132 / 729 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:timeout-firefox-beta-bidi; 4s ... (50 actions, 0 running)
    2216:  (09:16:32) �[32mAnalyzing:�[0m 2168 targets (1625 packages loaded, 59696 targets configured)
    2217:  �[32m[6,468 / 7,829]�[0m 173 / 1362 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:listener-edge-bidi; 2s remote, remote-cache ... (50 actions, 0 running)
    2218:  (09:16:37) �[32mAnalyzing:�[0m 2168 targets (1630 packages loaded, 62769 targets configured)
    2219:  �[32m[6,605 / 8,849]�[0m 237 / 1887 tests;�[0m Testing //javascript/node/selenium-webdriver:test-edge-service-test.js-chrome; 2s remote, remote-cache ... (49 actions, 0 running)
    2220:  (09:16:42) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63025 targets configured)
    2221:  �[32m[8,090 / 10,525]�[0m 388 / 1916 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:element-firefox-beta ... (46 actions, 22 running)
    2222:  (09:16:46) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    2223:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2224:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    2225:  ^
    2226:  (09:16:47) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63060 targets configured)
    2227:  �[32m[9,715 / 11,445]�[0m 433 / 1952 tests;�[0m Testing //py:unit-test/unit/selenium/webdriver/wpewebkit/wpewebkit_options_tests.py; 1s remote, remote-cache ... (42 actions, 11 running)
    2228:  (09:16:49) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2229:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2230:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
    2231:  ^
    2232:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2233:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2234:  ^
    2235:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2236:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2237:  ^
    2238:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2239:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2240:  ^
    2241:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2242:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2243:  ^
    2244:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2245:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
    2246:  ^
    2247:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2248:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2249:  ^
    2250:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2251:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2252:  ^
    2253:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2254:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2255:  ^
    2256:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2257:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
    2258:  ^
    2259:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2260:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
    2261:  ^
    2262:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2263:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
    2264:  ^
    2265:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2266:  ErrorCodes.UNHANDLED_ERROR,
    2267:  ^
    2268:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2269:  ErrorCodes.UNHANDLED_ERROR,
    2270:  ^
    2271:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2272:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2273:  ^
    2274:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: 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:248: 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:280: 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:308: 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:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2287:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2288:  ^
    2289:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2290:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2291:  ^
    2292:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2293:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
    2294:  ^
    2295:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2296:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
    2297:  ^
    2298:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2299:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
    2300:  ^
    2301:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2302:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
    2303:  ^
    2304:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2305:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
    2306:  ^
    2307:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2308:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
    2309:  ^
    2310:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2311:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
    2312:  ^
    2313:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2314:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
    2315:  ^
    2316:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2317:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
    2318:  ^
    2319:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2320:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
    2321:  ^
    2322:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2323:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
    2324:  ^
    2325:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2326:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
    2327:  ^
    2328:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2329:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
    2330:  ^
    2331:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2332:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
    2333:  ^
    2334:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2335:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
    2336:  ^
    2337:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2338:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
    2339:  ^
    2340:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2341:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
    2342:  ^
    2343:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2344:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
    2345:  ^
    2346:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2347:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
    2348:  ^
    2349:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2350:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
    2351:  ^
    2352:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2353:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
    2354:  ^
    2355:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2356:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
    2357:  ^
    2358:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2359:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
    2360:  ^
    2361:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2362:  ? ErrorCodes.INVALID_SELECTOR_ERROR
    2363:  ^
    2364:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2365:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
    2366:  ^
    2367:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2368:  response.setState(new ErrorCodes().toState(status));
    2369:  ^
    2370:  (09:16:52) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63072 targets configured)
    2371:  �[32m[10,726 / 12,176]�[0m 507 / 1960 tests;�[0m [Prepa] Testing //py:common-edge-test/selenium/webdriver/common/text_handling_tests.py ... (49 actions, 1 running)
    2372:  (09:16:57) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63094 targets configured)
    2373:  �[32m[11,009 / 12,389]�[0m 582 / 1985 tests;�[0m Testing //java/src/org/openqa/selenium/grid/router:router-spotbugs; 0s remote, remote-cache ... (50 actions, 0 running)
    2374:  (09:16:59) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
    2375:  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
    2376:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
    2377:  ^
    2378:  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
    2379:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
    2380:  ^
    2381:  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
    2382:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2383:  ^
    2384:  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
    2385:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
    2386:  ^
    2387:  (09:17:01) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
    2388:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2389:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2390:  ^
    2391:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2392:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
    2393:  ^
    2394:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2395:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
    ...
    
    2398:  �[32m[11,386 / 12,698]�[0m 697 / 2020 tests;�[0m Extracting npm package @mui/[email protected]_796719057; 3s remote, remote-cache ... (50 actions, 1 running)
    2399:  (09:17:07) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63172 targets configured)
    2400:  �[32m[11,580 / 12,853]�[0m 791 / 2063 tests;�[0m [Prepa] Testing //java/test/org/openqa/selenium:SelectElementHandlingTest-edge ... (50 actions, 1 running)
    2401:  (09:17:12) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63204 targets configured)
    2402:  �[32m[11,964 / 13,139]�[0m 956 / 2096 tests;�[0m Testing //java/test/org/openqa/selenium/net:PortProberTest-spotbugs; 1s remote, remote-cache ... (50 actions, 0 running)
    2403:  (09:17:17) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63229 targets configured)
    2404:  �[32m[12,263 / 13,405]�[0m 1084 / 2120 tests;�[0m Testing //java/test/org/openqa/selenium/bidi/input:DefaultMouseTest-spotbugs; 2s remote, remote-cache ... (43 actions, 5 running)
    2405:  (09:17:21) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
    2406:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2407:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2408:  ^
    2409:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2410:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
    2411:  ^
    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:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2416:  private final ErrorCodes errorCodes = new ErrorCodes();
    2417:  ^
    2418:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    2419:  private final ErrorCodes errorCodes = new ErrorCodes();
    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();
    ...
    
    2435:  (09:17:34) �[32mINFO: �[0mFrom Compiling webdriver-net8.0 (internals ref-only dll):
    2436:  (09:17:34) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
    2437:  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).
    2438:  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'.'
    2439:  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'.'
    2440:  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'.'
    2441:  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).
    2442:  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)'.
    2443:  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'
    2444:  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'
    2445:  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'
    2446:  dotnet/src/webdriver/Internal/FileUtilities.cs(194,35): warning SYSLIB0012: 'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
    2447:  dotnet/src/webdriver/Internal/FileUtilities.cs(194,35): warning CS8604: Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
    2448:  (09:17:34) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
    2449:  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'.'
    2450:  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'.'
    2451:  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'.'
    2452:  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).
    2453:  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)'.
    2454:  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'
    2455:  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'
    2456:  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'
    2457:  (09:17:37) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63273 targets configured)
    2458:  �[32m[14,840 / 15,174]�[0m 1632 / 2165 tests;�[0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; 5s remote, remote-cache ... (43 actions, 1 running)
    2459:  (09:17:42) �[32mAnalyzing:�[0m 2168 targets (1631 packages loaded, 63273 targets configured)
    2460:  �[32m[14,937 / 15,234]�[0m 1675 / 2165 tests;�[0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; 10s remote, remote-cache ... (50 actions, 1 running)
    2461:  (09:17:46) �[32mINFO: �[0mAnalyzed 2168 targets (1632 packages loaded, 63330 targets configured).
    2462:  (09:17:48) �[32m[15,075 / 15,246]�[0m 1807 / 2168 tests;�[0m Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild]; 15s remote, remote-cache ... (50 actions, 1 running)
    2463:  (09:17:51) �[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) 
    2464:  (cd /home/runner/.bazel/execroot/_main && \
    2465:  exec env - \
    2466:  BAZEL_BINDIR=bazel-out/k8-fastbuild/bin \
    2467:  ESBUILD_BINARY_PATH=../../../external/aspect_rules_esbuild~~esbuild~esbuild_linux-x64/package/bin/esbuild \
    2468:  JS_BINARY__LOG_ERROR=1 \
    2469:  JS_BINARY__LOG_FATAL=1 \
    2470:  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')
    2471:  # Configuration: 1b49a57d1c0d0fd0b232436c0e2f5361522e553b8fbb95b2aca4ecdb1d9b6aaa
    2472:  # Execution platform: //common/remote-build:platform
    2473:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIEaLalrqL08tt_IjpglQfF3xLnsYwS_HBB66fRzz9lp_EJoD
    2474:  ✘ [ERROR] Could not resolve "@novnc/novnc/core/rfb"
    2475:  javascript/grid-ui/src/components/LiveView/LiveView.tsx:19:16:
    2476:  19 │ import RFB from '@novnc/novnc/core/rfb'
    2477:  ╵                 ~~~~~~~~~~~~~~~~~~~~~~~
    2478:  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.
    2479:  Error: Build failed with 1 error:
    2480:  javascript/grid-ui/src/components/LiveView/LiveView.tsx:19:16: ERROR: Could not resolve "@novnc/novnc/core/rfb"
    2481:  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)
    ...
    
    2483:  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
    2484:  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)
    2485:  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
    2486:  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)
    2487:  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)
    2488:  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)
    2489:  at Socket.emit (node:events:514:28)
    2490:  at addChunk (node:internal/streams/readable:376:12) {
    2491:  errors: [Getter/Setter],
    2492:  warnings: [Getter/Setter]
    2493:  }
    2494:  (09:17:53) �[32m[15,252 / 15,252]�[0m 2076 / 2168 tests, �[31m�[1m163 failed�[0m;�[0m no actions running
    2495:  (09:17:56) �[32mINFO: �[0mAnalysis succeeded for only 1913 of 2168 top-level targets
    2496:  (09:17:56) �[32mINFO: �[0mFound 2168 test targets...
    2497:  (09:17:57) �[32mINFO: �[0mElapsed time: 233.356s, Critical Path: 35.92s
    2498:  (09:17:57) �[32mINFO: �[0m14432 processes: 6954 remote cache hit, 7427 internal, 49 local, 2 remote.
    2499:  (09:17:57) �[31m�[1mERROR: �[0mBuild did NOT complete successfully
    2500:  (09:17:57) �[31m�[1mFAILED:�[0m 
    ...
    
    2613:  //dotnet/test/common:ElementFindingTest-edge                    �[0m�[32m(cached) PASSED�[0m in 31.6s
    2614:  //dotnet/test/common:ElementFindingTest-firefox                 �[0m�[32m(cached) PASSED�[0m in 45.8s
    2615:  //dotnet/test/common:ElementPropertyTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 7.4s
    2616:  //dotnet/test/common:ElementPropertyTest-edge                   �[0m�[32m(cached) PASSED�[0m in 6.9s
    2617:  //dotnet/test/common:ElementPropertyTest-firefox                �[0m�[32m(cached) PASSED�[0m in 9.9s
    2618:  //dotnet/test/common:ElementSelectingTest-chrome                �[0m�[32m(cached) PASSED�[0m in 10.9s
    2619:  //dotnet/test/common:ElementSelectingTest-edge                  �[0m�[32m(cached) PASSED�[0m in 15.4s
    2620:  //dotnet/test/common:ElementSelectingTest-firefox               �[0m�[32m(cached) PASSED�[0m in 22.8s
    2621:  //dotnet/test/common:ErrorsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 7.5s
    2622:  //dotnet/test/common:ErrorsTest-edge                            �[0m�[32m(cached) PASSED�[0m in 8.4s
    2623:  //dotnet/test/common:ErrorsTest-firefox                         �[0m�[32m(cached) PASSED�[0m in 9.2s
    ...
    
    2969:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 96.4s
    2970:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 46.8s
    2971:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 10.0s
    2972:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 23.4s
    2973:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 12.4s
    2974:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 25.3s
    2975:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 28.2s
    2976:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 7.2s
    2977:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 10.9s
    2978:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 7.1s
    2979:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 8.6s
    2980:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta         �[0m�[32m(cached) PASSED�[0m in 12.4s
    2981:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs             �[0m�[32m(cached) PASSED�[0m in 6.5s
    ...
    
    3552:  //java/test/org/openqa/selenium/os:ExternalProcessTest          �[0m�[32m(cached) PASSED�[0m in 2.3s
    3553:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 8.1s
    3554:  //java/test/org/openqa/selenium/os:OsProcessTest                �[0m�[32m(cached) PASSED�[0m in 5.2s
    3555:  //java/test/org/openqa/selenium/os:OsProcessTest-spotbugs       �[0m�[32m(cached) PASSED�[0m in 8.4s
    3556:  //java/test/org/openqa/selenium/remote:AugmenterTest            �[0m�[32m(cached) PASSED�[0m in 7.7s
    3557:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 10.4s
    3558:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest  �[0m�[32m(cached) PASSED�[0m in 1.8s
    3559:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 8.4s
    3560:  //java/test/org/openqa/selenium/remote:ErrorCodecTest           �[0m�[32m(cached) PASSED�[0m in 2.9s
    3561:  //java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs  �[0m�[32m(cached) PASSED�[0m in 7.6s
    3562:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest         �[0m�[32m(cached) PASSED�[0m in 2.8s
    3563:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 10.4s
    ...
    
    4144:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
    4145:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 2.6s
    4146:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    4147:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
    4148:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 1.9s
    4149:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 1.9s
    4150:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 1.9s
    4151:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.8s
    4152:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
    ...
    
    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:  Executed 0 out of 2168 tests: 1913 tests pass and �[0m�[31m�[1m255 fail to build�[0m.
    4421:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
    4422:  (09:18:00) �[32mINFO: �[0mStreaming build results to: https://gypsum.cluster.engflow.com/invocation/23408f5c-29ec-42cb-9b76-61ace86797a2
    4423:  �[0m
    4424:  ##[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.

    @VietND96 VietND96 merged commit 334cfaa into trunk Jan 2, 2025
    1 check passed
    @VietND96 VietND96 deleted the renovate/novnc-novnc-1.x branch January 2, 2025 07:55
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    C-nodejs dependencies Pull requests that update a dependency file
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants