Skip to content

rules_cc archive not found #6

@claudiouzelac

Description

@claudiouzelac
shenderson-d3jgh5:workspace shenderson$ git clone https://github.com/google/tcmalloc.git
Cloning into 'tcmalloc'...
warning: templates not found in /Users/shenderson/.git-template
remote: Enumerating objects: 247, done.
remote: Counting objects: 100% (247/247), done.
remote: Compressing objects: 100% (197/197), done.
remote: Total 247 (delta 67), reused 230 (delta 50), pack-reused 0
Receiving objects: 100% (247/247), 573.68 KiB | 3.32 MiB/s, done.
Resolving deltas: 100% (67/67), done.
shenderson-d3jgh5:workspace shenderson$ cd tcmalloc/
shenderson-d3jgh5:tcmalloc shenderson$ bazel build //...
Starting local Bazel server and connecting to it...
WARNING: Download from https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/7e650b11fe6d49f70f2ca7a1c4cb8b
cc4a1fe239.zip failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET r
eturned 404 Not Found
INFO: Analyzed 114 targets (45 packages loaded, 1105 targets configured).
INFO: Found 114 targets...
ERROR: /Users/shenderson/workspace/tcmalloc/tcmalloc/internal/BUILD:123:1: C++ compilation of rule '//tcmalloc/internal
:logging' failed (Exit 1) wrapped_clang failed: error executing command external/local_config_cc/wrapped_clang '-D_FORT
IFY_SOURCE=1' -fstack-protector -fcolor-diagnostics -Wall -Wthread-safety -Wself-assign -fno-omit-frame-pointer -O0 -DD
EBUG '-std=c++11' -iquote . -iquote ... (remaining 31 argument(s) skipped)

Use --sandbox_debug to see verbose messages from the sandbox
warning: unknown warning option '-Wno-attribute-alias'; did you mean '-Wno-attributes'? [-Wunknown-warning-option]
tcmalloc/internal/logging.cc:22:10: fatal error: 'syscall.h' file not found
#include <syscall.h>
         ^~~~~~~~~~~
1 warning and 1 error generated.
INFO: Elapsed time: 16.659s, Critical Path: 1.07s
INFO: 5 processes: 5 darwin-sandbox.
FAILED: Build did NOT complete successfully

commit information:

git log
commit 84819522941112e40c7018870fbe9a83287097f3 (HEAD -> master, origin/master, origin/HEAD)
Author: Martin Maas <mmaas@google.com>
Date:   Thu Feb 13 15:38:17 2020

    Refactor time series tracking.
    
    We are adding additional time series telemetry. To avoid duplication, this change factors out shared functionality from MinMaxTracker to be reused for the other time series trackers. It should not change any current behavior.
    
    PiperOrigin-RevId: 294989313
    Change-Id: I53e1329ef639aec9dde69d74b71e4279c76c58d8

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