Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[dotnet][java][js][py][rb][rust] Update dependency aspect_bazel_lib to v2.10.0 #14971

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2024

This PR contains the following updates:

Package Type Update Change
aspect_bazel_lib bazel_dep minor 2.8.1 -> 2.10.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-build Build related issues (bazel and CI) dependencies Pull requests that update a dependency file labels Dec 28, 2024
Copy link
Contributor

CI Failure Feedback 🧐

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

Failed stage: [❌]

Failure summary:

The build was interrupted and did not complete successfully. The main issues were:

  • The build was cancelled after running for 21522 seconds (about 6 hours)
  • Only 4 out of 5 tests were executed, with 1 test being skipped
  • There were tests whose specified size was too big (as indicated by the
    --test_verbose_timeout_warnings warning)
  • The operation was ultimately cancelled, likely due to exceeding time limits

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    644:  �[32mINFO: �[0mFrom Compiling absl/time/internal/cctz/src/time_zone_if.cc [for tool]:
    645:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    646:  �[32mINFO: �[0mFrom Compiling absl/time/internal/cctz/src/time_zone_fixed.cc [for tool]:
    647:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    648:  �[32mINFO: �[0mFrom Compiling absl/numeric/int128.cc [for tool]:
    649:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    650:  �[32mINFO: �[0mFrom Compiling absl/base/internal/throw_delegate.cc [for tool]:
    651:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    652:  �[32mINFO: �[0mFrom Compiling absl/base/internal/strerror.cc [for tool]:
    ...
    
    1518:  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
    1519:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    1520:  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
    1521:  �[32mINFO: �[0mFrom Compiling src/google/protobuf/compiler/java/lite/extension.cc [for tool]:
    1522:  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
    1523:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    1524:  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
    1525:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    1526:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1527:  private final ErrorCodes errorCodes;
    1528:  ^
    1529:  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
    1530:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1531:  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
    1532:  this.errorCodes = new ErrorCodes();
    1533:  ^
    1534:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1535:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1536:  ^
    1537:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1538:  ErrorCodes errorCodes = new ErrorCodes();
    1539:  ^
    1540:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1541:  ErrorCodes errorCodes = new ErrorCodes();
    1542:  ^
    1543:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1544:  response.setStatus(ErrorCodes.SUCCESS);
    1545:  ^
    1546:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1547:  response.setState(ErrorCodes.SUCCESS_STRING);
    1548:  ^
    1549:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1550:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    1551:  ^
    1552:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1553:  new ErrorCodes().getExceptionType((String) rawError);
    1554:  ^
    1555:  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
    1556:  private final ErrorCodes errorCodes = new ErrorCodes();
    1557:  ^
    1558:  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
    1559:  private final ErrorCodes errorCodes = new ErrorCodes();
    1560:  ^
    1561:  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
    1562:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    1563:  ^
    1564:  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
    1565:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1566:  ^
    1567:  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
    1568:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1569:  ^
    1570:  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
    1571:  response.setStatus(ErrorCodes.SUCCESS);
    1572:  ^
    1573:  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
    1574:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1575:  ^
    1576:  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
    1577:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1578:  ^
    1579:  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
    1580:  private final ErrorCodes errorCodes = new ErrorCodes();
    1581:  ^
    1582:  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
    1583:  private final ErrorCodes errorCodes = new ErrorCodes();
    1584:  ^
    1585:  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
    1586:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1587:  ^
    1588:  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
    1589:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1590:  ^
    1591:  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
    1592:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    1744:  �[32m[2,349 / 2,392]�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 95s local, disk-cache ... (4 actions running)
    1745:  �[32m[2,351 / 2,392]�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 96s local, disk-cache ... (4 actions, 3 running)
    1746:  �[32m[2,357 / 2,392]�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 97s local, disk-cache ... (4 actions running)
    1747:  �[32m[2,359 / 2,392]�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 98s local, disk-cache ... (4 actions running)
    1748:  �[32m[2,360 / 2,392]�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 99s local, disk-cache ... (4 actions running)
    1749:  �[32m[2,372 / 2,392]�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 100s local, disk-cache ... (4 actions running)
    1750:  �[32m[2,374 / 2,392]�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 101s local, disk-cache ... (4 actions running)
    1751:  �[32mINFO: �[0mFrom Building java/test/org/openqa/selenium/remote/libsmall-tests-test-lib.jar (5 source files) and running annotation processors (AutoServiceProcessor):
    1752:  java\test\org\openqa\selenium\remote\WebDriverFixture.java:170: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1753:  response.setStatus(new ErrorCodes().toStatus(state, Optional.of(400)));
    ...
    
    2120:  �[32m[2,385 / 2,396]�[0m 4 / 5 tests;�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 21074s local, disk-cache
    2121:  �[32m[2,385 / 2,396]�[0m 4 / 5 tests;�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 21134s local, disk-cache
    2122:  �[32m[2,385 / 2,396]�[0m 4 / 5 tests;�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 21194s local, disk-cache
    2123:  �[32m[2,385 / 2,396]�[0m 4 / 5 tests;�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 21254s local, disk-cache
    2124:  �[32m[2,385 / 2,396]�[0m 4 / 5 tests;�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 21314s local, disk-cache
    2125:  �[32m[2,385 / 2,396]�[0m 4 / 5 tests;�[0m Extracting npm package @apollo/client@3.12.4_1027978167; 21374s local, disk-cache
    2126:  Bazel Ctrl+C handler; shutting down.
    2127:  �[32m[2,386 / 2,396]�[0m 4 / 5 tests;�[0m checking cached actions
    2128:  �[31m�[1mERROR: �[0mbuild interrupted
    2129:  �[32mINFO: �[0mElapsed time: 21522.820s, Critical Path: 21406.41s
    2130:  �[32mINFO: �[0m2125 processes: 946 disk cache hit, 781 internal, 294 local, 104 worker.
    2131:  �[31m�[1mERROR: �[0mBuild did NOT complete successfully
    2132:  //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest        �[0m�[32mPASSED�[0m in 54.8s
    2133:  //java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest �[0m�[32mPASSED�[0m in 76.1s
    2134:  //java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest         �[0m�[32mPASSED�[0m in 75.6s
    2135:  //java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest        �[0m�[32mPASSED�[0m in 7.3s
    2136:  Executed 4 out of 5 tests: 4 tests pass and �[0m�[35m1 was skipped�[0m.
    2137:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
    2138:  �[0m
    2139:  ##[error]The operation was canceled.
    2140:  Post job cleanup.
    2141:  ##[group]Save cache for repository
    2142:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2143:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-repository-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-repository-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: 2db72f5dfd1720e8486e342cff652f17e6342fbba8f9d194b436469eb88c04d2
    2144:  Successfully saved cache
    2145:  ##[endgroup]
    2146:  ##[group]Save cache for external-aspect_rules_js~~pnpm~pnpm
    2147:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2148:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-aspect_rules_js~~pnpm~pnpm-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-aspect_rules_js~~pnpm~pnpm-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: a6a35d22b00bfb86962131516cc300dd2fde0da67aa6c588c38783f2357ee83b
    2149:  Successfully saved cache
    2150:  ##[endgroup]
    2151:  ##[group]Save cache for external-com_google_javascript_closure_library
    2152:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2153:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-com_google_javascript_closure_library-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-com_google_javascript_closure_library-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: 37ed15960e449c74868a3d26f904247df68f8aa0152735c69b1bc7ec9e0929d2
    2154:  Successfully saved cache
    2155:  ##[endgroup]
    2156:  ##[group]Save cache for external-protobuf~
    2157:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2158:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-protobuf~-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-protobuf~-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: eb62465ec7f84ce1b519af65cc02cc5e0eb97a77656d8a23aad2b9cb2e4059d7
    2159:  Successfully saved cache
    2160:  ##[endgroup]
    2161:  ##[group]Save cache for external-rules_java~~toolchains~remotejdk17_win
    2162:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2163:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rules_java~~toolchains~remotejdk17_win-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rules_java~~toolchains~remotejdk17_win-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: 78e423082a50fbe22e96560aa2307c72fe018aa4c939b61d81985f8f30de0716
    2164:  Successfully saved cache
    2165:  ##[endgroup]
    2166:  ##[group]Save cache for external-rules_java~~toolchains~remotejdk21_win
    2167:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2168:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rules_java~~toolchains~remotejdk21_win-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rules_java~~toolchains~remotejdk21_win-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: f86e8812dc07673f2af275fe7cf7446057150709c0f497bc932fca8596d496b6
    2169:  Successfully saved cache
    2170:  ##[endgroup]
    2171:  ##[group]Save cache for external-rules_java~~toolchains~remote_java_tools
    2172:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2173:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rules_java~~toolchains~remote_java_tools-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rules_java~~toolchains~remote_java_tools-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: 057ab10c1bbeac9e00a3e0e722798b5e070f8b8820cb84b0cc60f99bb89a1809
    2174:  Successfully saved cache
    2175:  ##[endgroup]
    2176:  ##[group]Save cache for external-rules_java~~toolchains~remote_java_tools_windows
    2177:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2178:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rules_java~~toolchains~remote_java_tools_windows-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rules_java~~toolchains~remote_java_tools_windows-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: a2555fa2a258056fcc06a909b92963b7aee61e306eb883efd9bff17055490842
    2179:  Successfully saved cache
    2180:  ##[endgroup]
    2181:  ##[group]Save cache for external-rules_kotlin~
    2182:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2183:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rules_kotlin~-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rules_kotlin~-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: 8ef9fcaf43ba39cd6cf2accaaf9ea64613253ddcb5cf1d5e500b8538bd42d61d
    2184:  Successfully saved cache
    2185:  ##[endgroup]
    2186:  ##[group]Save cache for external-rules_nodejs~~node~nodejs_windows_amd64
    2187:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2188:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rules_nodejs~~node~nodejs_windows_amd64-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rules_nodejs~~node~nodejs_windows_amd64-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: a4af8e1688daa3c744f6b746b9b23b495cd48ab28156144d22dca52d614fd514
    2189:  Successfully saved cache
    2190:  ##[endgroup]
    2191:  ##[group]Save cache for external-rules_python~~python~python_3_8_x86_64-pc-windows-msvc
    2192:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2193:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rules_python~~python~python_3_8_x86_64-pc-windows-msvc-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rules_python~~python~python_3_8_x86_64-pc-windows-msvc-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: 42537bdf95f3a7464f56134b1896bf7606a348c43d55dce26cb4c7d9f21c8d0a
    2194:  Successfully saved cache
    2195:  ##[endgroup]
    2196:  ##[group]Save cache for external-rules_rust
    2197:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2198:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rules_rust-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rules_rust-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: 7c160a3d286df738506de7ffc9c482b05917d137a2ed8be6cda7b85cc32621e5
    2199:  Successfully saved cache
    2200:  ##[endgroup]
    2201:  ##[group]Save cache for external-rw-1704990954_tools
    2202:  [command]"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/selenium/selenium --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
    2203:  Failed to save: Unable to reserve cache with key setup-bazel-2-win32-external-rw-1704990954_tools-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/aspect_bazel_lib-2.x, Key: setup-bazel-2-win32-external-rw-1704990954_tools-b979a7b41147f8759947f1b5574e721a7f78b8b36c3af9f718751934bcf18ba1, Version: 88d8b9e744772a732eea2a3fe5221080306e6d21111d4660138cb804b8bf82be
    

    ✨ CI feedback usage guide:

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

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

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

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

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

    Configuration options

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

    See more information about the checks tool in the docs.

    @renovate renovate bot force-pushed the renovate/aspect_bazel_lib-2.x branch from 2893410 to 76a55eb Compare December 29, 2024 09:02
    @diemol diemol merged commit 73cc46e into trunk Dec 29, 2024
    53 checks passed
    @diemol diemol deleted the renovate/aspect_bazel_lib-2.x branch December 29, 2024 19:56
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    C-build Build related issues (bazel and CI) dependencies Pull requests that update a dependency file
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant