cgrindel / rules_swift_package_manager

Collection of utilities and Bazel rules to aid in the development and maintenance of Swift repositories using Bazel.
Apache License 2.0
78 stars 30 forks source link

chore(deps): update dependency cgrindel_bazel_starlib to v0.20.2 #1130

Closed cgrindel-self-hosted-renovate[bot] closed 4 months ago

cgrindel-self-hosted-renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Type Update Change
cgrindel_bazel_starlib bazel_dep minor 0.18.1 -> 0.20.2

Configuration

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

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

cgrindel-self-hosted-renovate[bot] commented 4 months ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: undefined
Command failed: ./do_renovate_post_upgrade
WARNING: Option 'experimental_remote_build_event_upload' is deprecated: Use --remote_build_event_upload instead
Computing main repo mapping: 
WARNING: Option 'experimental_remote_build_event_upload' is deprecated: Use --remote_build_event_upload instead
Loading: 
Loading: 0 packages loaded
WARNING: Build option --action_env has changed, discarding analysis cache (this can be expensive, see https://bazel.build/advanced/performance/iteration-speed).
Analyzing: target //:tidy_modified (0 packages loaded, 0 targets configured)
Analyzing: target //:tidy_modified (0 packages loaded, 0 targets configured)
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
INFO: Analyzed target //:tidy_modified (50 packages loaded, 579 targets configured).
INFO: Found 1 target...
Target //:tidy_modified up-to-date:
  bazel-bin/tidy_modified
INFO: Elapsed time: 0.596s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
INFO: Running command line: bazel-bin/tidy_modified --mode modified --tidy_target //:tidy
WARNING: Option 'experimental_remote_build_event_upload' is deprecated: Use --remote_build_event_upload instead
Computing main repo mapping: 
WARNING: For repository 'bazel_skylib', the root module requires module version bazel_skylib@1.5.0, but got bazel_skylib@1.6.1 in the resolved dependency graph.
WARNING: For repository 'build_bazel_rules_swift', the root module requires module version rules_swift@1.13.0, but got rules_swift@1.16.0 in the resolved dependency graph.
WARNING: Option 'experimental_remote_build_event_upload' is deprecated: Use --remote_build_event_upload instead
Loading: 
Loading: 1 packages loaded
Analyzing: target //:tidy (1 packages loaded, 0 targets configured)
Analyzing: target //:tidy (1 packages loaded, 0 targets configured)
[0 / 1] checking cached actions
Analyzing: target //:tidy (55 packages loaded, 547 targets configured)
[1 / 1] checking cached actions
INFO: Analyzed target //:tidy (61 packages loaded, 577 targets configured).
[1 / 5] [Prepa] Writing repo mapping manifest for //:tidy
INFO: Found 1 target...
Target //:tidy up-to-date:
  /home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/execroot/_main/bazel-out/k8-fastbuild/bin/tidy
INFO: Elapsed time: 2.766s, Critical Path: 0.04s
INFO: 5 processes: 5 internal.
INFO: Build completed successfully, 5 total actions
INFO: Running command line: /home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/execroot/_main/bazel-out/k8-fastbuild/bin/tidy :update_build_files
WARNING: Option 'experimental_remote_build_event_upload' is deprecated: Use --remote_build_event_upload instead
Computing main repo mapping: 
WARNING: Option 'experimental_remote_build_event_upload' is deprecated: Use --remote_build_event_upload instead
Loading: 
Loading: 0 packages loaded
Analyzing: target //:update_build_files (0 packages loaded, 0 targets configured)
Analyzing: target //:update_build_files (0 packages loaded, 0 targets configured)
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
Analyzing: target //:update_build_files (47 packages loaded, 1796 targets configured)
[1 / 1] checking cached actions
Analyzing: target //:update_build_files (47 packages loaded, 1796 targets configured)
[1 / 1] checking cached actions
INFO: Repository rules_swift_package_manager~~swift_deps~swiftpkg_ios_maps_sdk instantiated at:
  <builtin>: in <toplevel>
Repository rule swift_package defined at:
  /home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/swift_package.bzl:185:32: in <toplevel>
ERROR: An error occurred during the fetch of repository 'rules_swift_package_manager~~swift_deps~swiftpkg_ios_maps_sdk':
   Traceback (most recent call last):
    File "/home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/swift_package.bzl", line 83, column 31, in _swift_package_impl
        repo_rules.gen_build_files(repository_ctx, pkg_ctx)
    File "/home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/repo_rules.bzl", line 79, column 52, in _gen_build_files
        artifact_infos = _download_artifact(
    File "/home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/repo_rules.bzl", line 151, column 37, in _download_artifact
        return _artifact_infos_from_path(repository_ctx, path)
    File "/home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/repo_rules.bzl", line 132, column 55, in _artifact_infos_from_path
        artifact_infos.new_xcframework_info_from_files(repository_ctx, xf)
    File "/home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/artifact_infos.bzl", line 218, column 54, in _new_xcframework_info_from_files
        _new_framework_info_from_framework_a_file(repository_ctx, faf)
    File "/home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/artifact_infos.bzl", line 112, column 27, in _new_framework_info_from_framework_a_file
        link_type = _link_type(repository_ctx, framework_a_file)
    File "/home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/artifact_infos.bzl", line 150, column 43, in _link_type
        file_type = repository_files.file_type(repository_ctx, path)
    File "/home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~/swiftpkg/internal/repository_files.bzl", line 239, column 13, in _file_type
        fail("Failed to determine the file type for {path}. stderr:\n{stderr}".format(
Error in fail: Failed to determine the file type for remote/archive/GoogleMaps_3p.xcframework.zip/GoogleMaps.xcframework/ios-arm64/GoogleMaps.a. stderr:
src/main/tools/process-wrapper-legacy.cc:80: "execvp(file, ...)": No such file or directory
ERROR: no such package '@@rules_swift_package_manager~~swift_deps~swiftpkg_ios_maps_sdk//': Failed to determine the file type for remote/archive/GoogleMaps_3p.xcframework.zip/GoogleMaps.xcframework/ios-arm64/GoogleMaps.a. stderr:
src/main/tools/process-wrapper-legacy.cc:80: "execvp(file, ...)": No such file or directory
ERROR: /home/ubuntu/.cache/bazel/_bazel_ubuntu/eb1ae9936ae34a1a29c8fdebcd63589e/external/rules_swift_package_manager~~swift_deps~swift_deps_info/BUILD.bazel:4:17: @@rules_swift_package_manager~~swift_deps~swift_deps_info//:swift_deps_index depends on @@rules_swift_package_manager~~swift_deps~swiftpkg_ios_maps_sdk//:pkg_info.json in repository @@rules_swift_package_manager~~swift_deps~swiftpkg_ios_maps_sdk which failed to fetch. no such package '@@rules_swift_package_manager~~swift_deps~swiftpkg_ios_maps_sdk//': Failed to determine the file type for remote/archive/GoogleMaps_3p.xcframework.zip/GoogleMaps.xcframework/ios-arm64/GoogleMaps.a. stderr:
src/main/tools/process-wrapper-legacy.cc:80: "execvp(file, ...)": No such file or directory
ERROR: Analysis of target '//:update_build_files' failed; build aborted: Analysis failed
INFO: Elapsed time: 3.618s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
FAILED: 
ERROR: Build failed. Not running target