-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Fix rules to work with --incompatible_auto_exec_groups #2035
base: main
Are you sure you want to change the base?
Conversation
9fa16ac
to
f66e892
Compare
TestFailed tests (2)//.github/workflows:update_aspect_bazelrc_presets_0_test [k8-fastbuild] 🔗 //.github/workflows:update_aspect_bazelrc_presets_1_test [k8-fastbuild] 🔗 💡 To reproduce the test failures, run
Teste2e/bzlmodAll tests were cache hits 5 tests (100.0%) were fully cached saving 502ms. Teste2e/gyp_no_install_scriptAll tests were cache hits 2 tests (100.0%) were fully cached saving 172ms. Teste2e/js_image_oci
in oci_image rule //src:image: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_js_image_oci/external/rules_oci~/oci/private/image.bzl", line 184, column 43, in _oci_image_impl descriptor = _calculate_descriptor(ctx, i, layer, zstd, jq, coreutils, regctl) File "/mnt/ephemeral/output/rules_js/e2e_js_image_oci/external/rules_oci~/oci/private/image.bzl", line 106, column 20, in _calculate_descriptor ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'. 💡 To reproduce the build failures, run
Teste2e/npm_link_package
in js_library rule //lib:lib_pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_library.bzl", line 195, column 47, in _js_library_impl sources, types = _gather_sources_and_types( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_library.bzl", line 155, column 46, in _gather_sources_and_types file = copy_js_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_bazel_lib/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_bazel_lib/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'.
in js_binary rule @@aspect_rules_js//npm/private/lifecycle:lifecycle-hooks: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_binary.bzl", line 567, column 32, in _js_binary_impl launcher = _create_launcher( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_binary.bzl", line 545, column 31, in _create_launcher runfiles = gather_runfiles( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_helpers.bzl", line 202, column 65, in gather_runfiles files_runfiles.append(copy_js_file_to_bin_action(ctx, d)) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_bazel_lib/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_bazel_lib/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'. in js_binary rule @@aspect_rules_js//npm/private/lifecycle:lifecycle-hooks: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_binary.bzl", line 567, column 32, in _js_binary_impl launcher = _create_launcher( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_binary.bzl", line 545, column 31, in _create_launcher runfiles = gather_runfiles( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_helpers.bzl", line 202, column 65, in gather_runfiles files_runfiles.append(copy_js_file_to_bin_action(ctx, d)) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_rules_js/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_bazel_lib/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package/external/aspect_bazel_lib/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'. 💡 To reproduce the build failures, run
Teste2e/npm_link_package-esm
in js_library rule //lib:lib_pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_library.bzl", line 195, column 47, in _js_library_impl sources, types = _gather_sources_and_types( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_library.bzl", line 155, column 46, in _gather_sources_and_types file = copy_js_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_bazel_lib/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_bazel_lib/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'.
in js_binary rule @@aspect_rules_js//npm/private/lifecycle:lifecycle-hooks: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_binary.bzl", line 567, column 32, in _js_binary_impl launcher = _create_launcher( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_binary.bzl", line 545, column 31, in _create_launcher runfiles = gather_runfiles( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_helpers.bzl", line 202, column 65, in gather_runfiles files_runfiles.append(copy_js_file_to_bin_action(ctx, d)) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_bazel_lib/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_bazel_lib/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'. in js_binary rule @@aspect_rules_js//npm/private/lifecycle:lifecycle-hooks: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_binary.bzl", line 567, column 32, in _js_binary_impl launcher = _create_launcher( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_binary.bzl", line 545, column 31, in _create_launcher runfiles = gather_runfiles( File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_helpers.bzl", line 202, column 65, in gather_runfiles files_runfiles.append(copy_js_file_to_bin_action(ctx, d)) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_rules_js/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_bazel_lib/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_npm_link_package-esm/external/aspect_bazel_lib/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'. 💡 To reproduce the build failures, run
Teste2e/npm_translate_lockAll tests were cache hits 1 test (100.0%) was fully cached saving 22ms. Teste2e/npm_translate_lock_emptyAll tests were cache hits 1 test (100.0%) was fully cached saving 22ms. Teste2e/npm_translate_lock_multi
in npm_package_store_internal rule //app1:.aspect_rules_js/node_modules/chalk@5.3.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_multi/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //app2:.aspect_rules_js/node_modules/chalk@5.3.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_multi/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'. 💡 To reproduce the build failures, run
Teste2e/npm_translate_lock_partial_clone
in npm_package_store_internal rule //root:.aspect_rules_js/node_modules/is-builtin-module@3.2.1/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_partial_clone/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //root:.aspect_rules_js/node_modules/path-parse@1.0.7/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_partial_clone/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //root:.aspect_rules_js/node_modules/@types+estree@1.0.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_partial_clone/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //root:.aspect_rules_js/node_modules/@rollup+plugin-node-resolve@15.0.1/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_partial_clone/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //root:.aspect_rules_js/node_modules/glob@8.1.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_partial_clone/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'. 35 other actions failed to build. 💡 To reproduce the build failures, run
Teste2e/npm_translate_lock_replace_packagesAll tests were cache hits 3 tests (100.0%) were fully cached saving 162ms. Teste2e/npm_translate_lock_subdir_patch
in npm_package_store_internal rule //subdir:.aspect_rules_js/node_modules/ms@2.1.2/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_subdir_patch/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //subdir:.aspect_rules_js/node_modules/debug@4.3.4_w2b4m3xsads6xcjljikht6jcgu/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_subdir_patch/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 258, column 42, in _npm_package_store_impl copy_directory_bin_action( File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_lock_subdir_patch/external/aspect_bazel_lib~/lib/private/copy_directory.bzl", line 61, column 20, in copy_directory_bin_action ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:copy_directory_toolchain_type'. 💡 To reproduce the build failures, run
Teste2e/npm_translate_package_lock
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/browserify-rsa@4.1.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_package_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/convert-source-map@1.9.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_package_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/update-browserslist-db@1.0.10_browserslist_4.21.5/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_package_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/@azure+core-util@1.2.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_package_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/readdirp@3.6.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_package_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'. 357 other actions failed to build. 💡 To reproduce the build failures, run
Teste2e/npm_translate_yarn_lock
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/tr46@0.0.3/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_yarn_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/rsa-pem-from-mod-exp@0.8.6/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_yarn_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/jwa@2.0.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_yarn_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/rfdc@1.4.1/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_yarn_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/core-util-is@1.0.3/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_npm_translate_yarn_lock/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'. 273 other actions failed to build. 💡 To reproduce the build failures, run
Teste2e/package_json_module
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/locate-path@6.0.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_package_json_module/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/emoji-regex@8.0.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_package_json_module/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/glob@7.2.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_package_json_module/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/normalize-path@3.0.0/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_package_json_module/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'.
in npm_package_store_internal rule //:.aspect_rules_js/node_modules/debug@4.3.4_supports-color_8.1.1/pkg: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_package_json_module/external/aspect_rules_js~/npm/private/npm_package_store.bzl", line 228, column 32, in _npm_package_store_impl ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:tar_toolchain_type'. 72 other actions failed to build. 💡 To reproduce the build failures, run
Teste2e/pnpm_lockfilesAll tests were cache hits 42 tests (100.0%) were fully cached saving 3s. Teste2e/pnpm_workspaceAll tests were cache hits 10 tests (100.0%) were fully cached saving 4s. Teste2e/pnpm_workspace_rerootedAll tests were cache hits 12 tests (100.0%) were fully cached saving 1s. Teste2e/repo_mappingAll tests were cache hits 2 tests (100.0%) were fully cached saving 276ms. Teste2e/rules_foo
in js_binary rule @@aspect_rules_js//npm/private/lifecycle:lifecycle-hooks: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_rules_js/js/private/js_binary.bzl", line 567, column 32, in _js_binary_impl launcher = _create_launcher( File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_rules_js/js/private/js_binary.bzl", line 545, column 31, in _create_launcher runfiles = gather_runfiles( File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_rules_js/js/private/js_helpers.bzl", line 202, column 65, in gather_runfiles files_runfiles.append(copy_js_file_to_bin_action(ctx, d)) File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_rules_js/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_bazel_lib/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_bazel_lib/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'. in js_binary rule @@aspect_rules_js//npm/private/lifecycle:lifecycle-hooks: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_rules_js/js/private/js_binary.bzl", line 567, column 32, in _js_binary_impl launcher = _create_launcher( File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_rules_js/js/private/js_binary.bzl", line 545, column 31, in _create_launcher runfiles = gather_runfiles( File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_rules_js/js/private/js_helpers.bzl", line 202, column 65, in gather_runfiles files_runfiles.append(copy_js_file_to_bin_action(ctx, d)) File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_rules_js/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_bazel_lib/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_rules_foo/external/aspect_bazel_lib/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'. 💡 To reproduce the build failures, run
Teste2e/runfilesAll tests were cache hits 1 test (100.0%) was fully cached saving 116ms. Teste2e/vendored_node
in js_test rule //:test: Traceback (most recent call last): File "/mnt/ephemeral/output/rules_js/e2e_vendored_node/external/aspect_rules_js~/js/private/js_binary.bzl", line 567, column 32, in _js_binary_impl launcher = _create_launcher( File "/mnt/ephemeral/output/rules_js/e2e_vendored_node/external/aspect_rules_js~/js/private/js_binary.bzl", line 545, column 31, in _create_launcher runfiles = gather_runfiles( File "/mnt/ephemeral/output/rules_js/e2e_vendored_node/external/aspect_rules_js~/js/private/js_helpers.bzl", line 202, column 65, in gather_runfiles files_runfiles.append(copy_js_file_to_bin_action(ctx, d)) File "/mnt/ephemeral/output/rules_js/e2e_vendored_node/external/aspect_rules_js~/js/private/js_helpers.bzl", line 111, column 35, in copy_js_file_to_bin_action return copy_file_to_bin_action(ctx, file) File "/mnt/ephemeral/output/rules_js/e2e_vendored_node/external/aspect_bazel_lib~/lib/private/copy_to_bin.bzl", line 84, column 21, in copy_file_to_bin_action copy_file_action(ctx, file, dst) File "/mnt/ephemeral/output/rules_js/e2e_vendored_node/external/aspect_bazel_lib~/lib/private/copy_file.bzl", line 80, column 20, in copy_file_action ctx.actions.run( Error in run: Action declared for non-existent toolchain '@@[unknown repo 'aspect_bazel_lib' requested from @@]//lib:coreutils_toolchain_type'. 💡 To reproduce the build failures, run
Buildifier Format |
f66e892
to
691e468
Compare
Do this migration preemptively (and unblock upstream repos)
Test plan
Enabled for tests