Skip to content

build issue with eigen checksum #158

@samos123

Description

@samos123
/oss/build_whl.sh
+ '[' -z ']'
+ '[' -z ']'
++ which python3
+ PYTHON_BIN=/opt/homebrew/bin/python3
++ /opt/homebrew/bin/python3 -c 'import sys; print(sys.version_info.major)'
+ PYTHON_MAJOR_VERSION=3
++ /opt/homebrew/bin/python3 -c 'import sys; print(sys.version_info.minor)'
+ PYTHON_MINOR_VERSION=13
+ PYTHON_VERSION=3.13
+ export PYTHON_VERSION=3.13
+ PYTHON_VERSION=3.13
+ main
+ '[' -e .bazelrc ']'
+ rm .bazelrc
+ write_to_bazelrc 'build -c opt'
+ echo 'build -c opt'
+ write_to_bazelrc 'build --cxxopt=-std=c++17'
+ echo 'build --cxxopt=-std=c++17'
+ write_to_bazelrc 'build --host_cxxopt=-std=c++17'
+ echo 'build --host_cxxopt=-std=c++17'
+ write_to_bazelrc 'build --experimental_repo_remote_exec'
+ echo 'build --experimental_repo_remote_exec'
+ write_to_bazelrc 'build --python_path="/opt/homebrew/bin/python3"'
+ echo 'build --python_path="/opt/homebrew/bin/python3"'
+ '[' -n '' ']'
+ export USE_BAZEL_VERSION=
+ USE_BAZEL_VERSION=
+ bazel clean
INFO: Starting clean (this may take a while). Use --async if the clean takes more than several minutes.
+ bazel build ...
DEBUG: Rule 'pybind11_bazel++internal_configure_extension+pybind11' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-QR93OAxDeYUGs57FlPx/K1MqE8TbZ0/PKxyjRO+u+2g="
DEBUG: Repository pybind11_bazel++internal_configure_extension+pybind11 instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /private/var/tmp/_bazel_stoelinga/ffa3f3f463562cf5a26ece2e6ef3dcb2/external/bazel_tools/tools/build_defs/repo/http.bzl:392:31: in <toplevel>
WARNING: Download from https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException Checksum was sha256-66Pz1BTS+MuikZx47G2qsI/HG6K6SuUCt+XU2Z/ALNo= but wanted sha256-HMqrv+hw9grz1qUZxT4J89z2MCBzId/6VTVkqOdcT8g=
INFO: Repository eigen+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /private/var/tmp/_bazel_stoelinga/ffa3f3f463562cf5a26ece2e6ef3dcb2/external/bazel_tools/tools/build_defs/repo/http.bzl:392:31: in <toplevel>
ERROR: /private/var/tmp/_bazel_stoelinga/ffa3f3f463562cf5a26ece2e6ef3dcb2/external/bazel_tools/tools/build_defs/repo/http.bzl:137:45: An error occurred during the fetch of repository 'eigen+':
   Traceback (most recent call last):
        File "/private/var/tmp/_bazel_stoelinga/ffa3f3f463562cf5a26ece2e6ef3dcb2/external/bazel_tools/tools/build_defs/repo/http.bzl", line 137, column 45, in _http_archive_impl
                download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip] to /private/var/tmp/_bazel_stoelinga/ffa3f3f463562cf5a26ece2e6ef3dcb2/external/eigen+/temp9554645830651894716/eigen-3.4.0.zip: Checksum was sha256-66Pz1BTS+MuikZx47G2qsI/HG6K6SuUCt+XU2Z/ALNo= but wanted sha256-HMqrv+hw9grz1qUZxT4J89z2MCBzId/6VTVkqOdcT8g=
ERROR: no such package '@@eigen+//': java.io.IOException: Error downloading [https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip] to /private/var/tmp/_bazel_stoelinga/ffa3f3f463562cf5a26ece2e6ef3dcb2/external/eigen+/temp9554645830651894716/eigen-3.4.0.zip: Checksum was sha256-66Pz1BTS+MuikZx47G2qsI/HG6K6SuUCt+XU2Z/ALNo= but wanted sha256-HMqrv+hw9grz1qUZxT4J89z2MCBzId/6VTVkqOdcT8g=
ERROR: /Users/stoelinga/workspace/array_record/cpp/BUILD:52:11: //cpp:thread_pool depends on @@eigen+//:eigen in repository @@eigen+ which failed to fetch. no such package '@@eigen+//': java.io.IOException: Error downloading [https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip] to /private/var/tmp/_bazel_stoelinga/ffa3f3f463562cf5a26ece2e6ef3dcb2/external/eigen+/temp9554645830651894716/eigen-3.4.0.zip: Checksum was sha256-66Pz1BTS+MuikZx47G2qsI/HG6K6SuUCt+XU2Z/ALNo= but wanted sha256-HMqrv+hw9grz1qUZxT4J89z2MCBzId/6VTVkqOdcT8g=
Target //:requirements up-to-date (nothing to build)
ERROR: Analysis of target '//cpp:thread_pool' failed; build aborted: Analysis failed
INFO: Elapsed time: 4.364s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
FAILED:
    Fetching repository @@riegeli+; starting
    Fetching repository @@rules_cc++cc_configure_extension+local_config_cc; starting
    Fetching repository @@abseil-cpp+; starting
    Fetching repository @@rules_python++python+python_3_10_aarch64-apple-darwin; starting
    Fetching repository @@abseil-py+; starting
    Fetching repository @@googletest+; starting
    Fetching repository @@rules_python++pip+pypi_310_etils; starting
    Fetching repository @@rules_python++python+python_3_10_host; Symlinking interpreter files to the target platform ... (11 fetches)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions