Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[java] Update dependency io.grpc:grpc-context to v1.69.1 #15113

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.grpc:grpc-context 1.69.0 -> 1.69.1 age adoption passing confidence

Release Notes

grpc/grpc-java (io.grpc:grpc-context)

v1.69.1

Compare Source

Bug Fixes
  • okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 (#​11749) (a0982ca). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix
  • xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly (1cf1927). This (along with 1cf1927) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen
  • xds: Remember nonces for unknown types (6c12c2b)
  • xds: Unexpected types in the bootstrap’s server_features should be ignored (e8ff6da). They were previously required to be strings
  • xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (#​11735) (f8f6139). This fixes clients treating large max_requests as “no requests” and failing all requests
  • xds: Remove xds authority label from metric registration (#​11760) (6516c73). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added C-java dependencies Pull requests that update a dependency file labels Jan 18, 2025
Copy link
Contributor

CI Failure Feedback 🧐

Action: CI - GitHub / Java / Browser Tests (windows) / Browser Tests (chrome, windows)

Failed stage: Run Bazel [❌]

Failed test name: ChromeDriverFunctionalTest

Failure summary:

The ChromeDriverFunctionalTest failed with 7 test failures. The main failure was in the
shouldThrowNumberFormatException() test, where there was an assertion error comparing expected vs
actual error messages related to Arabic language port number formatting. While the messages appear
identical, there may be hidden character differences causing the assertion to fail.

Relevant error logs:
1:  ##[group]Operating System
2:  Microsoft Windows Server 2022
...

687:  �[32mINFO: �[0mFrom Compiling absl/crc/internal/crc_x86_arm_combined.cc [for tool]:
688:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
689:  �[32mINFO: �[0mFrom Compiling upb_generator/minitable/names_internal.cc [for tool]:
690:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
691:  �[32mINFO: �[0mFrom Compiling absl/profiling/internal/exponential_biased.cc [for tool]:
692:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
693:  �[32mINFO: �[0mFrom Compiling absl/strings/internal/cordz_functions.cc [for tool]:
694:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
695:  �[32mINFO: �[0mFrom Compiling absl/base/internal/strerror.cc [for tool]:
...

1037:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1038:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1039:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/objectivec/names.cc [for tool]:
1040:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1041:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
1042:  D:\_bazel\execroot\_main\external\protobuf~\src\google\protobuf\compiler\objectivec\names.cc(951) : warning C4715: 'google::protobuf::compiler::objectivec::`anonymous namespace'::FragmentName': not all control paths return a value
1043:  D:\_bazel\execroot\_main\external\protobuf~\src\google\protobuf\compiler\objectivec\names.cc(1080) : warning C4715: 'google::protobuf::compiler::objectivec::`anonymous namespace'::FieldObjCTypeInternal': not all control paths return a value
1044:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
1045:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1046:  private final ErrorCodes errorCodes;
1047:  ^
1048:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1049:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1050:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1051:  this.errorCodes = new ErrorCodes();
1052:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1053:  ^
1054:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1055:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1056:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1057:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
1058:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1059:  ^
1060:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1061:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1062:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1063:  ErrorCodes errorCodes = new ErrorCodes();
1064:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1065:  ^
1066:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1067:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1068:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1069:  ErrorCodes errorCodes = new ErrorCodes();
1070:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1071:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1072:  ^
1073:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1074:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1075:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1076:  response.setStatus(ErrorCodes.SUCCESS);
1077:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1078:  ^
1079:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1080:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1081:  response.setState(ErrorCodes.SUCCESS_STRING);
1082:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1083:  ^
1084:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1085:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1086:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1087:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
1088:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1089:  ^
1090:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1091:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1092:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1191): warning C4141: 'inline': used more than once
1093:  new ErrorCodes().getExceptionType((String) rawError);
1094:  bazel-out/x64_windows-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/_virtual_includes/protobuf_lite\google/protobuf/message_lite.h(1297): warning C4141: 'inline': used more than once
1095:  ^
1096:  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
1097:  private final ErrorCodes errorCodes = new ErrorCodes();
1098:  ^
1099:  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
1100:  private final ErrorCodes errorCodes = new ErrorCodes();
1101:  ^
1102:  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
1103:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
1104:  ^
1105:  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
1106:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1107:  ^
1108:  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
1109:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1110:  ^
1111:  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
1112:  response.setStatus(ErrorCodes.SUCCESS);
1113:  ^
1114:  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
1115:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1116:  ^
1117:  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
1118:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
1119:  ^
1120:  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
1121:  private final ErrorCodes errorCodes = new ErrorCodes();
1122:  ^
1123:  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
1124:  private final ErrorCodes errorCodes = new ErrorCodes();
1125:  ^
1126:  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
1127:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
1128:  ^
1129:  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
1130:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
1131:  ^
1132:  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
1133:  response.setStatus(ErrorCodes.SUCCESS);
...

1625:  �[32mINFO: �[0mFrom Linking external/protobuf~/protoc.exe [for tool]:
1626:  LINK : warning LNK4001: no object files specified; libraries used
1627:  �[32mINFO: �[0mFrom Building external/protobuf~/java/core/libcore.jar (43 source files, 1 source jar) [for tool]:
1628:  external\protobuf~\java\core\src\main\java\com\google\protobuf\RepeatedFieldBuilderV3.java:28: warning: [dep-ann] deprecated item is not annotated with @Deprecated
1629:  public class RepeatedFieldBuilderV3<
1630:  ^
1631:  �[32m[2,209 / 2,409]�[0m [Prepa] Splitting Javascript ../../../javascript/grid-ui/src/index.tsx [esbuild] ... (2 actions, 0 running)
1632:  �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
1633:  java\test\org\openqa\selenium\remote\WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1634:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
...

1642:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_1.log)
1643:  �[32m[2,413 / 2,414]�[0m 4 / 5 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 2s local, disk-cache
1644:  �[32m[2,413 / 2,414]�[0m 4 / 5 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 4s local, disk-cache
1645:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_2.log)
1646:  �[32m[2,413 / 2,414]�[0m 4 / 5 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 5s local, disk-cache
1647:  �[32m[2,413 / 2,414]�[0m 4 / 5 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 7s local, disk-cache
1648:  �[32m[2,413 / 2,414]�[0m 4 / 5 tests;�[0m Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest; 8s local, disk-cache
1649:  �[31m�[1mFAIL: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest (see D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test.log)
1650:  �[31m�[1mFAILED: �[0m//java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest (Summary)
1651:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test.log
1652:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_1.log
1653:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_2.log
1654:  �[32mINFO: �[0mFrom Testing //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest:
1655:  ==================== Test output for //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest:
1656:  Failures: 7
1657:  ?) shouldThrowNumberFormatException() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
1658:  org.opentest4j.AssertionFailedError: 
1659:  Expecting message to be:
1660:  "Couldn't format the port numbers because the System Language is arabic: "--port=?????", please make sure to add the required arguments "-Duser.language=en -Duser.region=US" to your JVM, for more info please visit :
1661:  https://www.selenium.dev/documentation/webdriver/browsers/"
1662:  but was:
1663:  "Couldn't format the port numbers because the System Language is arabic: "--port=?????", please make sure to add the required arguments "-Duser.language=en -Duser.region=US" to your JVM, for more info please visit :
1664:  https://www.selenium.dev/documentation/webdriver/browsers/"
1665:  Throwable that failed the check:
...

1802:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
1803:  at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
1804:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
1805:  at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
1806:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:310)
1807:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:364)
1808:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderOverridesDefaultChromeOptions(ChromeDriverFunctionalTest.java:71)
1809:  ?) driverOverridesDefaultClientConfig() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
1810:  java.lang.AssertionError: 
...

1889:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
1890:  at java.base/java.lang.reflect.Method.invoke(Method.java:568)
1891:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
1892:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
1893:  ================================================================================
1894:  ==================== Test output for //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest:
1895:  Failures: 7
1896:  ?) shouldThrowNumberFormatException() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
1897:  org.opentest4j.AssertionFailedError: 
1898:  Expecting message to be:
1899:  "Couldn't format the port numbers because the System Language is arabic: "--port=?????", please make sure to add the required arguments "-Duser.language=en -Duser.region=US" to your JVM, for more info please visit :
1900:  https://www.selenium.dev/documentation/webdriver/browsers/"
1901:  but was:
1902:  "Couldn't format the port numbers because the System Language is arabic: "--port=?????", please make sure to add the required arguments "-Duser.language=en -Duser.region=US" to your JVM, for more info please visit :
1903:  https://www.selenium.dev/documentation/webdriver/browsers/"
1904:  Throwable that failed the check:
...

2042:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2043:  at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
2044:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2045:  at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
2046:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:310)
2047:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:364)
2048:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderOverridesDefaultChromeOptions(ChromeDriverFunctionalTest.java:71)
2049:  ?) driverOverridesDefaultClientConfig() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2050:  java.lang.AssertionError: 
...

2129:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2130:  at java.base/java.lang.reflect.Method.invoke(Method.java:568)
2131:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2132:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2133:  ================================================================================
2134:  ==================== Test output for //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest:
2135:  Failures: 7
2136:  ?) shouldThrowNumberFormatException() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2137:  org.opentest4j.AssertionFailedError: 
2138:  Expecting message to be:
2139:  "Couldn't format the port numbers because the System Language is arabic: "--port=?????", please make sure to add the required arguments "-Duser.language=en -Duser.region=US" to your JVM, for more info please visit :
2140:  https://www.selenium.dev/documentation/webdriver/browsers/"
2141:  but was:
2142:  "Couldn't format the port numbers because the System Language is arabic: "--port=?????", please make sure to add the required arguments "-Duser.language=en -Duser.region=US" to your JVM, for more info please visit :
2143:  https://www.selenium.dev/documentation/webdriver/browsers/"
2144:  Throwable that failed the check:
...

2281:  at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
2282:  at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
2283:  at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2284:  at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
2285:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.getLocalDriver(RemoteWebDriverBuilder.java:310)
2286:  at org.openqa.selenium.remote.RemoteWebDriverBuilder.build(RemoteWebDriverBuilder.java:364)
2287:  at org.openqa.selenium.chrome.ChromeDriverFunctionalTest.builderOverridesDefaultChromeOptions(ChromeDriverFunctionalTest.java:71)
2288:  ?) driverOverridesDefaultClientConfig() (org.openqa.selenium.chrome.ChromeDriverFunctionalTest)
2289:  java.lang.AssertionError: 
...

2367:  at org.openqa.selenium.testing.SeleniumExtension.getDriver(SeleniumExtension.java:254)
2368:  at org.openqa.selenium.testing.JupiterTestBase.prepareEnvironment(JupiterTestBase.java:84)
2369:  at java.base/java.lang.reflect.Method.invoke(Method.java:568)
2370:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2371:  at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2372:  ================================================================================
2373:  �[32mINFO: �[0mElapsed time: 83.680s, Critical Path: 12.70s
2374:  �[32mINFO: �[0m2153 processes: 1346 disk cache hit, 787 internal, 20 local.
2375:  �[32mINFO: �[0mBuild completed, 1 test FAILED, 2153 total actions
2376:  //java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest �[0m�[32m(cached) PASSED�[0m in 79.0s
2377:  //java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest �[0m�[32m(cached) PASSED�[0m in 88.8s
2378:  //java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest �[0m�[32m(cached) PASSED�[0m in 56.6s
2379:  //java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest �[0m�[32m(cached) PASSED�[0m in 18.8s
2380:  //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest        �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 2.9s
2381:  Stats over 3 runs: max = 2.9s, min = 2.8s, avg = 2.8s, dev = 0.0s
2382:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test.log
2383:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_1.log
2384:  D:/_bazel/execroot/_main/bazel-out/x64_windows-fastbuild/testlogs/java/test/org/openqa/selenium/chrome/ChromeDriverFunctionalTest/test_attempts/attempt_2.log
2385:  Executed 1 out of 5 tests: 4 tests pass and �[0m�[31m�[1m1 fails locally�[0m.
2386:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
2387:  �[0m
2388:  ##[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.

Copy link
Contributor Author

renovate bot commented Jan 19, 2025

Edited/Blocked Notification

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

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

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-java dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants