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

[py] Update dependency idna to v3.10 #15034

Merged
merged 2 commits into from
Jan 6, 2025
Merged

[py] Update dependency idna to v3.10 #15034

merged 2 commits into from
Jan 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
idna (changelog) ==3.7 -> ==3.10 age adoption passing confidence

Release Notes

kjd/idna (idna)

v3.10

Compare Source

v3.9

Compare Source

v3.8

Compare Source

What's Changed

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Full Changelog: kjd/idna@v3.7...v3.8


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

qodo-merge-pro bot commented Jan 6, 2025

CI Failure Feedback 🧐

(Checks updated until commit 35fd57e)

Action: Test / All RBE tests

Failed stage: Run Bazel [❌]

Failed test name: test_should_wait_until_all_visible_elements_are_found_when_searching_for_many[firefox], test_should_fail_if_not_all_elements_are_visible[firefox]

Failure summary:

The test failed because two tests in the webdriverwait_tests.py file failed:
1.
test_should_wait_until_all_visible_elements_are_found_when_searching_for_many[firefox] - Expected to
find 2 visible elements with class 'redbox' but only found 1 element
2.
test_should_fail_if_not_all_elements_are_visible[firefox] - Expected a TimeoutException to be raised
when waiting for all elements to be visible, but no exception was raised

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

