Created
April 8, 2021 20:43
-
-
Save ASRagab/b2ae322c505d45b15e1fffde135bdb73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: An error occurred during the fetch of repository 'etsy_jsonnet_libs': | |
Traceback (most recent call last): | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git.bzl", line 181, column 30, in _git_repository_implementation | |
update = _clone_or_update(ctx) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git.bzl", line 36, column 20, in _clone_or_update | |
git_ = git_repo(ctx, directory) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 91, column 12, in git_repo | |
_update(ctx, git_repo) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 103, column 10, in _update | |
fetch(ctx, git_repo) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 136, column 13, in fetch | |
_git( | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 169, column 15, in _git | |
_error(ctx.name, start + list(args), st.stderr) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 190, column 9, in _error | |
fail("error running '%s' while working with @%s:\n%s" % (command_text, name, stderr)) | |
Error in fail: error running 'git fetch origin refs/heads/*:refs/remotes/origin/* refs/tags/*:refs/tags/*' while working with @etsy_jsonnet_libs: | |
Host key verification failed. | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
ERROR: Error fetching repository: Traceback (most recent call last): | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git.bzl", line 181, column 30, in _git_repository_implementation | |
update = _clone_or_update(ctx) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git.bzl", line 36, column 20, in _clone_or_update | |
git_ = git_repo(ctx, directory) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 91, column 12, in git_repo | |
_update(ctx, git_repo) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 103, column 10, in _update | |
fetch(ctx, git_repo) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 136, column 13, in fetch | |
_git( | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 169, column 15, in _git | |
_error(ctx.name, start + list(args), st.stderr) | |
File "/private/var/tmp/_bazel_aragab/ddfb4cc2327ffd93ef312f575703d2ec/external/bazel_tools/tools/build_defs/repo/git_worker.bzl", line 190, column 9, in _error | |
fail("error running '%s' while working with @%s:\n%s" % (command_text, name, stderr)) | |
Error in fail: error running 'git fetch origin refs/heads/*:refs/remotes/origin/* refs/tags/*:refs/tags/*' while working with @etsy_jsonnet_libs: | |
Host key verification failed. | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
ERROR: /Users/aragab/development/Search/apps/jsonnet/gatekeeper/BUILD.bazel:4:15: //apps/jsonnet/gatekeeper:gatekeeper_yaml_gke_gatekeeper.gke_etsy-searchinfra-gke-prod-2_us-central1_search-infra.gatekeeper-system depends on @etsy_jsonnet_libs//lib/gatekeeper:gatekeeper-lib in repository @etsy_jsonnet_libs which failed to fetch. no such package '@etsy_jsonnet_libs//lib/gatekeeper': error running 'git fetch origin refs/heads/*:refs/remotes/origin/* refs/tags/*:refs/tags/*' while working with @etsy_jsonnet_libs: | |
Host key verification failed. | |
fatal: Could not read from remote repository. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment