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

bazel vendor error ERROR: key "linux-i386" not found in dictionary #448

Open
farcop opened this issue May 30, 2024 · 1 comment
Open

bazel vendor error ERROR: key "linux-i386" not found in dictionary #448

farcop opened this issue May 30, 2024 · 1 comment

Comments

@farcop
Copy link

farcop commented May 30, 2024

bazel vendor --vendor_dir=vendored
Starting local Bazel server and connecting to it...
INFO: Repository container_structure_test~~extension~structure_test_st_linux_i386 instantiated at:
  <builtin>: in <toplevel>
Repository rule structure_test_repositories defined at:
  /home/kublr/.cache/bazel/_bazel_kublr/69fb4c52c15303cc4e23e5352527edec/external/container_structure_test~/repositories.bzl:46:46: in <toplevel>
ERROR: An error occurred during the fetch of repository 'container_structure_test~~extension~structure_test_st_linux_i386':
   Traceback (most recent call last):
	File "/home/kublr/.cache/bazel/_bazel_kublr/69fb4c52c15303cc4e23e5352527edec/external/container_structure_test~/repositories.bzl", line 41, column 28, in _structure_test_repo_impl
		integrity = _HASHES[platform],
Error: key "linux-i386" not found in dictionary
ERROR: <builtin>: fetching structure_test_repositories rule //:container_structure_test~~extension~structure_test_st_linux_i386: Traceback (most recent call last):
	File "/home/kublr/.cache/bazel/_bazel_kublr/69fb4c52c15303cc4e23e5352527edec/external/container_structure_test~/repositories.bzl", line 41, column 28, in _structure_test_repo_impl
		integrity = _HASHES[platform],
Error: key "linux-i386" not found in dictionary
DEBUG: Rule 'rules_kotlin~~rules_kotlin_extensions~buildkite_config' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-SXxxZN+XG3lQWeIFWFhQGpk9vMNg5NDd5B8i7i9k74U="
DEBUG: Repository rules_kotlin~~rules_kotlin_extensions~buildkite_config instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/kublr/.cache/bazel/_bazel_kublr/69fb4c52c15303cc4e23e5352527edec/external/bazel_tools/tools/build_defs/repo/http.bzl:369:31: in <toplevel>
ERROR: key "linux-i386" not found in dictionary
@Links2004
Copy link

same happens with out vendor too.
to bad that this module is required by other modules like: rules_oci :(

MODULE.bazel:

bazel_dep(name = "container_structure_test", version = "1.16.0")

.bazelversion:

7.2.1

output:

(10:38:40) INFO: Repository container_structure_test~~extension~structure_test_st_linux_i386 instantiated at:
  <builtin>: in <toplevel>
Repository rule structure_test_repositories defined at:
  /home/build/.cache/bazel/_bazel_build/9fbf8591ade43ab908b39e0542c6f0ed/external/container_structure_test~/repositories.bzl:46:46: in <toplevel>
(10:38:40) ERROR: An error occurred during the fetch of repository 'container_structure_test~~extension~structure_test_st_linux_i386':
   Traceback (most recent call last):
        File "/home/build/.cache/bazel/_bazel_build/9fbf8591ade43ab908b39e0542c6f0ed/external/container_structure_test~/repositories.bzl", line 41, column 28, in _structure_test_repo_impl
                integrity = _HASHES[platform],
Error: key "linux-i386" not found in dictionary
(10:38:40) ERROR: key "linux-i386" not found in dictionary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants