Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.33 KB | None | 0 0
  1. $ nix-build -A python3Packages.pytorchWithoutCuda
  2. these derivations will be built:
  3. /nix/store/0j949x31b7fg26m8kbqar4ynl54qq5b1-python3.7-pytorch-1.1.0.drv
  4. building '/nix/store/0j949x31b7fg26m8kbqar4ynl54qq5b1-python3.7-pytorch-1.1.0.drv'...
  5. unpacking sources
  6. unpacking source archive /nix/store/g2lr3kgzdpkdwcnh57fxz95v3za0ihba-source
  7. source root is source
  8. setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/ubsan.supp
  9. patching sources
  10. configuring
  11. building
  12. -- The CXX compiler identification is GNU 7.4.0
  13. -- The C compiler identification is GNU 7.4.0
  14. -- Check for working CXX compiler: /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/g++
  15. -- Check for working CXX compiler: /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/g++ -- works
  16. -- Detecting CXX compiler ABI info
  17. -- Detecting CXX compiler ABI info - done
  18. -- Detecting CXX compile features
  19. -- Detecting CXX compile features - done
  20. -- Check for working C compiler: /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/gcc
  21. -- Check for working C compiler: /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/gcc -- works
  22. -- Detecting C compiler ABI info
  23. -- Detecting C compiler ABI info - done
  24. -- Detecting C compile features
  25. -- Detecting C compile features - done
  26. -- Not forcing any particular BLAS to be found
  27. -- Performing Test COMPILER_WORKS
  28. -- Performing Test COMPILER_WORKS - Success
  29. -- Performing Test SUPPORT_GLIBCXX_USE_C99
  30. -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
  31. -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
  32. -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
  33. -- std::exception_ptr is supported.
  34. -- Performing Test CAFFE2_IS_NUMA_AVAILABLE
  35. -- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Success
  36. -- NUMA is available
  37. -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
  38. -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed
  39. -- Turning off deprecation warning due to glog.
  40. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
  41. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
  42. -- Current compiler supports avx2 extension. Will build perfkernels.
  43. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS
  44. -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success
  45. -- Current compiler supports avx512f extension. Will build fbgemm.
  46. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
  47. -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
  48. -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
  49. -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
  50. -- Performing Test COMPILER_SUPPORTS_RDYNAMIC
  51. -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
  52. -- Building using own protobuf under third_party per request.
  53. -- Use custom protobuf build.
  54. -- Looking for pthread.h
  55. -- Looking for pthread.h - found
  56. -- Looking for pthread_create
  57. -- Looking for pthread_create - not found
  58. -- Looking for pthread_create in pthreads
  59. -- Looking for pthread_create in pthreads - not found
  60. -- Looking for pthread_create in pthread
  61. -- Looking for pthread_create in pthread - found
  62. -- Found Threads: TRUE
  63. -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/build/source/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
  64. -- Trying to find preferred BLAS backend of choice: MKL
  65. -- Looking for sys/types.h
  66. -- Looking for sys/types.h - found
  67. -- Looking for stdint.h
  68. -- Looking for stdint.h - found
  69. -- Looking for stddef.h
  70. -- Looking for stddef.h - found
  71. -- Check size of void*
  72. -- Check size of void* - done
  73. CMake Warning at cmake/Dependencies.cmake:120 (message):
  74. MKL could not be found. Defaulting to Eigen
  75. Call Stack (most recent call first):
  76. CMakeLists.txt:236 (include)
  77.  
  78.  
  79. CMake Warning at cmake/Dependencies.cmake:139 (message):
  80. Preferred BLAS (MKL) cannot be found, now searching for a general BLAS
  81. library
  82. Call Stack (most recent call first):
  83. CMakeLists.txt:236 (include)
  84.  
  85.  
  86. -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
  87. -- Library mkl_intel_lp64: not found
  88. -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
  89. -- Library mkl_intel_lp64: not found
  90. -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
  91. -- Library mkl_intel: not found
  92. -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
  93. -- Library mkl_intel: not found
  94. -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
  95. -- Library mkl_gf_lp64: not found
  96. -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
  97. -- Library mkl_gf_lp64: not found
  98. -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
  99. -- Library mkl_gf: not found
  100. -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
  101. -- Library mkl_gf: not found
  102. -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
  103. -- Library mkl_intel_lp64: not found
  104. -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
  105. -- Library mkl_intel_lp64: not found
  106. -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
  107. -- Library mkl_intel: not found
  108. -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
  109. -- Library mkl_intel: not found
  110. -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
  111. -- Library mkl_gf_lp64: not found
  112. -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
  113. -- Library mkl_gf_lp64: not found
  114. -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
  115. -- Library mkl_gf: not found
  116. -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
  117. -- Library mkl_gf: not found
  118. -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
  119. -- Library mkl_intel_lp64: not found
  120. -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
  121. -- Library mkl_intel_lp64: not found
  122. -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
  123. -- Library mkl_intel: not found
  124. -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
  125. -- Library mkl_intel: not found
  126. -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
  127. -- Library mkl_gf_lp64: not found
  128. -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
  129. -- Library mkl_gf_lp64: not found
  130. -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
  131. -- Library mkl_gf: not found
  132. -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
  133. -- Library mkl_gf: not found
  134. -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
  135. -- Library mkl_intel_lp64: not found
  136. -- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
  137. -- Library mkl_intel: not found
  138. -- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
  139. -- Library mkl_gf_lp64: not found
  140. -- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
  141. -- Library mkl_gf: not found
  142. -- Checking for [mkl_intel_lp64 - mkl_core - gomp - pthread - m - dl]
  143. -- Library mkl_intel_lp64: not found
  144. -- Checking for [mkl_intel - mkl_core - gomp - pthread - m - dl]
  145. -- Library mkl_intel: not found
  146. -- Checking for [mkl_gf_lp64 - mkl_core - gomp - pthread - m - dl]
  147. -- Library mkl_gf_lp64: not found
  148. -- Checking for [mkl_gf - mkl_core - gomp - pthread - m - dl]
  149. -- Library mkl_gf: not found
  150. -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m - dl]
  151. -- Library mkl_intel_lp64: not found
  152. -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m - dl]
  153. -- Library mkl_intel: not found
  154. -- Checking for [mkl_gf_lp64 - mkl_core - iomp5 - pthread - m - dl]
  155. -- Library mkl_gf_lp64: not found
  156. -- Checking for [mkl_gf - mkl_core - iomp5 - pthread - m - dl]
  157. -- Library mkl_gf: not found
  158. -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m - dl]
  159. -- Library mkl_intel_lp64: not found
  160. -- Checking for [mkl_intel - mkl_core - pthread - m - dl]
  161. -- Library mkl_intel: not found
  162. -- Checking for [mkl_gf_lp64 - mkl_core - pthread - m - dl]
  163. -- Library mkl_gf_lp64: not found
  164. -- Checking for [mkl_gf - mkl_core - pthread - m - dl]
  165. -- Library mkl_gf: not found
  166. -- Checking for [mkl - guide - pthread - m]
  167. -- Library mkl: not found
  168. -- MKL library not found
  169. -- Checking for [Accelerate]
  170. -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
  171. -- Checking for [vecLib]
  172. -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
  173. -- Checking for [openblas]
  174. -- Library openblas: /nix/store/7yw89ki05nsw4kz05hqnqccnk6m3wpam-openblas-0.3.6/lib/libopenblas.so
  175. -- Looking for sgemm_
  176. -- Looking for sgemm_ - found
  177. -- Performing Test BLAS_F2C_DOUBLE_WORKS
  178. -- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
  179. -- Performing Test BLAS_F2C_FLOAT_WORKS
  180. -- Performing Test BLAS_F2C_FLOAT_WORKS - Success
  181. -- Performing Test BLAS_USE_CBLAS_DOT
  182. -- Performing Test BLAS_USE_CBLAS_DOT - Success
  183. -- Found a library with BLAS API (open).
  184. -- The ASM compiler identification is GNU
  185. -- Found assembler: /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/gcc
  186. -- Check if compiler accepts -pthread
  187. -- Check if compiler accepts -pthread - yes
  188. -- Brace yourself, we are building NNPACK
  189. -- Performing Test NNPACK_ARCH_IS_X86_32
  190. -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed
  191. -- Found PythonInterp: /nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/bin/python3.7 (found version "3.7.3")
  192. -- NNPACK backend is x86-64
  193. -- Failed to find LLVM FileCheck
  194. -- Could NOT find Git (missing: GIT_EXECUTABLE)
  195. -- git Version: v0.0.0
  196. -- Version: 0.0.0
  197. -- Performing Test HAVE_CXX_FLAG_STD_CXX11
  198. -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
  199. -- Performing Test HAVE_CXX_FLAG_WALL
  200. -- Performing Test HAVE_CXX_FLAG_WALL - Success
  201. -- Performing Test HAVE_CXX_FLAG_WEXTRA
  202. -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
  203. -- Performing Test HAVE_CXX_FLAG_WSHADOW
  204. -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
  205. -- Performing Test HAVE_CXX_FLAG_WERROR
  206. -- Performing Test HAVE_CXX_FLAG_WERROR - Success
  207. -- Performing Test HAVE_CXX_FLAG_PEDANTIC
  208. -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
  209. -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
  210. -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
  211. -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
  212. -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
  213. -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
  214. -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
  215. -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
  216. -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
  217. -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
  218. -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
  219. -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
  220. -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
  221. -- Performing Test HAVE_CXX_FLAG_WD654
  222. -- Performing Test HAVE_CXX_FLAG_WD654 - Failed
  223. -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
  224. -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
  225. -- Performing Test HAVE_CXX_FLAG_COVERAGE
  226. -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
  227. -- Performing Test HAVE_STD_REGEX
  228. -- Performing Test HAVE_STD_REGEX
  229. -- Performing Test HAVE_STD_REGEX -- success
  230. -- Performing Test HAVE_GNU_POSIX_REGEX
  231. -- Performing Test HAVE_GNU_POSIX_REGEX
  232. -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
  233. -- Performing Test HAVE_POSIX_REGEX
  234. -- Performing Test HAVE_POSIX_REGEX
  235. -- Performing Test HAVE_POSIX_REGEX -- success
  236. -- Performing Test HAVE_STEADY_CLOCK
  237. -- Performing Test HAVE_STEADY_CLOCK
  238. -- Performing Test HAVE_STEADY_CLOCK -- success
  239. -- Performing Test COMPILER_SUPPORTS_AVX512
  240. -- Performing Test COMPILER_SUPPORTS_AVX512 - Success
  241. -- Found OpenMP_C: -fopenmp (found version "4.5")
  242. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  243. -- Found OpenMP: TRUE (found version "4.5")
  244. -- Downloading asmjit to /build/source/build/third_party/fbgemm/third_party/asmjit
  245. (define ASMJIT_SRC_DIR to avoid it)
  246. CMake Error at /nix/store/gzcpk09gb5ijy1zj1bdnmiabwgnx52f4-cmake-3.13.4/share/cmake-3.13/Modules/ExternalProject.cmake:2329 (message):
  247. error: could not find git for clone of asmjit
  248. Call Stack (most recent call first):
  249. /nix/store/gzcpk09gb5ijy1zj1bdnmiabwgnx52f4-cmake-3.13.4/share/cmake-3.13/Modules/ExternalProject.cmake:3105 (_ep_add_download_command)
  250. CMakeLists.txt:7 (ExternalProject_Add)
  251.  
  252.  
  253. -- Configuring incomplete, errors occurred!
  254. See also "/build/source/build/third_party/fbgemm/asmjit-download/CMakeFiles/CMakeOutput.log".
  255. make: *** No targets specified and no makefile found. Stop.
  256. CMake Error at third_party/fbgemm/CMakeLists.txt:123 (add_subdirectory):
  257. The source directory
  258.  
  259. /build/source/build/third_party/fbgemm/third_party/asmjit
  260.  
  261. does not contain a CMakeLists.txt file.
  262.  
  263.  
  264. CMake Error at third_party/fbgemm/CMakeLists.txt:124 (set_property):
  265. set_property could not find TARGET asmjit. Perhaps it has not yet been
  266. created.
  267.  
  268.  
  269. -- Found Numa: /nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12/include
  270. -- Found Numa (include: /nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12/include, library: /nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12/lib/libnuma.so)
  271. -- Using third party subdirectory Eigen.
  272. Python 3.7.3
  273. -- Found PythonInterp: /nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/bin/python3.7 (found suitable version "3.7.3", minimum required is "2.7")
  274. -- Found PythonLibs: /nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/lib/libpython3.7m.so.1.0 (found suitable version "3.7.3", minimum required is "2.7")
  275. -- Could NOT find pybind11 (missing: pybind11_DIR)
  276. -- Could NOT find pybind11 (missing: pybind11_INCLUDE_DIR)
  277. -- Using third_party/pybind11.
  278. -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS)
  279. -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS)
  280. -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND)
  281. CMake Warning at cmake/Dependencies.cmake:714 (message):
  282. Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF
  283. Call Stack (most recent call first):
  284. CMakeLists.txt:236 (include)
  285.  
  286.  
  287. -- Adding OpenMP CXX_FLAGS: -fopenmp
  288. -- Will link against OpenMP libraries: /nix/store/5pjs9xxfafd44falpdb84i83979bm6fv-gcc-7.4.0-lib/lib/libgomp.so;/nix/store/db2fz1d8hka8xcyw4755ks081ljxwgac-glibc-2.27/lib/libpthread.so
  289. CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option):
  290. Policy CMP0077 is not set: option() honors normal variables. Run "cmake
  291. --help-policy CMP0077" for policy details. Use the cmake_policy command to
  292. set the policy and suppress this warning.
  293.  
  294. For compatibility with older versions of CMake, option is clearing the
  295. normal variable 'BUILD_BENCHMARK'.
  296. This warning is for project developers. Use -Wno-dev to suppress it.
  297.  
  298. CMake Warning at cmake/Dependencies.cmake:981 (message):
  299. Metal is only used in ios builds.
  300. Call Stack (most recent call first):
  301. CMakeLists.txt:236 (include)
  302.  
  303.  
  304. --
  305. -- ******** Summary ********
  306. -- CMake version : 3.13.4
  307. -- CMake command : /nix/store/gzcpk09gb5ijy1zj1bdnmiabwgnx52f4-cmake-3.13.4/bin/cmake
  308. -- System : Linux
  309. -- C++ compiler : /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/g++
  310. -- C++ compiler version : 7.4.0
  311. -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
  312. -- Build type : Release
  313. -- Compile definitions :
  314. -- CMAKE_PREFIX_PATH : /nix/store/7yw89ki05nsw4kz05hqnqccnk6m3wpam-openblas-0.3.6:/nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12:/nix/store/szxc9q0vbzfixbgmwwb99dasf1j8065x-python3.7-bootstrapped-pip-19.0.3:/nix/store/wvwmzd5ab015276vvnif907aqgjnc80l-python3.7-cffi-1.12.3-dev:/nix/store/pyx1bq09y1bdhwili4anwgcizvmyj51j-libffi-3.2.1-dev:/nix/store/kwl4klw1a0mqgarxqa8bq25kf7i6c5k9-libffi-3.2.1:/nix/store/js4lkkp5725vd0nasrqj8vdc5qx3c7zn-python3.7-pycparser-2.19:/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/x7qqhwj2jx30bvcy0lif47wa97kfzqgb-python3.7-cffi-1.12.3:/nix/store/gch9w32080lpnxixcabmwnl1gdrkz6n3-python3.7-numpy-1.16.3:/nix/store/z4rbwzhmws8ds2dca4diwvncw0qf4113-python3.7-PyYAML-5.1
  315. -- CMAKE_INSTALL_PREFIX : /build/source/torch
  316. -- CMAKE_MODULE_PATH : /build/source/cmake/Modules
  317. --
  318. -- ONNX version : 1.5.0
  319. -- ONNX NAMESPACE : onnx_torch
  320. -- ONNX_BUILD_TESTS : OFF
  321. -- ONNX_BUILD_BENCHMARKS : OFF
  322. -- ONNX_USE_LITE_PROTO : OFF
  323. -- ONNXIFI_DUMMY_BACKEND : OFF
  324. -- ONNXIFI_ENABLE_EXT : OFF
  325. --
  326. -- Protobuf compiler :
  327. -- Protobuf includes :
  328. -- Protobuf libraries :
  329. -- BUILD_ONNX_PYTHON : OFF
  330. --
  331. -- ******** Summary ********
  332. -- CMake version : 3.13.4
  333. -- CMake command : /nix/store/gzcpk09gb5ijy1zj1bdnmiabwgnx52f4-cmake-3.13.4/bin/cmake
  334. -- System : Linux
  335. -- C++ compiler : /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/g++
  336. -- C++ compiler version : 7.4.0
  337. -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor
  338. -- Build type : Release
  339. -- Compile definitions :
  340. -- CMAKE_PREFIX_PATH : /nix/store/7yw89ki05nsw4kz05hqnqccnk6m3wpam-openblas-0.3.6:/nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12:/nix/store/szxc9q0vbzfixbgmwwb99dasf1j8065x-python3.7-bootstrapped-pip-19.0.3:/nix/store/wvwmzd5ab015276vvnif907aqgjnc80l-python3.7-cffi-1.12.3-dev:/nix/store/pyx1bq09y1bdhwili4anwgcizvmyj51j-libffi-3.2.1-dev:/nix/store/kwl4klw1a0mqgarxqa8bq25kf7i6c5k9-libffi-3.2.1:/nix/store/js4lkkp5725vd0nasrqj8vdc5qx3c7zn-python3.7-pycparser-2.19:/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/x7qqhwj2jx30bvcy0lif47wa97kfzqgb-python3.7-cffi-1.12.3:/nix/store/gch9w32080lpnxixcabmwnl1gdrkz6n3-python3.7-numpy-1.16.3:/nix/store/z4rbwzhmws8ds2dca4diwvncw0qf4113-python3.7-PyYAML-5.1
  341. -- CMAKE_INSTALL_PREFIX : /build/source/torch
  342. -- CMAKE_MODULE_PATH : /build/source/cmake/Modules
  343. --
  344. -- ONNX version : 1.4.1
  345. -- ONNX NAMESPACE : onnx_torch
  346. -- ONNX_BUILD_TESTS : OFF
  347. -- ONNX_BUILD_BENCHMARKS : OFF
  348. -- ONNX_USE_LITE_PROTO : OFF
  349. -- ONNXIFI_DUMMY_BACKEND : OFF
  350. --
  351. -- Protobuf compiler :
  352. -- Protobuf includes :
  353. -- Protobuf libraries :
  354. -- BUILD_ONNX_PYTHON : OFF
  355. -- Found gcc >=5 and CUDA <= 7.5, adding workaround C++ flags
  356. -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor
  357. -- Removing -DNDEBUG from compile flags
  358. -- MAGMA not found. Compiling without MAGMA support
  359. -- Could not find hardware support for NEON on this machine.
  360. -- No OMAP3 processor on this machine.
  361. -- No OMAP4 processor on this machine.
  362. -- Looking for cpuid.h
  363. -- Looking for cpuid.h - found
  364. -- Performing Test HAVE_GCC_GET_CPUID
  365. -- Performing Test HAVE_GCC_GET_CPUID - Success
  366. -- Performing Test NO_GCC_EBX_FPIC_BUG
  367. -- Performing Test NO_GCC_EBX_FPIC_BUG - Success
  368. -- Performing Test C_HAS_AVX_1
  369. -- Performing Test C_HAS_AVX_1 - Failed
  370. -- Performing Test C_HAS_AVX_2
  371. -- Performing Test C_HAS_AVX_2 - Success
  372. -- Performing Test C_HAS_AVX2_1
  373. -- Performing Test C_HAS_AVX2_1 - Failed
  374. -- Performing Test C_HAS_AVX2_2
  375. -- Performing Test C_HAS_AVX2_2 - Success
  376. -- Performing Test CXX_HAS_AVX_1
  377. -- Performing Test CXX_HAS_AVX_1 - Failed
  378. -- Performing Test CXX_HAS_AVX_2
  379. -- Performing Test CXX_HAS_AVX_2 - Success
  380. -- Performing Test CXX_HAS_AVX2_1
  381. -- Performing Test CXX_HAS_AVX2_1 - Failed
  382. -- Performing Test CXX_HAS_AVX2_2
  383. -- Performing Test CXX_HAS_AVX2_2 - Success
  384. -- AVX compiler support found
  385. -- AVX2 compiler support found
  386. -- Performing Test HAS_C11_ATOMICS
  387. -- Performing Test HAS_C11_ATOMICS - Success
  388. -- Atomics: using C11 intrinsics
  389. -- Looking for cheev_
  390. -- Looking for cheev_ - found
  391. -- Found a library with LAPACK API (open).
  392. disabling CUDA because NOT USE_CUDA is set
  393. -- CuDNN not found. Compiling without CuDNN support
  394. disabling ROCM because NOT USE_ROCM is set
  395. -- MIOpen not found. Compiling without MIOpen support
  396. curl or wget not available
  397. -- MKL-DNN not found. Compiling without MKL-DNN support
  398. CMake Warning at cmake/Dependencies.cmake:1342 (MESSAGE):
  399. MKLDNN could not be found.
  400. Call Stack (most recent call first):
  401. CMakeLists.txt:236 (include)
  402.  
  403.  
  404. -- Looking for clock_gettime in rt
  405. -- Looking for clock_gettime in rt - found
  406. -- Looking for mmap
  407. -- Looking for mmap - found
  408. -- Looking for shm_open
  409. -- Looking for shm_open - found
  410. -- Looking for shm_unlink
  411. -- Looking for shm_unlink - found
  412. -- Looking for malloc_usable_size
  413. -- Looking for malloc_usable_size - found
  414. -- Performing Test C_HAS_THREAD
  415. -- Performing Test C_HAS_THREAD - Success
  416. -- GCC 7.4.0: Adding gcc and gcc_s libs to link line
  417. -- NUMA paths:
  418. -- /nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12/include
  419. -- /nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12/lib/libnuma.so
  420. disabling CUDA because USE_CUDA is set false
  421. -- Check size of long double
  422. -- Check size of long double - done
  423. -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE
  424. -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success
  425. -- Performing Test COMPILER_SUPPORTS_FLOAT128
  426. -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success
  427. -- Performing Test COMPILER_SUPPORTS_SSE2
  428. -- Performing Test COMPILER_SUPPORTS_SSE2 - Success
  429. -- Performing Test COMPILER_SUPPORTS_SSE4
  430. -- Performing Test COMPILER_SUPPORTS_SSE4 - Success
  431. -- Performing Test COMPILER_SUPPORTS_AVX
  432. -- Performing Test COMPILER_SUPPORTS_AVX - Success
  433. -- Performing Test COMPILER_SUPPORTS_FMA4
  434. -- Performing Test COMPILER_SUPPORTS_FMA4 - Success
  435. -- Performing Test COMPILER_SUPPORTS_AVX2
  436. -- Performing Test COMPILER_SUPPORTS_AVX2 - Success
  437. -- Performing Test COMPILER_SUPPORTS_SVE
  438. -- Performing Test COMPILER_SUPPORTS_SVE - Failed
  439. -- Performing Test COMPILER_SUPPORTS_AVX512F
  440. -- Performing Test COMPILER_SUPPORTS_AVX512F - Success
  441. -- Found OpenMP_C: -fopenmp
  442. -- Found OpenMP_CXX: -fopenmp
  443. -- Found OpenMP: TRUE
  444. -- Performing Test COMPILER_SUPPORTS_OPENMP
  445. -- Performing Test COMPILER_SUPPORTS_OPENMP - Success
  446. -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
  447. -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success
  448. -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
  449. -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
  450. -- Configuring build for SLEEF-v3.2
  451. Target system: Linux-4.19.49
  452. Target processor: x86_64
  453. Host system: Linux-4.19.49
  454. Host processor: x86_64
  455. Detected C compiler: GNU @ /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/gcc
  456. -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
  457. -- Building shared libs : OFF
  458. -- MPFR : LIB_MPFR-NOTFOUND
  459. -- GMP : LIBGMP-NOTFOUND
  460. -- RUNNING_ON_TRAVIS : 0
  461. -- COMPILER_SUPPORTS_OPENMP : 1
  462. -- pytorch is compiling with OpenMP.
  463. OpenMP CXX_FLAGS: -fopenmp.
  464. OpenMP libraries: /nix/store/5pjs9xxfafd44falpdb84i83979bm6fv-gcc-7.4.0-lib/lib/libgomp.so;/nix/store/db2fz1d8hka8xcyw4755ks081ljxwgac-glibc-2.27/lib/libpthread.so.
  465. -- /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/g++ /build/source/torch/abi-check.cpp -o /build/source/build/abi-check
  466. -- Determined _GLIBCXX_USE_CXX11_ABI=1
  467. -- Performing Test HAS_THREAD_LOCAL
  468. -- Performing Test HAS_THREAD_LOCAL - Success
  469. -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS)
  470. -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS)
  471. -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND)
  472. -- ignoring CUDA
  473. -- Building C10D without CUDA support
  474. -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS)
  475. -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS)
  476. -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND)
  477. -- Not able to find MPI, will compile c10d without MPI support
  478. -- NCCL operators skipped due to no CUDA support
  479. -- Excluding ideep operators as we are not using ideep
  480. -- Excluding image processing operators due to no opencv
  481. -- Excluding video processing operators due to no opencv
  482. -- MPI operators skipped due to no MPI support
  483. -- Include Observer library
  484. -- Caffe2 is compiling with OpenMP.
  485. OpenMP CXX_FLAGS: -fopenmp.
  486. OpenMP libraries: /nix/store/5pjs9xxfafd44falpdb84i83979bm6fv-gcc-7.4.0-lib/lib/libgomp.so;/nix/store/db2fz1d8hka8xcyw4755ks081ljxwgac-glibc-2.27/lib/libpthread.so.
  487. -- Using lib/python3.7/site-packages as python relative installation path
  488. CMake Warning at CMakeLists.txt:435 (message):
  489. Generated cmake files are only fully tested if one builds with system glog,
  490. gflags, and protobuf. Other settings may generate files that are not well
  491. tested.
  492.  
  493.  
  494. --
  495. -- ******** Summary ********
  496. -- General:
  497. -- CMake version : 3.13.4
  498. -- CMake command : /nix/store/gzcpk09gb5ijy1zj1bdnmiabwgnx52f4-cmake-3.13.4/bin/cmake
  499. -- System : Linux
  500. -- C++ compiler : /nix/store/1ap5d85630s3ksal6xgkjnbglmbng3kg-gcc-wrapper-7.4.0/bin/g++
  501. -- C++ compiler id : GNU
  502. -- C++ compiler version : 7.4.0
  503. -- BLAS : MKL
  504. -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -D_FORCE_INLINES -D_MWAITXINTRIN_H_INCLUDED -D__STRICT_ANSI__ -DUSE_FBGEMM -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-stringop-overflow -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Wno-stringop-overflow
  505. -- Build type : Release
  506. -- Compile definitions : ONNX_NAMESPACE=onnx_torch;USE_C11_ATOMICS=1;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1
  507. -- CMAKE_PREFIX_PATH : /nix/store/7yw89ki05nsw4kz05hqnqccnk6m3wpam-openblas-0.3.6:/nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12:/nix/store/szxc9q0vbzfixbgmwwb99dasf1j8065x-python3.7-bootstrapped-pip-19.0.3:/nix/store/wvwmzd5ab015276vvnif907aqgjnc80l-python3.7-cffi-1.12.3-dev:/nix/store/pyx1bq09y1bdhwili4anwgcizvmyj51j-libffi-3.2.1-dev:/nix/store/kwl4klw1a0mqgarxqa8bq25kf7i6c5k9-libffi-3.2.1:/nix/store/js4lkkp5725vd0nasrqj8vdc5qx3c7zn-python3.7-pycparser-2.19:/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/x7qqhwj2jx30bvcy0lif47wa97kfzqgb-python3.7-cffi-1.12.3:/nix/store/gch9w32080lpnxixcabmwnl1gdrkz6n3-python3.7-numpy-1.16.3:/nix/store/z4rbwzhmws8ds2dca4diwvncw0qf4113-python3.7-PyYAML-5.1
  508. -- CMAKE_INSTALL_PREFIX : /build/source/torch
  509. --
  510. -- TORCH_VERSION : 1.1.0
  511. -- CAFFE2_VERSION : 1.1.0
  512. -- BUILD_ATEN_MOBILE : OFF
  513. -- BUILD_ATEN_ONLY : OFF
  514. -- BUILD_BINARY : False
  515. -- BUILD_CUSTOM_PROTOBUF : ON
  516. -- Link local protobuf : ON
  517. -- BUILD_DOCS : OFF
  518. -- BUILD_PYTHON : True
  519. -- Python version : 3.7.3
  520. -- Python executable : /nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/bin/python3.7
  521. -- Pythonlibs version : 3.7.3
  522. -- Python library : /nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/lib/libpython3.7m.so.1.0
  523. -- Python includes : /nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/include/python3.7m
  524. -- Python site-packages: lib/python3.7/site-packages
  525. -- BUILD_CAFFE2_OPS : True
  526. -- BUILD_SHARED_LIBS : ON
  527. -- BUILD_TEST : True
  528. -- USE_ASAN : OFF
  529. -- USE_CUDA : False
  530. -- USE_ROCM : False
  531. -- USE_EIGEN_FOR_BLAS : ON
  532. -- USE_FBGEMM : ON
  533. -- USE_FFMPEG : False
  534. -- USE_GFLAGS : OFF
  535. -- USE_GLOG : OFF
  536. -- USE_LEVELDB : False
  537. -- USE_LITE_PROTO : OFF
  538. -- USE_LMDB : False
  539. -- USE_METAL : OFF
  540. -- USE_MKL : OFF
  541. -- USE_MKLDNN : OFF
  542. -- USE_NCCL : False
  543. -- USE_NNPACK : True
  544. -- USE_NUMPY : ON
  545. -- USE_OBSERVERS : ON
  546. -- USE_OPENCL : OFF
  547. -- USE_OPENCV : False
  548. -- USE_OPENMP : ON
  549. -- USE_PROF : OFF
  550. -- USE_QNNPACK : True
  551. -- USE_REDIS : OFF
  552. -- USE_ROCKSDB : OFF
  553. -- USE_ZMQ : OFF
  554. -- USE_DISTRIBUTED : True
  555. -- USE_MPI : OFF
  556. -- USE_GLOO : ON
  557. -- USE_GLOO_IBVERBS : OFF
  558. -- Public Dependencies : Threads::Threads
  559. -- Private Dependencies : qnnpack;nnpack;cpuinfo;fbgemm;/nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12/lib/libnuma.so;fp16;gloo;aten_op_header_gen;foxi_loader;rt;gcc_s;gcc;dl
  560. -- Configuring incomplete, errors occurred!
  561. See also "/build/source/build/CMakeFiles/CMakeOutput.log".
  562. See also "/build/source/build/CMakeFiles/CMakeError.log".
  563. Building wheel torch-1.1.0
  564. -- Building version 1.1.0
  565. ['cmake',
  566. '-DBUILDING_WITH_TORCH_LIBS=ON',
  567. '-DBUILD_BINARY=False',
  568. '-DBUILD_CAFFE2_OPS=True',
  569. '-DBUILD_PYTHON=True',
  570. '-DBUILD_SHARED_LIBS=ON',
  571. '-DBUILD_TEST=True',
  572. '-DBUILD_TORCH=ON',
  573. '-DCAFFE2_STATIC_LINK_CUDA=False',
  574. '-DCMAKE_BUILD_TYPE=Release',
  575. '-DCMAKE_CXX_FLAGS= ',
  576. '-DCMAKE_C_FLAGS= ',
  577. '-DCMAKE_EXE_LINKER_FLAGS=',
  578. '-DCMAKE_INSTALL_PREFIX=/build/source/torch',
  579. '-DCMAKE_PREFIX_PATH=/nix/store/7yw89ki05nsw4kz05hqnqccnk6m3wpam-openblas-0.3.6:/nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12:/nix/store/szxc9q0vbzfixbgmwwb99dasf1j8065x-python3.7-bootstrapped-pip-19.0.3:/nix/store/wvwmzd5ab015276vvnif907aqgjnc80l-python3.7-cffi-1.12.3-dev:/nix/store/pyx1bq09y1bdhwili4anwgcizvmyj51j-libffi-3.2.1-dev:/nix/store/kwl4klw1a0mqgarxqa8bq25kf7i6c5k9-libffi-3.2.1:/nix/store/js4lkkp5725vd0nasrqj8vdc5qx3c7zn-python3.7-pycparser-2.19:/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/x7qqhwj2jx30bvcy0lif47wa97kfzqgb-python3.7-cffi-1.12.3:/nix/store/gch9w32080lpnxixcabmwnl1gdrkz6n3-python3.7-numpy-1.16.3:/nix/store/z4rbwzhmws8ds2dca4diwvncw0qf4113-python3.7-PyYAML-5.1',
  580. '-DCMAKE_SHARED_LINKER_FLAGS=',
  581. '-DINSTALL_TEST=True',
  582. '-DNCCL_EXTERNAL=False',
  583. '-DNUMPY_INCLUDE_DIR=/nix/store/gch9w32080lpnxixcabmwnl1gdrkz6n3-python3.7-numpy-1.16.3/lib/python3.7/site-packages/numpy/core/include',
  584. '-DONNX_ML=False',
  585. '-DONNX_NAMESPACE=onnx_torch',
  586. '-DPYTHON_EXECUTABLE=/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/bin/python3.7',
  587. '-DPYTHON_INCLUDE_DIR=/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/include/python3.7m',
  588. '-DPYTHON_LIBRARY=/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/lib/libpython3.7m.so.1.0',
  589. '-DTHD_SO_VERSION=1',
  590. '-DTORCH_BUILD_VERSION=1.1.0',
  591. '-DUSE_CUDA=False',
  592. '-DUSE_DISTRIBUTED=True',
  593. '-DUSE_FBGEMM=True',
  594. '-DUSE_FFMPEG=False',
  595. '-DUSE_LEVELDB=False',
  596. '-DUSE_LMDB=False',
  597. '-DUSE_MKLDNN=True',
  598. '-DUSE_NCCL=False',
  599. '-DUSE_NNPACK=True',
  600. '-DUSE_NUMPY=True',
  601. '-DUSE_OPENCV=False',
  602. '-DUSE_QNNPACK=True',
  603. '-DUSE_ROCM=False',
  604. '-DUSE_SYSTEM_EIGEN_INSTALL=OFF',
  605. '-DUSE_SYSTEM_NCCL=False',
  606. '-DUSE_TENSORRT=False',
  607. '-DMKLDNN_ENABLE_CONCURRENT_EXEC=ON',
  608. '/build/source']
  609. Traceback (most recent call last):
  610. File "nix_run_setup", line 8, in <module>
  611. exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  612. File "setup.py", line 725, in <module>
  613. build_deps()
  614. File "setup.py", line 285, in build_deps
  615. build_dir='build')
  616. File "/build/source/tools/build_pytorch_libs.py", line 259, in build_caffe2
  617. my_env)
  618. File "/build/source/tools/build_pytorch_libs.py", line 239, in run_cmake
  619. check_call(cmake_args, cwd=build_dir, env=my_env)
  620. File "/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/lib/python3.7/subprocess.py", line 347, in check_call
  621. raise CalledProcessError(retcode, cmd)
  622. subprocess.CalledProcessError: Command '['cmake', '-DBUILDING_WITH_TORCH_LIBS=ON', '-DBUILD_BINARY=False', '-DBUILD_CAFFE2_OPS=True', '-DBUILD_PYTHON=True', '-DBUILD_SHARED_LIBS=ON', '-DBUILD_TEST=True', '-DBUILD_TORCH=ON', '-DCAFFE2_STATIC_LINK_CUDA=False', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_CXX_FLAGS= ', '-DCMAKE_C_FLAGS= ', '-DCMAKE_EXE_LINKER_FLAGS=', '-DCMAKE_INSTALL_PREFIX=/build/source/torch', '-DCMAKE_PREFIX_PATH=/nix/store/7yw89ki05nsw4kz05hqnqccnk6m3wpam-openblas-0.3.6:/nix/store/ars3pcklw0gan1hvjz9a07bgysfjb66v-numactl-2.0.12:/nix/store/szxc9q0vbzfixbgmwwb99dasf1j8065x-python3.7-bootstrapped-pip-19.0.3:/nix/store/wvwmzd5ab015276vvnif907aqgjnc80l-python3.7-cffi-1.12.3-dev:/nix/store/pyx1bq09y1bdhwili4anwgcizvmyj51j-libffi-3.2.1-dev:/nix/store/kwl4klw1a0mqgarxqa8bq25kf7i6c5k9-libffi-3.2.1:/nix/store/js4lkkp5725vd0nasrqj8vdc5qx3c7zn-python3.7-pycparser-2.19:/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/zhhnxn9np7ly8gdycldvkdkzc7sgkjrq-python3.7-setuptools-41.0.1:/nix/store/x7qqhwj2jx30bvcy0lif47wa97kfzqgb-python3.7-cffi-1.12.3:/nix/store/gch9w32080lpnxixcabmwnl1gdrkz6n3-python3.7-numpy-1.16.3:/nix/store/z4rbwzhmws8ds2dca4diwvncw0qf4113-python3.7-PyYAML-5.1', '-DCMAKE_SHARED_LINKER_FLAGS=', '-DINSTALL_TEST=True', '-DNCCL_EXTERNAL=False', '-DNUMPY_INCLUDE_DIR=/nix/store/gch9w32080lpnxixcabmwnl1gdrkz6n3-python3.7-numpy-1.16.3/lib/python3.7/site-packages/numpy/core/include', '-DONNX_ML=False', '-DONNX_NAMESPACE=onnx_torch', '-DPYTHON_EXECUTABLE=/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/bin/python3.7', '-DPYTHON_INCLUDE_DIR=/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/include/python3.7m', '-DPYTHON_LIBRARY=/nix/store/4w1rxv6wfkv728jzmm6pqq3jsqd4yvi7-python3-3.7.3/lib/libpython3.7m.so.1.0', '-DTHD_SO_VERSION=1', '-DTORCH_BUILD_VERSION=1.1.0', '-DUSE_CUDA=False', '-DUSE_DISTRIBUTED=True', '-DUSE_FBGEMM=True', '-DUSE_FFMPEG=False', '-DUSE_LEVELDB=False', '-DUSE_LMDB=False', '-DUSE_MKLDNN=True', '-DUSE_NCCL=False', '-DUSE_NNPACK=True', '-DUSE_NUMPY=True', '-DUSE_OPENCV=False', '-DUSE_QNNPACK=True', '-DUSE_ROCM=False', '-DUSE_SYSTEM_EIGEN_INSTALL=OFF', '-DUSE_SYSTEM_NCCL=False', '-DUSE_TENSORRT=False', '-DMKLDNN_ENABLE_CONCURRENT_EXEC=ON', '/build/source']' returned non-zero exit status 1.
  623. builder for '/nix/store/0j949x31b7fg26m8kbqar4ynl54qq5b1-python3.7-pytorch-1.1.0.drv' failed with exit code 1
  624. error: build of '/nix/store/0j949x31b7fg26m8kbqar4ynl54qq5b1-python3.7-pytorch-1.1.0.drv' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement