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

lacking of some dependency - eigen #9

Open
tinmodeHuang opened this issue Feb 22, 2021 · 0 comments
Open

lacking of some dependency - eigen #9

tinmodeHuang opened this issue Feb 22, 2021 · 0 comments

Comments

@tinmodeHuang
Copy link

tinmodeHuang commented Feb 22, 2021

the errors occurs while trying to do 'bazel run //test:single_agent_test' for running MCTS (the command was expected to be able to run it)

DEBUG: Rule 'com_github_nelhage_rules_boost' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1549788893 +0100"
DEBUG: Repository com_github_nelhage_rules_boost instantiated at:
  /home/tinmode/planner-mcts/WORKSPACE:49:15: in <toplevel>
Repository rule git_repository defined at:
  /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/bazel_tools/tools/build_defs/repo/git.bzl:199:33: in <toplevel>
DEBUG: Rule 'bark_project' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1580907120 +0100"
DEBUG: Repository bark_project instantiated at:
  /home/tinmode/planner-mcts/WORKSPACE:8:31: in <toplevel>
  /home/tinmode/planner-mcts/util/deps.bzl:4:11: in planner_uct_rules_dependencies
  /home/tinmode/planner-mcts/util/deps.bzl:27:18: in _maybe
Repository rule git_repository defined at:
  /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/bazel_tools/tools/build_defs/repo/git.bzl:199:33: in <toplevel>
INFO: Repository com_github_eigen_eigen instantiated at:
  /home/tinmode/planner-mcts/WORKSPACE:82:13: in <toplevel>
Repository rule http_archive defined at:
  /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/bazel_tools/tools/build_defs/repo/http.bzl:336:31: in <toplevel>
WARNING: Download from http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2 failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
ERROR: An error occurred during the fetch of repository 'com_github_eigen_eigen':
   Traceback (most recent call last):
	File "/home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/bazel_tools/tools/build_defs/repo/http.bzl", line 111, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2] to /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/com_github_eigen_eigen/temp3743933816585566752/3.3.4.tar.bz2: GET returned 404 Not Found
ERROR: Error fetching repository: Traceback (most recent call last):
	File "/home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/bazel_tools/tools/build_defs/repo/http.bzl", line 111, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2] to /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/com_github_eigen_eigen/temp3743933816585566752/3.3.4.tar.bz2: GET returned 404 Not Found
INFO: Repository boost instantiated at:
  /home/tinmode/planner-mcts/WORKSPACE:79:11: in <toplevel>
  /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/com_github_nelhage_rules_boost/boost/boost.bzl:125:21: in boost_deps
Repository rule http_archive defined at:
  /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/bazel_tools/tools/build_defs/repo/http.bzl:336:31: in <toplevel>
ERROR: /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/bark_project/modules/models/behavior/BUILD:1:11: @bark_project//modules/models/behavior:behavior depends on @com_github_eigen_eigen//:eigen in repository @com_github_eigen_eigen which failed to fetch. no such package '@com_github_eigen_eigen//': java.io.IOException: Error downloading [http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2] to /home/tinmode/.cache/bazel/_bazel_tinmode/6f8dd349eff6a6a6951a9078c887ed57/external/com_github_eigen_eigen/temp3743933816585566752/3.3.4.tar.bz2: GET returned 404 Not Found
ERROR: Analysis of target '//test:single_agent_test' failed; build aborted: Analysis failed
INFO: Elapsed time: 7.481s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (6 packages loaded, 33 targets con\
FAILED: Build did NOT complete successfully (6 packages loaded, 33 targets configured)
    Fetching ...roject; Cloning 77d3efd13b508d6eb33f8fad1ba1665666529513 of https://github.com/juloberno/mamcts

for resolving the error, check out if the URL in info above still exists, please @juloberno, @klemense1 and @patrickhart.

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

1 participant