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 rules_oci to v1.8.0 #14977

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2024

This PR contains the following updates:

Package Type Update Change
rules_oci bazel_dep minor 1.7.6 -> 1.8.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 29, 2024
Copy link
Contributor

CI Failure Feedback 🧐

Action: CI - GitHub / Ruby / Remote Tests (edge, windows) / Remote Tests (edge, windows)

Failed stage: [❌]

Failure summary:

The build was interrupted and failed due to multiple issues:

  • The build process was forcefully terminated (Ctrl+C handler triggered)
  • The build took an extremely long time (21,526 seconds / ~6 hours)
  • Package extraction for @apollo/[email protected] was stuck for over 5.8 hours
  • All 31 tests were skipped due to the build interruption
  • The final error message indicates "The operation was canceled"

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    730:  �[32mINFO: �[0mFrom Compiling absl/crc/internal/crc_x86_arm_combined.cc [for tool]:
    731:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    732:  �[32mINFO: �[0mFrom Compiling absl/crc/internal/crc.cc [for tool]:
    733:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    734:  �[32mINFO: �[0mFrom Compiling absl/profiling/internal/exponential_biased.cc [for tool]:
    735:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    736:  �[32mINFO: �[0mFrom Compiling absl/strings/internal/cordz_functions.cc [for tool]:
    737:  cl : Command line warning D9002 : ignoring unknown option '-std=c++14'
    738:  �[32mINFO: �[0mFrom Compiling absl/base/internal/strerror.cc [for tool]:
    ...
    
    1640:  �[32m[2,136 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 73s local, disk-cache ... (4 actions running)
    1641:  �[32m[2,137 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 75s local, disk-cache ... (4 actions, 3 running)
    1642:  �[32m[2,140 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 76s local, disk-cache ... (4 actions, 3 running)
    1643:  �[32m[2,141 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 78s local, disk-cache ... (4 actions running)
    1644:  �[32m[2,145 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 79s local, disk-cache ... (4 actions running)
    1645:  �[32m[2,148 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 80s local, disk-cache ... (4 actions running)
    1646:  �[32m[2,149 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 82s local, disk-cache ... (4 actions, 3 running)
    1647:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    1648:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1649:  private final ErrorCodes errorCodes;
    1650:  ^
    1651:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1652:  this.errorCodes = new ErrorCodes();
    1653:  ^
    1654:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1655:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    1656:  ^
    1657:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1658:  ErrorCodes errorCodes = new ErrorCodes();
    1659:  ^
    1660:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1661:  ErrorCodes errorCodes = new ErrorCodes();
    1662:  ^
    1663:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1664:  response.setStatus(ErrorCodes.SUCCESS);
    1665:  ^
    1666:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1667:  response.setState(ErrorCodes.SUCCESS_STRING);
    1668:  ^
    1669:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1670:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    1671:  ^
    1672:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    1673:  new ErrorCodes().getExceptionType((String) rawError);
    1674:  ^
    1675:  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
    1676:  private final ErrorCodes errorCodes = new ErrorCodes();
    1677:  ^
    1678:  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
    1679:  private final ErrorCodes errorCodes = new ErrorCodes();
    1680:  ^
    1681:  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
    1682:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    1683:  ^
    1684:  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
    1685:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1686:  ^
    1687:  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
    1688:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1689:  ^
    1690:  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
    1691:  response.setStatus(ErrorCodes.SUCCESS);
    1692:  ^
    1693:  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
    1694:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1695:  ^
    1696:  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
    1697:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    1698:  ^
    1699:  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
    1700:  private final ErrorCodes errorCodes = new ErrorCodes();
    1701:  ^
    1702:  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
    1703:  private final ErrorCodes errorCodes = new ErrorCodes();
    1704:  ^
    1705:  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
    1706:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    1707:  ^
    1708:  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
    1709:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    1710:  ^
    1711:  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
    1712:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    2232:  �[32m[2,330 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 21082s local, disk-cache
    2233:  �[32m[2,330 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 21142s local, disk-cache
    2234:  �[32m[2,330 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 21202s local, disk-cache
    2235:  �[32m[2,330 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 21263s local, disk-cache
    2236:  �[32m[2,330 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 21323s local, disk-cache
    2237:  �[32m[2,330 / 2,338]�[0m Extracting npm package @apollo/[email protected]_1027978167; 21383s local, disk-cache
    2238:  Bazel Ctrl+C handler; shutting down.
    2239:  �[32m[2,331 / 2,338]�[0m checking cached actions
    2240:  �[31m�[1mERROR: �[0mbuild interrupted
    2241:  �[32mINFO: �[0mElapsed time: 21526.916s, Critical Path: 21388.05s
    2242:  �[32mINFO: �[0m2070 processes: 846 disk cache hit, 866 internal, 274 local, 84 worker.
    2243:  �[31m�[1mERROR: �[0mBuild did NOT complete successfully
    2244:  Executed 0 out of 31 tests: �[0m�[35m31 were skipped�[0m.
    2245:  �[0m
    2246:  ##[error]The operation was canceled.
    

    ✨ 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/rules_oci-1.x branch from 445c1b4 to 1b79d7b Compare December 30, 2024 16:04
    @diemol diemol merged commit fff6c46 into trunk Jan 2, 2025
    10 checks passed
    @diemol diemol deleted the renovate/rules_oci-1.x branch January 2, 2025 06:28
    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