pytorch / pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration
https://pytorch.org
Other
82.29k stars 22.13k forks source link

PyTorch v1.2 CPU Docker Build Fails at `THTensorMoreMath.cpp.o` #24844

Closed PetrochukM closed 2 years ago

PetrochukM commented 5 years ago

🐛 Bug

PyTorch CPU docker failed to build.

To Reproduce

FROM ubuntu:18.04
ARG PYTHON_VERSION=3.6
RUN apt-get update && apt-get install -y --no-install-recommends \
  build-essential \
  cmake \
  git \
  curl \
  ca-certificates \
  libjpeg-dev \
  libpng-dev && \
  rm -rf /var/lib/apt/lists/*

RUN curl -o ~/miniconda.sh -O  https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh  && \
  chmod +x ~/miniconda.sh && \
  ~/miniconda.sh -b -p /opt/conda && \
  rm ~/miniconda.sh && \
  /opt/conda/bin/conda install -y python=$PYTHON_VERSION numpy pyyaml scipy ipython mkl mkl-include ninja cython typing && \
  /opt/conda/bin/conda clean -ya
ENV PATH /opt/conda/bin:$PATH
# This must be done before pip so that requirements.txt is available
WORKDIR /opt/
RUN git clone --branch v1.2.0 https://github.com/pytorch/pytorch.git && cd pytorch
WORKDIR /opt/pytorch

RUN git submodule update --init --recursive
RUN CMAKE_PREFIX_PATH="$(dirname $(which conda))/../" \
  USE_CUDA=OFF \
  USE_DISTRIBUTED=OFF \
  USE_QNNPACK=OFF \
  BUILD_TEST=OFF \
  USE_FBGEMM=OFF \
  USE_NNPACK=OFF \
  BUILD_CAFFE2_OPS=OFF \
  USE_NCCL=OFF \
  pip install -v .

WORKDIR /workspace
RUN chmod -R a+w .
OS-XImage-9:Text-to-Speech michaelp$ docker build -f docker/pytorch/Dockerfile .
Sending build context to Docker daemon  534.3MB
Step 1/12 : FROM ubuntu:16.04
 ---> 5e13f8dd4c1a
Step 2/12 : ARG PYTHON_VERSION=3.6
 ---> Using cache
 ---> b6050dd0dda3
Step 3/12 : RUN apt-get update && apt-get install -y --no-install-recommends   build-essential   cmake   git   curl   ca-certificates   libjpeg-dev   libpng-dev &&   rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 8d8894d10bde
Step 4/12 : RUN curl -o ~/miniconda.sh -O  https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh  &&   chmod +x ~/miniconda.sh &&   ~/miniconda.sh -b -p /opt/conda &&   rm ~/miniconda.sh &&   /opt/conda/bin/conda install -y python=$PYTHON_VERSION numpy pyyaml scipy ipython mkl mkl-include ninja cython typing &&   /opt/conda/bin/conda clean -ya
 ---> Using cache
 ---> 3918551cd80b
Step 5/12 : ENV PATH /opt/conda/bin:$PATH
 ---> Using cache
 ---> e42a60c67b55
Step 6/12 : WORKDIR /opt/
 ---> Using cache
 ---> 359069722209
Step 7/12 : RUN git clone https://github.com/pytorch/pytorch.git && cd pytorch
 ---> Using cache
 ---> a4a2026996bf
Step 8/12 : WORKDIR /opt/pytorch
 ---> Using cache
 ---> 8e8bf1787943
Step 9/12 : RUN git submodule update --init --recursive
 ---> Using cache
 ---> 11fca7a9f34b
Step 10/12 : RUN CMAKE_PREFIX_PATH="$(dirname $(which conda))/../"   USE_CUDA=OFF   USE_DISTRIBUTED=OFF   USE_QNNPACK=OFF   BUILD_TEST=OFF   USE_FBGEMM=OFF   USE_NNPACK=OFF   BUILD_CAFFE2_OPS=OFF   USE_NCCL=OFF   pip install -v .
 ---> Running in 675022292c31
Created temporary directory: /tmp/pip-ephem-wheel-cache-xovhkvo3
Created temporary directory: /tmp/pip-req-tracker-8jcrb4h5
Created requirements tracker '/tmp/pip-req-tracker-8jcrb4h5'
Created temporary directory: /tmp/pip-install-_7v8nuj2
Processing /opt/pytorch
  Created temporary directory: /tmp/pip-req-build-5eqv82al
  Added file:///opt/pytorch to build tracker '/tmp/pip-req-tracker-8jcrb4h5'
    Running setup.py (path:/tmp/pip-req-build-5eqv82al/setup.py) egg_info for package from file:///opt/pytorch
    Running command python setup.py egg_info
    Building wheel torch-1.3.0a0+9228dd7
    -- The CXX compiler identification is GNU 5.4.0
    -- The C compiler identification is GNU 5.4.0
    -- Check for working CXX compiler using: Ninja
    -- Check for working CXX compiler using: Ninja -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Check for working C compiler using: Ninja
    -- Check for working C compiler using: Ninja -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Not forcing any particular BLAS to be found
    -- Performing Test COMPILER_WORKS
    -- Performing Test COMPILER_WORKS - Success
    -- Performing Test SUPPORT_GLIBCXX_USE_C99
    -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
    -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
    -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
    -- std::exception_ptr is supported.
    -- Performing Test CAFFE2_IS_NUMA_AVAILABLE
    -- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Failed
    -- NUMA is not available
    -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
    -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed
    -- Turning off deprecation warning due to glog.
    -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
    -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
    -- Current compiler supports avx2 extension. Will build perfkernels.
    -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS
    -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success
    -- Current compiler supports avx512f extension. Will build fbgemm.
    -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
    -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
    -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
    -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
    -- Performing Test COMPILER_SUPPORTS_RDYNAMIC
    -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
    -- Building using own protobuf under third_party per request.
    -- Use custom protobuf build.
    -- Looking for pthread.h
    -- Looking for pthread.h - found
    -- Looking for pthread_create
    -- Looking for pthread_create - not found
    -- Looking for pthread_create in pthreads
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE
    -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/tmp/pip-req-build-5eqv82al/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
    -- Trying to find preferred BLAS backend of choice: MKL
    -- MKL_THREADING = OMP
    -- Looking for sys/types.h
    -- Looking for sys/types.h - found
    -- Looking for stdint.h
    -- Looking for stdint.h - found
    -- Looking for stddef.h
    -- Looking for stddef.h - found
    -- Check size of void*
    -- Check size of void* - done
    -- Looking for cblas_sgemm
    -- Looking for cblas_sgemm - found
    -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so
    -- MKL include directory: /opt/conda/include
    -- MKL OpenMP type: GNU
    -- MKL OpenMP library: -fopenmp
    -- Check if compiler accepts -pthread
    -- Check if compiler accepts -pthread - yes
    -- Could NOT find Numa (missing:  Numa_INCLUDE_DIR Numa_LIBRARIES)
    CMake Warning at cmake/Dependencies.cmake:510 (message):
      Not compiling with NUMA.  Suppress this warning with -DUSE_NUMA=OFF
    Call Stack (most recent call first):
      CMakeLists.txt:305 (include)

    -- Downloading PSimd to /tmp/pip-req-build-5eqv82al/build/confu-srcs/psimd (define PSIMD_SOURCE_DIR to avoid it)
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /tmp/pip-req-build-5eqv82al/build/confu-deps/psimd-download
    [1/9] Creating directories for 'psimd'
    [2/9] Performing download step (git clone) for 'psimd'
    Cloning into 'psimd'...
    Already on 'master'
    Your branch is up-to-date with 'origin/master'.
    [3/9] No patch step for 'psimd'
    [4/9] Performing update step for 'psimd'
    Current branch master is up to date.
    [5/9] No configure step for 'psimd'
    [6/9] No build step for 'psimd'
    [7/9] No install step for 'psimd'
    [8/9] No test step for 'psimd'
    [9/9] Completed 'psimd'
    -- Using third party subdirectory Eigen.
    Python 3.6.9 :: Anaconda, Inc.
    -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.6.9", minimum required is "2.7")
    -- Found PythonLibs: /opt/conda/lib/libpython3.6m.so.1.0 (found suitable version "3.6.9", minimum required is "2.7")
    CMake Warning at cmake/Dependencies.cmake:703 (find_package):
      Could not find a package configuration file provided by "pybind11" with any
      of the following names:

        pybind11Config.cmake
        pybind11-config.cmake

      Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
      "pybind11_DIR" to a directory containing one of the above files.  If
      "pybind11" provides a separate development package or SDK, be sure it has
      been installed.
    Call Stack (most recent call first):
      CMakeLists.txt:305 (include)

    -- Could NOT find pybind11 (missing:  pybind11_INCLUDE_DIR)
    -- Using third_party/pybind11.
    -- Adding OpenMP CXX_FLAGS: -fopenmp
    -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/5/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so
    CMake Warning at cmake/Dependencies.cmake:1012 (message):
      Metal is only used in ios builds.
    Call Stack (most recent call first):
      CMakeLists.txt:305 (include)

    --
    -- ******** Summary ********
    --   CMake version         : 3.5.1
    --   CMake command         : /usr/bin/cmake
    --   System                : Linux
    --   C++ compiler          : /usr/bin/c++
    --   C++ compiler version  : 5.4.0
    --   CXX flags             :  -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
    --   Build type            : Release
    --   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1
    --   CMAKE_PREFIX_PATH     : /opt/conda/bin/../
    --   CMAKE_INSTALL_PREFIX  : /tmp/pip-req-build-5eqv82al/torch
    --   CMAKE_MODULE_PATH     : /tmp/pip-req-build-5eqv82al/cmake/Modules
    --
    --   ONNX version          : 1.5.0
    --   ONNX NAMESPACE        : onnx_torch
    --   ONNX_BUILD_TESTS      : OFF
    --   ONNX_BUILD_BENCHMARKS : OFF
    --   ONNX_USE_LITE_PROTO   : OFF
    --   ONNXIFI_DUMMY_BACKEND : OFF
    --   ONNXIFI_ENABLE_EXT    : OFF
    --
    --   Protobuf compiler     :
    --   Protobuf includes     :
    --   Protobuf libraries    :
    --   BUILD_ONNX_PYTHON     : OFF
    --
    -- ******** Summary ********
    --   CMake version         : 3.5.1
    --   CMake command         : /usr/bin/cmake
    --   System                : Linux
    --   C++ compiler          : /usr/bin/c++
    --   C++ compiler version  : 5.4.0
    --   CXX flags             :  -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
    --   Build type            : Release
    --   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1
    --   CMAKE_PREFIX_PATH     : /opt/conda/bin/../
    --   CMAKE_INSTALL_PREFIX  : /tmp/pip-req-build-5eqv82al/torch
    --   CMAKE_MODULE_PATH     : /tmp/pip-req-build-5eqv82al/cmake/Modules
    --
    --   ONNX version          : 1.4.1
    --   ONNX NAMESPACE        : onnx_torch
    --   ONNX_BUILD_TESTS      : OFF
    --   ONNX_BUILD_BENCHMARKS : OFF
    --   ONNX_USE_LITE_PROTO   : OFF
    --   ONNXIFI_DUMMY_BACKEND : OFF
    --
    --   Protobuf compiler     :
    --   Protobuf includes     :
    --   Protobuf libraries    :
    --   BUILD_ONNX_PYTHON     : OFF
    -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor
    -- Removing -DNDEBUG from compile flags
    -- MAGMA not found. Compiling without MAGMA support
    -- Could not find hardware support for NEON on this machine.
    -- No OMAP3 processor on this machine.
    -- No OMAP4 processor on this machine.
    -- Looking for cpuid.h
    -- Looking for cpuid.h - found
    -- Performing Test HAVE_GCC_GET_CPUID
    -- Performing Test HAVE_GCC_GET_CPUID - Success
    -- Performing Test NO_GCC_EBX_FPIC_BUG
    -- Performing Test NO_GCC_EBX_FPIC_BUG - Success
    -- Performing Test C_HAS_AVX_1
    -- Performing Test C_HAS_AVX_1 - Failed
    -- Performing Test C_HAS_AVX_2
    -- Performing Test C_HAS_AVX_2 - Success
    -- Performing Test C_HAS_AVX2_1
    -- Performing Test C_HAS_AVX2_1 - Failed
    -- Performing Test C_HAS_AVX2_2
    -- Performing Test C_HAS_AVX2_2 - Success
    -- Performing Test CXX_HAS_AVX_1
    -- Performing Test CXX_HAS_AVX_1 - Failed
    -- Performing Test CXX_HAS_AVX_2
    -- Performing Test CXX_HAS_AVX_2 - Success
    -- Performing Test CXX_HAS_AVX2_1
    -- Performing Test CXX_HAS_AVX2_1 - Failed
    -- Performing Test CXX_HAS_AVX2_2
    -- Performing Test CXX_HAS_AVX2_2 - Success
    -- AVX compiler support found
    -- AVX2 compiler support found
    -- Performing Test BLAS_F2C_DOUBLE_WORKS
    -- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
    -- Performing Test BLAS_F2C_FLOAT_WORKS
    -- Performing Test BLAS_F2C_FLOAT_WORKS - Success
    -- Performing Test BLAS_USE_CBLAS_DOT
    -- Performing Test BLAS_USE_CBLAS_DOT - Success
    -- Found a library with BLAS API (mkl).
    -- Found a library with LAPACK API (mkl).
    disabling CUDA because NOT USE_CUDA is set
    -- CuDNN not found. Compiling without CuDNN support
    disabling ROCM because NOT USE_ROCM is set
    -- MIOpen not found. Compiling without MIOpen support
    -- MKLDNN_THREADING = OMP:COMP
    -- This is a product build
    -- Found OpenMP_C: -fopenmp (found version "4.0")
    -- Found OpenMP_CXX: -fopenmp (found version "4.0")
    -- Found OpenMP: TRUE (found version "4.0")
    -- OpenMP lib: provided by compiler
    -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
    -- VTune profiling environment is unset
    -- Found Git: /usr/bin/git (found version "2.7.4")
    -- Found MKL-DNN: TRUE
    -- Looking for clock_gettime in rt
    -- Looking for clock_gettime in rt - found
    -- Looking for mmap
    -- Looking for mmap - found
    -- Looking for shm_open
    -- Looking for shm_open - found
    -- Looking for shm_unlink
    -- Looking for shm_unlink - found
    -- Looking for malloc_usable_size
    -- Looking for malloc_usable_size - found
    -- Performing Test C_HAS_THREAD
    -- Performing Test C_HAS_THREAD - Success
    -- GCC 5.4.0: Adding gcc and gcc_s libs to link line
    -- don't use NUMA
    -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT
    -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success
    disabling CUDA because USE_CUDA is set false
    -- Check size of long double
    -- Check size of long double - done
    -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE
    -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success
    -- Performing Test COMPILER_SUPPORTS_FLOAT128
    -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success
    -- Performing Test COMPILER_SUPPORTS_SSE2
    -- Performing Test COMPILER_SUPPORTS_SSE2 - Success
    -- Performing Test COMPILER_SUPPORTS_SSE4
    -- Performing Test COMPILER_SUPPORTS_SSE4 - Success
    -- Performing Test COMPILER_SUPPORTS_AVX
    -- Performing Test COMPILER_SUPPORTS_AVX - Success
    -- Performing Test COMPILER_SUPPORTS_FMA4
    -- Performing Test COMPILER_SUPPORTS_FMA4 - Success
    -- Performing Test COMPILER_SUPPORTS_AVX2
    -- Performing Test COMPILER_SUPPORTS_AVX2 - Success
    -- Performing Test COMPILER_SUPPORTS_SVE
    -- Performing Test COMPILER_SUPPORTS_SVE - Failed
    -- Performing Test COMPILER_SUPPORTS_AVX512F
    -- Performing Test COMPILER_SUPPORTS_AVX512F - Failed
    -- Found OpenMP: -fopenmp
    -- Performing Test COMPILER_SUPPORTS_OPENMP
    -- Performing Test COMPILER_SUPPORTS_OPENMP - Success
    -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
    -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success
    -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
    -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
    -- Configuring build for SLEEF-v3.2
       Target system: Linux-4.9.184-linuxkit
       Target processor: x86_64
       Host system: Linux-4.9.184-linuxkit
       Host processor: x86_64
       Detected C compiler: GNU @ /usr/bin/cc
    -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
    -- Building shared libs : OFF
    -- MPFR : LIB_MPFR-NOTFOUND
    -- GMP : LIBGMP-NOTFOUND
    -- RUNNING_ON_TRAVIS : 0
    -- COMPILER_SUPPORTS_OPENMP : 1
    -- NCCL operators skipped due to no CUDA support
    -- Excluding ideep operators as we are not using ideep
    -- Excluding image processing operators due to no opencv
    -- Excluding video processing operators due to no opencv
    -- MPI operators skipped due to no MPI support
    -- Include Observer library
    -- /usr/bin/c++ /tmp/pip-req-build-5eqv82al/caffe2/../torch/abi-check.cpp -o /tmp/pip-req-build-5eqv82al/build/abi-check
    -- Determined _GLIBCXX_USE_CXX11_ABI=1
    -- pytorch is compiling with OpenMP.
    OpenMP CXX_FLAGS: -fopenmp.
    OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/5/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so.
    -- Caffe2 is compiling with OpenMP.
    OpenMP CXX_FLAGS: -fopenmp.
    OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/5/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so.
    -- Using ATen parallel backend: OMP
    -- Using lib/python3.6/site-packages as python relative installation path
    CMake Warning at CMakeLists.txt:522 (message):
      Generated cmake files are only fully tested if one builds with system glog,
      gflags, and protobuf.  Other settings may generate files that are not well
      tested.

    --
    -- ******** Summary ********
    -- General:
    --   CMake version         : 3.5.1
    --   CMake command         : /usr/bin/cmake
    --   System                : Linux
    --   C++ compiler          : /usr/bin/c++
    --   C++ compiler id       : GNU
    --   C++ compiler version  : 5.4.0
    --   BLAS                  : MKL
    --   CXX flags             :  -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math
    --   Build type            : Release
    --   Compile definitions   : TH_BLAS_MKL;ONNX_ML=1;ONNX_NAMESPACE=onnx_torch;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1
    --   CMAKE_PREFIX_PATH     : /opt/conda/bin/../
    --   CMAKE_INSTALL_PREFIX  : /tmp/pip-req-build-5eqv82al/torch
    --
    --   TORCH_VERSION         : 1.3.0
    --   CAFFE2_VERSION        : 1.3.0
    --   BUILD_CAFFE2_MOBILE   : ON
    --   BUILD_ATEN_ONLY       : OFF
    --   BUILD_BINARY          : OFF
    --   BUILD_CUSTOM_PROTOBUF : ON
    --     Link local protobuf : ON
    --   BUILD_DOCS            : OFF
    --   BUILD_PYTHON          : True
    --     Python version      : 3.6.9
    --     Python executable   : /opt/conda/bin/python
    --     Pythonlibs version  : 3.6.9
    --     Python library      : /opt/conda/lib/libpython3.6m.so.1.0
    --     Python includes     : /opt/conda/include/python3.6m
    --     Python site-packages: lib/python3.6/site-packages
    --   BUILD_CAFFE2_OPS      : OFF
    --   BUILD_SHARED_LIBS     : ON
    --   BUILD_TEST            : False
    --   INTERN_BUILD_MOBILE   :
    --   USE_ASAN              : OFF
    --   USE_CUDA              : False
    --   USE_ROCM              : OFF
    --   USE_EIGEN_FOR_BLAS    :
    --   USE_FBGEMM            : OFF
    --   USE_FFMPEG            : OFF
    --   USE_GFLAGS            : OFF
    --   USE_GLOG              : OFF
    --   USE_LEVELDB           : OFF
    --   USE_LITE_PROTO        : OFF
    --   USE_LMDB              : OFF
    --   USE_METAL             : OFF
    --   USE_MKL               : ON
    --   USE_MKLDNN            : OFF
    --   USE_NCCL              : OFF
    --   USE_NNPACK            : OFF
    --   USE_NUMPY             : ON
    --   USE_OBSERVERS         : ON
    --   USE_OPENCL            : OFF
    --   USE_OPENCV            : OFF
    --   USE_OPENMP            : ON
    --   USE_TBB               : OFF
    --   USE_PROF              : OFF
    --   USE_QNNPACK           : OFF
    --   USE_REDIS             : OFF
    --   USE_ROCKSDB           : OFF
    --   USE_ZMQ               : OFF
    --   USE_DISTRIBUTED       : False
    --   BUILD_NAMEDTENSOR   : OFF
    --   Public Dependencies  : Threads::Threads;caffe2::mkl
    --   Private Dependencies : cpuinfo;fp16;foxi_loader;rt;gcc_s;gcc;dl
    -- Configuring done
    CMake Warning at caffe2/CMakeLists.txt:576 (add_library):
      Cannot generate a safe runtime search path for target torch because files
      in some directories may conflict with libraries in implicit directories:

        runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/5 may be hidden by files in:
          /opt/conda/lib

      Some of these libraries may not be found correctly.

    -- Generating done
    -- Build files have been written to: /tmp/pip-req-build-5eqv82al/build
    [1/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arenastring.cc.o
    [2/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o
    [3/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o
    [4/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o
    [5/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o
    [6/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o
    [7/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o
    [8/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o
    [9/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
    [10/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o
    [11/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o
    [12/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/io_win32.cc.o
    [13/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o
    [14/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o
    [15/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o
    [16/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o
    [17/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o
    [18/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o
    [19/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o
    [20/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o
    [21/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o
    [22/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o
    [23/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o
    [24/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o
    [25/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o
    [26/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o
    [27/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o
    [28/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o
    [29/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o
    [30/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o
    [31/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o
    [32/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o
    [33/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o
    [34/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o
    [35/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o
    [36/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o
    [37/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o
    [38/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o
    [39/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o
    [40/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o
    [41/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o
    [42/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o
    [43/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o
    [44/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o
    [45/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o
    [46/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o
    [47/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o
    [48/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o
    [49/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/mathlimits.cc.o
    [50/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o
    [51/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o
    [52/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o
    [53/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o
    [54/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o
    [55/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o
    [56/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o
    [57/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o
    [58/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o
    [59/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o
    [60/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o
    [61/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o
    [62/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o
    [63/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
    [64/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o
    [65/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o
    [66/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o
    [67/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o
    [68/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o
    [69/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o
    [70/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
    [71/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o
    [72/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o
    [73/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o
    [74/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o
    [75/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o
    [76/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o
    [77/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o
    [78/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o
    [79/1752] Linking CXX static library lib/libprotobuf.a
    [80/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o
    [81/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o
    [82/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o
    [83/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o
    [84/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o
    [85/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o
    [86/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o
    [87/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o
    [88/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o
    [89/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o
    [90/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o
    [91/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o
    [92/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o
    [93/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o
    [94/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o
    [95/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o
    [96/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o
    [97/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o
    [98/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o
    [99/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o
    [100/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o
    [101/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o
    [102/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o
    [103/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o
    [104/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o
    [105/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o
    [106/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o
    [107/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o
    [108/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o
    [109/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o
    [110/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o
    [111/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o
    [112/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o
    [113/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o
    [114/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o
    [115/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o
    [116/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o
    [117/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o
    [118/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o
    [119/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o
    [120/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o
    [121/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o
    [122/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o
    [123/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o
    [124/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o
    [125/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o
    [126/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o
    [127/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field.cc.o
    [128/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o
    [129/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc.o
    [130/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o
    [131/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o
    [132/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o
    [133/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o
    [134/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o
    [135/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o
    [136/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o
    [137/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o
    [138/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o
    [139/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o
    [140/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o
    [141/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o
    [142/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o
    [143/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o
    [144/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o
    [145/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o
    [146/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o
    [147/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o
    [148/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o
    [149/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o
    [150/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o
    [151/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o
    [152/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o
    [153/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o
    [154/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o
    [155/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o
    [156/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o
    [157/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o
    [158/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o
    [159/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o
    [160/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o
    [161/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o
    [162/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o
    [163/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o
    [164/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o
    [165/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o
    [166/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o
    [167/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arenastring.cc.o
    [168/1752] Linking CXX static library lib/libprotoc.a
    [169/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o
    [170/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o
    [171/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o
    [172/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
    [173/1752] Linking CXX executable bin/protoc
    [174/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o
    [175/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o
    [176/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o
    [177/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/io_win32.cc.o
    [178/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o
    [179/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o
    [180/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o
    [181/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o
    [182/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o
    [183/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o
    [184/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o
    [185/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o
    [186/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o
    [187/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o
    [188/1752] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o
    [189/1752] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o
    ../third_party/cpuinfo/deps/clog/src/clog.c: In function 'clog_vlog_fatal':
    ../third_party/cpuinfo/deps/clog/src/clog.c:112:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
        write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH);
        ^
    ../third_party/cpuinfo/deps/clog/src/clog.c: In function 'clog_vlog_error':
    ../third_party/cpuinfo/deps/clog/src/clog.c:188:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
        write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH);
        ^
    ../third_party/cpuinfo/deps/clog/src/clog.c: In function 'clog_vlog_warning':
    ../third_party/cpuinfo/deps/clog/src/clog.c:264:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
        write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH);
        ^
    ../third_party/cpuinfo/deps/clog/src/clog.c: In function 'clog_vlog_info':
    ../third_party/cpuinfo/deps/clog/src/clog.c:340:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
        write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH);
        ^
    ../third_party/cpuinfo/deps/clog/src/clog.c: In function 'clog_vlog_debug':
    ../third_party/cpuinfo/deps/clog/src/clog.c:416:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
        write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH);
        ^
    [190/1752] Running gen_proto.py on onnx/onnx.in.proto
    Processing /tmp/pip-req-build-5eqv82al/third_party/onnx/onnx/onnx.in.proto
    Writing /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto
    Writing /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3
    Writing /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx-ml.pb.h
    generating /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx_pb.py
    [191/1752] Linking C static library lib/libclog.a
    [192/1752] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o
    [193/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o
    [194/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o
    [195/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o
    [196/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o
    [197/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o
    [198/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o
    [199/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o
    [200/1752] Running C++ protocol buffer compiler on /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto
    [201/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o
    [202/1752] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o
    [203/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o
    [204/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o
    [205/1752] Linking CXX static library lib/libprotobuf-lite.a
    [206/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o
    [207/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o
    [208/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o
    [209/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o
    [210/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o
    [211/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/current.c.o
    [212/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o
    [213/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o
    [214/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o
    [215/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o
    [216/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o
    [217/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o
    [218/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o
    [219/1752] Linking C static library lib/libcpuinfo.a
    [220/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o
    [221/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o
    [222/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o
    [223/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o
    [224/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o
    [225/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o
    [226/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o
    [227/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o
    [228/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o
    [229/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o
    [230/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o
    [231/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/current.c.o
    [232/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o
    [233/1752] Running gen_proto.py on onnx/onnx-operators.in.proto
    Processing /tmp/pip-req-build-5eqv82al/third_party/onnx/onnx/onnx-operators.in.proto
    Writing /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto
    Writing /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3
    Writing /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx-operators-ml.pb.h
    generating /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx_operators_pb.py
    [234/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o
    [235/1752] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o
    [236/1752] Linking C static library lib/libcpuinfo_internals.a
    [237/1752] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o
    [238/1752] Linking C static library lib/libfoxi_loader.a
    [239/1752] Running C++ protocol buffer compiler on /tmp/pip-req-build-5eqv82al/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto
    [240/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/utils.cpp.o
    [241/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/lrn.cpp.o
    [242/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/memory_desc_wrapper.cpp.o
    [243/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/convolution_pd.cpp.o
    [244/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/query.cpp.o
    [245/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_iterator.cpp.o
    [246/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/reorder.cpp.o
    [247/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_attr.cpp.o
    [248/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/inner_product.cpp.o
    [249/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_desc.cpp.o
    [250/1752] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o
    [251/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/scratchpad.cpp.o
    [252/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/stream.cpp.o
    [253/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/pooling.cpp.o
    [254/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/deconvolution.cpp.o
    [255/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/eltwise.cpp.o
    [256/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/batch_normalization.cpp.o
    [257/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/memory.cpp.o
    [258/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive.cpp.o
    [259/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/mkldnn_debug.cpp.o
    [260/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/shuffle.cpp.o
    [261/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/softmax.cpp.o
    [262/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/engine.cpp.o
    [263/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/verbose.cpp.o
    [264/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/convolution.cpp.o
    [265/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/rnn.cpp.o
    [266/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/gemm_utils_f32.cpp.o
    [267/1752] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o
    [268/1752] Linking CXX static library lib/libonnx_proto.a
    [269/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/gemm.cpp.o
    [270/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o
    [271/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o
    [272/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o
    [273/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx512_common_gemm_f32.cpp.o
    [274/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx_gemm_f32.cpp.o
    [275/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o
    [276/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o
    [277/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o
    [278/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o
    [279/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o
    [280/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o
    [281/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o
    [282/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o
    [283/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o
    [284/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o
    [285/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o
    [286/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o
    [287/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o
    [288/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o
    [289/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o
    [290/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o
    [291/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o
    [292/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o
    [293/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o
    [294/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o
    [295/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o
    [296/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o
    [297/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o
    [298/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o
    [299/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o
    [300/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o
    [301/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o
    [302/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o
    [303/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o
    [304/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o
    [305/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o
    [306/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o
    [307/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o
    [308/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass_manager.cc.o
    [309/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass_registry.cc.o
    [310/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass.cc.o
    [311/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/optimize.cc.o
    [312/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/ref_gemm_f32.cpp.o
    [313/1752] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o
    [314/1752] Linking CXX static library lib/libonnx.a
    [315/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32.cpp.o
    [316/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o
    [317/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_gemv_s8u8s32.cpp.o
    [318/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o
    [319/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern.cpp.o
    [320/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern.cpp.o
    [321/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_gemm_s8s8s32.cpp.o
    [322/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern.cpp.o
    [323/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern.cpp.o
    [324/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern.cpp.o
    [325/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8u8s32_kern.cpp.o
    [326/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern.cpp.o
    [327/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_convolution.cpp.o
    [328/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern.cpp.o
    [329/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_x8s8s32x_inner_product.cpp.o
    [330/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_convolution.cpp.o
    [331/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_barrier.cpp.o
    [332/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern.cpp.o
    [333/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_lrn.cpp.o
    [334/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_i8i8_pooling.cpp.o
    [335/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/simple_concat.cpp.o
    [336/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_conv_winograd_kernel_f32.cpp.o
    [337/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_batch_normalization.cpp.o
    [338/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_deconvolution.cpp.o
    [339/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_conv_kernel.cpp.o
    [340/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_dw_convolution.cpp.o
    [341/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ncsp_batch_normalization.cpp.o
    [342/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_memory.cpp.o
    [343/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_sum.cpp.o
    [344/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_concat.cpp.o
    [345/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o
    [346/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/simple_sum.cpp.o
    [347/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o
    [348/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_engine.cpp.o
    [349/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_pooling.cpp.o
    [350/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_convolution_winograd.cpp.o
    [351/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_primitive.cpp.o
    [352/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nhwc_pooling.cpp.o
    [353/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_pooling.cpp.o
    [354/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_lrn_kernel_f32.cpp.o
    [355/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_pool_kernel_f32.cpp.o
    [356/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nchw_pooling.cpp.o
    [357/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_transpose_src_utils.cpp.o
    [358/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_1x1_conv_kernel_f32.cpp.o
    [359/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_reducer.cpp.o
    [360/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_conv_kernel_f32.cpp.o
    [361/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_eltwise.cpp.o
    [362/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_1x1_conv_kernel.cpp.o
    [363/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o
    [364/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_4x3_kernel.cpp.o
    [365/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_1x1_convolution.cpp.o
    [366/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_convolution_utils.cpp.o
    [367/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_4x3.cpp.o
    [368/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_1x1_convolution.cpp.o
    [369/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_x8s8s32x_convolution.cpp.o
    [370/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_convolution.cpp.o
    [371/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_inner_product.cpp.o
    [372/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_convolution.cpp.o
    [373/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/cell_common.cpp.o
    [374/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/cell_gru_lbr.cpp.o
    [375/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o
    [376/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/cell_rnn.cpp.o
    [377/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/cell_lstm.cpp.o
    [378/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/cell_gru.cpp.o
    [379/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/rnn_utils.cpp.o
    [380/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/ref_rnn.cpp.o
    [381/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_shuffle.cpp.o
    [382/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_convolution.cpp.o
    [383/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_softmax.cpp.o
    [384/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_deconvolution.cpp.o
    [385/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_conv_kernel_f32.cpp.o
    [386/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_2x3.cpp.o
    [387/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_reorder_utils.cpp.o
    [388/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_convolution.cpp.o
    [389/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_inner_product.cpp.o
    [390/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nspc_batch_normalization.cpp.o
    [391/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_lrn.cpp.o
    [392/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_batch_normalization.cpp.o
    [393/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_1x1_convolution.cpp.o
    [394/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_eltwise.cpp.o
    [395/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_reorder.cpp.o
    [396/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_dw_conv_kernel_f32.cpp.o
    [397/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_batch_normalization_utils.cpp.o
    [398/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_lrn.cpp.o
    [399/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_1x1_conv_kernel_f32.cpp.o
    [400/1752] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o
    [401/1752] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o
    [402/1752] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o
    [403/1752] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o
    [404/1752] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o
    [405/1752] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o
    [406/1752] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o
    [407/1752] Building CXX object c10/CMakeFiles/c10.dir/core/TensorTypeId.cpp.o
    [408/1752] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o
    [409/1752] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o
    [410/1752] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o
    [411/1752] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o
    [412/1752] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o
    [413/1752] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o
    [414/1752] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o
    [415/1752] Building CXX object c10/CMakeFiles/c10.dir/core/TensorTypeIdRegistration.cpp.o
    [416/1752] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o
    [417/1752] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o
    [418/1752] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o
    [419/1752] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o
    [420/1752] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o
    [421/1752] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o
    [422/1752] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o
    [423/1752] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o
    [424/1752] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o
    [425/1752] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o
    [426/1752] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o
    [427/1752] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o
    [428/1752] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o
    [429/1752] Building CXX object c10/CMakeFiles/c10.dir/util/Type.cpp.o
    [430/1752] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_reorder.cpp.o
    [431/1752] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o
    [432/1752] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o
    [433/1752] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o
    [434/1752] Linking CXX static library lib/libmkldnn.a
    [435/1752] Generating quantization/server/utils.py
    [436/1752] Generating contrib/tensorboard/tensorboard_exporter.py
    [437/1752] Generating contrib/playground/compute_loss.py
    [438/1752] Generating contrib/playground/AnyExp.py
    [439/1752] Generating contrib/playground/meter.py
    [440/1752] Generating contrib/playground/__init__.py
    [441/1752] Generating contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py
    [442/1752] Generating contrib/playground/resnetdemo/explicit_resnet_param_update.py
    [443/1752] Generating contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py
    [444/1752] Generating contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py
    [445/1752] Generating contrib/playground/resnetdemo/IN1k_resnet.py
    [446/1752] Generating contrib/playground/compute_topk_accuracy.py
    [447/1752] Generating contrib/playground/resnetdemo/gfs_IN1k.py
    [448/1752] Generating quantization/server/dnnlowp_test_utils.py
    [449/1752] Generating quantization/server/dequantize_dnnlowp_op_test.py
    [450/1752] Generating quantization/server/elementwise_mul_dnnlowp_op_test.py
    [451/1752] Generating quantization/server/lstm_unit_dnnlowp_op_test.py
    [452/1752] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o
    [453/1752] Generating quantization/server/fully_connected_fp16_test.py
    [454/1752] Generating quantization/server/spatial_batch_norm_dnnlowp_op_test.py
    [455/1752] Generating quantization/server/relu_dnnlowp_op_test.py
    [456/1752] Generating quantization/server/elementwise_linear_dnnlowp_op_test.py
    [457/1752] Generating quantization/server/batch_matmul_dnnlowp_op_test.py
    [458/1752] Generating quantization/server/conv_depthwise_dnnlowp_op_test.py
    [459/1752] Generating quantization/server/conv_groupwise_dnnlowp_op_test.py
    [460/1752] Generating quantization/server/quantize_dnnlowp_op_test.py
    [461/1752] Generating contrib/tensorboard/tensorboard_test.py
    [462/1752] Generating contrib/tensorboard/tensorboard.py
    [463/1752] Generating contrib/tensorboard/__init__.py
    [464/1752] Generating contrib/tensorboard/tensorboard_exporter_test.py
    [465/1752] Generating python/operator_test/copy_ops_test.py
    [466/1752] Generating python/operator_test/mod_op_test.py
    [467/1752] Generating python/operator_test/rmac_regions_op_test.py
    [468/1752] Generating quantization/server/resize_nearest_dnnlowp_op_test.py
    [469/1752] Generating quantization/server/gather_dnnlowp_op_test.py
    [470/1752] Generating quantization/server/conv_dnnlowp_op_test.py
    [471/1752] Generating quantization/server/concat_dnnlowp_op_test.py
    [472/1752] Generating quantization/server/elementwise_sum_dnnlowp_op_test.py
    [473/1752] Generating python/operator_test/listwise_l2r_operator_test.py
    [474/1752] Generating quantization/server/sigmoid_dnnlowp_op_test.py
    [475/1752] Generating quantization/server/elementwise_add_dnnlowp_op_test.py
    [476/1752] Generating quantization/server/conv_dnnlowp_acc16_op_test.py
    [477/1752] Generating quantization/server/batch_permutation_dnnlowp_op_test.py
    [478/1752] Generating quantization/server/fully_connected_rowwise_dnnlowp_op_test.py
    [479/1752] Generating quantization/server/fully_connected_dnnlowp_acc16_op_test.py
    [480/1752] Generating quantization/server/__init__.py
    [481/1752] Generating quantization/server/fully_connected_dnnlowp_op_test.py
    [482/1752] Generating quantization/server/pool_dnnlowp_op_test.py
    [483/1752] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o
    [484/1752] Generating quantization/__init__.py
    [485/1752] Generating quantization/server/tanh_dnnlowp_op_test.py
    [486/1752] Generating quantization/server/observer_test.py
    [487/1752] Generating quantization/server/group_norm_dnnlowp_op_test.py
    [488/1752] Generating quantization/server/channel_shuffle_dnnlowp_op_test.py
    [489/1752] Generating quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py
    [490/1752] Generating contrib/warpctc/__init__.py
    [491/1752] Generating contrib/warpctc/ctc_ops_test.py
    [492/1752] Generating core/nomnigraph/op_gen.py
    [493/1752] Generating core/__init__.py
    [494/1752] Generating core/nomnigraph/__init__.py
    [495/1752] Generating distributed/file_store_handler_op_test.py
    [496/1752] Generating distributed/__init__.py
    [497/1752] Generating distributed/redis_store_handler_op_test.py
    [498/1752] Generating distributed/store_ops_test_util.py
    [499/1752] Generating __init__.py
    [500/1752] Generating contrib/playground/resnetdemo/rendezvous_filestore.py
    [501/1752] Generating contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py
    [502/1752] Generating contrib/playground/resnetdemo/__init__.py
    [503/1752] Generating python/modeling/parameter_info.py
    [504/1752] Generating python/modeling/compute_histogram_for_blobs_test.py
    [505/1752] Generating python/modeling/net_modifier.py
    [506/1752] Generating python/modeling/get_entry_from_blobs_test.py
    [507/1752] Generating contrib/playground/resnetdemo/explicit_resnet_forward.py
    [508/1752] Generating contrib/playground/output_generator.py
    [509/1752] Generating contrib/playground/checkpoint.py
    [510/1752] Generating contrib/playground/ModuleRegister.py
    [511/1752] Generating contrib/playground/AnyExpOnTerm.py
    [512/1752] Generating contrib/__init__.py
    [513/1752] Generating contrib/playground/module_map.py
    [514/1752] Generating contrib/aten/aten_test.py
    [515/1752] Generating contrib/aten/__init__.py
    [516/1752] Generating contrib/aten/gen_op.py
    [517/1752] Generating contrib/aten/docs/__init__.py
    [518/1752] Generating contrib/aten/docs/sample.py
    [519/1752] Generating contrib/gloo/gloo_test.py
    [520/1752] Generating contrib/gloo/__init__.py
    [521/1752] Generating contrib/nnpack/nnpack_ops_test.py
    [522/1752] Generating contrib/nnpack/__init__.py
    [523/1752] Generating contrib/nccl/nccl_ops_test.py
    [524/1752] Generating contrib/nccl/__init__.py
    [525/1752] Generating contrib/prof/cuda_profile_ops_test.py
    [526/1752] Generating contrib/prof/__init__.py
    [527/1752] Generating contrib/script/__init__.py
    [528/1752] Generating contrib/script/examples/__init__.py
    [529/1752] Generating experiments/__init__.py
    [530/1752] Generating experiments/python/tt_pad_op_test.py
    [531/1752] Generating experiments/python/sparse_reshape_op_test.py
    [532/1752] Generating experiments/python/SparseTransformer.py
    [533/1752] Generating experiments/python/device_reduce_sum_bench.py
    [534/1752] Generating experiments/python/__init__.py
    [535/1752] Generating experiments/python/net_construct_bench.py
    [536/1752] Generating experiments/python/funhash_op_test.py
    [537/1752] Generating experiments/python/convnet_benchmarks.py
    [538/1752] Generating experiments/python/tt_contraction_op_test.py
    [539/1752] Generating experiments/python/sparse_funhash_op_test.py
    [540/1752] Generating python/layer_test_util.py
    [541/1752] Generating python/sparse_to_dense_mask_test.py
    [542/1752] Generating python/brew.py
    [543/1752] Generating python/layer_model_helper.py
    [544/1752] Generating python/modeling/compute_statistics_for_blobs_test.py
    [545/1752] Generating python/modeling/get_entry_from_blobs.py
    [546/1752] Generating python/modeling/initializers_test.py
    [547/1752] Generating python/modeling/gradient_clipping_test.py
    [548/1752] Generating python/modeling/__init__.py
    [549/1752] Generating python/modeling/initializers.py
    [550/1752] Generating python/modeling/compute_norm_for_blobs_test.py
    [551/1752] Generating python/modeling/compute_norm_for_blobs.py
    [552/1752] Generating python/modeling/compute_statistics_for_blobs.py
    [553/1752] Generating python/modeling/gradient_clipping.py
    [554/1752] Generating python/modeling/compute_histogram_for_blobs.py
    [555/1752] Generating python/modeling/parameter_sharing_test.py
    [556/1752] Generating python/modeling/parameter_sharing.py
    [557/1752] Generating python/task_test.py
    [558/1752] Generating python/toy_regression_test.py
    [559/1752] Generating python/utils_test.py
    [560/1752] Generating python/operator_test/wngrad_test.py
    [561/1752] Generating python/operator_test/order_switch_test.py
    [562/1752] Generating python/operator_test/concat_split_op_test.py
    [563/1752] Generating python/operator_test/conv_transpose_test.py
    [564/1752] Generating python/operator_test/partition_ops_test.py
    [565/1752] Generating python/operator_test/sparse_ops_test.py
    [566/1752] Generating python/operator_test/feature_maps_ops_test.py
    [567/1752] Generating python/operator_test/sparse_lengths_sum_benchmark.py
    [568/1752] Generating python/operator_test/stats_ops_test.py
    [569/1752] Generating python/operator_test/negate_gradient_op_test.py
    [570/1752] Generating python/operator_test/recurrent_net_executor_test.py
    [571/1752] Generating python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py
    [572/1752] Generating python/operator_test/top_k_test.py
    [573/1752] Generating python/operator_test/ctc_beam_search_decoder_op_test.py
    [574/1752] Generating python/operator_test/unique_ops_test.py
    [575/1752] Generating python/operator_test/dropout_op_test.py
    [576/1752] Generating python/operator_test/numpy_tile_op_test.py
    [577/1752] Generating python/operator_test/mean_op_test.py
    [578/1752] Generating python/operator_test/key_split_ops_test.py
    [579/1752] Generating python/operator_test/channel_stats_op_test.py
    [580/1752] Generating python/operator_test/ngram_ops_test.py
    [581/1752] Generating python/operator_test/enforce_finite_op_test.py
    [582/1752] Generating python/operator_test/pack_ops_test.py
    [583/1752] Generating python/operator_test/momentum_sgd_test.py
    [584/1752] Generating python/operator_test/batch_bucketize_op_test.py
    [585/1752] Generating python/operator_test/tile_op_test.py
    [586/1752] Generating python/operator_test/matmul_op_test.py
    [587/1752] Generating python/operator_test/conv_test.py
    [588/1752] Generating python/operator_test/flexible_top_k_test.py
    [589/1752] Generating python/operator_test/mpi_test.py
    [590/1752] Generating python/operator_test/ctc_greedy_decoder_op_test.py
    [591/1752] Generating python/operator_test/pad_test.py
    [592/1752] Generating python/operator_test/conftest.py
    [593/1752] Generating python/operator_test/detectron_keypoints.py
    [594/1752] Generating python/operator_test/length_split_op_test.py
    [595/1752] Generating python/operator_test/image_input_op_test.py
    [596/1752] Generating python/operator_test/rand_quantization_op_test.py
    [597/1752] Generating python/operator_test/record_queue_test.py
    [598/1752] Generating python/helpers/nonlinearity.py
    [599/1752] Generating python/operator_test/map_ops_test.py
    [600/1752] Generating python/operator_test/text_file_reader_test.py
    [601/1752] Generating python/operator_test/crf_test.py
    [602/1752] Generating python/operator_test/ensure_cpu_output_op_test.py
    [603/1752] Generating python/operator_test/merge_id_lists_op_test.py
    [604/1752] Generating python/operator_test/roi_align_rotated_op_test.py
    [605/1752] Generating python/operator_test/percentile_op_test.py
    [606/1752] Generating python/operator_test/fc_operator_test.py
    [607/1752] Generating python/operator_test/video_input_op_test.py
    [608/1752] Generating python/operator_test/trigonometric_op_test.py
    [609/1752] Generating python/operator_test/gru_test.py
    [610/1752] Generating python/operator_test/batch_sparse_to_dense_op_test.py
    [611/1752] Generating python/operator_test/leaky_relu_test.py
    [612/1752] Generating python/operator_test/given_tensor_fill_op_test.py
    [613/1752] Generating python/operator_test/find_op_test.py
    [614/1752] Generating python/operator_test/batch_box_cox_test.py
    [615/1752] Generating python/operator_test/piecewise_linear_transform_test.py
    [616/1752] Generating python/operator_test/index_ops_test.py
    [617/1752] Generating python/operator_test/mkl_conv_op_test.py
    [618/1752] Generating python/operator_test/filler_ops_test.py
    [619/1752] Generating python/operator_test/deform_conv_test.py
    [620/1752] Generating python/operator_test/basic_rnn_test.py
    [621/1752] Generating python/operator_test/cosine_embedding_criterion_op_test.py
    [622/1752] Generating python/operator_test/counter_ops_test.py
    [623/1752] Generating python/operator_test/distance_op_test.py
    [624/1752] Generating python/operator_test/channel_shuffle_test.py
    [625/1752] Generating python/operator_test/conditional_test.py
    [626/1752] Generating python/operator_test/elementwise_linear_op_test.py
    [627/1752] Generating python/operator_test/__init__.py
    [628/1752] Generating python/operator_test/sparse_to_dense_mask_op_test.py
    [629/1752] Generating python/operator_test/emptysample_ops_test.py
    [630/1752] Generating python/operator_test/onnx_while_test.py
    [631/1752] Generating python/operator_test/specialized_segment_ops_test.py
    [632/1752] Generating python/operator_test/box_with_nms_limit_op_test.py
    [633/1752] Generating python/operator_test/selu_op_test.py
    [634/1752] Generating python/operator_test/bbox_transform_test.py
    [635/1752] Generating python/operator_test/boolean_unmask_test.py
    [636/1752] Generating python/operator_test/adam_test.py
    [637/1752] Generating python/operator_test/rank_loss_operator_test.py
    [638/1752] Generating python/operator_test/atomic_ops_test.py
    [639/1752] Generating python/operator_test/floor_op_test.py
    [640/1752] Generating python/operator_test/thresholded_relu_op_test.py
    [641/1752] Generating python/operator_test/math_ops_test.py
    [642/1752] Generating python/operator_test/locally_connected_op_test.py
    [643/1752] Generating python/operator_test/upsample_op_test.py
    [644/1752] Generating python/operator_test/lengths_pad_op_test.py
    [645/1752] Generating python/operator_test/rand_quantization_op_speed_test.py
    [646/1752] Generating python/operator_test/index_hash_ops_test.py
    [647/1752] Generating python/operator_test/one_hot_ops_test.py
    [648/1752] Generating python/operator_test/gather_ops_test.py
    [649/1752] Generating python/operator_test/affine_channel_op_test.py
    [650/1752] Generating python/operator_test/rnn_cell_test.py
    [651/1752] Generating python/operator_test/arg_ops_test.py
    [652/1752] Generating python/operator_test/group_norm_op_test.py
    [653/1752] Generating python/operator_test/reshape_ops_test.py
    [654/1752] Generating python/operator_test/lars_test.py
    [655/1752] Generating python/operator_test/clip_tensor_op_test.py
    [656/1752] Generating python/operator_test/assert_test.py
    [657/1752] Generating python/operator_test/apmeter_test.py
    [658/1752] Generating python/operator_test/lengths_tile_op_test.py
    [659/1752] Generating python/operator_test/pack_rnn_sequence_op_test.py
    [660/1752] Generating python/operator_test/lengths_top_k_ops_test.py
    [661/1752] Generating python/operator_test/mkl_packed_fc_op_test.py
    [662/1752] Generating python/operator_test/jsd_ops_test.py
    [663/1752] Generating python/operator_test/glu_op_test.py
    [664/1752] Generating python/operator_test/elementwise_op_broadcast_test.py
    [665/1752] Generating python/operator_test/bisect_percentile_op_test.py
    [666/1752] Generating python/operator_test/data_couple_op_test.py
    [667/1752] Generating python/operator_test/moments_op_test.py
    [668/1752] Generating python/operator_test/sparse_gradient_checker_test.py
    [669/1752] Generating python/operator_test/transpose_op_test.py
    [670/1752] Generating python/operator_test/normalize_op_test.py
    [671/1752] Generating python/operator_test/learning_rate_op_test.py
    [672/1752] Generating python/operator_test/clip_op_test.py
    [673/1752] Generating python/operator_test/softplus_op_test.py
    [674/1752] Generating python/operator_test/adagrad_test_helper.py
    [675/1752] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o
    [676/1752] Generating python/operator_test/flatten_op_test.py
    [677/1752] Generating python/operator_test/cast_op_test.py
    [678/1752] Generating python/operator_test/gather_ranges_op_test.py
    [679/1752] Generating python/operator_test/recurrent_network_test.py
    [680/1752] Generating python/operator_test/layer_norm_op_test.py
    [681/1752] Generating python/operator_test/pooling_test.py
    [682/1752] Generating python/operator_test/instance_norm_test.py
    [683/1752] Generating python/operator_test/square_root_divide_op_test.py
    [684/1752] Generating python/operator_test/ceil_op_test.py
    [685/1752] Generating python/operator_test/loss_ops_test.py
    [686/1752] Generating python/operator_test/bucketize_op_test.py
    [687/1752] Generating python/operator_test/prepend_dim_test.py
    [688/1752] Generating python/operator_test/im2col_col2im_test.py
    [689/1752] Generating python/operator_test/python_op_test.py
    [690/1752] Generating python/control_test.py
    [691/1752] Linking CXX shared library lib/libc10.so
    [692/1752] Generating python/regularizer_context.py
    [693/1752] Generating python/control_ops_grad_test.py
    [694/1752] Generating python/lengths_reducer_rowwise_8bit_ops_test.py
    [695/1752] Generating python/convert.py
    [696/1752] Generating python/__init__.py
    [697/1752] Generating python/visualize.py
    [698/1752] Generating python/examples/resnet50_trainer.py
    [699/1752] Generating python/regularizer.py
    [700/1752] Generating python/examples/char_rnn.py
    [701/1752] Generating python/examples/__init__.py
    [702/1752] Generating python/numa_test.py
    [703/1752] Generating python/examples/lmdb_create_example.py
    [704/1752] Generating python/examples/imagenet_trainer.py
    [705/1752] Generating python/hypothesis_test.py
    [706/1752] Generating python/operator_test/dataset_ops_test.py
    [707/1752] Generating python/operator_test/erf_op_test.py
    [708/1752] Generating python/operator_test/lpnorm_op_test.py
    [709/1752] Generating python/operator_test/copy_rows_to_tensor_op_test.py
    [710/1752] Generating python/operator_test/stats_put_ops_test.py
    [711/1752] Generating python/operator_test/elementwise_ops_test.py
    [712/1752] Generating python/operator_test/integral_image_ops_test.py
    [713/1752] Generating python/operator_test/learning_rate_adaption_op_test.py
    [714/1752] Generating python/operator_test/batch_moments_op_test.py
    [715/1752] Generating python/operator_test/duplicate_operands_test.py
    [716/1752] Generating python/operator_test/heatmap_max_keypoint_op_test.py
    [717/1752] Generating python/operator_test/expand_op_test.py
    [718/1752] Generating python/operator_test/sequence_ops_test.py
    [719/1752] Generating python/operator_test/depthwise_3x3_conv_test.py
    [720/1752] Generating python/operator_test/dense_vector_to_id_list_op_test.py
    [721/1752] Generating python/operator_test/channel_backprop_stats_op_test.py
    [722/1752] Generating python/operator_test/group_conv_test.py
    [723/1752] Generating python/operator_test/ensure_clipped_test.py
    [724/1752] Generating python/operator_test/segment_ops_test.py
    [725/1752] Generating python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py
    [726/1752] Generating python/operator_test/hsm_test.py
    [727/1752] Generating python/operator_test/utility_ops_test.py
    [728/1752] Generating python/operator_test/cudnn_recurrent_test.py
    [729/1752] Generating python/operator_test/load_save_test.py
    [730/1752] Generating python/operator_test/resize_op_test.py
    [731/1752] Generating python/operator_test/torch_integration_test.py
    [732/1752] Generating python/operator_test/sinusoid_position_encoding_op_test.py
    [733/1752] Generating python/operator_test/checkpoint_test.py
    [734/1752] Generating python/operator_test/margin_ranking_criterion_op_test.py
    [735/1752] Generating python/operator_test/elementwise_logical_ops_test.py
    [736/1752] Generating python/operator_test/boolean_mask_test.py
    [737/1752] Generating python/operator_test/hyperbolic_ops_test.py
    [738/1752] Generating python/operator_test/blobs_queue_db_test.py
    [739/1752] Generating python/operator_test/weighted_sample_test.py
    [740/1752] Generating python/operator_test/adadelta_test.py
    [741/1752] Generating python/operator_test/adagrad_test.py
    [742/1752] Generating python/operator_test/unique_uniform_fill_op_test.py
    [743/1752] Generating python/operator_test/rebatching_queue_test.py
    [744/1752] Generating python/operator_test/spatial_bn_op_test.py
    [745/1752] Generating python/operator_test/cross_entropy_ops_test.py
    [746/1752] Generating python/operator_test/scale_op_test.py
    [747/1752] Generating python/operator_test/activation_ops_test.py
    [748/1752] Generating python/operator_test/sparse_dropout_with_replacement_op_test.py
    [749/1752] Generating python/operator_test/weighted_sum_test.py
    [750/1752] Generating python/operator_test/shape_inference_test.py
    [751/1752] Generating python/operator_test/reduction_ops_test.py
    [752/1752] Generating python/operator_test/mkl_speed_test.py
    [753/1752] Generating python/operator_test/reduce_ops_test.py
    [754/1752] Generating python/operator_test/sparse_normalize_test.py
    [755/1752] Generating python/operator_test/string_ops_test.py
    [756/1752] Generating python/operator_test/weighted_multi_sample_test.py
    [757/1752] Generating python/convert_test.py
    [758/1752] Generating python/crf_viterbi_test.py
    [759/1752] Generating python/operator_test/softmax_ops_test.py
    [760/1752] Generating python/lstm_benchmark.py
    [761/1752] Generating python/device_checker.py
    [762/1752] Generating python/muji.py
    [763/1752] Generating python/task.py
    [764/1752] Generating python/filler_test.py
    [765/1752] Generating python/recurrent.py
    [766/1752] Generating python/predictor/predictor_py_utils.py
    [767/1752] Generating python/predictor/mobile_exporter_test.py
    [768/1752] Generating python/predictor/__init__.py
    [769/1752] Generating python/predictor/mobile_exporter.py
    [770/1752] Generating python/predictor/predictor_exporter.py
    [771/1752] Generating python/predictor/predictor_exporter_test.py
    [772/1752] Generating python/predictor/serde.py
    [773/1752] Generating python/dataio_test.py
    [774/1752] Generating python/predictor/predictor_test.py
    [775/1752] Generating python/regularizer_test.py
    [776/1752] Generating python/parallel_workers.py
    [777/1752] Generating python/control.py
    [778/1752] Generating python/layers_test.py
    [779/1752] Generating python/optimizer_test_util.py
    [780/1752] Generating python/normalizer.py
    [781/1752] Generating python/ideep/concat_split_op_test.py
    [782/1752] Generating python/ideep/conv_transpose_test.py
    [783/1752] Generating python/ideep/order_switch_op_test.py
    [784/1752] Generating python/ideep/transform_ideep_net.py
    [785/1752] Generating python/ideep/fc_op_test.py
    [786/1752] Generating python/ideep/conv_op_test.py
    [787/1752] Generating python/ideep/shape_op_test.py
    [788/1752] Generating python/ideep/moment_sgd_op_test.py
    [789/1752] Generating python/ideep/softmax_op_test.py
    [790/1752] Generating python/ideep/relu_op_test.py
    [791/1752] Generating python/ideep/sigmoid_op_test.py
    [792/1752] Generating python/ideep/__init__.py
    [793/1752] Generating python/ideep/operator_fallback_op_test.py
    [794/1752] Generating python/ideep/reshape_op_test.py
    [795/1752] Generating python/ideep/copy_op_test.py
    [796/1752] Generating python/ideep/dropout_op_test.py
    [797/1752] Generating python/ideep/weightedsum_op_test.py
    [798/1752] Generating python/ideep/transpose_op_test.py
    [799/1752] Generating python/ideep/adam_op_test.py
    [800/1752] Generating python/ideep/pool_op_test.py
    [801/1752] Generating python/ideep/leaky_relu_op_test.py
    [802/1752] Generating python/ideep/elementwise_sum_op_test.py
    [803/1752] Generating python/ideep/test_ideep_net.py
    [804/1752] Generating python/ideep/convfusion_op_test.py
    [805/1752] Generating python/ideep/channel_shuffle_op_test.py
    [806/1752] Generating python/ideep/LRN_op_test.py
    [807/1752] Generating python/ideep/blobs_queue_db_test.py
    [808/1752] Generating python/ideep/spatial_bn_op_test.py
    [809/1752] Generating python/ideep/pre_convert_test.py
    [810/1752] Generating python/ideep/expanddims_squeeze_op_test.py
    [811/1752] Generating python/dyndep.py
    [812/1752] Generating python/session_test.py
    [813/1752] Generating python/helpers/pooling.py
    [814/1752] Generating python/helpers/tools.py
    [815/1752] Generating python/helpers/train.py
    [816/1752] Generating python/helpers/__init__.py
    [817/1752] Generating python/helpers/normalization.py
    [818/1752] Generating python/helpers/algebra.py
    [819/1752] Generating python/helpers/arg_scope.py
    [820/1752] Generating python/helpers/fc.py
    [821/1752] Generating python/helpers/dropout.py
    [822/1752] Generating python/helpers/conv.py
    [823/1752] Generating python/helpers/db_input.py
    [824/1752] Generating python/helpers/elementwise_linear.py
    [825/1752] Generating python/helpers/control_ops.py
    [826/1752] Generating python/scope.py
    [827/1752] Generating python/helpers/array_helpers.py
    [828/1752] Generating python/net_printer.py
    [829/1752] Generating python/_import_c_extension.py
    [830/1752] Generating python/nomnigraph.py
    [831/1752] Generating python/core_gradients_test.py
    [832/1752] Generating python/data_workers.py
    [833/1752] Generating python/crf_predict.py
    [834/1752] Generating python/sparse_to_dense_test.py
    [835/1752] Generating python/brew_test.py
    [836/1752] Generating python/benchmark_generator.py
    [837/1752] Generating python/control_ops_grad.py
    [838/1752] Generating python/net_builder.py
    [839/1752] Generating python/tt_core_test.py
    [840/1752] Generating python/layers/batch_sigmoid_cross_entropy_loss.py
    [841/1752] Generating python/utils.py
    [842/1752] Generating python/layers/semi_random_features.py
    [843/1752] Generating python/layers/uniform_sampling.py
    [844/1752] Generating python/layers/sparse_lookup.py
    [845/1752] Generating python/layers/sampling_trainable_mixin.py
    [846/1752] Generating python/layers/margin_rank_loss.py
    [847/1752] Generating python/layers/random_fourier_features.py
    [848/1752] Generating python/layers/merge_id_lists.py
    [849/1752] Generating python/layers/gather_record.py
    [850/1752] Generating python/layers/build_index.py
    [851/1752] Generating python/layers/sparse_feature_hash.py
    [852/1752] Generating python/layers/batch_huber_loss.py
    [853/1752] Generating python/layers/layers.py
    [854/1752] Generating python/layers/pairwise_similarity.py
    [855/1752] Generating python/layers/position_weighted.py
    [856/1752] Generating python/layers/bpr_loss.py
    [857/1752] Generating python/layers/blob_weighted_sum.py
    [858/1752] Generating python/layers/adaptive_weight.py
    [859/1752] Generating python/layers/batch_lr_loss.py
    [860/1752] Generating python/layers/homotopy_weight.py
    [861/1752] Generating python/layers/__init__.py
    [862/1752] Generating python/layers/split.py
    [863/1752] Generating python/layers/tags.py
    [864/1752] Generating python/layers/reservoir_sampling.py
    [865/1752] Generating python/layers/functional.py
    [866/1752] Generating python/layers/bucket_weighted.py
    [867/1752] Generating python/layers/constant_weight.py
    [868/1752] Generating python/layers/feature_sparse_to_dense.py
    [869/1752] Generating python/layers/sampling_train.py
    [870/1752] Generating python/layers/fc.py
    [871/1752] Generating python/layers/batch_softmax_loss.py
    [872/1752] Generating python/layers/concat.py
    [873/1752] Generating python/layers/batch_mse_loss.py
    [874/1752] Generating python/layers/add_bias.py
    [875/1752] Generating python/layers/arc_cosine_feature_map.py
    [876/1752] Generating python/layers/label_smooth.py
    [877/1752] Generating python/layers/dropout.py
    [878/1752] Generating python/layers/select_record_by_context.py
    [879/1752] Generating python/layers/last_n_window_collector.py
    [880/1752] Generating python/layers/fc_without_bias.py
    [881/1752] Generating python/layers/conv.py
    [882/1752] Generating python/layers/sparse_dropout_with_replacement.py
    [883/1752] Generating python/layers/batch_normalization.py
    [884/1752] Generating python/layers/layer_normalization.py
    [885/1752] Generating python/model_helper_test.py
    [886/1752] Generating python/db_test.py
    [887/1752] Generating python/gradient_check_test.py
    [888/1752] Generating python/binarysize.py
    [889/1752] Generating python/allcompare_test.py
    [890/1752] Generating python/data_parallel_model.py
    [891/1752] Generating python/mkl/mkl_LRN_speed_test.py
    [892/1752] Generating python/mkl/mkl_sigmoid_op_test.py
    [893/1752] Generating python/mkl/mkl_concat_op_test.py
    [894/1752] Generating python/mkl/mkl_fc_speed_test.py
    [895/1752] Generating python/mkl/mkl_pool_op_test.py
    [896/1752] Generating python/mkl/mkl_conv_op_test.py
    [897/1752] Generating python/mkl/mkl_pool_speed_test.py
    [898/1752] Generating python/mkl/mkl_LRN_op_test.py
    [899/1752] Generating python/mkl/__init__.py
    [900/1752] Generating python/mkl/mkl_relu_op_test.py
    [901/1752] Generating python/mkl/rewrite_graph.py
    [902/1752] Generating python/mkl/mkl_copy_op_test.py
    [903/1752] Generating python/mkl/rewrite_graph_test.py
    [904/1752] Generating python/mkl/mkl_sbn_speed_test.py
    [905/1752] Generating python/mkl/mkl_squeeze_op_test.py
    [906/1752] Generating python/mkl/mkl_elementwise_sum_op_test.py
    [907/1752] Generating python/mkl/mkl_fc_op_test.py
    [908/1752] Generating python/mkl/mkl_elementwise_add_op_test.py
    [909/1752] Generating python/mkl/mkl_sbn_op_test.py
    [910/1752] Generating python/mkl/mkl_speed_test.py
    [911/1752] Generating python/mkl/mkl_fill_op_test.py
    [912/1752] Generating python/mkl_test_util.py
    [913/1752] Generating python/compatibility.py
    [914/1752] Generating python/serialized_test/coverage.py
    [915/1752] Generating python/serialized_test/__init__.py
    [916/1752] Generating python/serialized_test/serialized_test_util.py
    [917/1752] Generating python/data_workers_test.py
    [918/1752] Generating python/operator_fp_exceptions_test.py
    [919/1752] Generating python/lengths_reducer_fused_8bit_rowwise_ops_test.py
    [920/1752] Generating python/trt/transform.py
    [921/1752] Generating python/trt/__init__.py
    [922/1752] Generating python/trt/test_trt.py
    [923/1752] Generating python/caffe_translator_test.py
    [924/1752] Generating python/attention.py
    [925/1752] Generating python/nomnigraph_transformations_test.py
    [926/1752] Generating python/memonger.py
    [927/1752] Generating python/extension_loader.py
    [928/1752] Generating python/functional.py
    [929/1752] Generating python/context_test.py
    [930/1752] Generating python/hypothesis_test_util.py
    [931/1752] Generating python/functional_test.py
    [932/1752] Generating python/transformations.py
    [933/1752] Generating python/onnx/helper.py
    [934/1752] Generating python/onnx/__init__.py
    [935/1752] Generating python/onnx/onnxifi.py
    [936/1752] Generating python/onnx/tests/helper_test.py
    [937/1752] Generating python/onnx/tests/conversion_test.py
    [938/1752] Generating python/onnx/tests/test_utils.py
    [939/1752] Generating python/onnx/tests/c2_ref_test.py
    [940/1752] Generating python/onnx/tests/__init__.py
    [941/1752] Generating python/onnx/tests/onnx_backend_test.py
    [942/1752] Generating python/onnx/tests/ssa_test.py
    [943/1752] Generating python/onnx/bin/__init__.py
    [944/1752] Generating python/onnx/bin/conversion.py
    [945/1752] Generating python/onnx/test_onnxifi.py
    [946/1752] Generating python/onnx/backend_rep.py
    [947/1752] Generating python/onnx/workspace.py
    [948/1752] Generating python/onnx/backend_cpp_rep.py
    [949/1752] Generating python/onnx/backend.py
    [950/1752] Generating python/mint/__init__.py
    [951/1752] Generating python/onnx/error.py
    [952/1752] Generating python/onnx/frontend.py
    [953/1752] Generating python/mint/app.py
    [954/1752] Generating python/model_device_test.py
    [955/1752] Generating python/test_util.py
    [956/1752] Generating python/nomnigraph_test.py
    [957/1752] Generating python/parallel_workers_test.py
    [958/1752] Generating python/checkpoint.py
    [959/1752] Generating python/memonger_test.py
    [960/1752] Generating python/ideep_test_util.py
    [961/1752] Generating python/session.py
    [962/1752] Generating python/queue_util.py
    [963/1752] Generating python/rnn_cell.py
    [964/1752] Generating python/optimizer_test.py
    [965/1752] Generating python/gru_cell.py
    [966/1752] Generating python/embedding_generation_benchmark.py
    [967/1752] Generating python/crf.py
    [968/1752] Generating python/build.py
    [969/1752] Generating python/parallelize_bmuf_distributed_test.py
    [970/1752] Generating python/hsm_util.py
    [971/1752] Generating python/data_parallel_model_test.py
    [972/1752] Generating python/text_file_reader.py
    [973/1752] Generating python/convnet_benchmarks.py
    [974/1752] Generating python/rnn/__init__.py
    [975/1752] Generating python/rnn/lstm_comparison.py
    [976/1752] Generating python/rnn/rnn_cell_test_util.py
    [977/1752] Generating python/gradient_checker.py
    [978/1752] Generating python/numa_benchmark.py
    [979/1752] Generating python/normalizer_context.py
    [980/1752] Generating python/modifier_context.py
    [981/1752] Generating python/layer_parameter_sharing_test.py
    [982/1752] Generating python/docs/github.py
    [983/1752] Generating python/docs/formatter.py
    [984/1752] Generating python/docs/__init__.py
    [985/1752] Generating python/docs/parser.py
    [986/1752] Generating python/docs/generator.py
    [987/1752] Generating python/net_printer_test.py
    [988/1752] Generating python/dataio.py
    [989/1752] Generating python/muji_test.py
    [990/1752] Generating python/net_drawer.py
    [991/1752] Generating python/cached_reader.py
    [992/1752] Generating python/python_op_test.py
    [993/1752] Generating python/models/seq2seq/seq2seq_model_helper.py
    [994/1752] Generating python/models/seq2seq/seq2seq_beam_search_test.py
    [995/1752] Generating python/models/seq2seq/train.py
    [996/1752] Generating python/models/seq2seq/translate.py
    [997/1752] Generating python/models/seq2seq/__init__.py
    [998/1752] Generating python/models/seq2seq/seq2seq_model_helper_test.py
    [999/1752] Generating python/models/seq2seq/seq2seq_util.py
    [1000/1752] Generating python/models/shufflenet.py
    [1001/1752] Generating python/models/seq2seq/beam_search.py
    [1002/1752] Generating python/models/__sym_init__.py
    [1003/1752] Generating python/models/resnet.py
    [1004/1752] Generating python/models/__init__.py
    [1005/1752] Generating python/models/shufflenet_test.py
    [1006/1752] Generating python/models/download.py
    [1007/1752] Generating python/models/imagenet_trainer_test_utils.py
    [1008/1752] Generating python/models/resnet_test.py
    [1009/1752] Generating python/core_test.py
    [1010/1752] Generating python/schema_test.py
    [1011/1752] Generating python/workspace.py
    [1012/1752] Generating python/workspace_test.py
    [1013/1752] Generating python/predictor_constants.py
    [1014/1752] Generating python/transformations_test.py
    [1015/1752] Generating python/convnet_benchmarks_test.py
    [1016/1752] Generating python/experiment_util.py
    [1017/1752] Generating python/hip_test_util.py
    [1018/1752] Generating python/schema.py
    [1019/1752] Generating python/caffe_translator.py
    [1020/1752] Generating python/optimizer.py
    [1021/1752] Generating python/layer_model_instantiator.py
    [1022/1752] Generating python/core.py
    [1023/1752] Generating python/pipeline.py
    [1024/1752] Generating python/fused_8bit_rowwise_conversion_ops_test.py
    [1025/1752] Generating python/tt_core.py
    [1026/1752] Generating python/context.py
    [1027/1752] Generating python/control_ops_util.py
    [1028/1752] Generating python/observer_test.py
    [1029/1752] Generating python/optimizer_context.py
    [1030/1752] Generating python/test/executor_test.py
    [1031/1752] Generating python/test/__init__.py
    [1032/1752] Generating python/test/do_op_test.py
    [1033/1752] Generating python/test/blob_deallocation_test.py
    [1034/1752] Generating python/test/executor_test_util.py
    [1035/1752] Generating python/test/inference_lstm_op_test.py
    [1036/1752] Generating python/test/python_protobuf_test.py
    [1037/1752] Generating python/checkpoint_test.py
    [1038/1752] Generating python/db_file_reader.py
    [1039/1752] Generating python/net_builder_test.py
    [1040/1752] Generating python/nomnigraph_transformations.py
    [1041/1752] Generating python/normalizer_test.py
    [1042/1752] Generating python/scope_test.py
    [1043/1752] Generating python/model_helper.py
    [1044/1752] Generating python/dataset.py
    [1045/1752] Generating python/record_queue.py
    [1046/1752] Generating python/cnn.py
    [1047/1752] Generating python/pipeline_test.py
    [1048/1752] Generating python/timeout_guard.py
    [1049/1752] Generating proto/__init__.py
    [1050/1752] Generating perfkernels/hp_emblookup_codegen.py
    [1051/1752] Generating perfkernels/__init__.py
    [1052/1752] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o
    [1053/1752] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o
    [1054/1752] Linking C executable sleef/bin/mkrename_gnuabi
    [1055/1752] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o
    [1056/1752] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o
    [1057/1752] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o
    [1058/1752] Linking C executable sleef/bin/mkmasked_gnuabi
    [1059/1752] Linking C executable sleef/bin/mkrename
    [1060/1752] Generating include/renameavx2128.h
    Generating renameavx2128.h: mkrename 2 4 avx2128
    [1061/1752] Generating include/renameavx2.h
    Generating renameavx2.h: mkrename 4 8 avx2
    [1062/1752] Generating include/renamefma4.h
    Generating renamefma4.h: mkrename 4 8 fma4
    [1063/1752] Generating include/renamesse4.h
    Generating renamesse4.h: mkrename 2 4 sse4
    [1064/1752] Generating include/renameavx.h
    Generating renameavx.h: mkrename 4 8 avx
    [1065/1752] Generating ../../../include/sleef.h
    Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__
    Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2
    Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4
    Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__
    Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx
    Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4
    Generating sleef.h: mkrename 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2
    Generating sleef.h: mkrename 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128
    Generating sleef.h: mkrename 8 16 __m512d __m512 __m256i __m512i __AVX512F__
    Generating sleef.h: mkrename 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f
    [1066/1752] Generating include/renamesse2.h
    Generating renamesse2.h: mkrename 2 4 sse2
    [1067/1752] Generating renamedsp128.h
    [1068/1752] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o
    [1069/1752] Linking C executable sleef/bin/mkdisp
    [1070/1752] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o
    [1071/1752] Generating dispsse.c
    [1072/1752] Generating dispavx.c
    [1073/1752] Linking C executable sleef/bin/mkalias
    [1074/1752] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o
    [1075/1752] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o
    [1076/1752] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o
    [1077/1752] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o
    [1078/1752] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o
    [1079/1752] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o
    [1080/1752] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o
    [1081/1752] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o
    [1082/1752] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o
    [1083/1752] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o
    [1084/1752] Generating ../aten/src/ATen/CPUType.cpp, ../aten/src/ATen/CPUType.h, ../aten/src/ATen/Declarations.yaml, ../aten/src/ATen/Functions.h, ../aten/src/ATen/LegacyTHFunctionsCPU.cpp, ../aten/src/ATen/LegacyTHFunctionsCPU.h, ../aten/src/ATen/MkldnnCPUType.cpp, ../aten/src/ATen/MkldnnCPUType.h, ../aten/src/ATen/NativeFunctions.h, ../aten/src/ATen/QuantizedCPUType.cpp, ../aten/src/ATen/QuantizedCPUType.h, ../aten/src/ATen/RegistrationDeclarations.h, ../aten/src/ATen/SparseCPUType.cpp, ../aten/src/ATen/SparseCPUType.h, ../aten/src/ATen/TypeDefault.cpp, ../aten/src/ATen/TypeDefault.h, ../aten/src/ATen/CUDAType.cpp, ../aten/src/ATen/CUDAType.h, ../aten/src/ATen/LegacyTHFunctionsCUDA.cpp, ../aten/src/ATen/LegacyTHFunctionsCUDA.h, ../aten/src/ATen/SparseCUDAType.cpp, ../aten/src/ATen/SparseCUDAType.h
    [1085/1752] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o
    [1086/1752] Generating renamedsp256.h
    [1087/1752] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o
    [1088/1752] Running C++/Python protocol buffer compiler on /tmp/pip-req-build-5eqv82al/caffe2/proto/caffe2.proto
    [1089/1752] Running C++/Python protocol buffer compiler on /tmp/pip-req-build-5eqv82al/caffe2/proto/caffe2_legacy.proto
    [1090/1752] Running C++/Python protocol buffer compiler on /tmp/pip-req-build-5eqv82al/caffe2/proto/hsm.proto
    [1091/1752] Running C++/Python protocol buffer compiler on /tmp/pip-req-build-5eqv82al/caffe2/proto/predictor_consts.proto
    [1092/1752] Running C++/Python protocol buffer compiler on /tmp/pip-req-build-5eqv82al/caffe2/proto/prof_dag.proto
    [1093/1752] Running C++/Python protocol buffer compiler on /tmp/pip-req-build-5eqv82al/caffe2/proto/torch.proto
    [1094/1752] Running C++/Python protocol buffer compiler on /tmp/pip-req-build-5eqv82al/caffe2/proto/metanet.proto
    [1095/1752] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o
    [1096/1752] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o
    [1097/1752] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o
    [1098/1752] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/metanet.pb.cc.o
    [1099/1752] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o
    [1100/1752] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/hsm.pb.cc.o
    [1101/1752] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/prof_dag.pb.cc.o
    [1102/1752] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2_legacy.pb.cc.o
    [1103/1752] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o
    [1104/1752] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/predictor_consts.pb.cc.o
    [1105/1752] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o
    [1106/1752] Linking CXX static library lib/libcaffe2_protos.a
    [1107/1752] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o
    [1108/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/common_avx2.cc.o
    [1109/1752] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o
    [1110/1752] Linking C static library sleef/lib/libsleef.a
    [1111/1752] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/jit/generated/register_aten_ops_0.cpp, ../../torch/csrc/jit/generated/register_aten_ops_1.cpp, ../../torch/csrc/jit/generated/register_aten_ops_2.cpp, ../../torch/csrc/nn/THNN.cpp, ../../torch/csrc/nn/THCUNN.cpp, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/python_functions.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/csrc/autograd/generated/python_variable_methods_dispatch.h, ../../torch/csrc/autograd/generated/python_torch_functions_dispatch.h, ../../torch/csrc/autograd/generated/python_nn_functions.h, ../../torch/csrc/autograd/generated/python_nn_functions_dispatch.h
    Writing torch/csrc/nn/THNN.cpp
    Writing torch/csrc/nn/THCUNN.cpp
    Writing torch/csrc/autograd/generated/python_functions.h
    Writing torch/csrc/autograd/generated/python_functions.cpp
    Writing torch/csrc/autograd/generated/python_variable_methods.cpp
    Writing torch/csrc/autograd/generated/python_variable_methods_dispatch.h
    Writing torch/csrc/autograd/generated/python_torch_functions.cpp
    Writing torch/csrc/autograd/generated/python_torch_functions_dispatch.h
    Writing torch/csrc/autograd/generated/python_nn_functions.cpp
    Writing torch/csrc/autograd/generated/python_nn_functions.h
    Writing torch/csrc/autograd/generated/python_nn_functions_dispatch.h
    Writing torch/csrc/autograd/generated/VariableType.h
    Writing torch/csrc/autograd/generated/VariableType_0.cpp
    Writing torch/csrc/autograd/generated/VariableType_1.cpp
    Writing torch/csrc/autograd/generated/VariableType_2.cpp
    Writing torch/csrc/autograd/generated/VariableType_3.cpp
    Writing torch/csrc/autograd/generated/VariableType_4.cpp
    Writing torch/csrc/autograd/generated/VariableTypeEverything.cpp
    Writing torch/csrc/autograd/generated/Functions.h
    Writing torch/csrc/autograd/generated/Functions.cpp
    Writing torch/csrc/autograd/generated/variable_factories.h
    Writing torch/csrc/jit/generated/register_aten_ops_0.cpp
    Writing torch/csrc/jit/generated/register_aten_ops_1.cpp
    Writing torch/csrc/jit/generated/register_aten_ops_2.cpp
    [1112/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/typed_axpy_avx2.cc.o
    [1113/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/math_cpu_avx2.cc.o
    [1114/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/common_avx.cc.o
    [1115/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/typed_axpy_avx.cc.o
    [1116/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_avx2.cc.o
    [1117/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/adagrad_avx.cc.o
    [1118/1752] Linking CXX static library lib/libCaffe2_perfkernels_avx.a
    [1119/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx512.dir/common_avx512.cc.o
    [1120/1752] Linking CXX static library lib/libCaffe2_perfkernels_avx512.a
    [1121/1752] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_avx2.cc.o
    [1122/1752] Linking CXX static library lib/libCaffe2_perfkernels_avx2.a
    [1123/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/NamedTensor.cpp.o
    [1124/1752] Generating ../../../torch/__init__.pyi, ../../../torch/nn/functional.pyi
    Writing ./torch/__init__.pyi
    Writing ./torch/nn/functional.pyi
    [1125/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TensorConversions.cpp.o
    [1126/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o
    [1127/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/NamedTensor.cpp.o
    [1128/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/Version.cpp.o
    [1129/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/Dimname.cpp.o
    [1130/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o
    [1131/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o
    [1132/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/MemoryOverlap.cpp.o
    [1133/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/DLConvertor.cpp.o
    [1134/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/Context.cpp.o
    [1135/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o
    [1136/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/ParallelNative.cpp.o
    [1137/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/DynamicLibrary.cpp.o
    [1138/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/CPUGenerator.cpp.o
    [1139/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/ThreadLocalDebugInfo.cpp.o
    [1140/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/ExpandUtils.cpp.o
    [1141/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/Utils.cpp.o
    [1142/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o
    [1143/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/ParallelCommon.cpp.o
    [1144/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o
    [1145/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o
    [1146/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o
    [1147/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/TensorGeometry.cpp.o
    [1148/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/grad_mode.cpp.o
    [1149/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/TensorUtils.cpp.o
    [1150/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o
    [1151/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o
    [1152/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/LegacyTypeDispatch.cpp.o
    [1153/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/Generator.cpp.o
    [1154/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o
    [1155/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/ivalue.cpp.o
    [1156/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o
    [1157/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o
    [1158/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/LegacyDeviceTypeInit.cpp.o
    [1159/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o
    [1160/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/Tensor.cpp.o
    [1161/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o
    [1162/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o
    [1163/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/interned_strings.cpp.o
    [1164/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/register_symbols.cpp.o
    [1165/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/ATenDispatch.cpp.o
    [1166/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/context_base.cpp.o
    [1167/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/blob.cpp.o
    [1168/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/Range.cpp.o
    [1169/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o
    [1170/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/torch/csrc/jit/script/strtod.cpp.o
    [1171/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/torch/csrc/jit/script/error_report.cpp.o
    [1172/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/Formatting.cpp.o
    [1173/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/torch/csrc/jit/script/lexer.cpp.o
    [1174/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/torch/csrc/jit/source_range.cpp.o
    [1175/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/core/type.cpp.o
    [1176/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/torch/csrc/jit/script/function_schema_parser.cpp.o
    [1177/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/torch/csrc/jit/script/schema_type_parser.cpp.o
    [1178/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SpectralOps.cpp.o
    [1179/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o
    [1180/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Indexing.cpp.o
    [1181/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/WeightNorm.cpp.o
    [1182/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o
    [1183/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o
    [1184/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o
    [1185/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o
    [1186/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Linear.cpp.o
    [1187/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o
    [1188/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Scalar.cpp.o
    [1189/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Lerp.cpp.o
    [1190/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o
    [1191/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Onehot.cpp.o
    [1192/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SoftMax.cpp.o
    [1193/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o
    [1194/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Distance.cpp.o
    [1195/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o
    [1196/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/PackedSequence.cpp.o
    [1197/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Itertools.cpp.o
    [1198/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/ConstantPadNd.cpp.o
    [1199/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Integration.cpp.o
    [1200/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o
    [1201/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o
    [1202/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o
    [1203/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TensorProperties.cpp.o
    [1204/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o
    [1205/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o
    [1206/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Normalization.cpp.o
    [1207/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Im2Col.cpp.o
    [1208/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Col2Im.cpp.o
    [1209/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/GridSampler.cpp.o
    [1210/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o
    [1211/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o
    [1212/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Loss.cpp.o
    [1213/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TensorIterator.cpp.o
    [1214/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Unique.cpp.o
    [1215/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/RNN.cpp.o
    [1216/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o
    [1217/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o
    [1218/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o
    [1219/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/UnaryOps.cpp.o
    [1220/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o
    [1221/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o
    [1222/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o
    [1223/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/SummaryOps.cpp.o
    [1224/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Fill.cpp.o
    [1225/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/layer_norm.cpp.o
    [1226/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Dropout.cpp.o
    [1227/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/RangeFactories.cpp.o
    [1228/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/LegacyNNDefinitions.cpp.o
    [1229/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o
    [1230/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Convolution.cpp.o
    [1231/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o
    [1232/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TensorShape.cpp.o
    [1233/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Memory.cpp.o
    [1234/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o
    [1235/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/BinaryOps.cpp.o
    [1236/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o
    [1237/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Resize.cpp.o
    [1238/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o
    [1239/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/NNPACK.cpp.o
    [1240/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TypeProperties.cpp.o
    [1241/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o
    [1242/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o
    [1243/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o
    [1244/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Pooling.cpp.o
    [1245/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TensorFactories.cpp.o
    [1246/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Distributions.cpp.o
    [1247/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Activation.cpp.o
    [1248/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o
    [1249/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/LossCTC.cpp.o
    [1250/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Copy.cpp.o
    [1251/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Repeat.cpp.o
    [1252/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o
    [1253/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/TensorCompare.cpp.o
    [1254/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Cross.cpp.o
    [1255/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o
    [1256/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/DispatchStub.cpp.o
    [1257/1752] Building CXX object caffe2/CMakeFiles/torch.dir/core/net_parallel.cc.o
    [1258/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Embedding.cpp.o
    [1259/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o
    [1260/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/LegacyDefinitions.cpp.o
    [1261/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/ReduceOps.cpp.o
    [1262/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o
    [1263/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/Sorting.cpp.o
    [1264/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o
    [1265/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o
    [1266/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o
    [1267/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o
    [1268/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o
    [1269/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o
    [1270/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qpool.cpp.o
    In file included from ../aten/src/ATen/core/ivalue.h:601:0,
                     from ../aten/src/ATen/Parallel.h:3,
                     from ../aten/src/ATen/native/quantized/cpu/qpool.cpp:3:
    ../aten/src/ATen/core/ivalue_inl.h: In instantiation of 'T c10::IValue::to() && [with T = std::vector<long int>]':
    ../aten/src/ATen/core/op_registration/kernel_functor.h:174:31:   required from 'T c10::detail::ivalue_to_arg(c10::IValue&&) [with T = std::vector<long int>; bool AllowDeprecatedTypes = false]'
    ../aten/src/ATen/core/op_registration/kernel_functor.h:190:166:   required from 'typename c10::guts::infer_function_traits<Functor>::type::return_type c10::detail::call_functor_with_args_from_stack_(Functor*, c10::Stack*, c10::guts::index_sequence<I ...>) [with Functor = at::native::{anonymous}::QMaxPool2D_arr_args; bool AllowDeprecatedTypes = false; long unsigned int ...ivalue_arg_indices = {0ul, 1ul, 2ul, 3ul, 4ul}; typename c10::guts::infer_function_traits<Functor>::type::return_type = at::Tensor; c10::Stack = std::vector<c10::IValue, std::allocator<c10::IValue> >; c10::guts::index_sequence<I ...> = c10::guts::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul>]'
    ../aten/src/ATen/core/op_registration/kernel_functor.h:198:77:   required from 'typename c10::guts::infer_function_traits<Functor>::type::return_type c10::detail::call_functor_with_args_from_stack(Functor*, c10::Stack*) [with Functor = at::native::{anonymous}::QMaxPool2D_arr_args; bool AllowDeprecatedTypes = false; typename c10::guts::infer_function_traits<Functor>::type::return_type = at::Tensor; c10::Stack = std::vector<c10::IValue, std::allocator<c10::IValue> >]'
    ../aten/src/ATen/core/op_registration/kernel_functor.h:230:91:   required from 'static void c10::detail::wrap_kernel_functor_boxed<KernelFunctor, AllowDeprecatedTypes, typename std::enable_if<(! std::is_same<void, typename c10::guts::infer_function_traits<Functor>::type::return_type>::value), void>::type>::call(c10::Stack*, c10::KernelCache*) [with KernelFunctor = at::native::{anonymous}::QMaxPool2D_arr_args; bool AllowDeprecatedTypes = false; c10::Stack = std::vector<c10::IValue, std::allocator<c10::IValue> >]'
    ../aten/src/ATen/core/op_registration/op_registration.h:308:9:   required from 'c10::RegisterOperators::Options&& c10::RegisterOperators::Options::kernelFunctor(c10::optional<c10::TensorTypeId>&&, ConstructorParameters&& ...) && [with KernelFunctor = at::native::{anonymous}::QMaxPool2D_arr_args; bool AllowDeprecatedTypes = false; ConstructorParameters = {}]'
    ../aten/src/ATen/core/op_registration/op_registration.h:103:142:   required from 'c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> c10::RegisterOperators::Options::kernel(c10::TensorTypeId, ConstructorParameters&& ...) && [with KernelFunctor = at::native::{anonymous}::QMaxPool2D_arr_args; ConstructorParameters = {}; c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> = c10::RegisterOperators::Options&&]'
    ../aten/src/ATen/native/quantized/cpu/qpool.cpp:258:31:   required from here
    ../aten/src/ATen/core/ivalue_inl.h:518:20: warning: 'std::vector<_RealType> c10::generic_to(c10::IValue, c10::_fake_type<std::vector<_RealType> >) [with Elem = long int]' is deprecated [-Wdeprecated-declarations]
       return generic_to(std::move(*this), _fake_type<T>{});
                        ^
    ../aten/src/ATen/core/ivalue_inl.h:446:19: note: declared here
     std::vector<Elem> generic_to(
                       ^
    [1271/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o
    [1272/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o
    [1273/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qnnpack_relu.cpp.o
    [1274/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack.cpp.o
    [1275/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qconcat.cpp.o
    [1276/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o
    [1277/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qnnpack_fc.cpp.o
    [1278/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_unpack.cpp.o
    [1279/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qadd.cpp.o
    [1280/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o
    [1281/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o
    [1282/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/fake_quantize_per_tensor_affine.cpp.o
    [1283/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o
    [1284/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/q_avgpool.cpp.o
    [1285/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o
    [1286/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o
    [1287/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o
    [1288/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o
    [1289/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o
    [1290/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o
    [1291/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o
    [1292/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o
    [1293/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o
    [1294/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o
    [1295/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o
    [1296/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o
    [1297/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o
    [1298/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o
    [1299/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o
    [1300/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o
    [1301/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o
    [1302/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o
    [1303/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/MkldnnCPUType.cpp.o
    [1304/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/QuantizedCPUType.cpp.o
    [1305/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/CPUType.cpp.o
    [1306/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THGeneral.cpp.o
    [1307/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/SparseCPUType.cpp.o
    [1308/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THSize.cpp.o
    [1309/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THAllocator.cpp.o
    [1310/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THStorageFunctions.cpp.o
    [1311/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/TypeDefault.cpp.o
    [1312/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorRandom.cpp.o
    [1313/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorFill.cpp.o
    [1314/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensor.cpp.o
    [1315/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/ATen/LegacyTHFunctionsCPU.cpp.o
    [1316/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorConv.cpp.o
    [1317/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorLapack.cpp.o
    [1318/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THBlas.cpp.o
    [1319/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THLogAdd.cpp.o
    [1320/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THLapack.cpp.o
    [1321/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THFile.cpp.o
    [1322/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THDiskFile.cpp.o
    [1323/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THMemoryFile.cpp.o
    [1324/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THVector.cpp.o
    [1325/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/vector/AVX.cpp.o
    [1326/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/vector/AVX2.cpp.o
    [1327/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o
    FAILED: caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o
    /usr/bin/c++   -DAT_PARALLEL_OPENMP=1 -DCAFFE2_BUILD_MAIN_LIB -DCPUINFO_SUPPORTED_PLATFORM=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_MMAP=1 -DHAVE_SHM_OPEN=1 -DHAVE_SHM_UNLINK=1 -DONNX_ML=1 -DONNX_NAMESPACE=onnx_torch -DTH_BLAS_MKL -D_FILE_OFFSET_BITS=64 -D_THP_CORE -Dtorch_EXPORTS -I../aten/src -I. -I../ -isystem ../third_party/protobuf/src -isystem /opt/conda/include -isystem ../cmake/../third_party/eigen -isystem /opt/conda/include/python3.6m -isystem /opt/conda/lib/python3.6/site-packages/numpy/core/include -isystem ../cmake/../third_party/pybind11/include -isystem /opt/rocm/hip/include -isystem /include -I../third_party/onnx -Ithird_party/onnx -I../third_party/foxi -Ithird_party/foxi -isystem ../third_party/ideep/mkl-dnn/include -isystem ../third_party/ideep/include -I../caffe2/../torch/csrc/api -I../caffe2/../torch/csrc/api/include -I../caffe2/aten/src/TH -Icaffe2/aten/src/TH -I../caffe2/../torch/../aten/src -Icaffe2/aten/src -Iaten/src -Icaffe2/../aten/src -Icaffe2/../aten/src/ATen -I../caffe2/../torch/csrc -I../caffe2/../torch/../third_party/miniz-2.0.8 -I../aten/src/TH -I../aten/../third_party/catch/single_include -I../aten/src/ATen/.. -Icaffe2/aten/src/ATen -I../third_party/miniz-2.0.8 -I../caffe2/core/nomnigraph/include -isystem include -I../c10/.. -I../third_party/cpuinfo/include -I../third_party/FP16/include -Ithird_party/ideep/mkl-dnn/include -I../third_party/ideep/mkl-dnn/src/../include -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -DHAVE_AVX_CPU_DEFINITION -DHAVE_AVX2_CPU_DEFINITION -O3  -fPIC   -DHAVE_GCC_GET_CPUID -DUSE_AVX -DUSE_AVX2 -DTH_HAVE_THREAD -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-missing-braces -Wno-maybe-uninitialized -fvisibility=hidden -DCAFFE2_BUILD_MAIN_LIB -O2 -std=gnu++11 -MMD -MT caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o -MF caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o.d -o caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o -c ../aten/src/TH/THTensorMoreMath.cpp
    c++: internal compiler error: Killed (program cc1plus)
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
    [1328/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorEvenMoreMath.cpp.o
    [1329/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/THNN/init.cpp.o
    [1330/1752] Building CXX object caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMath.cpp.o
    ninja: build stopped: subcommand failed.
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-req-build-5eqv82al/setup.py", line 756, in <module>
        build_deps()
      File "/tmp/pip-req-build-5eqv82al/setup.py", line 321, in build_deps
        cmake=cmake)
      File "/tmp/pip-req-build-5eqv82al/tools/build_pytorch_libs.py", line 63, in build_caffe2
        cmake.build(my_env)
      File "/tmp/pip-req-build-5eqv82al/tools/setup_helpers/cmake.py", line 330, in build
        self.run(build_args, my_env)
      File "/tmp/pip-req-build-5eqv82al/tools/setup_helpers/cmake.py", line 143, in run
        check_call(command, cwd=self.build_dir, env=env)
      File "/opt/conda/lib/python3.6/subprocess.py", line 311, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '4']' returned non-zero exit status 1.
    -- Building version 1.3.0a0+9228dd7
    cmake -GNinja -DBUILD_CAFFE2_OPS=OFF -DBUILD_PYTHON=True -DBUILD_TEST=False -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/tmp/pip-req-build-5eqv82al/torch -DCMAKE_PREFIX_PATH=/opt/conda/bin/../ -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.6/site-packages/numpy/core/include -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.6m -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.6m.so.1.0 -DTORCH_BUILD_VERSION=1.3.0a0+9228dd7 -DUSE_CUDA=False -DUSE_DISTRIBUTED=False -DUSE_FBGEMM=OFF -DUSE_NCCL=OFF -DUSE_NNPACK=OFF -DUSE_NUMPY=True -DUSE_QNNPACK=OFF /tmp/pip-req-build-5eqv82al
    cmake --build . --target install --config Release -- -j 4
Cleaning up...
  Removing source in /tmp/pip-req-build-5eqv82al
Removed file:///opt/pytorch from build tracker '/tmp/pip-req-tracker-8jcrb4h5'
Removed build tracker '/tmp/pip-req-tracker-8jcrb4h5'
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-5eqv82al/
Exception information:
Traceback (most recent call last):
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 178, in main
    status = self.run(options, args)
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 352, in run
    resolver.resolve(requirement_set)
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/resolve.py", line 131, in resolve
    self._resolve_one(requirement_set, req)
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/resolve.py", line 294, in _resolve_one
    abstract_dist = self._get_abstract_dist_for(req_to_install)
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for
    self.require_hashes
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement
    abstract_dist.prep_for_dist(finder, self.build_isolation)
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist
    self.req.prepare_metadata()
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata
    self.run_egg_info()
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info
    command_desc='python setup.py egg_info')
  File "/opt/conda/lib/python3.6/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess
    % (command_desc, proc.returncode, cwd))
pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-5eqv82al/
1 location(s) to search for versions of pip:
* https://pypi.org/simple/pip/
Getting page https://pypi.org/simple/pip/
Looking up "https://pypi.org/simple/pip/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 200 11792
Updating cache with response from "https://pypi.org/simple/pip/"
Caching due to etag
Analyzing links from page https://pypi.org/simple/pip/
  Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz#sha256=88bb8d029e1bf4acd0e04d300104b7440086f94cc1ce1c5c3c31e3293aee1f81 (from https://pypi.org/simple/pip/), version: 0.2
  Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz#sha256=83522005c1266cc2de97e65072ff7554ac0f30ad369c3b02ff3a764b962048da (from https://pypi.org/simple/pip/), version: 0.2.1
  Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/), version: 0.3
  Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz#sha256=34ce534f17065c78f980702928e988a6b6b2d8a9851aae5f1571a1feb9bb58d8 (from https://pypi.org/simple/pip/), version: 0.3.1
  Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz#sha256=28fc67558874f71fddda7168f73595f1650523dce3bc5bf189713ecdfc1e456e (from https://pypi.org/simple/pip/), version: 0.4
  Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz#sha256=328d8412782f22568508a0d0c78a49c9920a82e44c8dfca49954fe525c152b2a (from https://pypi.org/simple/pip/), version: 0.5
  Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz#sha256=e27650538c41fe1007a41abd4cfd0f905b822622cbe1f8e7e09d1215af207694 (from https://pypi.org/simple/pip/), version: 0.5.1
  Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz#sha256=4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d (from https://pypi.org/simple/pip/), version: 0.6
  Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz#sha256=efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec (from https://pypi.org/simple/pip/), version: 0.6.1
  Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz#sha256=1c1a504d7e70d2c24246f95bd16e3d5fcec740fd144df69a407bf65a2ee67586 (from https://pypi.org/simple/pip/), version: 0.6.2
  Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz#sha256=1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313 (from https://pypi.org/simple/pip/), version: 0.6.3
  Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz#sha256=ceaea0b9e494d893c8a191895301b79c1db33e41f14d3ad93e3d28a8b4e9bf27 (from https://pypi.org/simple/pip/), version: 0.7
  Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz#sha256=f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3 (from https://pypi.org/simple/pip/), version: 0.7.1
  Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz#sha256=98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 (from https://pypi.org/simple/pip/), version: 0.7.2
  Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz#sha256=9017e4484a212dd4e1a43dd9f039dd7fc8338d4eea1c339d5ae1c80726de5b0f (from https://pypi.org/simple/pip/), version: 0.8
  Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz#sha256=7176a87f35675f6468341212f3b959bb51d23ea66eb1c3692bf746c45c716fa2 (from https://pypi.org/simple/pip/), version: 0.8.1
  Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz#sha256=f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962 (from https://pypi.org/simple/pip/), version: 0.8.2
  Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz#sha256=1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001 (from https://pypi.org/simple/pip/), version: 0.8.3
  Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz#sha256=34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e (from https://pypi.org/simple/pip/), version: 1.0
  Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz#sha256=37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b (from https://pypi.org/simple/pip/), version: 1.0.1
  Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz#sha256=a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2 (from https://pypi.org/simple/pip/), version: 1.0.2
  Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz#sha256=993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8 (from https://pypi.org/simple/pip/), version: 1.1
  Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz#sha256=2b168f1987403f1dc6996a1f22a6f6637b751b7ab6ff27e78380b8d6e70aa314 (from https://pypi.org/simple/pip/), version: 1.2
  Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz#sha256=12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1 (from https://pypi.org/simple/pip/), version: 1.2.1
  Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz#sha256=d6a13c5be316cb21a0243047c7f163f47e88973ebccff8d32e63ca1bf4d9321c (from https://pypi.org/simple/pip/), version: 1.3
  Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz#sha256=145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957 (from https://pypi.org/simple/pip/), version: 1.3.1
  Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz#sha256=1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97 (from https://pypi.org/simple/pip/), version: 1.4
  Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz#sha256=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e (from https://pypi.org/simple/pip/), version: 1.4.1
  Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz#sha256=25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048 (from https://pypi.org/simple/pip/), version: 1.5
  Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl#sha256=00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz#sha256=e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130 (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl#sha256=6903909ccdcdbc3297b74118590e71344d6d262827acd1f5c0e2fcfce9807499 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz#sha256=2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl#sha256=f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz#sha256=dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2 (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl#sha256=fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz#sha256=70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9 (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl#sha256=fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6 (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz#sha256=4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl#sha256=fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4 (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz#sha256=b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl#sha256=5ec6732505bd8be49fe1f8ad557b88253ffb085736396df4d6bea753fc2a8f2c (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz#sha256=6103897f1bb68d3f933edd60f3e3830c4ea6b8abf7a4b500db148921b11f6c9b (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl#sha256=322aea7d1f7b9ee68ad87ac4704cad5df97f77e70668c0bd18f964c5daa78173 (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz#sha256=fa2f7c68da4a405d673aa38542f9df009d60026db4f532429ac9cbfbda1f959d (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl#sha256=7d17b0f267f7c9cd17cd2924bbbe2b4a3d407322c0e09084ca3f1295c1fed50d (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz#sha256=6fa90667706a679e3dc75b27a51fddafa64401c45e96f8ae6c20978183290077 (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl#sha256=b72655b6ac6aef1c86dd07f51e8ace8d7aabd6a1c4ff88db87155276fa32a073 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz#sha256=b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl#sha256=8dfd95de29a7a3bb1e7d368cc83d566938eb210b04d553ebfe5e3a422f4aec65 (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz#sha256=1dbbff9c369e510c7468ab68ba52c003f68f83c99c2f8259acd51099e8799f1e (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl#sha256=b2c20e3a2a43b2bbb1d19ad98be27eccc7b0f0ece016da602ccaa757a862b0e2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz#sha256=3bf42d28be9085ab2e9aecfd69a6da2d31563fe833304bf71a620a30c38ab8a2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl#sha256=fb04f8afe1ba57626783f0c8e2f3d46bbaebaa446fcf124f434e968a2fee595e (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz#sha256=3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl#sha256=93a326304c7db749896bcef822bbbac1ab29dad5651c6d732e245975239890e6 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz#sha256=35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl#sha256=3c22b0a8ff92727bd737a82f72700790591f177541df08c07bc1f90d6b72ac19 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz#sha256=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl#sha256=435a018f6d29e34d4f901bf4e6860d8a5fa1816b68d62008c18ca062a306db31 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz#sha256=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl#sha256=a67e54aa0f26b6d62ccec5cc6735eff205dd0fed075f56ac3d3111e91e4467fc (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz#sha256=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl#sha256=309c48399c7d68501a10ef206abd6e5c541fedbf84b95435d9063bd454b39df7 (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz#sha256=7b46bfc1b95494731de306a688e2a7bc056d7fa7ad27e026908fb2ae67fed23d (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl#sha256=d26b8573ba1ac1ec99a9bdbdffee2ff2b06c7790815211d0eb4dc1462a089705 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz#sha256=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl#sha256=83c869c5ab7113866e2d69641ec470d47f0faae68ca4550a289a4d3db515ad65 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz#sha256=ba28fa60b573a9444e7b78ccb3b0f261d1f66f46d20403f9dce37b18a6aed405 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl#sha256=7b1cb03e827d58d2d05e68ea96a9e27487ed4b0afcd951ac6e40847ce94f0738 (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz#sha256=b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl#sha256=80c29f899d3a00a448d65f8158544d22935baec7159af8da1a4fa1490ced481d (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz#sha256=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2 (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl#sha256=ce13000878d34c1178af76cb8cf269e232c00508c78ed46c165dd5b0881615f4 (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz#sha256=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl#sha256=b9d3983b5cce04f842175e30169d2f869ef12c3546fd274083a65eada4e9708c (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#sha256=ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl#sha256=262ed1823eb7fbe3f18a9bedb4800e59c4ab9a6682aff8c37b5ee83ea840910b (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz#sha256=90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl#sha256=dedaac846bc74e38a3253671f51a056331ffca1da70e3f48d8128f2aa0635bba (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz#sha256=477c50b3e538a7ac0fa611fb8b877b04b33fb70d325b12a81b9dbf3eb1158a4d (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl#sha256=249a6f3194be8c2e8cb4d4be3f6fd16a9f1e3336218caffa8e7419e3816f9988 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz#sha256=46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl#sha256=b0335bc837f9edb5aad03bd43d0973b084a1cbe616f8188dc23ba13234dbd552 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz#sha256=30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl#sha256=a542b99e08002ead83200198e19a3983270357e1cb4fe704247990b5b35471dc (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz#sha256=d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl#sha256=44b9c342782ab905c042c207d995aa069edc02621ddbdc2b9f25954a0fdac25c (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz#sha256=3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#sha256=6464dd9809fb34fc8df2bf49553bb11dac4c13d2ffa7a4f8038ad86a4ccb92a1 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz#sha256=4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl#sha256=c856ac18ca01e7127456f831926dc67cc7d3ab663f4c13b1ec156e36db4de574 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz#sha256=f62fb70e7e000e46fce12aaeca752e5281a5446977fe5a75ab4189a43b3f8793 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#sha256=690b762c0a8460c303c089d5d0be034fb15a5ea2b75bdf565f40421f542fefb0 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#sha256=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl#sha256=b135491ddb061f39719b8472d8abb59c613816a2b86069c332db74d1cd208ab2 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz#sha256=88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#sha256=c3ede34530e0e0b2381e7363aded78e0c33291654937e7373032fda04e8803e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz#sha256=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl#sha256=dbd5d24cd461be23429625085a36cc8732cbcac4d2aaf673031f80f6ac07d844 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz#sha256=8d6e63d8b99752e4b53f272b66f9cd7b59e2b288e9a863a61c48d167203a2656 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl#sha256=79f55588912f1b2b4f86f96f11e329bb01b25a484e2204f245128b927b1038a7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz#sha256=ad6adec2150ce4aed8f6134d9b77d928fc848dbcb887fb1a455988cf99da5cae (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl#sha256=86a60a96d85e329962a9e6f6af612cbc11106293dbc83f119802b5bee9874cf3 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz#sha256=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz#sha256=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl#sha256=7909d0a0932e88ea53a7014dfd14522ffef91a464daaaf5c573343852ef98550 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz#sha256=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl#sha256=249ab0de4c1cef3dba4cf3f8cca722a07fc447b1692acd9f84e19c646db04c9a (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
  Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz#sha256=c82bf8bc00c5732f0dd49ac1dea79b6242a1bd42a5012e308ed4f04369b17e54 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
  Found link https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl#sha256=aae79c7afe895fb986ec751564f24d97df1331bb99cdfec6f70dada2f40c0044 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
  Found link https://files.pythonhosted.org/packages/c8/89/ad7f27938e59db1f0f55ce214087460f65048626e2226531ba6cb6da15f0/pip-19.0.1.tar.gz#sha256=e81ddd35e361b630e94abeda4a1eddd36d47a90e71eb00f38f46b57f787cd1a5 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
  Found link https://files.pythonhosted.org/packages/d7/41/34dd96bd33958e52cb4da2f1bf0818e396514fd4f4725a79199564cd0c20/pip-19.0.2-py2.py3-none-any.whl#sha256=6a59f1083a63851aeef60c7d68b119b46af11d9d803ddc1cf927b58edcd0b312 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
  Found link https://files.pythonhosted.org/packages/4c/4d/88bc9413da11702cbbace3ccc51350ae099bb351febae8acc85fec34f9af/pip-19.0.2.tar.gz#sha256=f851133f8b58283fa50d8c78675eb88d4ff4cde29b6c41205cd938b06338e0e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
  Found link https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl#sha256=bd812612bbd8ba84159d9ddc0266b7fbce712fc9bc98c82dee5750546ec8ec64 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
  Found link https://files.pythonhosted.org/packages/36/fa/51ca4d57392e2f69397cd6e5af23da2a8d37884a605f9e3f2d3bfdc48397/pip-19.0.3.tar.gz#sha256=6e6f197a1abfb45118dbb878b5c859a0edbdd33fd250100bc015b67fded4b9f2 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
  Found link https://files.pythonhosted.org/packages/f9/fb/863012b13912709c13cf5cfdbfb304fa6c727659d6290438e1a88df9d848/pip-19.1-py2.py3-none-any.whl#sha256=8f59b6cf84584d7962d79fd1be7a8ec0eb198aa52ea864896551736b3614eee9 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
  Found link https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7/pip-19.1.tar.gz#sha256=d9137cb543d8a4d73140a3282f6d777b2e786bb6abb8add3ac5b6539c82cd624 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
  Found link https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl#sha256=993134f0475471b91452ca029d4390dc8f298ac63a712814f101cd1b6db46676 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
  Found link https://files.pythonhosted.org/packages/93/ab/f86b61bef7ab14909bd7ec3cd2178feb0a1c86d451bc9bccd5a1aedcde5f/pip-19.1.1.tar.gz#sha256=44d3d7d3d30a1eb65c7e5ff1173cdf8f7467850605ac7cc3707b6064bddd0958 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
  Found link https://files.pythonhosted.org/packages/3a/6f/35de4f49ae5c7fdb2b64097ab195020fb48faa8ad3a85386ece6953c11b1/pip-19.2-py2.py3-none-any.whl#sha256=468c67b0b1120cd0329dc72972cf0651310783a922e7609f3102bd5fb4acbf17 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
  Found link https://files.pythonhosted.org/packages/41/13/b6e68eae78405af6e4e9a93319ae5bb371057786f1590b157341f7542d7d/pip-19.2.tar.gz#sha256=aa6fdd80d13caac75d92b5eced06778712859b1606ba92d62389c11be12b2dad (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
  Found link https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl#sha256=80d7452630a67c1e7763b5f0a515690f2c1e9ad06dda48e0ae85b7fdf2f59d97 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
  Found link https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz#sha256=258d702483dd749400aec59c23d638a5b2249ae28a0f478b6cab12ad45681a80 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
  Found link https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl#sha256=4b956bd8b7b481fc5fa222637ff6d0823a327e5118178f1ec47618a480e61997 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
  Found link https://files.pythonhosted.org/packages/aa/1a/62fb0b95b1572c76dbc3cc31124a8b6866cbe9139eb7659ac7349457cf7c/pip-19.2.2.tar.gz#sha256=e05103825871e210d50a44c7e448587b0ed99dd775d3ef586304c58f40224a53 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
The command '/bin/sh -c CMAKE_PREFIX_PATH="$(dirname $(which conda))/../"   USE_CUDA=OFF   USE_DISTRIBUTED=OFF   USE_QNNPACK=OFF   BUILD_TEST=OFF   USE_FBGEMM=OFF   USE_NNPACK=OFF   BUILD_CAFFE2_OPS=OFF   USE_NCCL=OFF   pip install -v .' returned a non-zero code: 1
ssnl commented 5 years ago

looks like a compiler bug

FAILED: caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o
    /usr/bin/c++   -DAT_PARALLEL_OPENMP=1 -DCAFFE2_BUILD_MAIN_LIB -DCPUINFO_SUPPORTED_PLATFORM=1 -DHAVE_MALLOC_USABLE_SIZE=1 -DHAVE_MMAP=1 -DHAVE_SHM_OPEN=1 -DHAVE_SHM_UNLINK=1 -DONNX_ML=1 -DONNX_NAMESPACE=onnx_torch -DTH_BLAS_MKL -D_FILE_OFFSET_BITS=64 -D_THP_CORE -Dtorch_EXPORTS -I../aten/src -I. -I../ -isystem ../third_party/protobuf/src -isystem /opt/conda/include -isystem ../cmake/../third_party/eigen -isystem /opt/conda/include/python3.6m -isystem /opt/conda/lib/python3.6/site-packages/numpy/core/include -isystem ../cmake/../third_party/pybind11/include -isystem /opt/rocm/hip/include -isystem /include -I../third_party/onnx -Ithird_party/onnx -I../third_party/foxi -Ithird_party/foxi -isystem ../third_party/ideep/mkl-dnn/include -isystem ../third_party/ideep/include -I../caffe2/../torch/csrc/api -I../caffe2/../torch/csrc/api/include -I../caffe2/aten/src/TH -Icaffe2/aten/src/TH -I../caffe2/../torch/../aten/src -Icaffe2/aten/src -Iaten/src -Icaffe2/../aten/src -Icaffe2/../aten/src/ATen -I../caffe2/../torch/csrc -I../caffe2/../torch/../third_party/miniz-2.0.8 -I../aten/src/TH -I../aten/../third_party/catch/single_include -I../aten/src/ATen/.. -Icaffe2/aten/src/ATen -I../third_party/miniz-2.0.8 -I../caffe2/core/nomnigraph/include -isystem include -I../c10/.. -I../third_party/cpuinfo/include -I../third_party/FP16/include -Ithird_party/ideep/mkl-dnn/include -I../third_party/ideep/mkl-dnn/src/../include -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -DHAVE_AVX_CPU_DEFINITION -DHAVE_AVX2_CPU_DEFINITION -O3  -fPIC   -DHAVE_GCC_GET_CPUID -DUSE_AVX -DUSE_AVX2 -DTH_HAVE_THREAD -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-missing-braces -Wno-maybe-uninitialized -fvisibility=hidden -DCAFFE2_BUILD_MAIN_LIB -O2 -std=gnu++11 -MMD -MT caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o -MF caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o.d -o caffe2/CMakeFiles/torch.dir/__/aten/src/TH/THTensorMoreMath.cpp.o -c ../aten/src/TH/THTensorMoreMath.cpp
    c++: internal compiler error: Killed (program cc1plus)
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
PetrochukM commented 5 years ago

Thanks! This is a docker image based off the PyTorch official one. How do I work around this? I'd like to build PyTorch if possible!

cpuhrsch commented 5 years ago

@PetrochukM - can this be reproduced using the vanilla pytorch docker image? If not, what changes did you make to end up with your image?

PetrochukM commented 5 years ago

For all practical purposes, it's the same image: image https://www.diffchecker.com/42Vo05Cc

I removed all the CUDA related components and turned off a lot of features.

mruberry commented 2 years ago

Closing due to age. If you're still experiencing this problem please file a new issue.