Closed lorepieri8 closed 5 years ago
The Protocol "https" not supported or disabled in libcurl
seems to be a result of the system CMake installation using a version of libcurl that doesn't support https. The easiest workaround is to build and use a version of cmake which uses https. See here
It worked! Other resources that I used along the way: https://stackoverflow.com/questions/56941778/cmake-use-system-curl-is-on-but-a-curl-is-not-found/56941804#56941804
`root@homom:~/he-transformer/build# make install [ 8%] Built target ext_seal [ 9%] Performing build step for 'ext_ngraph_tf' ARTIFACTS location: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/artifacts Running virtualenv with interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/bin/python3 Not overwriting existing python script /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/bin/python (you must use /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/bin/python3) Installing setuptools, pip, wheel... done. Loading virtual environment from: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3 Loading virtual environment from: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3 PIP location /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/bin/pip Requirement already up-to-date: pip in ./venv-tf-py3/lib/python3.5/site-packages (19.1.1) Requirement already up-to-date: setuptools in ./venv-tf-py3/lib/python3.5/site-packages (41.0.1) Requirement already up-to-date: psutil in ./venv-tf-py3/lib/python3.5/site-packages (5.6.3) Requirement already up-to-date: six>=1.10.0 in ./venv-tf-py3/lib/python3.5/site-packages (1.12.0) Requirement already up-to-date: numpy>=1.13.3 in ./venv-tf-py3/lib/python3.5/site-packages (1.16.4) Requirement already up-to-date: absl-py>=0.1.6 in ./venv-tf-py3/lib/python3.5/site-packages (0.7.1) Requirement already up-to-date: astor>=0.6.0 in ./venv-tf-py3/lib/python3.5/site-packages (0.8.0) Requirement already up-to-date: google_pasta>=0.1.1 in ./venv-tf-py3/lib/python3.5/site-packages (0.1.7) Requirement already up-to-date: wheel>=0.26 in ./venv-tf-py3/lib/python3.5/site-packages (0.33.4) Requirement already up-to-date: mock in ./venv-tf-py3/lib/python3.5/site-packages (3.0.5) Requirement already up-to-date: termcolor>=1.1.0 in ./venv-tf-py3/lib/python3.5/site-packages (1.1.0) Requirement already up-to-date: protobuf>=3.6.1 in ./venv-tf-py3/lib/python3.5/site-packages (3.8.0) Requirement already up-to-date: keras_applications>=1.0.6 in ./venv-tf-py3/lib/python3.5/site-packages (1.0.8) Requirement already up-to-date: keras_preprocessing==1.0.5 in ./venv-tf-py3/lib/python3.5/site-packages (1.0.5) Requirement already up-to-date: yapf==0.26.0 in ./venv-tf-py3/lib/python3.5/site-packages (0.26.0) Package Version
absl-py 0.7.1
astor 0.8.0
gast 0.2.2
google-pasta 0.1.7
grpcio 1.22.0 h5py 2.9.0
Keras-Applications 1.0.8
Keras-Preprocessing 1.0.5
Markdown 3.1.1
mock 3.0.5
numpy 1.16.4 pip 19.1.1 protobuf 3.8.0
psutil 5.6.3
setuptools 41.0.1 six 1.12.0 tensorboard 1.13.1 tensorflow 1.13.1 tensorflow-estimator 1.13.0 termcolor 1.1.0
Werkzeug 0.15.4 wheel 0.33.4 yapf 0.26.0 Target Arch: native Building TensorFlow fatal: destination path 'tensorflow' already exists and is not an empty directory. remote: Enumerating objects: 69, done. remote: Counting objects: 100% (58/58), done. remote: Compressing objects: 100% (24/24), done. remote: Total 31 (delta 26), reused 12 (delta 7), pack-reused 0 Unpacking objects: 100% (31/31), done. From https://github.com/tensorflow/tensorflow 377a4df..e96bb86 master -> origin/master HEAD is now at 6612da8... Merge pull request #26101 from gunan/r1.13 PYTHON_BIN_PATH: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/bin/python SOURCE DIR: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/tensorflow ARTIFACTS DIR: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/artifacts/tensorflow WARNING: Running Bazel server needs to be killed, because the startup options are different. WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown". INFO: Invocation ID: 75ecb08a-8fda-4dc9-ad4f-04c87b50510c You have bazel 0.21.0 installed. Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details. --config=mkl # Build with MKL support. --config=monolithic # Config for mostly static monolithic build. --config=gdr # Build with GDR support. --config=verbs # Build with libverbs support. --config=ngraph # Build with Intel nGraph support. --config=dynamic_kernels # (Experimental) Build kernels into separate shared objects. Preconfigured Bazel build configs to DISABLE default on features: --config=noaws # Disable AWS S3 filesystem support. --config=nogcp # Disable GCP support. --config=nohdfs # Disable HDFS support. --config=noignite # Disable Apacha Ignite support. --config=nokafka # Disable Apache Kafka support. --config=nonccl # Disable NVIDIA NCCL support. Configuration finished Starting local Bazel server and connecting to it... INFO: Invocation ID: a9c4bbe1-78c6-48ab-aca1-99f6a3d2596f WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.contrib.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.contrib.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.contrib.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.contrib.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.contrib.distributions
totfp.distributions
. WARNING: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/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 oftf.contrib.distributions
totfp.distributions
. INFO: Analysed target //tensorflow/tools/pip_package:build_pip_package (356 packages loaded, 22397 targets configured). INFO: Found 1 target... Target //tensorflow/tools/pip_package:build_pip_package up-to-date: bazel-bin/tensorflow/tools/pip_package/build_pip_package INFO: Elapsed time: 48.855s, Critical Path: 2.05s INFO: 0 processes. INFO: Build completed successfully, 1 total action Mon Jul 8 17:51:39 UTC 2019 : === Preparing sources in dir: /tmp/tmp.RhfNxZTw8A ~/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/tensorflow ~/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/tensorflow ~/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/tensorflow Mon Jul 8 17:51:54 UTC 2019 : === Building wheel warning: no files found matching '.pyd' under directory '' warning: no files found matching '.pd' under directory '' warning: no files found matching '.dll' under directory '' warning: no files found matching '.lib' under directory '' warning: no files found matching '.h' under directory 'tensorflow/include/tensorflow' warning: no files found matching '' under directory 'tensorflow/include/Eigen' warning: no files found matching '.h' under directory 'tensorflow/include/google' warning: no files found matching '' under directory 'tensorflow/include/third_party' warning: no files found matching '*' under directory 'tensorflow/include/unsupported' Mon Jul 8 17:52:16 UTC 2019 : === Output wheel file is in: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/artifacts/tensorflow TF Wheel: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/artifacts/tensorflow/tensorflow-1.13.1-cp35-cp35m-linux_x86_64.whl INFO: Invocation ID: e2d7c366-5e10-4d11-8896-2f7e976e6f2e INFO: Analysed target //tensorflow:libtensorflow_cc.so (1 packages loaded, 8 targets configured). INFO: Found 1 target... Target //tensorflow:libtensorflow_cc.so up-to-date: bazel-bin/tensorflow/libtensorflow_cc.so INFO: Elapsed time: 3.347s, Critical Path: 2.15s INFO: 0 processes. INFO: Build completed successfully, 1 total action Copying bazel-bin/tensorflow/libtensorflow_cc.so to /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/artifacts/tensorflow Copying bazel-bin/tensorflow/libtensorflow_framework.so to /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/artifacts/tensorflow Loading virtual environment from: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3 Processing ./tensorflow-1.13.1-cp35-cp35m-linux_x86_64.whl Requirement already satisfied, skipping upgrade: astor>=0.6.0 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (0.8.0) Requirement already satisfied, skipping upgrade: keras-preprocessing>=1.0.5 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (1.0.5) Requirement already satisfied, skipping upgrade: numpy>=1.13.3 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (1.16.4) Requirement already satisfied, skipping upgrade: termcolor>=1.1.0 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (1.1.0) Requirement already satisfied, skipping upgrade: grpcio>=1.8.6 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (1.22.0) Requirement already satisfied, skipping upgrade: absl-py>=0.1.6 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (0.7.1) Requirement already satisfied, skipping upgrade: tensorflow-estimator<1.14.0rc0,>=1.13.0 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (1.13.0) Requirement already satisfied, skipping upgrade: gast>=0.2.0 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (0.2.2) Requirement already satisfied, skipping upgrade: protobuf>=3.6.1 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (3.8.0) Requirement already satisfied, skipping upgrade: six>=1.10.0 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (1.12.0) Requirement already satisfied, skipping upgrade: tensorboard<1.14.0,>=1.13.0 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (1.13.1) Requirement already satisfied, skipping upgrade: wheel>=0.26 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (0.33.4) Requirement already satisfied, skipping upgrade: keras-applications>=1.0.6 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow==1.13.1) (1.0.8) Requirement already satisfied, skipping upgrade: mock>=2.0.0 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorflow-estimator<1.14.0rc0,>=1.13.0->tensorflow==1.13.1) (3.0.5) Requirement already satisfied, skipping upgrade: setuptools in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from protobuf>=3.6.1->tensorflow==1.13.1) (41.0.1) Requirement already satisfied, skipping upgrade: markdown>=2.6.8 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorboard<1.14.0,>=1.13.0->tensorflow==1.13.1) (3.1.1) Requirement already satisfied, skipping upgrade: werkzeug>=0.11.15 in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from tensorboard<1.14.0,>=1.13.0->tensorflow==1.13.1) (0.15.4) Requirement already satisfied, skipping upgrade: h5py in /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages (from keras-applications>=1.0.6->tensorflow==1.13.1) (2.9.0) Installing collected packages: tensorflow Found existing installation: tensorflow 1.13.1 Uninstalling tensorflow-1.13.1: Successfully uninstalled tensorflow-1.13.1 Successfully installed tensorflow-1.13.1 LIB: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/venv-tf-py3/lib/python3.5/site-packages/tensorflow CXX_ABI: 1 nGraph Version: v0.19.1 fatal: destination path 'ngraph' already exists and is not an empty directory. remote: Enumerating objects: 250, done. remote: Counting objects: 100% (250/250), done. remote: Compressing objects: 100% (43/43), done. remote: Total 264 (delta 219), reused 221 (delta 207), pack-reused 14 Receiving objects: 100% (264/264), 125.33 KiB | 0 bytes/s, done. Resolving deltas: 100% (220/220), completed with 94 local objects. From https://github.com/NervanaSystems/ngraph 0ad2a3d..341205c ayzhuang/batch_norm_infer_relu_fusion -> origin/ayzhuang/batch_norm_infer_relu_fusion 4e3f03b..a601fac bob/static_backend_init -> origin/bob/static_backend_init 6a9c4bc..595a7ee leona/doc_v0.23-doc -> origin/leona/doc_v0.23-doc f7b343d..127a4fd nishant_quantized_dot_core -> origin/nishant_quantized_dot_core a18ad79..5cfe107 rearhart/plaidml -> origin/rearhart/plaidml 3791924..d625471 rearhart/plaidml-rc -> origin/rearhart/plaidml-rcaa010ab...ec8c4b2 silee2/gelu -> origin/silee2/gelu (forced update) HEAD is now at 1cbad22... Add environment variable to explicitly enable f->is_dynamic() (#2973) Source location: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph Running COMMAND: cmake -DNGRAPH_INSTALL_PREFIX=/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/artifacts -DNGRAPH_USE_CXX_ABI=1 -DNGRAPH_DEX_ONLY=TRUE -DNGRAPH_DEBUG_ENABLE=NO -DNGRAPH_TARGET_ARCH=native -DNGRAPH_TUNE_ARCH=native -DNGRAPH_DISTRIBUTED_ENABLE=OFF -DNGRAPH_TOOLS_ENABLE=YES -DNGRAPH_GPU_ENABLE=NO -DNGRAPH_PLAIDML_ENABLE=NO -DNGRAPH_INTELGPU_ENABLE=NO -DNGRAPH_UNIT_TEST_ENABLE=YES /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph -- NGRAPH_VERSION 0.19.1+1cbad22 -- NGRAPH_VERSION_SHORT 0.19.1 -- NGRAPH_WHEEL_VERSION 0.19.1 -- NGRAPH_API_VERSION 0.19 -- NGRAPH_FORWARD_CMAKE_ARGS -DCMAKE_C_COMPILER=/usr/bin/cc;-DCMAKE_CXX_COMPILER=/usr/bin/c++;-DCMAKE_BUILD_TYPE=Release -- NGRAPH_UNIT_TEST_ENABLE: ON -- NGRAPH_TOOLS_ENABLE: ON -- NGRAPH_CPU_ENABLE: ON -- NGRAPH_INTELGPU_ENABLE: OFF -- NGRAPH_GPU_ENABLE: OFF -- NGRAPH_INTERPRETER_ENABLE: ON -- NGRAPH_NOP_ENABLE: ON -- NGRAPH_GPUH_ENABLE: OFF -- NGRAPH_GENERIC_CPU_ENABLE: OFF -- NGRAPH_DEBUG_ENABLE: OFF -- NGRAPH_DEPRECATED_ENABLE: OFF -- NGRAPH_ONNX_IMPORT_ENABLE: OFF -- NGRAPH_DEX_ONLY: ON -- NGRAPH_ENABLE_CPU_CONV_AUTO: ON -- NGRAPH_CODE_COVERAGE_ENABLE: OFF -- NGRAPH_LIB_VERSIONING_ENABLE: OFF -- NGRAPH_PYTHON_BUILD_ENABLE: OFF -- NGRAPH_USE_PREBUILT_LLVM: OFF -- NGRAPH_PLAIDML_ENABLE: OFF -- NGRAPH_DISTRIBUTED_ENABLE: OFF -- NGRAPH_JSON_ENABLE: ON -- Installation directory: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/artifacts -- nGraph using CXX11 ABI: 1 -- Configuring done -- Generating done -- Build files have been written to: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb make[3]: Entering directory '/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb' make[4]: Entering directory '/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb' make[5]: Entering directory '/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb' make[5]: Leaving directory '/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb' [100%] Built target ext_tbb make[4]: Leaving directory '/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb' make[3]: Leaving directory '/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb' -- Building Intel TBB: /usr/bin/make -j4 compiler=gcc tbb_build_dir=/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb_build tbb_build_prefix=tbb CMake Warning (dev) at cmake/external_tbb.cmake:36 (find_package): Policy CMP0074 is not set: find_package uses_ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
CMake variable TBB_ROOT is set to:
/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/tbb/tbb-src
For compatibility, CMake is ignoring the variable. Call Stack (most recent call first): CMakeLists.txt:499 (include) This warning is for project developers. Use -Wno-dev to suppress it.
-- Found TBB and imported target TBB::tbb -- TBB so version: 2 -- Compile Flags: -DEIGEN_MPL2_ONLY -DTBB_USE_THREADING_TOOLS -std=c++11 -O2 -fPIC -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong -D_GLIBCXX_USE_CXX11_ABI=1 -march=native -mtune=native -DNGRAPH_CPU_ENABLE -- Shared Link Flags: -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -- CMAKE_CXX_FLAGS_RELEASE -O3 -DNDEBUG -- CMAKE_CXX_FLAGS_DEBUG -O0 -g -- Found OpenMP_C: -fopenmp
-- Found OpenMP_CXX: -fopenmp
-- Found OpenMP: TRUE
-- PlaidML not enabled; not compiling ngraph-to-plaidml -- tools enabled -- Adding unit test for backend INTERPRETER -- Adding unit test for backend CPU -- unit tests enabled -- Configuring done -- Generating done -- Build files have been written to: /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake Running COMMAND: make -j4 [ 2%] Built target ext_gtest [ 4%] Built target ext_json [ 6%] Built target ext_eigen [ 6%] Performing download step (download, verify and extract) for 'ext_mkl' -- verifying file... file='/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/mkl/src/mklml_lnx_2019.0.3.20190220.tgz' -- SHA1 hash of /root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/mkl/src/mklml_lnx_2019.0.3.20190220.tgz does not match expected value expected: 'b536cd3929ab9ff26a9adc903c92d006d142107b' actual: 'da39a3ee5e6b4b0d3255bfef95601890afd80709' -- File already exists but hash mismatch. Removing... -- Downloading... dst='/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_cmake/ngraph/build_cmake/mkl/src/mklml_lnx_2019.0.3.20190220.tgz' timeout='none' -- Using src='https://github.com/intel/mkl-dnn/releases/download/v0.18/mklml_lnx_2019.0.3.20190220.tgz' -- Retrying... -- Using src='https://github.com/intel/mkl-dnn/releases/download/v0.18/mklml_lnx_2019.0.3.20190220.tgz' -- Retry after 5 seconds (attempt #2) ... [ 50%] Built target ngraph Scanning dependencies of target interpreter_backend Scanning dependencies of target reserialize Scanning dependencies of target nop_backend [ 50%] Building CXX object src/tools/reserialize/CMakeFiles/reserialize.dir/reserialize.cpp.o [ 50%] Building CXX object src/ngraph/runtime/nop/CMakeFiles/nop_backend.dir/nop_backend.cpp.o [ 50%] Building CXX object src/ngraph/runtime/interpreter/CMakeFiles/interpreter_backend.dir/int_backend.cpp.o [ 50%] Linking CXX executable reserialize [ 50%] Built target reserialize Scanning dependencies of target ngraph_test_util [ 50%] Building CXX object test/util/CMakeFiles/ngraph_test_util.dir/autodiff/backprop_function.cpp.o [ 50%] Linking CXX shared library ../../libnop_backend.so [ 50%] Building CXX object src/ngraph/runtime/interpreter/CMakeFiles/interpreter_backend.dir/node_wrapper.cpp.o [ 50%] Built target nop_backend [ 50%] Building CXX object src/ngraph/runtime/interpreter/CMakeFiles/interpreter_backend.dir/int_executable.cpp.o [ 50%] Building CXX object test/util/CMakeFiles/ngraph_test_util.dir/all_close_f.cpp.o [ 51%] Building CXX object test/util/CMakeFiles/ngraph_test_util.dir/float_util.cpp.o -- Using src='https://github.com/intel/mkl-dnn/releases/download/v0.18/mklml_lnx_2019.0.3.20190220.tgz' -- Retry after 5 seconds (attempt #3) ... [ 51%] Building CXX object test/util/CMakeFiles/ngraph_test_util.dir/test_tools.cpp.o [ 51%] Building CXX object test/util/CMakeFiles/ngraph_test_util.dir/test_control.cpp.o [ 51%] Building CXX object test/util/CMakeFiles/ngraph_test_util.dir/test_case.cpp.o -- Using src='https://github.com/intel/mkl-dnn/releases/download/v0.18/mklml_lnx_2019.0.3.20190220.tgz' -- Retry after 15 seconds (attempt #4) ... [ 52%] Linking CXX static library libngraph_test_util.a [ 52%] Built target ngraph_test_util -- Using src='https://github.com/intel/mkl-dnn/releases/download/v0.18/mklml_lnx_2019.0.3.20190220.tgz' -- Retry after 60 seconds (attempt #5) ... [ 53%] Linking CXX shared library ../../libinterpreter_backend.so [ 53%] Built target interpreter_backend -- Using src='https://github.com/intel/mkl-dnn/releases/download/v0.18/mklml_lnx_2019.0.3.20190220.tgz' CMake Error at ext_mkl-stamp/download-ext_mkl.cmake:159 (message): Each download failed!
Closing connection -1
Closing connection -1
Closing connection -1
Closing connection -1
Closing connection -1
Closing connection -1
CMakeFiles/ext_mkl.dir/build.make:92: recipe for target 'mkl/src/ext_mkl-stamp/ext_mkl-download' failed make[5]: [mkl/src/ext_mkl-stamp/ext_mkl-download] Error 1 CMakeFiles/Makefile2:264: recipe for target 'CMakeFiles/ext_mkl.dir/all' failed make[4]: [CMakeFiles/ext_mkl.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make[3]: [all] Error 2 Traceback (most recent call last): File "/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_ngtf.py", line 345, in
main()
File "/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/build_ngtf.py", line 268, in main
build_ngraph(build_dir, ngraph_src_dir, ngraph_cmake_flags, verbosity)
File "/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/tools/build_utils.py", line 78, in build_ngraph
command_executor(cmd, verbose=True)
File "/root/he-transformer/build/ext_ngraph_tf/src/ext_ngraph_tf/tools/build_utils.py", line 45, in command_executor
raise Exception("Error running command: " + cmd)
Exception: Error running command: make -j4
CMakeFiles/ext_ngraph_tf.dir/build.make:112: recipe for target 'ext_ngraph_tf/src/ext_ngraph_tf-stamp/ext_ngraph_tf-build' failed
make[2]: [ext_ngraph_tf/src/ext_ngraph_tf-stamp/ext_ngraph_tf-build] Error 1
CMakeFiles/Makefile2:109: recipe for target 'CMakeFiles/ext_ngraph_tf.dir/all' failed
make[1]: [CMakeFiles/ext_ngraph_tf.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: [all] Error 2`