I tried couple of time (no change in bazel version- 0.21.0), last time with re-booting the tegra-B, this time the installation proceeded further, but got a different error.
Error message
[code]
/tensorflow$ bazel build --config=opt --config=cuda --config=nonccl //tensorflow/tools/pip_package:build_pip_package
Starting local Bazel server and connecting to it…
WARNING: The following configs were expanded more than once: [cuda]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior.
INFO: Invocation ID: d95a8b95-71c7-40aa-beb5-a067357e568e
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/python/BUILD:2986:1: in py_library rule //tensorflow/python:standard_ops: target ‘//tensorflow/python:standard_ops’ depends on deprecated target ‘//tensorflow/python/ops/distributions:distributions’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.distributions will not receive new features, and will be removed by early 2019. You should update all usage of tf.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/gan/BUILD:136:1: in py_library rule //tensorflow/contrib/gan:losses_impl: target ‘//tensorflow/contrib/gan:losses_impl’ depends on deprecated target ‘//tensorflow/python/ops/distributions:distributions’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.distributions will not receive new features, and will be removed by early 2019. You should update all usage of tf.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/metrics/BUILD:16:1: in py_library rule //tensorflow/contrib/metrics:metrics_py: target ‘//tensorflow/contrib/metrics:metrics_py’ depends on deprecated target ‘//tensorflow/python/ops/distributions:distributions’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.distributions will not receive new features, and will be removed by early 2019. You should update all usage of tf.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/python/BUILD:77:1: in py_library rule //tensorflow/python:no_contrib: target ‘//tensorflow/python:no_contrib’ depends on deprecated target ‘//tensorflow/python/ops/distributions:distributions’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.distributions will not receive new features, and will be removed by early 2019. You should update all usage of tf.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/learn/BUILD:17:1: in py_library rule //tensorflow/contrib/learn:learn: target ‘//tensorflow/contrib/learn:learn’ depends on deprecated target ‘//tensorflow/contrib/session_bundle:exporter’: No longer supported. Switch to SavedModel immediately.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/learn/BUILD:17:1: in py_library rule //tensorflow/contrib/learn:learn: target ‘//tensorflow/contrib/learn:learn’ depends on deprecated target ‘//tensorflow/contrib/session_bundle:gc’: No longer supported. Switch to SavedModel immediately.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/seq2seq/BUILD:23:1: in py_library rule //tensorflow/contrib/seq2seq:seq2seq_py: target ‘//tensorflow/contrib/seq2seq:seq2seq_py’ depends on deprecated target ‘//tensorflow/contrib/distributions:distributions_py’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.contrib.distributions are unmaintained, unsupported, and will be removed by late 2018. You should update all usage of tf.contrib.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/seq2seq/BUILD:23:1: in py_library rule //tensorflow/contrib/seq2seq:seq2seq_py: target ‘//tensorflow/contrib/seq2seq:seq2seq_py’ depends on deprecated target ‘//tensorflow/python/ops/distributions:distributions’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.distributions will not receive new features, and will be removed by early 2019. You should update all usage of tf.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/BUILD:233:1: in py_library rule //tensorflow/contrib/timeseries/python/timeseries/state_space_models:filtering_postprocessor: target ‘//tensorflow/contrib/timeseries/python/timeseries/state_space_models:filtering_postprocessor’ depends on deprecated target ‘//tensorflow/contrib/distributions:distributions_py’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.contrib.distributions are unmaintained, unsupported, and will be removed by late 2018. You should update all usage of tf.contrib.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/BUILD:76:1: in py_library rule //tensorflow/contrib/timeseries/python/timeseries/state_space_models:kalman_filter: target ‘//tensorflow/contrib/timeseries/python/timeseries/state_space_models:kalman_filter’ depends on deprecated target ‘//tensorflow/contrib/distributions:distributions_py’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.contrib.distributions are unmaintained, unsupported, and will be removed by late 2018. You should update all usage of tf.contrib.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/timeseries/python/timeseries/BUILD:356:1: in py_library rule //tensorflow/contrib/timeseries/python/timeseries:ar_model: target ‘//tensorflow/contrib/timeseries/python/timeseries:ar_model’ depends on deprecated target ‘//tensorflow/contrib/distributions:distributions_py’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.contrib.distributions are unmaintained, unsupported, and will be removed by late 2018. You should update all usage of tf.contrib.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/bayesflow/BUILD:17:1: in py_library rule //tensorflow/contrib/bayesflow:bayesflow_py: target ‘//tensorflow/contrib/bayesflow:bayesflow_py’ depends on deprecated target ‘//tensorflow/contrib/distributions:distributions_py’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.contrib.distributions are unmaintained, unsupported, and will be removed by late 2018. You should update all usage of tf.contrib.distributions
to tfp.distributions
.
WARNING: /home/nvidia/bazel-0.21.0-dist/tensorflow/tensorflow/contrib/BUILD:13:1: in py_library rule //tensorflow/contrib:contrib_py: target ‘//tensorflow/contrib:contrib_py’ depends on deprecated target ‘//tensorflow/contrib/distributions:distributions_py’: TensorFlow Distributions has migrated to TensorFlow Probability (https://github.com/tensorflow/probability). Deprecated copies remaining in tf.contrib.distributions are unmaintained, unsupported, and will be removed by late 2018. You should update all usage of tf.contrib.distributions
to tfp.distributions
.
INFO: Analysed target //tensorflow/tools/pip_package:build_pip_package (347 packages loaded, 17756 targets configured).
INFO: Found 1 target…
INFO: From Compiling tensorflow/python/framework/fast_tensor_util.cpp [for host]:
In file included from bazel-out/host/genfiles/external/local_config_python/numpy_include/numpy/ndarraytypes.h:1822:0,
from bazel-out/host/genfiles/external/local_config_python/numpy_include/numpy/ndarrayobject.h:12,
from bazel-out/host/genfiles/external/local_config_python/numpy_include/numpy/arrayobject.h:4,
from bazel-out/host/genfiles/tensorflow/python/framework/fast_tensor_util.cpp:581:
bazel-out/host/genfiles/external/local_config_python/numpy_include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " “#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION” [-Wcpp]
#warning "Using deprecated NumPy API, disable it with "
^
INFO: From Compiling external/icu/icu4c/source/common/uidna.cpp [for host]:
external/icu/icu4c/source/common/uidna.cpp: In function ‘int32_t internal_toUnicode(const UChar*, int32_t, UChar*, int32_t, int32_t, UStringPrepProfile*, UParseError*, UErrorCode*)’:
external/icu/icu4c/source/common/uidna.cpp:515:85: warning: ‘int32_t uidna_toASCII_62(const UChar*, int32_t, UChar*, int32_t, int32_t, UParseError*, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
b3Len = uidna_toASCII(b2, b2Len, b3, b3Capacity, options, parseError, status);
^
In file included from external/icu/icu4c/source/common/unicode/platform.h:25:0,
from external/icu/icu4c/source/common/unicode/ptypes.h:52,
from external/icu/icu4c/source/common/unicode/umachine.h:46,
from external/icu/icu4c/source/common/unicode/utypes.h:38,
from external/icu/icu4c/source/common/uidna.cpp:19:
external/icu/icu4c/source/common/unicode/uidna.h:576:1: note: declared here
uidna_toASCII(const UChar* src, int32_t srcLength,
^
external/icu/icu4c/source/common/uidna.cpp:528:80: warning: ‘int32_t uidna_toASCII_62(const UChar*, int32_t, UChar*, int32_t, int32_t, UParseError*, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
b3Len = uidna_toASCII(b2,b2Len,b3,b3Len,options,parseError, status);
^
In file included from external/icu/icu4c/source/common/unicode/platform.h:25:0,
from external/icu/icu4c/source/common/unicode/ptypes.h:52,
from external/icu/icu4c/source/common/unicode/umachine.h:46,
from external/icu/icu4c/source/common/unicode/utypes.h:38,
from external/icu/icu4c/source/common/uidna.cpp:19:
external/icu/icu4c/source/common/unicode/uidna.h:576:1: note: declared here
uidna_toASCII(const UChar* src, int32_t srcLength,
^
external/icu/icu4c/source/common/uidna.cpp: In function ‘int32_t uidna_compare_62(const UChar*, int32_t, const UChar*, int32_t, int32_t, UErrorCode*)’:
external/icu/icu4c/source/common/uidna.cpp:878:87: warning: ‘int32_t uidna_IDNToASCII_62(const UChar*, int32_t, UChar*, int32_t, int32_t, UParseError*, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
b1Len = uidna_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
^
In file included from external/icu/icu4c/source/common/unicode/platform.h:25:0,
from external/icu/icu4c/source/common/unicode/ptypes.h:52,
from external/icu/icu4c/source/common/unicode/umachine.h:46,
from external/icu/icu4c/source/common/unicode/utypes.h:38,
from external/icu/icu4c/source/common/uidna.cpp:19:
external/icu/icu4c/source/common/uidna.cpp:670:1: note: declared here
uidna_IDNToASCII( const UChar src, int32_t srcLength,
^
external/icu/icu4c/source/common/uidna.cpp:889:83: warning: 'int32_t uidna_IDNToASCII_62(const UChar, int32_t, UChar*, int32_t, int32_t, UParseError*, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
b1Len = uidna_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
^
In file included from external/icu/icu4c/source/common/unicode/platform.h:25:0,
from external/icu/icu4c/source/common/unicode/ptypes.h:52,
from external/icu/icu4c/source/common/unicode/umachine.h:46,
from external/icu/icu4c/source/common/unicode/utypes.h:38,
from external/icu/icu4c/source/common/uidna.cpp:19:
external/icu/icu4c/source/common/uidna.cpp:670:1: note: declared here
uidna_IDNToASCII( const UChar src, int32_t srcLength,
^
external/icu/icu4c/source/common/uidna.cpp:893:85: warning: 'int32_t uidna_IDNToASCII_62(const UChar, int32_t, UChar*, int32_t, int32_t, UParseError*, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status);
^
In file included from external/icu/icu4c/source/common/unicode/platform.h:25:0,
from external/icu/icu4c/source/common/unicode/ptypes.h:52,
from external/icu/icu4c/source/common/unicode/umachine.h:46,
from external/icu/icu4c/source/common/unicode/utypes.h:38,
from external/icu/icu4c/source/common/uidna.cpp:19:
external/icu/icu4c/source/common/uidna.cpp:670:1: note: declared here
uidna_IDNToASCII( const UChar src, int32_t srcLength,
^
external/icu/icu4c/source/common/uidna.cpp:904:86: warning: 'int32_t uidna_IDNToASCII_62(const UChar, int32_t, UChar*, int32_t, int32_t, UParseError*, UErrorCode*)’ is deprecated [-Wdeprecated-declarations]
b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status);
^
In file included from external/icu/icu4c/source/common/unicode/platform.h:25:0,
from external/icu/icu4c/source/common/unicode/ptypes.h:52,
from external/icu/icu4c/source/common/unicode/umachine.h:46,
from external/icu/icu4c/source/common/unicode/utypes.h:38,
from external/icu/icu4c/source/common/uidna.cpp:19:
external/icu/icu4c/source/common/uidna.cpp:670:1: note: declared here
uidna_IDNToASCII( const UChar src, int32_t srcLength,
^
INFO: From Compiling external/icu/icu4c/source/common/static_unicode_sets.cpp [for host]:
external/icu/icu4c/source/common/static_unicode_sets.cpp: In function ‘UBool {anonymous}::cleanupNumberParseUniSets()’:
external/icu/icu4c/source/common/static_unicode_sets.cpp:121:56: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
reinterpret_cast<UnicodeSet>(gEmptyUnicodeSet)->~UnicodeSet();
^
external/icu/icu4c/source/common/static_unicode_sets.cpp: In function ‘void {anonymous}::initNumberParseUniSets(UErrorCode&)’:
external/icu/icu4c/source/common/static_unicode_sets.cpp:137:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet)->freeze();
^
INFO: From Compiling external/icu/icu4c/source/common/rbbitblb.cpp [for host]:
external/icu/icu4c/source/common/rbbitblb.cpp: In member function ‘bool icu_62::RBBITableBuilder::findDuplCharClassFrom(icu_62::IntPair*)’:
external/icu/icu4c/source/common/rbbitblb.cpp:1097:14: warning: ‘table_dupl’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (table_base == table_dupl) {
^
external/icu/icu4c/source/common/rbbitblb.cpp:1097:14: warning: ‘table_base’ may be used uninitialized in this function [-Wmaybe-uninitialized]
INFO: From Compiling tensorflow/lite/string_util.cc [for host]:
tensorflow/lite/string_util.cc: In member function ‘int tflite::DynamicBuffer::WriteToBuffer(char**)’:
tensorflow/lite/string_util.cc:89:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < offset.size(); i++) {
^
INFO: From Compiling tensorflow/lite/c/c_api_internal.c [for host]:
In file included from tensorflow/lite/c/c_api_internal.c:16:0:
./tensorflow/lite/c/c_api_internal.h:60:34: warning: ‘struct TfLiteContext’ declared inside parameter list
TfLiteStatus (Refresh)(struct TfLiteContext context);
^
./tensorflow/lite/c/c_api_internal.h:60:34: warning: its scope is only this definition or declaration, which is probably not what you want
INFO: From Compiling tensorflow/lite/arena_planner.cc [for host]:
tensorflow/lite/arena_planner.cc: In member function ‘virtual TfLiteStatus tflite::ArenaPlanner::PlanAllocations()’:
tensorflow/lite/arena_planner.cc:133:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < graph_info_->num_nodes(); ++i) {
^
tensorflow/lite/arena_planner.cc:151:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < graph_info_->num_nodes(); ++i) {
^
tensorflow/lite/arena_planner.cc: In member function ‘virtual TfLiteStatus tflite::ArenaPlanner::ExecuteAllocations(int, int)’:
tensorflow/lite/arena_planner.cc:191:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < graph_info_->num_tensors(); ++i) {
^
tensorflow/lite/arena_planner.cc: In member function ‘TfLiteStatus tflite::ArenaPlanner::CalculateAllocationOfInternalTensors(int)’:
tensorflow/lite/arena_planner.cc:282:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (node_index < graph_info_->num_nodes()) {
^
tensorflow/lite/arena_planner.cc: In member function ‘TfLiteStatus tflite::ArenaPlanner::CalculateDeallocationOfInternalTensors(int)’:
tensorflow/lite/arena_planner.cc:295:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (node_index < graph_info_->num_nodes()) {
^
INFO: From Compiling tensorflow/lite/kernels/internal/mfcc.cc [for host]:
tensorflow/lite/kernels/internal/mfcc.cc: In member function ‘void tflite::internal::Mfcc::Compute(const std::vector&, std::vector) const’:
tensorflow/lite/kernels/internal/mfcc.cc:54:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < working.size(); ++i) {
^
INFO: From Compiling tensorflow/lite/kernels/internal/mfcc_mel_filterbank.cc [for host]:
tensorflow/lite/kernels/internal/mfcc_mel_filterbank.cc: In member function 'void tflite::internal::MfccMelFilterbank::Compute(const std::vector&, std::vector) const’:
tensorflow/lite/kernels/internal/mfcc_mel_filterbank.cc:179:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (input.size() <= end_index_) {
^
INFO: From Compiling external/kafka/src/rdbuf.c:
external/kafka/src/rdbuf.c: In function ‘rd_slice_init_full’:
external/kafka/src/rdbuf.c:741:13: warning: unused variable ‘r’ [-Wunused-variable]
int r = rd_slice_init(slice, rbuf, 0, rd_buf_len(rbuf));
^
external/kafka/src/rdbuf.c: In function ‘rd_buf_dump’:
external/kafka/src/rdbuf.c:1117:24: warning: unused variable ‘segcnt’ [-Wunused-variable]
size_t segcnt = 0;
^
INFO: From Compiling external/kafka/src/rdkafka_transport.c:
In file included from external/kafka/src/rdkafka_transport.c:36:0:
external/kafka/src/rdkafka_transport.c: In function ‘rd_kafka_transport_ssl_ctx_init’:
external/kafka/src/rdkafka_transport.c:830:47: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘int’ [-Wformat=]
rd_kafka_dbg(rk, SECURITY, “OPENSSL”, "Using OpenSSL version %s "
^
external/kafka/src/rdkafka_int.h:396:53: note: in definition of macro ‘rd_kafka_dbg’
LOG_DEBUG,fac,VA_ARGS);
^
INFO: From Compiling external/kafka/src/tinycthread.c:
external/kafka/src/tinycthread.c: In function ‘rwlock_rdlock’:
external/kafka/src/tinycthread.c:1012:13: warning: unused variable ‘r’ [-Wunused-variable]
int r = pthread_rwlock_rdlock(rwl);
^
external/kafka/src/tinycthread.c: In function ‘rwlock_wrlock’:
external/kafka/src/tinycthread.c:1018:13: warning: unused variable ‘r’ [-Wunused-variable]
int r = pthread_rwlock_wrlock(rwl);
^
external/kafka/src/tinycthread.c: In function ‘rwlock_rdunlock’:
external/kafka/src/tinycthread.c:1024:13: warning: unused variable ‘r’ [-Wunused-variable]
int r = pthread_rwlock_unlock(rwl);
^
external/kafka/src/tinycthread.c: In function ‘rwlock_wrunlock’:
external/kafka/src/tinycthread.c:1030:13: warning: unused variable ‘r’ [-Wunused-variable]
int r = pthread_rwlock_unlock(rwl);
^
INFO: From Compiling external/kafka/src/rdkafka_msgset_writer.c:
external/kafka/src/rdkafka_msgset_writer.c: In function ‘rd_kafka_msgset_writer_write_msg’:
external/kafka/src/rdkafka_msgset_writer.c:684:16: warning: variable ‘actual_written’ set but not used [-Wunused-but-set-variable]
size_t actual_written;
^
external/kafka/src/rdkafka_msgset_writer.c: In function ‘rd_kafka_msgset_writer_calc_crc_v2’:
external/kafka/src/rdkafka_msgset_writer.c:1066:13: warning: variable ‘r’ set but not used [-Wunused-but-set-variable]
int r;
^
INFO: From Compiling external/kafka/src/rdkafka_op.c:
external/kafka/src/rdkafka_op.c: In function ‘rd_kafka_op_destroy’:
external/kafka/src/rdkafka_op.c:325:35: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
rd_kafka_op_res_t res;
^
INFO: From Compiling external/kafka/src/rdkafka_admin.c:
external/kafka/src/rdkafka_admin.c: In function ‘rd_kafka_admin_result_ret_topics’:
external/kafka/src/rdkafka_admin.c:344:28: warning: unused variable ‘reqtype’ [-Wunused-variable]
rd_kafka_op_type_t reqtype =
^
external/kafka/src/rdkafka_admin.c: In function ‘rd_kafka_admin_result_ret_resources’:
external/kafka/src/rdkafka_admin.c:361:28: warning: unused variable ‘reqtype’ [-Wunused-variable]
rd_kafka_op_type_t reqtype =
^
INFO: From ProtoCompile tensorflow/contrib/boosted_trees/proto/learner.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/tpu/proto/tpu_embedding_configuration.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/tensor_forest/proto/fertile_stats.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/core/debug/debugger_event_metadata.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/cloud/kernels/bigquery_table_partition.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/core/kernels/boosted_trees/boosted_trees.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/core/protobuf/master.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/core/protobuf/worker.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/core/protobuf/eager_service.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/core/profiler/profile.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/python/framework/cpp_shape_inference.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/core/debug/debug_service.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile external/com_github_googleapis_googleapis/google/api/annotations.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/core/protobuf/replay_log.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
tensorflow/core/protobuf/replay_log.proto: warning: Import tensorflow/core/framework/graph.proto but not used.
tensorflow/core/protobuf/replay_log.proto: warning: Import tensorflow/core/protobuf/cluster.proto but not used.
INFO: From ProtoCompile tensorflow/lite/toco/toco_flags.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/lite/toco/types.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/lite/toco/model_flags.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/boosted_trees/proto/learner.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/tpu/proto/tpu_embedding_output_layout.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/tpu/proto/optimization_parameters.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/tpu/proto/tpu_embedding_configuration.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/decision_trees/proto/generic_tree_model_extensions.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/tensor_forest/proto/tensor_forest_params.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/decision_trees/proto/generic_tree_model.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/tpu/proto/optimization_parameters.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/tpu/proto/tpu_embedding_output_layout.pb.cc [for host]:
bazel-out/host/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/boosted_trees/proto/tree_config.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/boosted_trees/proto/split_info.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From ProtoCompile tensorflow/contrib/boosted_trees/proto/quantiles.pb.cc:
bazel-out/aarch64-opt/genfiles/external/protobuf_archive/src: warning: directory does not exist.
INFO: From Compiling external/protobuf_archive/python/google/protobuf/pyext/message.cc [for host]:
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In function ‘PyObject* google::protobuf::python::message_meta::New(PyTypeObject*, PyObject*, PyObject*)’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:208:54: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
static char kwlist[] = {“name”, “bases”, “dict”, 0};
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:208:54: warning: ISO C++ forbids converting a string constant to 'char’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc:208:54: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc: At global scope:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:406:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
};
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:406:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In function ‘bool google::protobuf::python::CheckAndGetDouble(PyObject*, double*)’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:710:44: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
FormatTypeError(arg, “int, long, float”);
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In function ‘bool google::protobuf::python::CheckAndGetBool(PyObject*, bool*)’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:728:43: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
FormatTypeError(arg, “int, long, bool”);
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In function ‘PyObject* google::protobuf::python::CheckString(PyObject*, const google::protobuf::FieldDescriptor*)’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:764:44: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
FormatTypeError(arg, “bytes, unicode”);
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:779:33: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
FormatTypeError(arg, “bytes”);
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In function ‘int google::protobuf::python::cmessage::InitAttributes(google::protobuf::python::CMessage*, PyObject*, PyObject*)’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:1193:65: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
function_return.get(), “MergeFrom”, “O”, map_value));
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:1193:65: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc:1201:64: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
PyObject_CallMethod(map.get(), “update”, “O”, value));
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:1201:64: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In function ‘PyObject* google::protobuf::python::cmessage::InternalSerializeToString(google::protobuf::python::CMessage*, PyObject*, PyObject*, bool)’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:1812:48: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
static char* kwlist = { “deterministic”, 0 };
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:1836:67: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
PyObject_CallMethod(comma.get(), “join”, “O”, errors.get()));
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:1836:67: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc: At global scope:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:2632:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
};
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:2632:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc:2632:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc:2632:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In function ‘bool google::protobuf::python::InitProto2MessageModule(PyObject*)’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:2972:62: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
&RepeatedScalarContainer_Type)) == NULL) {
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:2972:62: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc:2977:65: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
&RepeatedCompositeContainer_Type)) == NULL) {
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc:2977:65: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In instantiation of ‘bool google::protobuf::python::CheckAndGetInteger(PyObject*, T*) [with T = int; PyObject = _object]’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:702:58: required from here
external/protobuf_archive/python/google/protobuf/pyext/message.cc:642:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
FormatTypeError(arg, “int, long”);
^
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In instantiation of ‘bool google::protobuf::python::CheckAndGetInteger(PyObject*, T*) [with T = long int; PyObject = _object]’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:703:58: required from here
external/protobuf_archive/python/google/protobuf/pyext/message.cc:642:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In instantiation of ‘bool google::protobuf::python::CheckAndGetInteger(PyObject*, T*) [with T = unsigned int; PyObject = _object]’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:704:60: required from here
external/protobuf_archive/python/google/protobuf/pyext/message.cc:642:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/message.cc: In instantiation of 'bool google::protobuf::python::CheckAndGetInteger(PyObject*, T*) [with T = long unsigned int; PyObject = object]’:
external/protobuf_archive/python/google/protobuf/pyext/message.cc:705:60: required from here
external/protobuf_archive/python/google/protobuf/pyext/message.cc:642:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-writable-strings’
INFO: From Compiling external/protobuf_archive/python/google/protobuf/pyext/message_factory.cc [for host]:
external/protobuf_archive/python/google/protobuf/pyext/message_factory.cc: In function ‘PyObject* google::protobuf::python::message_factory::New(PyTypeObject*, PyObject*, PyObject*)’:
external/protobuf_archive/python/google/protobuf/pyext/message_factory.cc:78:37: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
static char* kwlist[] = {“pool”, 0};
^
external/protobuf_archive/python/google/protobuf/pyext/message_factory.cc: At global scope:
external/protobuf_archive/python/google/protobuf/pyext/message_factory.cc:227:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
};
^
external/protobuf_archive/python/google/protobuf/pyext/message_factory.cc:227:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
cc1plus: warning: unrecognized command line option ‘-Wno-writable-strings’
INFO: From Compiling external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc [for host]:
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc: In function ‘bool google::protobuf::python::GetFileDescriptorProto(PyObject*, google::protobuf::FileDescriptorProto*)’:
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc:84:69: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
PyObject_CallMethod(py_descriptor, “SerializeToString”, NULL));
^
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc: In member function ‘virtual bool google::protobuf::python::PyDescriptorDatabase::FindFileByName(const string&, google::protobuf::FileDescriptorProto*)’:
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc:114:78: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
py_database, “FindFileByName”, “s#”, filename.c_str(), filename.size()));
^
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc:114:78: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc: In member function ‘virtual bool google::protobuf::python::PyDescriptorDatabase::FindFileContainingSymbol(const string&, google::protobuf::FileDescriptorProto*)’:
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc:123:66: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
symbol_name.c_str(), symbol_name.size()));
^
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc:123:66: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc: In member function ‘virtual bool google::protobuf::python::PyDescriptorDatabase::FindFileContainingExtension(const string&, int, google::protobuf::FileDescriptorProto*)’:
external/protobuf_archive/python/google/protobuf/pyext/descriptor_database.cc:142:65: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
containing_type.size(), field_number));
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-writable-strings’
INFO: From Compiling external/protobuf_archive/python/google/protobuf/pyext/descriptor_pool.cc [for host]:
external/protobuf_archive/python/google/protobuf/pyext/descriptor_pool.cc: In function ‘PyObject* google::protobuf::python::cdescriptor_pool::New(PyTypeObject*, PyObject*, PyObject*)’:
external/protobuf_archive/python/google/protobuf/pyext/descriptor_pool.cc:139:46: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
static char* kwlist = {“descriptor_db”, 0};
^
external/protobuf_archive/python/google/protobuf/pyext/descriptor_pool.cc: In function ‘PyObject* google::protobuf::python::cdescriptor_pool::Add(PyObject*, PyObject*)’:
external/protobuf_archive/python/google/protobuf/pyext/descriptor_pool.cc:564:75: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
PyObject_CallMethod(file_descriptor_proto, “SerializeToString”, NULL));
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-writable-strings’
INFO: From Compiling external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc [for host]:
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
};
^
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:638:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
};
^
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:946:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
};
^
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1106:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1221:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
};
^
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1221:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1221:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1221:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1221:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1221:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descriptor.cc:1221:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
external/protobuf_archive/python/google/protobuf/pyext/descri