1967:  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]
1968:  209 |   for (int i = 0; i < canonical_values_.size(); i++) {
1969:  |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
1970:  external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc: In member function ‘bool google::protobuf::compiler::java::EnumNonLiteGenerator::CanUseEnumValues()’:
1971:  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]
1972:  383 |   if (canonical_values_.size() != descriptor_->value_count()) {
1973:  |       ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1974:  (12:45:46) �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
1975:  java/src/org/openqa/selenium/remote/ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1976:  private final ErrorCodes errorCodes;
1977:  ^
1978:  java/src/org/openqa/selenium/remote/ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1979:  this.errorCodes = new ErrorCodes();
1980:  ^
1981:  java/src/org/openqa/selenium/remote/ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1982:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
1983:  ^
1984:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1985:  ErrorCodes errorCodes = new ErrorCodes();
1986:  ^
1987:  java/src/org/openqa/selenium/remote/Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1988:  ErrorCodes errorCodes = new ErrorCodes();
1989:  ^
1990:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1991:  response.setStatus(ErrorCodes.SUCCESS);
1992:  ^
1993:  java/src/org/openqa/selenium/remote/ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1994:  response.setState(ErrorCodes.SUCCESS_STRING);
1995:  ^
1996:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
1997:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
1998:  ^
1999:  java/src/org/openqa/selenium/remote/W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2000:  new ErrorCodes().getExceptionType((String) rawError);
2001:  ^
2002:  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
2003:  private final ErrorCodes errorCodes = new ErrorCodes();
2004:  ^
2005:  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
2006:  private final ErrorCodes errorCodes = new ErrorCodes();
2007:  ^
2008:  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
2009:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
2010:  ^
2011:  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
2012:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
2013:  ^
2014:  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
2015:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
2016:  ^
2017:  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
2018:  response.setStatus(ErrorCodes.SUCCESS);
2019:  ^
2020:  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
2021:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
2022:  ^
2023:  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
2024:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
2025:  ^
2026:  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
2027:  private final ErrorCodes errorCodes = new ErrorCodes();
2028:  ^
2029:  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
2030:  private final ErrorCodes errorCodes = new ErrorCodes();
2031:  ^
2032:  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
2033:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
2034:  ^
2035:  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
2036:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
2037:  ^
2038:  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
2039:  response.setStatus(ErrorCodes.SUCCESS);
...

2097:  �[32m[6,055 / 6,558]�[0m 150 / 788 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:zipper-firefox-beta-bidi ... (46 actions, 1 running)
2098:  (12:46:11) �[32mAnalyzing:�[0m 2177 targets (1643 packages loaded, 58557 targets configured)
2099:  �[32m[6,568 / 7,637]�[0m 183 / 879 tests;�[0m Testing //java/src/org/openqa/selenium/grid/log:log-spotbugs; 2s remote, remote-cache ... (41 actions, 4 running)
2100:  (12:46:17) �[32mAnalyzing:�[0m 2177 targets (1643 packages loaded, 58700 targets configured)
2101:  �[32m[7,188 / 9,131]�[0m 204 / 1506 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:listener-firefox-beta; 5s ... (49 actions, 7 running)
2102:  (12:46:22) �[32mAnalyzing:�[0m 2177 targets (1644 packages loaded, 63105 targets configured)
2103:  �[32m[7,721 / 10,158]�[0m 298 / 1899 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:storage-chrome ... (50 actions, 3 running)
2104:  (12:46:25) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
2105:  java/test/org/openqa/selenium/remote/WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2106:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
2107:  ^
2108:  (12:46:27) �[32mAnalyzing:�[0m 2177 targets (1644 packages loaded, 63109 targets configured)
2109:  �[32m[8,859 / 10,898]�[0m 401 / 1899 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi ... (50 actions, 4 running)
2110:  (12:46:31) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/json/JsonTest.jar (1 source file):
2111:  java/test/org/openqa/selenium/json/JsonTest.java:430: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2112:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2113:  ^
2114:  java/test/org/openqa/selenium/json/JsonTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2115:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(0));
2116:  ^
2117:  java/test/org/openqa/selenium/json/JsonTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2118:  assertThat(response.getState()).isEqualTo(new ErrorCodes().toState(32));
...

2124:  (12:46:32) �[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
2125:  (12:46:32) �[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
2126:  (12:46:32) �[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
2127:  (12:46:32) �[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
2128:  (12:46:32) �[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
2129:  (12:46:32) �[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
2130:  (12:46:32) �[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
2131:  (12:46:32) �[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
2132:  (12:46:32) �[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
...

2235:  (12:46:32) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/test_bootstrap.js -> javascript/webdriver/test/test_bootstrap.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2236:  (12:46:32) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/testutil.js -> javascript/webdriver/test/testutil.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2237:  (12:46:32) �[35mWARNING: �[0m/home/runner/work/selenium/selenium/javascript/webdriver/BUILD.bazel:66:19: runfiles symlink javascript/webdriver/test/testutil_test.js -> javascript/webdriver/test/testutil_test.js obscured by javascript/webdriver/test -> bazel-out/k8-fastbuild/bin/javascript/webdriver/test
2238:  (12:46:32) �[32mAnalyzing:�[0m 2177 targets (1644 packages loaded, 63136 targets configured)
2239:  �[32m[10,048 / 11,624]�[0m 498 / 1926 tests;�[0m [Prepa] Testing //rb/spec/integration/selenium/webdriver:guard-chrome-bidi ... (48 actions, 3 running)
2240:  (12:46:37) �[32mAnalyzing:�[0m 2177 targets (1644 packages loaded, 63161 targets configured)
2241:  �[32m[11,323 / 12,459]�[0m 628 / 1950 tests;�[0m [Prepa] Testing //py:common-firefox-test/selenium/webdriver/common/typing_tests.py ... (48 actions, 19 running)
2242:  (12:46:37) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/codec/w3c/W3CHttpResponseCodecTest.jar (1 source file):
2243:  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
2244:  import static org.openqa.selenium.remote.ErrorCodes.METHOD_NOT_ALLOWED;
2245:  ^
2246:  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
2247:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.SUCCESS);
2248:  ^
2249:  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
2250:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2251:  ^
2252:  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
2253:  assertThat(decoded.getStatus()).isEqualTo(ErrorCodes.UNHANDLED_ERROR);
2254:  ^
2255:  (12:46:42) �[32mAnalyzing:�[0m 2177 targets (1644 packages loaded, 63188 targets configured)
2256:  �[32m[12,128 / 13,073]�[0m 740 / 1978 tests;�[0m [Prepa] PackageZip javascript/grid-ui/react-zip.jar ... (41 actions, 1 running)
2257:  (12:46:42) �[32mINFO: �[0mFrom PackageZip javascript/grid-ui/react-zip.jar:
2258:  /mnt/engflow/worker/work/0/exec/bazel-out/k8-opt-exec-ST-a934f86a68ba/bin/external/rules_pkg~/pkg/private/zip/build_zip.runfiles/rules_python~~python~python_3_8_x86_64-unknown-linux-gnu/lib/python3.8/zipfile.py:1525: UserWarning: Duplicate name: 'grid-ui/'
2259:  return self._open_to_write(zinfo, force_zip64=force_zip64)
2260:  (12:46:45) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/RemotableByTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2261:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2262:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2263:  ^
2264:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2265:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2266:  ^
2267:  java/test/org/openqa/selenium/remote/RemotableByTest.java:23: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2268:  import static org.openqa.selenium.remote.ErrorCodes.SUCCESS_STRING;
2269:  ^
2270:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2271:  private final ErrorCodes errorCodes = new ErrorCodes();
2272:  ^
2273:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2274:  private final ErrorCodes errorCodes = new ErrorCodes();
2275:  ^
2276:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2277:  private final ErrorCodes errorCodes = new ErrorCodes();
2278:  ^
2279:  java/test/org/openqa/selenium/remote/RemotableByTest.java:45: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2280:  private final ErrorCodes errorCodes = new ErrorCodes();
2281:  ^
2282:  (12:46:45) �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/ErrorHandlerTest.jar (1 source file) and running annotation processors (AutoServiceProcessor):
2283:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:79: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2284:  handler.throwIfResponseFailed(createResponse(ErrorCodes.SUCCESS), 100);
2285:  ^
2286:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:85: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2287:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2288:  ^
2289:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:86: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2290:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2291:  ^
2292:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:87: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2293:  assertThrowsCorrectExceptionType(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2294:  ^
2295:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:88: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2296:  assertThrowsCorrectExceptionType(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2297:  ^
2298:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:90: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2299:  ErrorCodes.METHOD_NOT_ALLOWED, UnsupportedCommandException.class);
2300:  ^
2301:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:92: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2302:  ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2303:  ^
2304:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:94: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2305:  ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2306:  ^
2307:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:95: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2308:  assertThrowsCorrectExceptionType(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2309:  ^
2310:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:107: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2311:  Response response = createResponse(ErrorCodes.UNHANDLED_ERROR);
2312:  ^
2313:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:120: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2314:  createResponse(ErrorCodes.UNHANDLED_ERROR, "boom"), 123))
2315:  ^
2316:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:133: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2317:  createResponse(ErrorCodes.UNHANDLED_ERROR, ImmutableMap.of("message", "boom")),
2318:  ^
2319:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:147: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2320:  ErrorCodes.UNHANDLED_ERROR,
2321:  ^
2322:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:167: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2323:  ErrorCodes.UNHANDLED_ERROR,
2324:  ^
2325:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:193: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2326:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2327:  ^
2328:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:214: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2329:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2330:  ^
2331:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:248: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2332:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2333:  ^
2334:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:280: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2335:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2336:  ^
2337:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:308: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2338:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2339:  ^
2340:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:327: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2341:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2342:  ^
2343:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:355: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2344:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2345:  ^
2346:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:394: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2347:  createResponse(ErrorCodes.UNHANDLED_ERROR, data), 123))
2348:  ^
2349:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:426: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2350:  createResponse(ErrorCodes.UNHANDLED_ERROR, toMap(serverError)), 123))
2351:  ^
2352:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:435: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2353:  exceptions.put(ErrorCodes.NO_SUCH_SESSION, NoSuchSessionException.class);
2354:  ^
2355:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:436: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2356:  exceptions.put(ErrorCodes.NO_SUCH_ELEMENT, NoSuchElementException.class);
2357:  ^
2358:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:437: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2359:  exceptions.put(ErrorCodes.NO_SUCH_FRAME, NoSuchFrameException.class);
2360:  ^
2361:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:438: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2362:  exceptions.put(ErrorCodes.UNKNOWN_COMMAND, UnsupportedCommandException.class);
2363:  ^
2364:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:439: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2365:  exceptions.put(ErrorCodes.STALE_ELEMENT_REFERENCE, StaleElementReferenceException.class);
2366:  ^
2367:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:440: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2368:  exceptions.put(ErrorCodes.INVALID_ELEMENT_STATE, InvalidElementStateException.class);
2369:  ^
2370:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:441: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2371:  exceptions.put(ErrorCodes.UNHANDLED_ERROR, WebDriverException.class);
2372:  ^
2373:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:442: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2374:  exceptions.put(ErrorCodes.JAVASCRIPT_ERROR, JavascriptException.class);
2375:  ^
2376:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:443: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2377:  exceptions.put(ErrorCodes.XPATH_LOOKUP_ERROR, InvalidSelectorException.class);
2378:  ^
2379:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:444: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2380:  exceptions.put(ErrorCodes.TIMEOUT, TimeoutException.class);
2381:  ^
2382:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:445: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2383:  exceptions.put(ErrorCodes.NO_SUCH_WINDOW, NoSuchWindowException.class);
2384:  ^
2385:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:446: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2386:  exceptions.put(ErrorCodes.INVALID_COOKIE_DOMAIN, InvalidCookieDomainException.class);
2387:  ^
2388:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:447: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2389:  exceptions.put(ErrorCodes.UNABLE_TO_SET_COOKIE, UnableToSetCookieException.class);
2390:  ^
2391:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:448: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2392:  exceptions.put(ErrorCodes.UNEXPECTED_ALERT_PRESENT, UnhandledAlertException.class);
2393:  ^
2394:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:449: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2395:  exceptions.put(ErrorCodes.NO_ALERT_PRESENT, NoAlertPresentException.class);
2396:  ^
2397:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:450: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2398:  exceptions.put(ErrorCodes.ASYNC_SCRIPT_TIMEOUT, ScriptTimeoutException.class);
2399:  ^
2400:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:451: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2401:  exceptions.put(ErrorCodes.INVALID_SELECTOR_ERROR, InvalidSelectorException.class);
2402:  ^
2403:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:452: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2404:  exceptions.put(ErrorCodes.SESSION_NOT_CREATED, SessionNotCreatedException.class);
2405:  ^
2406:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:453: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2407:  exceptions.put(ErrorCodes.MOVE_TARGET_OUT_OF_BOUNDS, MoveTargetOutOfBoundsException.class);
2408:  ^
2409:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:454: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2410:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR, InvalidSelectorException.class);
2411:  ^
2412:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:455: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2413:  exceptions.put(ErrorCodes.INVALID_XPATH_SELECTOR_RETURN_TYPER, InvalidSelectorException.class);
2414:  ^
2415:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:469: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2416:  ? ErrorCodes.INVALID_SELECTOR_ERROR
2417:  ^
2418:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:471: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2419:  assertThat(new ErrorCodes().toStatusCode(e)).isEqualTo(expected);
2420:  ^
2421:  java/test/org/openqa/selenium/remote/ErrorHandlerTest.java:483: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
2422:  response.setState(new ErrorCodes().toState(status));
...

2428:  (12:46:55) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0 (internals ref-only dll):
2429:  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).
2430:  (12:46:57) �[32mINFO: �[0mFrom Compiling webdriver-netstandard2.0:
2431:  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'.'
2432:  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'.'
2433:  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'.'
2434:  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).
2435:  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)'.
2436:  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'
2437:  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'
2438:  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'
...

2440:  (12:46:57) �[32mAnalyzing:�[0m 2177 targets (1644 packages loaded, 63302 targets configured)
2441:  �[32m[13,365 / 14,056]�[0m 1205 / 2092 tests;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py; 8s remote, remote-cache ... (50 actions, 1 running)
2442:  (12:46:58) �[32mINFO: �[0mFrom Compiling webdriver-net8.0:
2443:  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'.'
2444:  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'.'
2445:  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'.'
2446:  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).
2447:  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)'.
2448:  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'
2449:  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'
2450:  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'
...

2474:  (12:50:43) �[31m�[1mFAIL: �[0m//py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py/test_attempts/attempt_1.log)
2475:  (12:50:49) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py; 239s remote, remote-cache
2476:  (12:51:22) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py; 273s remote, remote-cache
2477:  (12:52:22) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py; 333s remote, remote-cache
2478:  (12:53:22) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py; 393s remote, remote-cache
2479:  (12:54:22) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py; 453s remote, remote-cache
2480:  (12:54:37) �[32m[15,614 / 15,615]�[0m 2176 / 2177 tests;�[0m Testing //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py; 468s remote, remote-cache
2481:  (12:54:37) �[31m�[1mFAIL: �[0m//py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py/test.log)
2482:  �[31m�[1mFAILED: �[0m//py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py (Summary)
...

2485:  (12:54:37) �[32mINFO: �[0mFrom Testing //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py:
2486:  ==================== Test output for //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py:
2487:  ============================= test session starts ==============================
2488:  platform linux -- Python 3.8.19, pytest-7.4.4, pluggy-1.3.0
2489:  rootdir: /mnt/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/py/common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py.runfiles/_main/py
2490:  configfile: pyproject.toml
2491:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
2492:  collected 33 items
2493:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_with_invalid_selector_exception[firefox] PASSED [  3%]
2494:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_explicitly_wait_for_a_single_element[firefox] PASSED [  6%]
2495:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_still_fail_to_find_an_element_with_explicit_wait[firefox] PASSED [  9%]
2496:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_explicitly_wait_until_at_least_one_element_is_found_when_searching_for_many[firefox] PASSED [ 12%]
2497:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_to_find_elements_when_explicit_waiting[firefox] PASSED [ 15%]
2498:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_until_at_least_one_visible_elements_is_found_when_searching_for_many[firefox] PASSED [ 18%]
2499:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_to_find_visible_elements_when_explicit_waiting[firefox] PASSED [ 21%]
2500:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_until_all_visible_elements_are_found_when_searching_for_many[firefox] FAILED [ 24%]
...

2505:  pages.load("hidden_partially.html")
2506:  add_visible = driver.find_element(By.ID, "addVisible")
2507:  add_visible.click()
2508:  add_visible.click()
2509:  elements = WebDriverWait(driver, 3).until(EC.visibility_of_all_elements_located((By.CLASS_NAME, "redbox")))
2510:  >       assert len(elements) == 2
2511:  E       assert 1 == 2
2512:  E        +  where 1 = len([<selenium.webdriver.remote.webelement.WebElement (session="7554c927-1cf6-470d-9fc3-3c6d2814cdfc", element="743eba00-60d7-42d0-bbaa-ee1aa199286e")>])
2513:  py/test/selenium/webdriver/common/webdriverwait_tests.py:112: AssertionError
2514:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_if_not_all_elements_are_visible[firefox] PASSED [ 27%]
2515:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_only_as_long_as_timeout_specified_when_implicit_waits_are_set[firefox] PASSED [ 30%]
2516:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_at_least_once[firefox] PASSED [ 33%]
2517:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_until_not_returns_if_evaluates_to_false[firefox] PASSED [ 36%]
2518:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_should_still_fail_if_produce_ignored_exception[firefox] PASSED [ 39%]
2519:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_should_still_fail_if_produce_child_of_ignored_exception[firefox] PASSED [ 42%]
2520:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_until_not_should_not_fail_if_produce_ignored_exception[firefox] PASSED [ 45%]
...

2532:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_staleness_of[firefox] PASSED [ 81%]
2533:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_element_to_be_selected[firefox] PASSED [ 84%]
2534:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_element_located_to_be_selected[firefox] PASSED [ 87%]
2535:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_element_selection_state_to_be[firefox] PASSED [ 90%]
2536:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_element_located_selection_state_to_be[firefox] PASSED [ 93%]
2537:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_alert_is_present[firefox] PASSED [ 96%]
2538:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_attribute_to_be_include_in_element[firefox] PASSED [100%]
2539:  =========================== short test summary info ============================
2540:  FAILED py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_until_all_visible_elements_are_found_when_searching_for_many[firefox] - assert 1 == 2
2541:  +  where 1 = len([<selenium.webdriver.remote.webelement.WebElement (session="7554c927-1cf6-470d-9fc3-3c6d2814cdfc", element="743eba00-60d7-42d0-bbaa-ee1aa199286e")>])
2542:  =================== 1 failed, 32 passed in 230.88s (0:03:50) ===================
...

2544:  ================================================================================
2545:  ==================== Test output for //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py:
2546:  ============================= test session starts ==============================
2547:  platform linux -- Python 3.8.19, pytest-7.4.4, pluggy-1.3.0
2548:  rootdir: /mnt/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/py/common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py.runfiles/_main/py
2549:  configfile: pyproject.toml
2550:  plugins: instafail-0.5.0, trio-0.8.0, mock-3.12.0
2551:  collected 33 items
2552:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_with_invalid_selector_exception[firefox] PASSED [  3%]
2553:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_explicitly_wait_for_a_single_element[firefox] PASSED [  6%]
2554:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_still_fail_to_find_an_element_with_explicit_wait[firefox] PASSED [  9%]
2555:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_explicitly_wait_until_at_least_one_element_is_found_when_searching_for_many[firefox] PASSED [ 12%]
2556:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_to_find_elements_when_explicit_waiting[firefox] PASSED [ 15%]
2557:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_until_at_least_one_visible_elements_is_found_when_searching_for_many[firefox] PASSED [ 18%]
2558:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_to_find_visible_elements_when_explicit_waiting[firefox] PASSED [ 21%]
2559:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_until_all_visible_elements_are_found_when_searching_for_many[firefox] PASSED [ 24%]
2560:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_if_not_all_elements_are_visible[firefox] FAILED [ 27%]
2561:  __________ test_should_fail_if_not_all_elements_are_visible[firefox] ___________
2562:  driver = <selenium.webdriver.firefox.webdriver.WebDriver (session="b8e11d50-784d-41e5-8ad6-15a62239c0c8")>
2563:  pages = <conftest.pages.<locals>.Pages object at 0x7fc8855fdfa0>
2564:  def test_should_fail_if_not_all_elements_are_visible(driver, pages):
2565:  pages.load("hidden_partially.html")
2566:  add_visible = driver.find_element(By.ID, "addVisible")
2567:  add_hidden = driver.find_element(By.ID, "addHidden")
2568:  add_visible.click()
2569:  add_hidden.click()
2570:  with pytest.raises(TimeoutException):
2571:  >           WebDriverWait(driver, 0.7).until(EC.visibility_of_all_elements_located((By.CLASS_NAME, "redbox")))
2572:  E           Failed: DID NOT RAISE <class 'selenium.common.exceptions.TimeoutException'>
2573:  py/test/selenium/webdriver/common/webdriverwait_tests.py:123: Failed
2574:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_only_as_long_as_timeout_specified_when_implicit_waits_are_set[firefox] PASSED [ 30%]
2575:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_wait_at_least_once[firefox] PASSED [ 33%]
2576:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_until_not_returns_if_evaluates_to_false[firefox] PASSED [ 36%]
2577:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_should_still_fail_if_produce_ignored_exception[firefox] PASSED [ 39%]
2578:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_should_still_fail_if_produce_child_of_ignored_exception[firefox] PASSED [ 42%]
2579:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_wait_until_not_should_not_fail_if_produce_ignored_exception[firefox] PASSED [ 45%]
...

2591:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_staleness_of[firefox] PASSED [ 81%]
2592:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_element_to_be_selected[firefox] PASSED [ 84%]
2593:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_element_located_to_be_selected[firefox] PASSED [ 87%]
2594:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_element_selection_state_to_be[firefox] PASSED [ 90%]
2595:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_element_located_selection_state_to_be[firefox] PASSED [ 93%]
2596:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_alert_is_present[firefox] PASSED [ 96%]
2597:  py/test/selenium/webdriver/common/webdriverwait_tests.py::test_expected_condition_attribute_to_be_include_in_element[firefox] PASSED [100%]
2598:  =========================== short test summary info ============================
2599:  FAILED py/test/selenium/webdriver/common/webdriverwait_tests.py::test_should_fail_if_not_all_elements_are_visible[firefox] - Failed: DID NOT RAISE <class 'selenium.common.exceptions.TimeoutException'>
2600:  =================== 1 failed, 32 passed in 230.61s (0:03:50) ===================
2601:  Execution result: https://gypsum.cluster.engflow.com/actions/executions/ChCgHfMQ0UNCiqLjEC0JFA-PEgdkZWZhdWx0GiUKIFc4n7iWQMeqPcecCffWpcSkFOIagrAW47u_sRAcBmNEEJ8D
2602:  ================================================================================
2603:  (12:54:37) �[32mINFO: �[0mFound 2177 test targets...
2604:  (12:54:38) �[32mINFO: �[0mElapsed time: 653.104s, Critical Path: 473.11s
2605:  (12:54:38) �[32mINFO: �[0m14827 processes: 7412 remote cache hit, 7362 internal, 49 local, 4 remote.
2606:  (12:54:38) �[32mINFO: �[0mBuild completed, 1 test FAILED, 14827 total actions
...

2720:  //dotnet/test/common:ElementFindingTest-edge                    �[0m�[32m(cached) PASSED�[0m in 22.0s
2721:  //dotnet/test/common:ElementFindingTest-firefox                 �[0m�[32m(cached) PASSED�[0m in 33.9s
2722:  //dotnet/test/common:ElementPropertyTest-chrome                 �[0m�[32m(cached) PASSED�[0m in 5.3s
2723:  //dotnet/test/common:ElementPropertyTest-edge                   �[0m�[32m(cached) PASSED�[0m in 7.5s
2724:  //dotnet/test/common:ElementPropertyTest-firefox                �[0m�[32m(cached) PASSED�[0m in 9.1s
2725:  //dotnet/test/common:ElementSelectingTest-chrome                �[0m�[32m(cached) PASSED�[0m in 8.5s
2726:  //dotnet/test/common:ElementSelectingTest-edge                  �[0m�[32m(cached) PASSED�[0m in 12.2s
2727:  //dotnet/test/common:ElementSelectingTest-firefox               �[0m�[32m(cached) PASSED�[0m in 5.1s
2728:  //dotnet/test/common:ErrorsTest-chrome                          �[0m�[32m(cached) PASSED�[0m in 5.4s
2729:  //dotnet/test/common:ErrorsTest-edge                            �[0m�[32m(cached) PASSED�[0m in 8.5s
2730:  //dotnet/test/common:ErrorsTest-firefox                         �[0m�[32m(cached) PASSED�[0m in 8.9s
...

3079:  //java/test/org/openqa/selenium:ElementFindingTest-edge         �[0m�[32m(cached) PASSED�[0m in 56.3s
3080:  //java/test/org/openqa/selenium:ElementFindingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 33.9s
3081:  //java/test/org/openqa/selenium:ElementFindingTest-spotbugs     �[0m�[32m(cached) PASSED�[0m in 12.2s
3082:  //java/test/org/openqa/selenium:ElementSelectingTest            �[0m�[32m(cached) PASSED�[0m in 30.2s
3083:  //java/test/org/openqa/selenium:ElementSelectingTest-chrome     �[0m�[32m(cached) PASSED�[0m in 12.7s
3084:  //java/test/org/openqa/selenium:ElementSelectingTest-edge       �[0m�[32m(cached) PASSED�[0m in 25.1s
3085:  //java/test/org/openqa/selenium:ElementSelectingTest-firefox-beta �[0m�[32m(cached) PASSED�[0m in 28.8s
3086:  //java/test/org/openqa/selenium:ElementSelectingTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 7.7s
3087:  //java/test/org/openqa/selenium:ErrorsTest                      �[0m�[32m(cached) PASSED�[0m in 20.0s
3088:  //java/test/org/openqa/selenium:ErrorsTest-chrome               �[0m�[32m(cached) PASSED�[0m in 7.0s
3089:  //java/test/org/openqa/selenium:ErrorsTest-edge                 �[0m�[32m(cached) PASSED�[0m in 9.7s
3090:  //java/test/org/openqa/selenium:ErrorsTest-firefox-beta         �[0m�[32m(cached) PASSED�[0m in 12.4s
3091:  //java/test/org/openqa/selenium:ErrorsTest-spotbugs             �[0m�[32m(cached) PASSED�[0m in 7.8s
...

3832:  //java/test/org/openqa/selenium/os:ExternalProcessTest          �[0m�[32m(cached) PASSED�[0m in 3.3s
3833:  //java/test/org/openqa/selenium/os:ExternalProcessTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.6s
3834:  //java/test/org/openqa/selenium/os:OsProcessTest                �[0m�[32m(cached) PASSED�[0m in 5.3s
3835:  //java/test/org/openqa/selenium/os:OsProcessTest-spotbugs       �[0m�[32m(cached) PASSED�[0m in 8.2s
3836:  //java/test/org/openqa/selenium/remote:AugmenterTest            �[0m�[32m(cached) PASSED�[0m in 4.9s
3837:  //java/test/org/openqa/selenium/remote:AugmenterTest-spotbugs   �[0m�[32m(cached) PASSED�[0m in 9.7s
3838:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest  �[0m�[32m(cached) PASSED�[0m in 1.7s
3839:  //java/test/org/openqa/selenium/remote:DesiredCapabilitiesTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 11.2s
3840:  //java/test/org/openqa/selenium/remote:ErrorCodecTest           �[0m�[32m(cached) PASSED�[0m in 2.4s
3841:  //java/test/org/openqa/selenium/remote:ErrorCodecTest-spotbugs  �[0m�[32m(cached) PASSED�[0m in 7.7s
3842:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest         �[0m�[32m(cached) PASSED�[0m in 1.9s
3843:  //java/test/org/openqa/selenium/remote:ErrorHandlerTest-spotbugs �[0m�[32m(cached) PASSED�[0m in 9.5s
...

4429:  //py:unit-test/unit/selenium/webdriver/chrome/chrome_options_tests.py �[0m�[32m(cached) PASSED�[0m in 3.3s
4430:  //py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py �[0m�[32m(cached) PASSED�[0m in 3.8s
4431:  //py:unit-test/unit/selenium/webdriver/common/common_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.8s
4432:  //py:unit-test/unit/selenium/webdriver/common/fedcm/account_tests.py �[0m�[32m(cached) PASSED�[0m in 2.0s
4433:  //py:unit-test/unit/selenium/webdriver/common/fedcm/dialog_tests.py �[0m�[32m(cached) PASSED�[0m in 2.3s
4434:  //py:unit-test/unit/selenium/webdriver/common/print_page_options_tests.py �[0m�[32m(cached) PASSED�[0m in 1.9s
4435:  //py:unit-test/unit/selenium/webdriver/edge/edge_options_tests.py �[0m�[32m(cached) PASSED�[0m in 2.1s
4436:  //py:unit-test/unit/selenium/webdriver/firefox/firefox_options_tests.py �[0m�[32m(cached) PASSED�[0m in 1.9s
4437:  //py:unit-test/unit/selenium/webdriver/remote/error_handler_tests.py �[0m�[32m(cached) PASSED�[0m in 3.1s
...

4472:  //rb/spec/integration/selenium/webdriver:element-edge-bidi      �[0m�[32m(cached) PASSED�[0m in 24.6s
4473:  //rb/spec/integration/selenium/webdriver:element-edge-remote    �[0m�[32m(cached) PASSED�[0m in 45.3s
4474:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 73.0s
4475:  //rb/spec/integration/selenium/webdriver:element-firefox-beta   �[0m�[32m(cached) PASSED�[0m in 61.9s
4476:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 17.4s
4477:  //rb/spec/integration/selenium/webdriver:element-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 62.2s
4478:  //rb/spec/integration/selenium/webdriver:element-firefox-bidi   �[0m�[32m(cached) PASSED�[0m in 24.7s
4479:  //rb/spec/integration/selenium/webdriver:element-firefox-remote �[0m�[32m(cached) PASSED�[0m in 87.7s
4480:  //rb/spec/integration/selenium/webdriver:error-chrome           �[0m�[32m(cached) PASSED�[0m in 22.5s
4481:  //rb/spec/integration/selenium/webdriver:error-chrome-bidi      �[0m�[32m(cached) PASSED�[0m in 22.3s
4482:  //rb/spec/integration/selenium/webdriver:error-chrome-remote    �[0m�[32m(cached) PASSED�[0m in 20.7s
4483:  //rb/spec/integration/selenium/webdriver:error-edge             �[0m�[32m(cached) PASSED�[0m in 23.3s
4484:  //rb/spec/integration/selenium/webdriver:error-edge-bidi        �[0m�[32m(cached) PASSED�[0m in 16.9s
4485:  //rb/spec/integration/selenium/webdriver:error-edge-remote      �[0m�[32m(cached) PASSED�[0m in 25.7s
4486:  //rb/spec/integration/selenium/webdriver:error-firefox          �[0m�[32m(cached) PASSED�[0m in 30.5s
4487:  //rb/spec/integration/selenium/webdriver:error-firefox-beta     �[0m�[32m(cached) PASSED�[0m in 29.9s
4488:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-bidi �[0m�[32m(cached) PASSED�[0m in 22.2s
4489:  //rb/spec/integration/selenium/webdriver:error-firefox-beta-remote �[0m�[32m(cached) PASSED�[0m in 25.7s
4490:  //rb/spec/integration/selenium/webdriver:error-firefox-bidi     �[0m�[32m(cached) PASSED�[0m in 5.6s
4491:  //rb/spec/integration/selenium/webdriver:error-firefox-remote   �[0m�[32m(cached) PASSED�[0m in 27.0s
...

4776:  //rb/spec/unit/selenium/webdriver/safari:service                �[0m�[32m(cached) PASSED�[0m in 12.7s
4777:  //rb/spec/unit/selenium/webdriver/support:color                 �[0m�[32m(cached) PASSED�[0m in 16.8s
4778:  //rb/spec/unit/selenium/webdriver/support:event_firing          �[0m�[32m(cached) PASSED�[0m in 20.0s
4779:  //rb/spec/unit/selenium/webdriver/support:select                �[0m�[32m(cached) PASSED�[0m in 13.1s
4780:  //rust:selenium-manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.2s
4781:  //rust:selenium_manager-fmt                                     �[0m�[32m(cached) PASSED�[0m in 0.3s
4782:  //rust:unit                                                     �[0m�[32m(cached) PASSED�[0m in 0.1s
4783:  //rust:unit-fmt                                                 �[0m�[32m(cached) PASSED�[0m in 0.2s
4784:  //py:common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py �[0m�[31m�[1mFAILED�[0m in 2 out of 2 in 233.0s
4785:  Stats over 2 runs: max = 233.0s, min = 232.9s, avg = 232.9s, dev = 0.0s
4786:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py/test.log
4787:  /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/py/common-firefox-test/selenium/webdriver/common/webdriverwait_tests.py/test_attempts/attempt_1.log
4788:  Executed 1 out of 2177 tests: 2176 tests pass and �[0m�[31m�[1m1 fails remotely�[0m.
4789:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
4790:  (12:54:39) �[32mINFO: �[0mStreaming build results to: https://gypsum.cluster.engflow.com/invocation/9333b5f4-2379-44a8-83d0-16828e00b3df
4791:  �[0m
4792:  ##[error]Process completed with exit code 3.

✨ CI feedback usage guide:

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

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

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

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

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

Configuration options

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

See more information about the checks tool in the docs.

Copy link
Contributor Author

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

@diemol diemol merged commit df7cbf3 into trunk Jan 6, 2025
1 check passed
@diemol diemol deleted the renovate/idna-3.x branch January 6, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-py dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants