Skip to content

Instantly share code, notes, and snippets.

@sub-mod
Created September 16, 2019 15:24
Show Gist options
  • Save sub-mod/6174a81277d6ac070d10a1c9d4d3ef58 to your computer and use it in GitHub Desktop.
Save sub-mod/6174a81277d6ac070d10a1c9d4d3ef58 to your computer and use it in GitHub Desktop.
tensorflow debugging
rm -fr /usr/bin/python
ln -s /usr/bin/python2.6 /usr/bin/python
export PYTHON_LIB_PATH=/usr/lib64/python2.6/site-packages
python -V
yum install devtoolset-8 prelink mlocate -y
export DEV_TOOLSET_VERSION=8
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el6_10.x86_64
export CUSTOM_BUILD='bazel build -c opt --config=cuda --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" --verbose_failures //tensorflow/tools/pip_package:build_pip_package'
export PATH="/opt/rh/devtoolset-8/root/usr/bin:$PATH"
export PATH=/opt/app-root/output/:$PATH
export PATH="/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/:$PATH"
export PATH="/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/include/:$PATH"
export PATH="/opt/rh/devtoolset-8/root/usr/include/c++/8/:$PATH"
ln -s /opt/rh/devtoolset-8/root/usr/include/c++/8 /usr/include/c++/8
ln -s /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8 /usr/lib/gcc/x86_64-redhat-linux/8
ln -s /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8 /usr/lib/gcc/x86_64-redhat-linux/8
ln -s /opt/rh/devtoolset-8 /opt/rh/devtoolset-7
/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/include/
export CPATH="/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/:/opt/rh/devtoolset-8/root/usr/include/c++/8/:/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/include/:/opt/rh/devtoolset-8/root/usr/include/c++/8/:$CPATH"
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/
echo | gcc -E -xc++ - -v
ll /opt/rh/devtoolset-$DEV_TOOLSET_VERSION/root/usr/bin/g++
/usr/libexec/s2i/manylinux2010
bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --config=cuda --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-mfpmath=both --copt=-msse4.2 --verbose_failures //tensorflow/tools/pip_package:build_pip_package
============
/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8
/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/x86_64-redhat-linux
/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/backward
/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/include
/usr/local/include
/opt/rh/devtoolset-8/root/usr/include
/usr/include
============
/opt/rh/rh-python36/root/usr/include
/opt/rh/rh-python36/root/usr/include/python3.6m
.
/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/include
/usr/local/include
/opt/rh/devtoolset-8/root/usr/include
/usr/include
============
export PATH=/home/default/bin:/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-8/root/usr/bin:/opt/app-root/output/:/opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin
rpm -qa | grep gcc
updatedb
locate cc1 |grep devtoolset
/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/cc1
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/cc1
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/cc1plus
locate cc1plus
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/cc1plus
/usr/libexec/gcc/x86_64-redhat-linux/4.4.4/cc1plus
export PATH="/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8:$PATH"
export PATH="/opt/rh/devtoolset-8/root/usr/include/c++/8/:$PATH"
ll /opt/rh/devtoolset-8/root/usr/bin/cpp
to find folders looked by gcc
ll /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/include/stddef.h
mine -not working
======
LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64/stubs:/opt/rh/rh-python36/root/usr/lib64/:/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m/:/usr/local/lib:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 \
PATH=/home/default/bin:/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8:/home/default/bin:/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-8/root/usr/bin:/opt/app-root/output/:/opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin
google
=======
/usr/lib
PATH="/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-8/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \
LD_LIBRARY_PATH="/opt/rh/rh-python36/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64" \
PCP_DIR="/opt/rh/devtoolset-7/root" \
PERL5LIB="/opt/rh/devtoolset-7/root//usr/lib64/perl5/vendor_perl:/opt/rh/devtoolset-7/root/usr/lib/perl5:/opt/rh/devtoolset-7/root//usr/share/perl5/vendor_perl" \
PKG_CONFIG_PATH="/opt/rh/rh-python36/root/usr/lib64/pkgconfig/"
ERROR: /home/default/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/external/zlib_archive/BUILD.bazel:5:1: C++ compilation of rule '@zlib_archive//:zlib' failed (Exit 1): crosstool_wrapper_driver_is_not_gcc failed: error executing command
(cd /home/default/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/execroot/org_tensorflow && \
exec env - \
LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64/stubs:/opt/rh/rh-python36/root/usr/lib64/:/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m/:/usr/local/lib:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 \
PATH=/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8:/home/default/bin:/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-8/root/usr/bin:/opt/app-root/output/:/opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin \
PWD=/proc/self/cwd \
external/local_config_cuda/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc -MD -MF bazel-out/host/bin/external/zlib_archive/_objs/zlib/gzclose.d '-frandom-seed=bazel-out/host/bin/external/zlib_archive/_objs/zlib/gzclose.o' -iquote external/zlib_archive -iquote bazel-out/host/genfiles/external/zlib_archive -iquote bazel-out/host/bin/external/zlib_archive -isystem external/zlib_archive -isystem bazel-out/host/genfiles/external/zlib_archive -isystem bazel-out/host/bin/external/zlib_archive -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -fPIE -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=1' -fstack-protector -Wall -fno-omit-frame-pointer -no-canonical-prefixes -fno-canonical-system-headers -DNDEBUG -g0 -O2 -ffunction-sections -fdata-sections -g0 -Wno-shift-negative-value -DZ_HAVE_UNISTD_H -c external/zlib_archive/gzclose.c -o bazel-out/host/bin/external/zlib_archive/_objs/zlib/gzclose.o)
Execution platform: @bazel_tools//platforms:host_platform
In file included from external/zlib_archive/gzguts.h:21,
from external/zlib_archive/gzclose.c:6:
/usr/bin/../lib/gcc/../../include/stdio.h:34:11: fatal error: stddef.h: No such file or directory
# include <stddef.h>
^~~~~~~~~~
compilation terminated.
Target //tensorflow/tools/pip_package:build_pip_package failed to build
run....
TF_NEED_JEMALLOC = 0
TF_NEED_GCP = 0
TF_NEED_VERBS = 0
TF_NEED_HDFS = 0
TF_ENABLE_XLA = 0
TF_NEED_OPENCL = 0
TF_NEED_CUDA = 1
TF_NEED_MPI = 0
TF_NEED_GDR = 0
TF_NEED_S3 = 0
TF_CUDA_VERSION = 10.0
TF_CUDA_COMPUTE_CAPABILITIES = 3.0,3.5,5.2,6.0,6.1,7.0
TF_CUDNN_VERSION = 7
TF_NEED_OPENCL_SYCL = 0
TF_CUDA_CLANG = 0
GCC_HOST_COMPILER_PATH = /usr/bin/gcc
CUDA_TOOLKIT_PATH = /usr/local/cuda
CUDNN_INSTALL_PATH = /usr/local/cuda
TF_NEED_KAFKA = 0
TF_NEED_OPENCL_SYCL = 0
TF_DOWNLOAD_CLANG = 0
TF_SET_ANDROID_WORKSPACE = 0
TF_NEED_IGNITE = 0
TF_NEED_ROCM = 0
PATH = /opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin
JAVA_HOME = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0*
PYTHON_LIB_PATH = /usr/lib64/python3.6/site-packages
LD_LIBRARY_PATH = /usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
PYTHON_BIN_PATH = /usr/bin/python
PORT is undefined
BUILD_OPTS is undefined
CUSTOM_BUILD = bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --config=cuda --copt=-mfpmath=both --copt=-msse4.2 --verbose_failures //tensorflow/tools/pip_package:build_pip_package
TEST_LOOP = n
TF_GIT_BRANCH = r2.0
PYTHON_VERSION = 3.6
HOST_ON_HTTP_SERVER = n
TEST_WHEEL_FILE = y
GIT_RELEASE_REPO = https://github.com/AICoE/tensorflow-wheels.git
LOCAL_BUILD = n
HOME = /home/default
OAUTH_SCOPE uses GIT_TOKEN
OAUTH_SCOPE = repo
============================================
BUILD_TOOLS_DIR = /build_tools
===============================
Setup devtoolset gcc...
OSVER = centos
OS_VERSION = centos6
Found environment centos6-3.6
LD_LIBRARY_PATH =/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/opt/rh/devtoolset-7/root/usr/lib64/dyninst:/opt/rh/devtoolset-7/root/usr/lib/dyninst:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
MANPATH =/opt/rh/devtoolset-7/root/usr/share/man:
INFOPATH =/opt/rh/devtoolset-7/root/usr/share/info:
PCP_DIR =/opt/rh/devtoolset-7/root:/opt/rh/devtoolset-7/root/usr/share/info:
PYTHONPATH =/opt/rh/devtoolset-7/root/usr/lib64/python2.6/site-packages:/opt/rh/devtoolset-7/root/usr/lib/python2.6/site-packages:
PERL5LIB =/opt/rh/devtoolset-7/root//usr/lib64/perl5/vendor_perl:/opt/rh/devtoolset-7/root/usr/lib/perl5:/opt/rh/devtoolset-7/root//usr/share/perl5/vendor_perl
PATH =/opt/rh/devtoolset-7/root/usr/bin:/opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin
===============================
===============================
Setup Python after devtoolset gcc...
PYTHON_VERSION = 3.6
OSVER = centos
OS_VERSION = centos6
Found environment centos6-3.6
Python 3.6.3
/opt/rh/rh-python36/root/usr/bin/python
PYTHON_H=/opt/rh/rh-python36/root/usr/include/python3.6m/Python.h
LD_LIBRARY_PATH =/opt/rh/rh-python36/root/usr/lib64/:/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m/:/usr/local/lib:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/opt/rh/devtoolset-7/root/usr/lib64/dyninst:/opt/rh/devtoolset-7/root/usr/lib/dyninst:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
CPATH =/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m:
PATH =/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-7/root/usr/bin:/opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin
LIBRARY_PATH =/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m:/usr/local/cuda/lib64/stubs
PYTHON_INCLUDE_PATH =/opt/rh/rh-python36/root/usr/include/python3.6m
PYTHON_LIB_PATH =/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages
===============================
===============================
Setup pip after devtoolset gcc...
PYTHON_VERSION = 3.6
OSVER = centos
OS_VERSION = centos6
Found environment centos6-3.6
pip 19.2.3 from /opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/pip (python 3.6)
===============================
===============================
Setup Tensorflow build env...
OSVER = centos
OS_VERSION = centos6
DEV_TOOLSET_VERSION = 7
Ensure all the values below are correct doe the build environment...
# 1 "<stdin>"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "<stdin>"
total 4
drwxr-xr-x. 2 root root 4096 Sep 12 16:58 bin
drwxr-xr-x. 3 root root 132 Sep 12 16:58 include
drwxr-xr-x. 4 root root 28 Sep 12 16:58 jre
drwxr-xr-x. 3 root root 144 Sep 12 16:58 lib
drwxr-xr-x. 2 root root 208 Sep 12 16:58 tapset
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el6_10.x86_64
PATH=/home/default/bin:/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-7/root/usr/bin:/opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin
which_gcc=/opt/rh/devtoolset-7/root/usr/bin/gcc
which_g++=
which_ld=/opt/rh/devtoolset-7/root/usr/bin/ld
which_python=/opt/rh/rh-python36/root/usr/bin/python
which_python_link=/opt/rh/rh-python36/root/usr/bin/python->python3
/usr/bin/python_link=/usr/bin/python->/opt/rh/rh-python36/root/usr/bin/python3.6
which_pip=/opt/rh/rh-python36/root/usr/bin/pip
which_pip_version=pip 19.2.3 from /opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/pip (python 3.6)
which_pip_site=/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/pip
which_pip_link=/opt/rh/rh-python36/root/usr/bin/pip
Python 3.6.3
Keras-Applications 1.0.8
Keras-Preprocessing 1.0.5
numpy 1.17.2
protobuf 3.6.1
pyaml 19.4.1
PyYAML 5.1.2
===============================
bazel command doesnt exists
Python 3.6.3
FULL_JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el6_10.x86_64
BAZEL_VERSION=0.24.1
total 63436
-rwxr-xr-x. 1 root root 64958386 Jul 1 03:25 bazel
Build label: 0.24.1- (@non-git)
Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Fri Jun 28 19:13:57 2019 (1561749237)
Build timestamp: 1561749237
Build timestamp as int: 1561749237
OS_VERSION = centos6
FINAL_STR = cuda
####################################
clone git repo.....
####################################
TF_NEED_CUDA = 1
####################################
CUDA BUILD TODO.....
####################################
LD_LIBRARY_PATH = /usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64/stubs:/opt/rh/rh-python36/root/usr/lib64/:/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m/:/usr/local/lib:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/opt/rh/devtoolset-7/root/usr/lib64/dyninst:/opt/rh/devtoolset-7/root/usr/lib/dyninst:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
total 52
drwxr-xr-x. 3 root root 270 Sep 11 21:04 bin
drwxr-xr-x. 2 root root 191 Sep 11 20:57 compat
drwxr-xr-x. 2 root root 22 Sep 11 20:57 doc
drwxr-xr-x. 4 root root 35 Sep 11 21:04 extras
lrwxrwxrwx. 1 root root 28 Sep 11 21:04 include -> targets/x86_64-linux/include
lrwxrwxrwx. 1 root root 24 Sep 11 21:04 lib64 -> targets/x86_64-linux/lib
-rw-r--r--. 1 root root 367 Sep 12 2018 LICENSE
-r--r--r--. 1 root root 38963 Dec 4 2018 NVIDIA_SLA_cuDNN_Support.txt
drwxr-xr-x. 3 root root 21 Sep 11 21:04 nvml
drwxr-xr-x. 7 root root 85 Sep 11 21:04 nvvm
-rw-r--r--. 1 root root 367 Sep 12 2018 README
drwxr-xr-x. 3 root root 17 Sep 11 21:04 share
drwxr-xr-x. 2 root root 201 Sep 11 21:04 src
drwxr-xr-x. 3 root root 26 Sep 12 2018 targets
-rw-r--r--. 1 root root 22 Aug 26 2018 version.txt
total 1132
-rwxr-xr-x. 1 root root 53472 Aug 26 2018 libcublas.so
-rwxr-xr-x. 1 root root 47792 Aug 26 2018 libcuda.so
-rwxr-xr-x. 1 root root 10664 Aug 26 2018 libcufft.so
-rwxr-xr-x. 1 root root 11656 Aug 26 2018 libcufftw.so
-rwxr-xr-x. 1 root root 7056 Aug 26 2018 libcurand.so
-rwxr-xr-x. 1 root root 80296 Aug 26 2018 libcusolver.so
-rwxr-xr-x. 1 root root 93784 Aug 26 2018 libcusparse.so
-rwxr-xr-x. 1 root root 5432 Aug 26 2018 libnppc.so
-rwxr-xr-x. 1 root root 102176 Aug 26 2018 libnppial.so
-rwxr-xr-x. 1 root root 55888 Aug 26 2018 libnppicc.so
-rwxr-xr-x. 1 root root 8128 Aug 26 2018 libnppicom.so
-rwxr-xr-x. 1 root root 84392 Aug 26 2018 libnppidei.so
-rwxr-xr-x. 1 root root 114480 Aug 26 2018 libnppif.so
-rwxr-xr-x. 1 root root 42040 Aug 26 2018 libnppig.so
-rwxr-xr-x. 1 root root 21288 Aug 26 2018 libnppim.so
-rwxr-xr-x. 1 root root 191008 Aug 26 2018 libnppist.so
-rwxr-xr-x. 1 root root 7264 Aug 26 2018 libnppisu.so
-rwxr-xr-x. 1 root root 28344 Aug 26 2018 libnppitc.so
-rwxr-xr-x. 1 root root 106368 Aug 26 2018 libnpps.so
-rwxr-xr-x. 1 root root 9248 Aug 26 2018 libnvgraph.so
-rwxr-xr-x. 1 root root 31664 Aug 26 2018 libnvidia-ml.so
-rwxr-xr-x. 1 root root 5584 Mar 5 2019 libnvjpeg.so
-rwxr-xr-x. 1 root root 5384 Aug 26 2018 libnvrtc.so
####################################
configure.....
####################################
You have bazel 0.24.1- (@non-git) installed.
Found CUDA 10.0 in:
/usr/local/cuda/lib64
/usr/local/cuda/include
Found cuDNN 7 in:
/usr/local/cuda/lib64
/usr/local/cuda/include
WARNING: XLA does not support CUDA compute capabilities lower than 3.5. Disable XLA when running on older GPUs.
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=numa # Build with NUMA support.
--config=dynamic_kernels # (Experimental) Build kernels into separate shared objects.
--config=v2 # Build TensorFlow 2.x instead of 1.x.
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 Apache Ignite support.
--config=nokafka # Disable Apache Kafka support.
--config=nonccl # Disable NVIDIA NCCL support.
Configuration finished
####################################
CUSTOM_BUILD.....
####################################
{ "source_HEAD": "c6babdd8aae6d71d0b570216557d20983d6421e7", "source_remote_origin": "https://github.com/tensorflow/tensorflow.git", "OS_VER": "CentOS release 6.10 (Final)", "GLIBC_VER": "ldd (GNU libc) 2.12", "PIP_VER": "pip 19.2.3 from /opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/pip (python 3.6)", "PROTOC_VER": "libprotoc 2.3.0", "LOGICAL_CPUS": "64", "CORES_PER_PCPU": " 16", "PHYSICAL_CPUS": "2", "GCC_VER": "gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)", "OS": "Linux", "kernel": "3.10.0-1058.el7.x86_64", "architecture": "broadwell", "processor": "Intel(R) Xeon(R) CPU E5-2697A v4 @ 2.60GHz", "Bazel_version": "Build label: 0.24.1- (@non-git)", "Java_version": "1.8.0_222", "Python_version": "3.6.3", "gpp_version": "", "swig_version": "", "NVIDIA_driver_version": "418.67", "CUDA_device_count": "2", "CUDA_device_names": "Tesla P100-SXM2-16GB, Tesla P100-SXM2-16GB,", "CUDA_toolkit_version": "V10.0.130", "GCC_FLAGS": "-march=broadwell -mmmx -msse -msse2 -msse3 -mssse3 -mcx16 -msahf -mmovbe -maes -mpclmul -mpopcnt -mabm -mfma -mbmi -mbmi2 -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mrtm -mhle -mrdrnd -mf16c -mfsgsbase -mrdseed -mprfchw -madx -mfxsr -mxsave -mxsaveopt --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=40960 -mtune=broadwell", "CPUINFO_FLAGS": " fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb cat_l3 cdp_l3 intel_ppin intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts", "CPUINFO_FLAGS_TENSORFLOW": "sse sse2 ssse3 fma sse4_1 sse4_2 avx avx2 ", "CPU_FAMILY": "6", "CPU_MODEL": "79", "GCC_HOST_COMPILER_PATH": "/usr/bin/gcc","CUDA_TOOLKIT_PATH": "/usr/local/cuda","CUDNN_INSTALL_PATH": "/usr/local/cuda","JAVA_HOME": "/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el6_10.x86_64","PYTHON_LIB_PATH": "/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages","LD_LIBRARY_PATH": "/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64/stubs:/opt/rh/rh-python36/root/usr/lib64/:/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m/:/usr/local/lib:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/opt/rh/devtoolset-7/root/usr/lib64/dyninst:/opt/rh/devtoolset-7/root/usr/lib/dyninst:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64","PYTHON_BIN_PATH": "/usr/bin/python","PATH": "/opt/app-root/output/:/home/default/bin:/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-7/root/usr/bin:/opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin","PORT": "","BUILD_OPTS": "","PYTHON_VERSION": "3.6","HOST_ON_HTTP_SERVER": "n","TEST_WHEEL_FILE": "y","GIT_RELEASE_REPO": "https://github.com/AICoE/tensorflow-wheels.git","CUSTOM_BUILD": "bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --config=cuda --copt=-mfpmath=both --copt=-msse4.2 --verbose_failures //tensorflow/tools/pip_package:build_pip_package", "TF_NEED_S3": "0", "TF_NEED_CUDA": "1", "TF_CUDNN_VERSION": "7", "TF_NEED_JEMALLOC": "0", "TF_NEED_ROCM": "0", "TF_NEED_OPENCL": "0", "TF_CUDA_VERSION": "10.0", "TF_NEED_AWS": "0", "TF_NEED_GDR": "0", "TF_NEED_TENSORRT": "0", "TF_NEED_HDFS": "0", "TF_NEED_KAFKA": "0", "TF_DOWNLOAD_CLANG": "0", "TF_NEED_MPI": "0", "TF_GIT_BRANCH": "r2.0", "TF_SET_ANDROID_WORKSPACE": "0", "TF_NEED_IGNITE": "0", "TF_CUDA_CLANG": "0", "TF_NEED_OPENCL_SYCL": "0", "TF_NEED_GCP": "0", "TF_ENABLE_TEST": "0", "TF_ENABLE_XLA": "0", "TF_NEED_VERBS": "0", "TF_CUDA_COMPUTE_CAPABILITIES": "3.0,3.5,5.2,6.0,6.1,7.0", "march": "broadwell" }
CUSTOM_BUILD = bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --config=cuda --copt=-mfpmath=both --copt=-msse4.2 --verbose_failures //tensorflow/tools/pip_package:build_pip_package
WARNING: The following configs were expanded more than once: [cuda, using_cuda]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior.
INFO: Options provided by the client:
Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'build' from /workspace/.bazelrc:
'build' options: --apple_platform_type=macos --define framework_shared_object=true --define open_source_build=true --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone --strategy=Genrule=standalone -c opt --announce_rc --define=grpc_no_ares=true --define=PREFIX=/usr --define=LIBDIR=$(PREFIX)/lib --define=INCLUDEDIR=$(PREFIX)/include --config=v2
INFO: Reading rc options for 'build' from /workspace/.tf_configure.bazelrc:
'build' options: --action_env PYTHON_BIN_PATH=/usr/bin/python --action_env PYTHON_LIB_PATH=/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages --python_path=/usr/bin/python --action_env TF_CUDA_VERSION=10.0 --action_env TF_CUDNN_VERSION=7 --action_env CUDA_TOOLKIT_PATH=/usr/local/cuda --action_env CUDNN_INSTALL_PATH=/usr/local/cuda --action_env NCCL_INSTALL_PATH=/usr/local/nccl-2.2 --action_env TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.0,6.1,7.0 --action_env LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64/stubs:/opt/rh/rh-python36/root/usr/lib64/:/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m/:/usr/local/lib:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/opt/rh/devtoolset-7/root/usr/lib64/dyninst:/opt/rh/devtoolset-7/root/usr/lib/dyninst:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 --action_env GCC_HOST_COMPILER_PATH=/usr/bin/gcc --config=cuda --action_env TF_CONFIGURE_IOS=0
INFO: Found applicable config definition build:v2 in file /workspace/.bazelrc: --define=tf_api_version=2
INFO: Found applicable config definition build:cuda in file /workspace/.bazelrc: --config=using_cuda --define=using_cuda_nvcc=true
INFO: Found applicable config definition build:using_cuda in file /workspace/.bazelrc: --define=using_cuda=true --action_env TF_NEED_CUDA=1 --crosstool_top=@local_config_cuda//crosstool:toolchain
INFO: Found applicable config definition build:cuda in file /workspace/.bazelrc: --config=using_cuda --define=using_cuda_nvcc=true
INFO: Found applicable config definition build:using_cuda in file /workspace/.bazelrc: --define=using_cuda=true --action_env TF_NEED_CUDA=1 --crosstool_top=@local_config_cuda//crosstool:toolchain
Loading:
Loading: 0 packages loaded
Analyzing: target //tensorflow/tools/pip_package:build_pip_package (1 packages loaded, 0 targets configured)
Analyzing: target //tensorflow/tools/pip_package:build_pip_package (151 packages loaded, 1241 targets configured)
WARNING: /workspace/tensorflow/core/BUILD:1127:12: in srcs attribute of cc_library rule //tensorflow/core:framework_lite: please do not import '//tensorflow/core/platform:default/integral_types.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:1127:12: in srcs attribute of cc_library rule //tensorflow/core:framework_lite: please do not import '//tensorflow/core/platform:default/mutex.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:657:12: in srcs attribute of cc_library rule //tensorflow/core:lib_proto_parsing: please do not import '//tensorflow/core/platform:protobuf.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:1127:12: in srcs attribute of cc_library rule //tensorflow/core:framework_lite: please do not import '//tensorflow/core/platform:default/mutex_data.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:1125:1: in linkstatic attribute of cc_library rule //tensorflow/core:framework_lite: setting 'linkstatic=1' is recommended if there are no object files
Analyzing: target //tensorflow/tools/pip_package:build_pip_package (241 packages loaded, 8751 targets configured)
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:abi.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:annotation.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:byte_order.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:context.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:cord.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:cpu_feature_guard.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:cpu_info.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:cuda_libdevice_path.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:demangle.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:denormal.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:dynamic_annotations.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:env.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:env_time.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:error.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:file_statistics.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:file_system.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:file_system_helper.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:fingerprint.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:grpc_services.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:host_info.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:human_readable_json.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:init_main.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:load_library.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:logger.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:logging.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:macros.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:mem.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:monitoring.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:mutex.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:net.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:notification.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:null_file_system.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:numa.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:platform.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:platform_strings.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:platform_strings_computed.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:prefetch.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:profile_utils/android_armv7a_cpu_utils_helper.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:profile_utils/clock_cycle_profiler.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:profile_utils/cpu_utils.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:profile_utils/i_cpu_utils_helper.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:protobuf.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:protobuf_compiler.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:protobuf_internal.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:regexp.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:setround.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:snappy.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:stacktrace.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:stacktrace_handler.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:stream_executor_no_cuda.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:strong_hash.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:subprocess.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:tensor_coding.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:test.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:test_benchmark.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:thread_annotations.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:tracing.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:tstring.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:types.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2440:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal: please do not import '//tensorflow/core/platform:unbounded_work_queue.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2438:1: in linkstatic attribute of cc_library rule //tensorflow/core:lib_internal: setting 'linkstatic=1' is recommended if there are no object files
WARNING: /workspace/tensorflow/core/BUILD:2974:1: in srcs attribute of cc_library rule //tensorflow/core:stream_executor: please do not import '//tensorflow/core/platform:stream_executor.h' directly. You should either move the file to this package or depend on an appropriate rule there. Since this rule was created by the macro 'tf_cuda_library', the error might have been caused by the macro implementation in /workspace/tensorflow/core/BUILD:2974:1
WARNING: /workspace/tensorflow/core/BUILD:470:12: in srcs attribute of cc_library rule //tensorflow/core:logger: please do not import '//tensorflow/core/platform:logger.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2534:12: in srcs attribute of cc_library rule //tensorflow/core:jpeg_internal: please do not import '//tensorflow/core/platform:jpeg.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:5501:12: in srcs attribute of cc_library rule //tensorflow/core:cuda_libdevice_path: please do not import '//tensorflow/core/platform:default/cuda_libdevice_path.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2514:12: in srcs attribute of cc_library rule //tensorflow/core:gif_internal: please do not import '//tensorflow/core/platform:gif.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:559:12: in srcs attribute of cc_library rule //tensorflow/core:platform_strings: please do not import '//tensorflow/core/platform:platform_strings.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:559:12: in srcs attribute of cc_library rule //tensorflow/core:platform_strings: please do not import '//tensorflow/core/platform:platform_strings_computed.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2991:12: in srcs attribute of cc_library rule //tensorflow/core:stream_executor_no_cuda: please do not import '//tensorflow/core/platform:stream_executor.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:abi.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:annotation.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:byte_order.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:context.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:cord.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:cpu_feature_guard.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:cpu_info.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:cuda_libdevice_path.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:demangle.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:denormal.h' directly. You should either move the file to this package or depend on an appropriate rule there
Analyzing: target //tensorflow/tools/pip_package:build_pip_package (274 packages loaded, 15880 targets configured)
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:dynamic_annotations.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:env.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:env_time.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:error.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:file_statistics.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:file_system.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:file_system_helper.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:fingerprint.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:grpc_services.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:host_info.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:human_readable_json.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:init_main.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:load_library.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:logger.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:logging.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:macros.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:mem.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:monitoring.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:mutex.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:net.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:notification.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:null_file_system.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:numa.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:platform.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:platform_strings.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:platform_strings_computed.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:prefetch.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:profile_utils/android_armv7a_cpu_utils_helper.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:profile_utils/clock_cycle_profiler.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:profile_utils/cpu_utils.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:profile_utils/i_cpu_utils_helper.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:protobuf.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:protobuf_compiler.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:protobuf_internal.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:regexp.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:setround.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:snappy.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:stacktrace.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:stacktrace_handler.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:stream_executor_no_cuda.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:strong_hash.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:subprocess.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:tensor_coding.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:test.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:test_benchmark.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:thread_annotations.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:tracing.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:tstring.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:types.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:unbounded_work_queue.h' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:default/monitoring.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:default/mutex.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:default/tracing.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:default/unbounded_work_queue.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:posix/env.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:posix/error.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:posix/load_library.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:posix/net.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:posix/port.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:posix/posix_file_system.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:posix/subprocess.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:cpu_feature_guard.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:denormal.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:env.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:file_system.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:file_system_helper.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:profile_utils/android_armv7a_cpu_utils_helper.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:profile_utils/clock_cycle_profiler.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:profile_utils/cpu_utils.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:protobuf_util.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:setround.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:stacktrace_handler.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:tensor_coding.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:2464:12: in srcs attribute of cc_library rule //tensorflow/core:lib_internal_impl: please do not import '//tensorflow/core/platform:tracing.cc' directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /workspace/tensorflow/core/BUILD:3432:1: in srcs attribute of cc_library rule //tensorflow/core:device_tracer: please do not import '//tensorflow/core/platform:default/device_tracer.cc' directly. You should either move the file to this package or depend on an appropriate rule there. Since this rule was created by the macro 'tf_cuda_library', the error might have been caused by the macro implementation in /workspace/tensorflow/core/BUILD:3432:1
WARNING: /workspace/tensorflow/python/BUILD:3693: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: /workspace/tensorflow/python/BUILD:86: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`.
INFO: Analysed target //tensorflow/tools/pip_package:build_pip_package (279 packages loaded, 18816 targets configured).
INFO: Found 1 target...
[9 / 41] [-----] BazelWorkspaceStatusAction stable-status.txt ... (4 actions, 0 running)
ERROR: /home/default/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/external/double_conversion/BUILD.bazel:12:1: C++ compilation of rule '@double_conversion//:double-conversion' failed (Exit 1): crosstool_wrapper_driver_is_not_gcc failed: error executing command
(cd /home/default/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/execroot/org_tensorflow && \
exec env - \
LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64/stubs:/opt/rh/rh-python36/root/usr/lib64/:/opt/rh/rh-python36/root/usr/include:/opt/rh/rh-python36/root/usr/include/python3.6m/:/usr/local/lib:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/opt/rh/devtoolset-7/root/usr/lib64/dyninst:/opt/rh/devtoolset-7/root/usr/lib/dyninst:/opt/rh/devtoolset-7/root/usr/lib64:/opt/rh/devtoolset-7/root/usr/lib:/usr/local/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 \
PATH=/opt/app-root/output/:/home/default/bin:/opt/rh/rh-python36/root/usr/bin:/opt/rh/devtoolset-7/root/usr/bin:/opt/app-root/bin:/usr/local/bin:/opt/app-root/src/.local/bin/:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/default/.local/bin \
PWD=/proc/self/cwd \
external/local_config_cuda/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc -MD -MF bazel-out/host/bin/external/double_conversion/_objs/double-conversion/double-conversion.d '-frandom-seed=bazel-out/host/bin/external/double_conversion/_objs/double-conversion/double-conversion.o' -iquote external/double_conversion -iquote bazel-out/host/genfiles/external/double_conversion -iquote bazel-out/host/bin/external/double_conversion -isystem external/double_conversion -isystem bazel-out/host/genfiles/external/double_conversion -isystem bazel-out/host/bin/external/double_conversion '-std=c++11' -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -fPIE -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=1' -fstack-protector -Wall -fno-omit-frame-pointer -no-canonical-prefixes -fno-canonical-system-headers -DNDEBUG -g0 -O2 -ffunction-sections -fdata-sections -g0 -g0 -c external/double_conversion/double-conversion/double-conversion.cc -o bazel-out/host/bin/external/double_conversion/_objs/double-conversion/double-conversion.o)
Execution platform: @bazel_tools//platforms:host_platform
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
Target //tensorflow/tools/pip_package:build_pip_package failed to build
INFO: Elapsed time: 5.448s, Critical Path: 0.12s
INFO: 0 processes.
FAILED: Build did NOT complete successfully
FAILED: Build did NOT complete successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment