Guest User

Makefile-Errors-no_PythonBindings

a guest
May 10th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 117.63 KB | None | 0 0
  1. make[1]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  2. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  3. Scanning dependencies of target mlpack_arma_config
  4. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  5. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  6. [ 1%] Updating arma_config.hpp (if necessary)
  7. -- Regenerating arma_config.hpp.
  8. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  9. [ 1%] Built target mlpack_arma_config
  10. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  11. Scanning dependencies of target mlpack_headers
  12. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  13. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  14. Moving header files to include/mlpack/
  15. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  16. [ 1%] Built target mlpack_headers
  17. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  18. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  19. Scanning dependencies of target pkgconfig
  20. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  21. [ 1%] Generating CXX prefix source src/mlpack/cotire/mlpack_CXX_prefix.cxx
  22. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  23. [ 2%] Generating mlpack.pc (pkg-config) file.
  24. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  25. [ 2%] Generating CXX prefix header src/mlpack/cotire/mlpack_CXX_prefix.hxx
  26. [ 2%] Built target pkgconfig
  27. [ 3%] Building CXX precompiled header src/mlpack/cotire/mlpack_CXX_prefix.hxx.gch
  28. Scanning dependencies of target mlpack
  29. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  30. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  31. [ 4%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/bindings/tests/clean_memory.cpp.o
  32. [ 4%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/bindings/cli/print_help.cpp.o
  33. [ 4%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/data/load_csv.cpp.o
  34. [ 5%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/data/load_image.cpp.o
  35. [ 5%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/data/load.cpp.o
  36. [ 5%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/data/save_image.cpp.o
  37. [ 5%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/dists/discrete_distribution.cpp.o
  38. [ 6%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/dists/gaussian_distribution.cpp.o
  39. [ 6%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/dists/laplace_distribution.cpp.o
  40. [ 6%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/dists/regression_distribution.cpp.o
  41. [ 7%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/dists/gamma_distribution.cpp.o
  42. [ 7%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/dists/diagonal_gaussian_distribution.cpp.o
  43. [ 7%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/kernels/epanechnikov_kernel.cpp.o
  44. [ 8%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/kernels/pspectrum_string_kernel.cpp.o
  45. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  46. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In function ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool)’:
  47. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:30: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  48. 116 | loadType = arma::diskio::guess_file_type(stream);
  49. | ^~~~~~~~~~~~~~~
  50. In file included from /usr/include/armadillo:640,
  51. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  52. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  53. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  54. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  55. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  56. 218 | diskio::guess_file_type(std::istream& f)
  57. | ^~~~~~
  58. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  59. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:52: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  60. 116 | loadType = arma::diskio::guess_file_type(stream);
  61. | ^
  62. In file included from /usr/include/armadillo:640,
  63. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  64. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  65. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  66. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  67. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  68. 218 | diskio::guess_file_type(std::istream& f)
  69. | ^~~~~~
  70. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  71. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:32: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  72. 180 | loadType = arma::diskio::guess_file_type(stream);
  73. | ^~~~~~~~~~~~~~~
  74. In file included from /usr/include/armadillo:640,
  75. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  76. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  77. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  78. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  79. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  80. 218 | diskio::guess_file_type(std::istream& f)
  81. | ^~~~~~
  82. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  83. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:54: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  84. 180 | loadType = arma::diskio::guess_file_type(stream);
  85. | ^
  86. In file included from /usr/include/armadillo:640,
  87. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  88. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  89. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  90. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  91. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  92. 218 | diskio::guess_file_type(std::istream& f)
  93. | ^~~~~~
  94. [ 8%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/math/columns_to_blocks.cpp.o
  95. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  96. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In instantiation of ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool) [with eT = int; std::string = std::__cxx11::basic_string<char>]’:
  97. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:21:35: required from here
  98. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  99. 116 | loadType = arma::diskio::guess_file_type(stream);
  100. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  101. In file included from /usr/include/armadillo:640,
  102. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  103. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  104. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  105. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  106. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  107. 218 | diskio::guess_file_type(std::istream& f)
  108. | ^~~~~~
  109. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  110. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  111. 116 | loadType = arma::diskio::guess_file_type(stream);
  112. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  113. In file included from /usr/include/armadillo:640,
  114. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  115. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  116. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  117. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  118. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  119. 218 | diskio::guess_file_type(std::istream& f)
  120. | ^~~~~~
  121. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  122. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  123. 116 | loadType = arma::diskio::guess_file_type(stream);
  124. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  125. In file included from /usr/include/armadillo:640,
  126. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  127. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  128. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  129. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  130. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  131. 218 | diskio::guess_file_type(std::istream& f)
  132. | ^~~~~~
  133. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  134. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  135. 180 | loadType = arma::diskio::guess_file_type(stream);
  136. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  137. In file included from /usr/include/armadillo:640,
  138. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  139. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  140. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  141. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  142. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  143. 218 | diskio::guess_file_type(std::istream& f)
  144. | ^~~~~~
  145. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  146. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  147. 180 | loadType = arma::diskio::guess_file_type(stream);
  148. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  149. In file included from /usr/include/armadillo:640,
  150. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  151. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  152. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  153. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  154. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  155. 218 | diskio::guess_file_type(std::istream& f)
  156. | ^~~~~~
  157. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  158. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  159. 180 | loadType = arma::diskio::guess_file_type(stream);
  160. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  161. In file included from /usr/include/armadillo:640,
  162. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  163. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  164. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  165. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  166. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  167. 218 | diskio::guess_file_type(std::istream& f)
  168. | ^~~~~~
  169. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  170. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In instantiation of ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool) [with eT = unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  171. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:26:44: required from here
  172. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  173. 116 | loadType = arma::diskio::guess_file_type(stream);
  174. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  175. In file included from /usr/include/armadillo:640,
  176. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  177. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  178. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  179. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  180. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  181. 218 | diskio::guess_file_type(std::istream& f)
  182. | ^~~~~~
  183. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  184. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  185. 116 | loadType = arma::diskio::guess_file_type(stream);
  186. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  187. In file included from /usr/include/armadillo:640,
  188. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  189. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  190. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  191. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  192. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  193. 218 | diskio::guess_file_type(std::istream& f)
  194. | ^~~~~~
  195. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  196. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  197. 116 | loadType = arma::diskio::guess_file_type(stream);
  198. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  199. In file included from /usr/include/armadillo:640,
  200. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  201. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  202. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  203. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  204. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  205. 218 | diskio::guess_file_type(std::istream& f)
  206. | ^~~~~~
  207. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  208. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  209. 180 | loadType = arma::diskio::guess_file_type(stream);
  210. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  211. In file included from /usr/include/armadillo:640,
  212. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  213. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  214. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  215. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  216. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  217. 218 | diskio::guess_file_type(std::istream& f)
  218. | ^~~~~~
  219. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  220. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  221. 180 | loadType = arma::diskio::guess_file_type(stream);
  222. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  223. In file included from /usr/include/armadillo:640,
  224. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  225. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  226. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  227. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  228. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  229. 218 | diskio::guess_file_type(std::istream& f)
  230. | ^~~~~~
  231. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  232. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  233. 180 | loadType = arma::diskio::guess_file_type(stream);
  234. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  235. In file included from /usr/include/armadillo:640,
  236. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  237. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  238. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  239. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  240. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  241. 218 | diskio::guess_file_type(std::istream& f)
  242. | ^~~~~~
  243. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  244. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In instantiation of ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool) [with eT = long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  245. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:31:45: required from here
  246. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  247. 116 | loadType = arma::diskio::guess_file_type(stream);
  248. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  249. In file included from /usr/include/armadillo:640,
  250. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  251. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  252. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  253. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  254. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  255. 218 | diskio::guess_file_type(std::istream& f)
  256. | ^~~~~~
  257. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  258. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  259. 116 | loadType = arma::diskio::guess_file_type(stream);
  260. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  261. In file included from /usr/include/armadillo:640,
  262. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  263. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  264. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  265. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  266. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  267. 218 | diskio::guess_file_type(std::istream& f)
  268. | ^~~~~~
  269. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  270. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  271. 116 | loadType = arma::diskio::guess_file_type(stream);
  272. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  273. In file included from /usr/include/armadillo:640,
  274. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  275. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  276. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  277. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  278. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  279. 218 | diskio::guess_file_type(std::istream& f)
  280. | ^~~~~~
  281. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  282. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  283. 180 | loadType = arma::diskio::guess_file_type(stream);
  284. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  285. In file included from /usr/include/armadillo:640,
  286. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  287. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  288. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  289. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  290. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  291. 218 | diskio::guess_file_type(std::istream& f)
  292. | ^~~~~~
  293. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  294. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  295. 180 | loadType = arma::diskio::guess_file_type(stream);
  296. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  297. In file included from /usr/include/armadillo:640,
  298. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  299. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  300. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  301. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  302. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  303. 218 | diskio::guess_file_type(std::istream& f)
  304. | ^~~~~~
  305. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  306. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  307. 180 | loadType = arma::diskio::guess_file_type(stream);
  308. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  309. In file included from /usr/include/armadillo:640,
  310. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  311. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  312. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  313. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  314. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  315. 218 | diskio::guess_file_type(std::istream& f)
  316. | ^~~~~~
  317. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  318. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In instantiation of ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool) [with eT = long long unsigned int; std::string = std::__cxx11::basic_string<char>]’:
  319. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:36:50: required from here
  320. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  321. 116 | loadType = arma::diskio::guess_file_type(stream);
  322. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  323. In file included from /usr/include/armadillo:640,
  324. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  325. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  326. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  327. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  328. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  329. 218 | diskio::guess_file_type(std::istream& f)
  330. | ^~~~~~
  331. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  332. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  333. 116 | loadType = arma::diskio::guess_file_type(stream);
  334. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  335. In file included from /usr/include/armadillo:640,
  336. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  337. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  338. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  339. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  340. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  341. 218 | diskio::guess_file_type(std::istream& f)
  342. | ^~~~~~
  343. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  344. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  345. 116 | loadType = arma::diskio::guess_file_type(stream);
  346. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  347. In file included from /usr/include/armadillo:640,
  348. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  349. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  350. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  351. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  352. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  353. 218 | diskio::guess_file_type(std::istream& f)
  354. | ^~~~~~
  355. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  356. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  357. 180 | loadType = arma::diskio::guess_file_type(stream);
  358. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  359. In file included from /usr/include/armadillo:640,
  360. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  361. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  362. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  363. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  364. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  365. 218 | diskio::guess_file_type(std::istream& f)
  366. | ^~~~~~
  367. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  368. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  369. 180 | loadType = arma::diskio::guess_file_type(stream);
  370. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  371. In file included from /usr/include/armadillo:640,
  372. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  373. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  374. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  375. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  376. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  377. 218 | diskio::guess_file_type(std::istream& f)
  378. | ^~~~~~
  379. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  380. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  381. 180 | loadType = arma::diskio::guess_file_type(stream);
  382. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  383. In file included from /usr/include/armadillo:640,
  384. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  385. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  386. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  387. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  388. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  389. 218 | diskio::guess_file_type(std::istream& f)
  390. | ^~~~~~
  391. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  392. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In instantiation of ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool) [with eT = float; std::string = std::__cxx11::basic_string<char>]’:
  393. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:41:37: required from here
  394. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  395. 116 | loadType = arma::diskio::guess_file_type(stream);
  396. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  397. In file included from /usr/include/armadillo:640,
  398. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  399. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  400. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  401. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  402. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  403. 218 | diskio::guess_file_type(std::istream& f)
  404. | ^~~~~~
  405. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  406. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  407. 116 | loadType = arma::diskio::guess_file_type(stream);
  408. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  409. In file included from /usr/include/armadillo:640,
  410. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  411. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  412. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  413. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  414. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  415. 218 | diskio::guess_file_type(std::istream& f)
  416. | ^~~~~~
  417. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  418. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  419. 116 | loadType = arma::diskio::guess_file_type(stream);
  420. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  421. In file included from /usr/include/armadillo:640,
  422. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  423. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  424. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  425. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  426. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  427. 218 | diskio::guess_file_type(std::istream& f)
  428. | ^~~~~~
  429. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  430. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  431. 180 | loadType = arma::diskio::guess_file_type(stream);
  432. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  433. In file included from /usr/include/armadillo:640,
  434. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  435. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  436. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  437. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  438. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  439. 218 | diskio::guess_file_type(std::istream& f)
  440. | ^~~~~~
  441. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  442. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  443. 180 | loadType = arma::diskio::guess_file_type(stream);
  444. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  445. In file included from /usr/include/armadillo:640,
  446. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  447. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  448. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  449. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  450. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  451. 218 | diskio::guess_file_type(std::istream& f)
  452. | ^~~~~~
  453. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  454. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  455. 180 | loadType = arma::diskio::guess_file_type(stream);
  456. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  457. In file included from /usr/include/armadillo:640,
  458. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  459. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  460. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  461. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  462. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  463. 218 | diskio::guess_file_type(std::istream& f)
  464. | ^~~~~~
  465. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  466. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In instantiation of ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool) [with eT = double; std::string = std::__cxx11::basic_string<char>]’:
  467. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:46:38: required from here
  468. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  469. 116 | loadType = arma::diskio::guess_file_type(stream);
  470. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  471. In file included from /usr/include/armadillo:640,
  472. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  473. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  474. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  475. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  476. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  477. 218 | diskio::guess_file_type(std::istream& f)
  478. | ^~~~~~
  479. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  480. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  481. 116 | loadType = arma::diskio::guess_file_type(stream);
  482. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  483. In file included from /usr/include/armadillo:640,
  484. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  485. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  486. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  487. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  488. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  489. 218 | diskio::guess_file_type(std::istream& f)
  490. | ^~~~~~
  491. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  492. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:45: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  493. 116 | loadType = arma::diskio::guess_file_type(stream);
  494. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  495. In file included from /usr/include/armadillo:640,
  496. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  497. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  498. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  499. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  500. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  501. 218 | diskio::guess_file_type(std::istream& f)
  502. | ^~~~~~
  503. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  504. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  505. 180 | loadType = arma::diskio::guess_file_type(stream);
  506. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  507. In file included from /usr/include/armadillo:640,
  508. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  509. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  510. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  511. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  512. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  513. 218 | diskio::guess_file_type(std::istream& f)
  514. | ^~~~~~
  515. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  516. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  517. 180 | loadType = arma::diskio::guess_file_type(stream);
  518. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  519. In file included from /usr/include/armadillo:640,
  520. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  521. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  522. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  523. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  524. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  525. 218 | diskio::guess_file_type(std::istream& f)
  526. | ^~~~~~
  527. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load.cpp:13:
  528. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:47: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  529. 180 | loadType = arma::diskio::guess_file_type(stream);
  530. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  531. In file included from /usr/include/armadillo:640,
  532. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  533. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  534. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.cxx:4,
  535. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/cotire/mlpack_CXX_prefix.hxx:4:
  536. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  537. 218 | diskio::guess_file_type(std::istream& f)
  538. | ^~~~~~
  539. [ 8%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/math/lin_alg.cpp.o
  540. [ 8%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/math/random.cpp.o
  541. [ 9%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/math/random_basis.cpp.o
  542. [ 9%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/tree/cosine_tree/cosine_tree.cpp.o
  543. [ 9%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/util/backtrace.cpp.o
  544. [ 10%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/util/cli.cpp.o
  545. [ 10%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/util/log.cpp.o
  546. [ 10%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/util/prefixedoutstream.cpp.o
  547. [ 11%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/util/program_doc.cpp.o
  548. [ 11%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/util/singletons.cpp.o
  549. [ 11%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/util/timers.cpp.o
  550. [ 12%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/core/util/version.cpp.o
  551. [ 12%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/adaboost/adaboost_model.cpp.o
  552. [ 12%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/block_krylov_svd/randomized_block_krylov_svd.cpp.o
  553. [ 12%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/fastmks/fastmks_model.cpp.o
  554. [ 13%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/gmm/gmm.cpp.o
  555. [ 13%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/gmm/diagonal_gmm.cpp.o
  556. [ 13%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/hoeffding_trees/hoeffding_tree_model.cpp.o
  557. [ 14%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/lars/lars.cpp.o
  558. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.cpp:12:
  559. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.hpp: In copy constructor ‘mlpack::regression::LARS::LARS(const mlpack::regression::LARS&)’:
  560. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.hpp:312:10: warning: ‘mlpack::regression::LARS::lambda2’ will be initialized after [-Wreorder]
  561. 312 | double lambda2;
  562. | ^~~~~~~
  563. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.hpp:310:8: warning: ‘bool mlpack::regression::LARS::elasticNet’ [-Wreorder]
  564. 310 | bool elasticNet;
  565. | ^~~~~~~~~~
  566. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.cpp:72:1: warning: when initialized here [-Wreorder]
  567. 72 | LARS::LARS(const LARS& other) :
  568. | ^~~~
  569. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.cpp:12:
  570. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.hpp: In constructor ‘mlpack::regression::LARS::LARS(mlpack::regression::LARS&&)’:
  571. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.hpp:312:10: warning: ‘mlpack::regression::LARS::lambda2’ will be initialized after [-Wreorder]
  572. 312 | double lambda2;
  573. | ^~~~~~~
  574. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.hpp:310:8: warning: ‘bool mlpack::regression::LARS::elasticNet’ [-Wreorder]
  575. 310 | bool elasticNet;
  576. | ^~~~~~~~~~
  577. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/lars/lars.cpp:94:1: warning: when initialized here [-Wreorder]
  578. 94 | LARS::LARS(LARS&& other) :
  579. | ^~~~
  580. [ 14%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/linear_regression/linear_regression.cpp.o
  581. [ 14%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/local_coordinate_coding/lcc.cpp.o
  582. [ 15%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/matrix_completion/matrix_completion.cpp.o
  583. [ 15%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/neighbor_search/unmap.cpp.o
  584. [ 15%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/quic_svd/quic_svd.cpp.o
  585. [ 15%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/radical/radical.cpp.o
  586. [ 16%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/randomized_svd/randomized_svd.cpp.o
  587. [ 16%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/rann/ra_util.cpp.o
  588. [ 16%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/softmax_regression/softmax_regression.cpp.o
  589. [ 17%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/softmax_regression/softmax_regression_function.cpp.o
  590. [ 17%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/sparse_autoencoder/sparse_autoencoder.cpp.o
  591. [ 17%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/sparse_autoencoder/sparse_autoencoder_function.cpp.o
  592. [ 18%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/sparse_autoencoder/maximal_inputs.cpp.o
  593. [ 18%] Building CXX object src/mlpack/CMakeFiles/mlpack.dir/methods/sparse_coding/sparse_coding.cpp.o
  594. [ 18%] Linking CXX shared library ../../lib/libmlpack.so
  595. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  596. [ 18%] Built target mlpack
  597. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  598. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  599. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  600. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  601. Scanning dependencies of target mlpack_adaboost
  602. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  603. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  604. Scanning dependencies of target mlpack_dbscan
  605. Scanning dependencies of target mlpack_approx_kfn
  606. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  607. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  608. Scanning dependencies of target mlpack_cf
  609. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  610. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  611. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  612. [ 18%] Building CXX object src/mlpack/methods/adaboost/CMakeFiles/mlpack_adaboost.dir/adaboost_main.cpp.o
  613. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  614. [ 20%] Building CXX object src/mlpack/methods/approx_kfn/CMakeFiles/mlpack_approx_kfn.dir/approx_kfn_main.cpp.o
  615. [ 20%] Building CXX object src/mlpack/methods/dbscan/CMakeFiles/mlpack_dbscan.dir/dbscan_main.cpp.o
  616. [ 20%] Building CXX object src/mlpack/methods/cf/CMakeFiles/mlpack_cf.dir/cf_main.cpp.o
  617. [ 20%] Linking CXX executable ../../../../bin/mlpack_approx_kfn
  618. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  619. [ 20%] Built target mlpack_approx_kfn
  620. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  621. Scanning dependencies of target mlpack_decision_stump
  622. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  623. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  624. [ 20%] Building CXX object src/mlpack/methods/decision_stump/CMakeFiles/mlpack_decision_stump.dir/decision_stump_main.cpp.o
  625. [ 21%] Linking CXX executable ../../../../bin/mlpack_adaboost
  626. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  627. [ 21%] Built target mlpack_adaboost
  628. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  629. Scanning dependencies of target mlpack_decision_tree
  630. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  631. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  632. [ 21%] Building CXX object src/mlpack/methods/decision_tree/CMakeFiles/mlpack_decision_tree.dir/decision_tree_main.cpp.o
  633. [ 21%] Linking CXX executable ../../../../bin/mlpack_dbscan
  634. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  635. [ 21%] Built target mlpack_dbscan
  636. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  637. Scanning dependencies of target mlpack_det
  638. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  639. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  640. [ 21%] Building CXX object src/mlpack/methods/det/CMakeFiles/mlpack_det.dir/det_main.cpp.o
  641. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_main.cpp: In function ‘void mlpackMain()’:
  642. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_main.cpp:165:65: warning: ‘double mlpack::decision_stump::DecisionStump<MatType>::Train(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  643. 165 | model->stump.Train(trainingData, labels, classes, bucketSize);
  644. | ^
  645. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  646. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_main.cpp:16:
  647. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:60:8: note: declared here
  648. 60 | double DecisionStump<MatType>::Train(const MatType& data,
  649. | ^~~~~~~~~~~~~~~~~~~~~~
  650. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_main.cpp:186:55: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<double>]’ is deprecated [-Wdeprecated-declarations]
  651. 186 | model->stump.Classify(testingData, predictedLabels);
  652. | ^
  653. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  654. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_main.cpp:16:
  655. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  656. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  657. | ^~~~~~~~~~~~~~~~~~~~~~
  658. [ 22%] Linking CXX executable ../../../../bin/mlpack_decision_stump
  659. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  660. [ 22%] Built target mlpack_decision_stump
  661. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  662. Scanning dependencies of target mlpack_emst
  663. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  664. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  665. [ 22%] Building CXX object src/mlpack/methods/emst/CMakeFiles/mlpack_emst.dir/emst_main.cpp.o
  666. [ 23%] Linking CXX executable ../../../../bin/mlpack_det
  667. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  668. [ 23%] Built target mlpack_det
  669. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  670. Scanning dependencies of target mlpack_fastmks
  671. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  672. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  673. [ 24%] Building CXX object src/mlpack/methods/fastmks/CMakeFiles/mlpack_fastmks.dir/fastmks_main.cpp.o
  674. [ 24%] Linking CXX executable ../../../../bin/mlpack_decision_tree
  675. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  676. [ 24%] Built target mlpack_decision_tree
  677. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  678. Scanning dependencies of target mlpack_gmm_generate
  679. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  680. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  681. [ 24%] Building CXX object src/mlpack/methods/gmm/CMakeFiles/mlpack_gmm_generate.dir/gmm_generate_main.cpp.o
  682. [ 24%] Linking CXX executable ../../../../bin/mlpack_emst
  683. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  684. [ 24%] Built target mlpack_emst
  685. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  686. Scanning dependencies of target mlpack_gmm_train
  687. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  688. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  689. [ 24%] Building CXX object src/mlpack/methods/gmm/CMakeFiles/mlpack_gmm_train.dir/gmm_train_main.cpp.o
  690. [ 25%] Linking CXX executable ../../../../bin/mlpack_gmm_generate
  691. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  692. [ 25%] Built target mlpack_gmm_generate
  693. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  694. Scanning dependencies of target mlpack_gmm_probability
  695. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  696. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  697. [ 25%] Building CXX object src/mlpack/methods/gmm/CMakeFiles/mlpack_gmm_probability.dir/gmm_probability_main.cpp.o
  698. [ 26%] Linking CXX executable ../../../../bin/mlpack_gmm_train
  699. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  700. [ 26%] Built target mlpack_gmm_train
  701. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  702. Scanning dependencies of target mlpack_hmm_loglik
  703. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  704. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  705. [ 27%] Building CXX object src/mlpack/methods/hmm/CMakeFiles/mlpack_hmm_loglik.dir/hmm_loglik_main.cpp.o
  706. [ 27%] Linking CXX executable ../../../../bin/mlpack_gmm_probability
  707. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  708. [ 27%] Built target mlpack_gmm_probability
  709. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  710. Scanning dependencies of target mlpack_hmm_train
  711. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  712. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  713. [ 27%] Building CXX object src/mlpack/methods/hmm/CMakeFiles/mlpack_hmm_train.dir/hmm_train_main.cpp.o
  714. [ 27%] Linking CXX executable ../../../../bin/mlpack_fastmks
  715. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  716. [ 27%] Built target mlpack_fastmks
  717. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  718. Scanning dependencies of target mlpack_hmm_generate
  719. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  720. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  721. [ 27%] Building CXX object src/mlpack/methods/hmm/CMakeFiles/mlpack_hmm_generate.dir/hmm_generate_main.cpp.o
  722. [ 27%] Linking CXX executable ../../../../bin/mlpack_hmm_loglik
  723. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  724. [ 27%] Built target mlpack_hmm_loglik
  725. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  726. Scanning dependencies of target mlpack_hmm_viterbi
  727. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  728. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  729. [ 27%] Building CXX object src/mlpack/methods/hmm/CMakeFiles/mlpack_hmm_viterbi.dir/hmm_viterbi_main.cpp.o
  730. [ 28%] Linking CXX executable ../../../../bin/mlpack_hmm_train
  731. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  732. [ 28%] Built target mlpack_hmm_train
  733. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  734. Scanning dependencies of target mlpack_hoeffding_tree
  735. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  736. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  737. [ 28%] Building CXX object src/mlpack/methods/hoeffding_trees/CMakeFiles/mlpack_hoeffding_tree.dir/hoeffding_tree_main.cpp.o
  738. [ 28%] Linking CXX executable ../../../../bin/mlpack_hmm_generate
  739. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  740. [ 28%] Built target mlpack_hmm_generate
  741. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  742. Scanning dependencies of target mlpack_kde
  743. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  744. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  745. [ 29%] Building CXX object src/mlpack/methods/kde/CMakeFiles/mlpack_kde.dir/kde_main.cpp.o
  746. [ 29%] Linking CXX executable ../../../../bin/mlpack_hmm_viterbi
  747. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  748. [ 29%] Built target mlpack_hmm_viterbi
  749. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  750. Scanning dependencies of target mlpack_kernel_pca
  751. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  752. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  753. [ 29%] Building CXX object src/mlpack/methods/kernel_pca/CMakeFiles/mlpack_kernel_pca.dir/kernel_pca_main.cpp.o
  754. [ 29%] Linking CXX executable ../../../../bin/mlpack_cf
  755. [ 30%] Linking CXX executable ../../../../bin/mlpack_kernel_pca
  756. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  757. [ 30%] Built target mlpack_kernel_pca
  758. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  759. Scanning dependencies of target mlpack_kmeans
  760. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  761. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  762. [ 31%] Building CXX object src/mlpack/methods/kmeans/CMakeFiles/mlpack_kmeans.dir/kmeans_main.cpp.o
  763. [ 32%] Linking CXX executable ../../../../bin/mlpack_hoeffding_tree
  764. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  765. [ 32%] Built target mlpack_cf
  766. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  767. Scanning dependencies of target mlpack_lars
  768. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  769. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  770. [ 32%] Building CXX object src/mlpack/methods/lars/CMakeFiles/mlpack_lars.dir/lars_main.cpp.o
  771. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  772. [ 32%] Built target mlpack_hoeffding_tree
  773. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  774. Scanning dependencies of target mlpack_linear_regression
  775. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  776. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  777. [ 32%] Building CXX object src/mlpack/methods/linear_regression/CMakeFiles/mlpack_linear_regression.dir/linear_regression_main.cpp.o
  778. [ 32%] Linking CXX executable ../../../../bin/mlpack_linear_regression
  779. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  780. [ 32%] Built target mlpack_linear_regression
  781. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  782. Scanning dependencies of target mlpack_linear_svm
  783. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  784. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  785. [ 33%] Building CXX object src/mlpack/methods/linear_svm/CMakeFiles/mlpack_linear_svm.dir/linear_svm_main.cpp.o
  786. [ 34%] Linking CXX executable ../../../../bin/mlpack_lars
  787. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  788. [ 34%] Built target mlpack_lars
  789. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  790. Scanning dependencies of target mlpack_lmnn
  791. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  792. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  793. [ 34%] Building CXX object src/mlpack/methods/lmnn/CMakeFiles/mlpack_lmnn.dir/lmnn_main.cpp.o
  794. [ 34%] Linking CXX executable ../../../../bin/mlpack_kmeans
  795. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  796. [ 34%] Built target mlpack_kmeans
  797. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  798. Scanning dependencies of target mlpack_local_coordinate_coding
  799. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  800. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  801. [ 35%] Building CXX object src/mlpack/methods/local_coordinate_coding/CMakeFiles/mlpack_local_coordinate_coding.dir/local_coordinate_coding_main.cpp.o
  802. [ 35%] Linking CXX executable ../../../../bin/mlpack_local_coordinate_coding
  803. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  804. [ 35%] Built target mlpack_local_coordinate_coding
  805. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  806. Scanning dependencies of target mlpack_logistic_regression
  807. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  808. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  809. [ 35%] Building CXX object src/mlpack/methods/logistic_regression/CMakeFiles/mlpack_logistic_regression.dir/logistic_regression_main.cpp.o
  810. [ 35%] Linking CXX executable ../../../../bin/mlpack_linear_svm
  811. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  812. [ 35%] Built target mlpack_linear_svm
  813. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  814. Scanning dependencies of target mlpack_lsh
  815. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  816. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  817. [ 35%] Building CXX object src/mlpack/methods/lsh/CMakeFiles/mlpack_lsh.dir/lsh_main.cpp.o
  818. [ 35%] Linking CXX executable ../../../../bin/mlpack_lmnn
  819. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  820. [ 35%] Built target mlpack_lmnn
  821. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  822. Scanning dependencies of target mlpack_mean_shift
  823. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  824. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  825. [ 36%] Building CXX object src/mlpack/methods/mean_shift/CMakeFiles/mlpack_mean_shift.dir/mean_shift_main.cpp.o
  826. [ 37%] Linking CXX executable ../../../../bin/mlpack_logistic_regression
  827. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  828. [ 37%] Built target mlpack_logistic_regression
  829. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  830. Scanning dependencies of target mlpack_nbc
  831. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  832. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  833. [ 37%] Building CXX object src/mlpack/methods/naive_bayes/CMakeFiles/mlpack_nbc.dir/nbc_main.cpp.o
  834. [ 37%] Linking CXX executable ../../../../bin/mlpack_mean_shift
  835. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  836. [ 37%] Built target mlpack_mean_shift
  837. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  838. Scanning dependencies of target mlpack_nca
  839. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  840. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  841. [ 38%] Building CXX object src/mlpack/methods/nca/CMakeFiles/mlpack_nca.dir/nca_main.cpp.o
  842. [ 38%] Linking CXX executable ../../../../bin/mlpack_lsh
  843. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  844. [ 38%] Built target mlpack_lsh
  845. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  846. Scanning dependencies of target mlpack_kfn
  847. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  848. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  849. [ 38%] Building CXX object src/mlpack/methods/neighbor_search/CMakeFiles/mlpack_kfn.dir/kfn_main.cpp.o
  850. [ 38%] Linking CXX executable ../../../../bin/mlpack_kde
  851. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  852. [ 38%] Built target mlpack_kde
  853. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  854. Scanning dependencies of target mlpack_knn
  855. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  856. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  857. [ 38%] Building CXX object src/mlpack/methods/neighbor_search/CMakeFiles/mlpack_knn.dir/knn_main.cpp.o
  858. [ 38%] Linking CXX executable ../../../../bin/mlpack_nbc
  859. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  860. [ 38%] Built target mlpack_nbc
  861. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  862. Scanning dependencies of target mlpack_nmf
  863. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  864. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  865. [ 38%] Building CXX object src/mlpack/methods/nmf/CMakeFiles/mlpack_nmf.dir/nmf_main.cpp.o
  866. [ 38%] Linking CXX executable ../../../../bin/mlpack_nca
  867. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  868. [ 38%] Built target mlpack_nca
  869. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  870. Scanning dependencies of target mlpack_pca
  871. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  872. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  873. [ 38%] Building CXX object src/mlpack/methods/pca/CMakeFiles/mlpack_pca.dir/pca_main.cpp.o
  874. [ 40%] Linking CXX executable ../../../../bin/mlpack_nmf
  875. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  876. [ 40%] Built target mlpack_nmf
  877. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  878. Scanning dependencies of target mlpack_perceptron
  879. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  880. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  881. [ 41%] Building CXX object src/mlpack/methods/perceptron/CMakeFiles/mlpack_perceptron.dir/perceptron_main.cpp.o
  882. [ 41%] Linking CXX executable ../../../../bin/mlpack_pca
  883. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  884. [ 41%] Built target mlpack_pca
  885. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  886. Scanning dependencies of target mlpack_preprocess_describe
  887. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  888. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  889. [ 42%] Building CXX object src/mlpack/methods/preprocess/CMakeFiles/mlpack_preprocess_describe.dir/preprocess_describe_main.cpp.o
  890. [ 42%] Linking CXX executable ../../../../bin/mlpack_preprocess_describe
  891. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  892. [ 42%] Built target mlpack_preprocess_describe
  893. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  894. Scanning dependencies of target mlpack_preprocess_imputer
  895. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  896. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  897. [ 42%] Building CXX object src/mlpack/methods/preprocess/CMakeFiles/mlpack_preprocess_imputer.dir/preprocess_imputer_main.cpp.o
  898. [ 42%] Linking CXX executable ../../../../bin/mlpack_perceptron
  899. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  900. [ 42%] Built target mlpack_perceptron
  901. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  902. Scanning dependencies of target mlpack_image_converter
  903. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  904. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  905. [ 42%] Building CXX object src/mlpack/methods/preprocess/CMakeFiles/mlpack_image_converter.dir/image_converter_main.cpp.o
  906. [ 42%] Linking CXX executable ../../../../bin/mlpack_image_converter
  907. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  908. [ 42%] Built target mlpack_image_converter
  909. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  910. Scanning dependencies of target mlpack_preprocess_split
  911. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  912. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  913. [ 43%] Building CXX object src/mlpack/methods/preprocess/CMakeFiles/mlpack_preprocess_split.dir/preprocess_split_main.cpp.o
  914. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/preprocess/preprocess_imputer_main.cpp:13:
  915. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In function ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool)’:
  916. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:30: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  917. 116 | loadType = arma::diskio::guess_file_type(stream);
  918. | ^~~~~~~~~~~~~~~
  919. In file included from /usr/include/armadillo:640,
  920. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  921. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  922. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/preprocess/preprocess_imputer_main.cpp:12:
  923. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  924. 218 | diskio::guess_file_type(std::istream& f)
  925. | ^~~~~~
  926. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/preprocess/preprocess_imputer_main.cpp:13:
  927. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:52: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  928. 116 | loadType = arma::diskio::guess_file_type(stream);
  929. | ^
  930. In file included from /usr/include/armadillo:640,
  931. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  932. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  933. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/preprocess/preprocess_imputer_main.cpp:12:
  934. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  935. 218 | diskio::guess_file_type(std::istream& f)
  936. | ^~~~~~
  937. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/preprocess/preprocess_imputer_main.cpp:13:
  938. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:32: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  939. 180 | loadType = arma::diskio::guess_file_type(stream);
  940. | ^~~~~~~~~~~~~~~
  941. In file included from /usr/include/armadillo:640,
  942. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  943. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  944. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/preprocess/preprocess_imputer_main.cpp:12:
  945. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  946. 218 | diskio::guess_file_type(std::istream& f)
  947. | ^~~~~~
  948. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/preprocess/preprocess_imputer_main.cpp:13:
  949. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:54: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  950. 180 | loadType = arma::diskio::guess_file_type(stream);
  951. | ^
  952. In file included from /usr/include/armadillo:640,
  953. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  954. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  955. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/preprocess/preprocess_imputer_main.cpp:12:
  956. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  957. 218 | diskio::guess_file_type(std::istream& f)
  958. | ^~~~~~
  959. [ 44%] Linking CXX executable ../../../../bin/mlpack_preprocess_imputer
  960. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  961. [ 44%] Built target mlpack_preprocess_imputer
  962. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  963. Scanning dependencies of target mlpack_preprocess_scale
  964. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  965. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  966. [ 44%] Building CXX object src/mlpack/methods/preprocess/CMakeFiles/mlpack_preprocess_scale.dir/preprocess_scale_main.cpp.o
  967. [ 44%] Linking CXX executable ../../../../bin/mlpack_preprocess_split
  968. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  969. [ 44%] Built target mlpack_preprocess_split
  970. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  971. Scanning dependencies of target mlpack_preprocess_binarize
  972. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  973. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  974. [ 44%] Building CXX object src/mlpack/methods/preprocess/CMakeFiles/mlpack_preprocess_binarize.dir/preprocess_binarize_main.cpp.o
  975. [ 44%] Linking CXX executable ../../../../bin/mlpack_kfn
  976. [ 44%] Linking CXX executable ../../../../bin/mlpack_preprocess_binarize
  977. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  978. [ 44%] Built target mlpack_preprocess_binarize
  979. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  980. Scanning dependencies of target mlpack_radical
  981. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  982. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  983. [ 44%] Building CXX object src/mlpack/methods/radical/CMakeFiles/mlpack_radical.dir/radical_main.cpp.o
  984. [ 44%] Linking CXX executable ../../../../bin/mlpack_preprocess_scale
  985. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  986. [ 44%] Built target mlpack_preprocess_scale
  987. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  988. Scanning dependencies of target mlpack_random_forest
  989. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  990. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  991. [ 45%] Building CXX object src/mlpack/methods/random_forest/CMakeFiles/mlpack_random_forest.dir/random_forest_main.cpp.o
  992. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  993. [ 45%] Built target mlpack_kfn
  994. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  995. Scanning dependencies of target mlpack_range_search
  996. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  997. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  998. [ 45%] Building CXX object src/mlpack/methods/range_search/CMakeFiles/mlpack_range_search.dir/range_search_main.cpp.o
  999. [ 45%] Linking CXX executable ../../../../bin/mlpack_knn
  1000. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1001. [ 45%] Built target mlpack_knn
  1002. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1003. Scanning dependencies of target mlpack_krann
  1004. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1005. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1006. [ 46%] Building CXX object src/mlpack/methods/rann/CMakeFiles/mlpack_krann.dir/krann_main.cpp.o
  1007. [ 46%] Linking CXX executable ../../../../bin/mlpack_radical
  1008. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1009. [ 46%] Built target mlpack_radical
  1010. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1011. Scanning dependencies of target mlpack_softmax_regression
  1012. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1013. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1014. [ 46%] Building CXX object src/mlpack/methods/softmax_regression/CMakeFiles/mlpack_softmax_regression.dir/softmax_regression_main.cpp.o
  1015. [ 46%] Linking CXX executable ../../../../bin/mlpack_random_forest
  1016. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1017. [ 46%] Built target mlpack_random_forest
  1018. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1019. Scanning dependencies of target mlpack_sparse_coding
  1020. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1021. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1022. [ 47%] Building CXX object src/mlpack/methods/sparse_coding/CMakeFiles/mlpack_sparse_coding.dir/sparse_coding_main.cpp.o
  1023. [ 47%] Linking CXX executable ../../../../bin/mlpack_softmax_regression
  1024. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1025. [ 47%] Built target mlpack_softmax_regression
  1026. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1027. [ 48%] Generating CXX prefix source src/mlpack/tests/cotire/mlpack_test_CXX_prefix.cxx
  1028. [ 48%] Generating CXX prefix header src/mlpack/tests/cotire/mlpack_test_CXX_prefix.hxx
  1029. [ 48%] Building CXX precompiled header src/mlpack/tests/cotire/mlpack_test_CXX_prefix.hxx.gch
  1030. [ 48%] Linking CXX executable ../../../../bin/mlpack_sparse_coding
  1031. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1032. [ 48%] Built target mlpack_sparse_coding
  1033. Scanning dependencies of target mlpack_test
  1034. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1035. make[2]: Entering directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1036. [ 48%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/adaboost_test.cpp.o
  1037. [ 48%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/activation_functions_test.cpp.o
  1038. [ 49%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/akfn_test.cpp.o
  1039. [ 49%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/aknn_test.cpp.o
  1040. [ 49%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/ann_dist_test.cpp.o
  1041. [ 50%] Linking CXX executable ../../../../bin/mlpack_range_search
  1042. [ 50%] Linking CXX executable ../../../../bin/mlpack_krann
  1043. [ 51%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/ann_layer_test.cpp.o
  1044. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1045. [ 51%] Built target mlpack_range_search
  1046. [ 51%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/ann_regularizer_test.cpp.o
  1047. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1048. [ 51%] Built target mlpack_krann
  1049. [ 51%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/ann_visitor_test.cpp.o
  1050. [ 52%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/arma_extend_test.cpp.o
  1051. [ 52%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/armadillo_svd_test.cpp.o
  1052. [ 52%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/async_learning_test.cpp.o
  1053. [ 52%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/augmented_rnns_tasks_test.cpp.o
  1054. [ 53%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/bias_svd_test.cpp.o
  1055. [ 53%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/binarize_test.cpp.o
  1056. [ 53%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/block_krylov_svd_test.cpp.o
  1057. [ 54%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/callback_test.cpp.o
  1058. [ 54%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/cf_test.cpp.o
  1059. [ 54%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/cli_binding_test.cpp.o
  1060. [ 55%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/cli_test.cpp.o
  1061. [ 55%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/convolution_test.cpp.o
  1062. [ 55%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/convolutional_network_test.cpp.o
  1063. [ 55%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/cosine_tree_test.cpp.o
  1064. [ 56%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/cv_test.cpp.o
  1065. [ 56%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/dbscan_test.cpp.o
  1066. [ 56%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/dcgan_test.cpp.o
  1067. [ 57%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/decision_stump_test.cpp.o
  1068. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::OneClass::test_method()’:
  1069. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:47:78: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1070. 47 | DecisionStump<> ds(trainingData, labelsIn.row(0), numClasses, inpBucketSize);
  1071. | ^
  1072. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1073. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1074. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1075. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1076. | ^~~~~~~~~~~~~~~~~~~~~~
  1077. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:50:43: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<double>]’ is deprecated [-Wdeprecated-declarations]
  1078. 50 | ds.Classify(testingData, predictedLabels);
  1079. | ^
  1080. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1081. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1082. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  1083. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  1084. | ^~~~~~~~~~~~~~~~~~~~~~
  1085. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::CorrectDimensionChosen::test_method()’:
  1086. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:83:78: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1087. 83 | DecisionStump<> ds(trainingData, labelsIn.row(0), numClasses, inpBucketSize);
  1088. | ^
  1089. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1090. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1091. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1092. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1093. | ^~~~~~~~~~~~~~~~~~~~~~
  1094. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::PerfectSplitOnZero::test_method()’:
  1095. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:111:78: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1096. 111 | DecisionStump<> ds(trainingData, labelsIn.row(0), numClasses, inpBucketSize);
  1097. | ^
  1098. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1099. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1100. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1101. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1102. | ^~~~~~~~~~~~~~~~~~~~~~
  1103. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:114:43: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<double>]’ is deprecated [-Wdeprecated-declarations]
  1104. 114 | ds.Classify(testingData, predictedLabels);
  1105. | ^
  1106. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1107. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1108. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  1109. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  1110. | ^~~~~~~~~~~~~~~~~~~~~~
  1111. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::BinningTesting::test_method()’:
  1112. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:142:78: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1113. 142 | DecisionStump<> ds(trainingData, labelsIn.row(0), numClasses, inpBucketSize);
  1114. | ^
  1115. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1116. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1117. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1118. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1119. | ^~~~~~~~~~~~~~~~~~~~~~
  1120. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:145:43: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<double>]’ is deprecated [-Wdeprecated-declarations]
  1121. 145 | ds.Classify(testingData, predictedLabels);
  1122. | ^
  1123. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1124. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1125. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  1126. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  1127. | ^~~~~~~~~~~~~~~~~~~~~~
  1128. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::PerfectMultiClassSplit::test_method()’:
  1129. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:172:78: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1130. 172 | DecisionStump<> ds(trainingData, labelsIn.row(0), numClasses, inpBucketSize);
  1131. | ^
  1132. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1133. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1134. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1135. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1136. | ^~~~~~~~~~~~~~~~~~~~~~
  1137. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:175:43: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<double>]’ is deprecated [-Wdeprecated-declarations]
  1138. 175 | ds.Classify(testingData, predictedLabels);
  1139. | ^
  1140. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1141. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1142. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  1143. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  1144. | ^~~~~~~~~~~~~~~~~~~~~~
  1145. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::MultiClassSplit::test_method()’:
  1146. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:207:78: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1147. 207 | DecisionStump<> ds(trainingData, labelsIn.row(0), numClasses, inpBucketSize);
  1148. | ^
  1149. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1150. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1151. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1152. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1153. | ^~~~~~~~~~~~~~~~~~~~~~
  1154. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:210:43: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<double>]’ is deprecated [-Wdeprecated-declarations]
  1155. 210 | ds.Classify(testingData, predictedLabels);
  1156. | ^
  1157. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1158. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1159. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  1160. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  1161. | ^~~~~~~~~~~~~~~~~~~~~~
  1162. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::DimensionSelectionTest::test_method()’:
  1163. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:299:64: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1164. 299 | DecisionStump<> ds(dataset, labels, numClasses, inpBucketSize);
  1165. | ^
  1166. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1167. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1168. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1169. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1170. | ^~~~~~~~~~~~~~~~~~~~~~
  1171. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::EmptyConstructorTest::test_method()’:
  1172. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:326:26: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<double>]’ is deprecated [-Wdeprecated-declarations]
  1173. 326 | d.Classify(data, labels);
  1174. | ^
  1175. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1176. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1177. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  1178. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  1179. | ^~~~~~~~~~~~~~~~~~~~~~
  1180. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:345:57: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1181. 345 | DecisionStump<> ds(trainingData, labelsIn.row(0), 4, 3);
  1182. | ^
  1183. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1184. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1185. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1186. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1187. | ^~~~~~~~~~~~~~~~~~~~~~
  1188. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:348:43: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<double>]’ is deprecated [-Wdeprecated-declarations]
  1189. 348 | ds.Classify(testingData, predictedLabels);
  1190. | ^
  1191. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1192. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1193. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  1194. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  1195. | ^~~~~~~~~~~~~~~~~~~~~~
  1196. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::IntTest::test_method()’:
  1197. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:376:67: warning: ‘mlpack::decision_stump::DecisionStump<MatType>::DecisionStump(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<long long int>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1198. 376 | DecisionStump<arma::imat> ds(trainingData, labelsIn.row(0), 4, 3);
  1199. | ^
  1200. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1201. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1202. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:30:1: note: declared here
  1203. 30 | DecisionStump<MatType>::DecisionStump(const MatType& data,
  1204. | ^~~~~~~~~~~~~~~~~~~~~~
  1205. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:382:43: warning: ‘void mlpack::decision_stump::DecisionStump<MatType>::Classify(const MatType&, arma::Row<long unsigned int>&) [with MatType = arma::Mat<long long int>]’ is deprecated [-Wdeprecated-declarations]
  1206. 382 | ds.Classify(testingData, predictedLabels);
  1207. | ^
  1208. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1209. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1210. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:149:6: note: declared here
  1211. 149 | void DecisionStump<MatType>::Classify(const MatType& test,
  1212. | ^~~~~~~~~~~~~~~~~~~~~~
  1213. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp: In member function ‘void DecisionStumpTest::DecisionStumpTrainReturnEntropy::test_method()’:
  1214. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:414:20: warning: ‘double mlpack::decision_stump::DecisionStump<MatType>::Train(const MatType&, const arma::Row<long unsigned int>&, size_t, size_t) [with MatType = arma::Mat<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1215. 414 | inpBucketSize);
  1216. | ^
  1217. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1218. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1219. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:60:8: note: declared here
  1220. 60 | double DecisionStump<MatType>::Train(const MatType& data,
  1221. | ^~~~~~~~~~~~~~~~~~~~~~
  1222. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:421:20: warning: ‘double mlpack::decision_stump::DecisionStump<MatType>::Train(const MatType&, const arma::Row<long unsigned int>&, const rowvec&, size_t, size_t) [with MatType = arma::Mat<double>; arma::rowvec = arma::Row<double>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations]
  1223. 421 | inpBucketSize);
  1224. | ^
  1225. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump.hpp:235,
  1226. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/decision_stump_test.cpp:13:
  1227. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/methods/decision_stump/decision_stump_impl.hpp:79:8: note: declared here
  1228. 79 | double DecisionStump<MatType>::Train(const MatType& data,
  1229. | ^~~~~~~~~~~~~~~~~~~~~~
  1230. [ 57%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/decision_tree_test.cpp.o
  1231. [ 57%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/det_test.cpp.o
  1232. [ 58%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/distribution_test.cpp.o
  1233. [ 58%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/drusilla_select_test.cpp.o
  1234. [ 58%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/emst_test.cpp.o
  1235. [ 58%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/fastmks_test.cpp.o
  1236. [ 60%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/feedforward_network_test.cpp.o
  1237. [ 60%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/gan_test.cpp.o
  1238. [ 60%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/gmm_test.cpp.o
  1239. [ 61%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/hmm_test.cpp.o
  1240. [ 61%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/hoeffding_tree_test.cpp.o
  1241. [ 61%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/hpt_test.cpp.o
  1242. [ 62%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/hyperplane_test.cpp.o
  1243. [ 62%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/image_load_test.cpp.o
  1244. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/image_load_test.cpp: In member function ‘void ImageLoadTest::SaveImageWrongInfo::test_method()’:
  1245. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/image_load_test.cpp:87:10: warning: unused variable ‘dimension’ [-Wunused-variable]
  1246. 87 | size_t dimension = info.Width() * info.Height() * info.Channels();
  1247. | ^~~~~~~~~
  1248. [ 62%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/imputation_test.cpp.o
  1249. [ 63%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/init_rules_test.cpp.o
  1250. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/imputation_test.cpp:15:
  1251. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp: In function ‘bool mlpack::data::Load(const string&, arma::Mat<eT>&, bool, bool)’:
  1252. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:30: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  1253. 116 | loadType = arma::diskio::guess_file_type(stream);
  1254. | ^~~~~~~~~~~~~~~
  1255. In file included from /usr/include/armadillo:640,
  1256. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  1257. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  1258. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core.hpp:67,
  1259. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/tests/cotire/mlpack_test_CXX_prefix.cxx:4,
  1260. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/tests/cotire/mlpack_test_CXX_prefix.hxx:4:
  1261. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  1262. 218 | diskio::guess_file_type(std::istream& f)
  1263. | ^~~~~~
  1264. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/imputation_test.cpp:15:
  1265. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:116:52: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  1266. 116 | loadType = arma::diskio::guess_file_type(stream);
  1267. | ^
  1268. In file included from /usr/include/armadillo:640,
  1269. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  1270. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  1271. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core.hpp:67,
  1272. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/tests/cotire/mlpack_test_CXX_prefix.cxx:4,
  1273. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/tests/cotire/mlpack_test_CXX_prefix.hxx:4:
  1274. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  1275. 218 | diskio::guess_file_type(std::istream& f)
  1276. | ^~~~~~
  1277. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/imputation_test.cpp:15:
  1278. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:32: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  1279. 180 | loadType = arma::diskio::guess_file_type(stream);
  1280. | ^~~~~~~~~~~~~~~
  1281. In file included from /usr/include/armadillo:640,
  1282. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  1283. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  1284. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core.hpp:67,
  1285. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/tests/cotire/mlpack_test_CXX_prefix.cxx:4,
  1286. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/tests/cotire/mlpack_test_CXX_prefix.hxx:4:
  1287. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  1288. 218 | diskio::guess_file_type(std::istream& f)
  1289. | ^~~~~~
  1290. In file included from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/tests/imputation_test.cpp:15:
  1291. /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/data/load_impl.hpp:180:54: warning: ‘static arma::file_type arma::diskio::guess_file_type(std::istream&)’ is deprecated [-Wdeprecated-declarations]
  1292. 180 | loadType = arma::diskio::guess_file_type(stream);
  1293. | ^
  1294. In file included from /usr/include/armadillo:640,
  1295. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core/arma_extend/arma_extend.hpp:50,
  1296. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/prereqs.hpp:108,
  1297. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/src/mlpack/core.hpp:67,
  1298. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/tests/cotire/mlpack_test_CXX_prefix.cxx:4,
  1299. from /home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build/src/mlpack/tests/cotire/mlpack_test_CXX_prefix.hxx:4:
  1300. /usr/include/armadillo_bits/diskio_meat.hpp:218:1: note: declared here
  1301. 218 | diskio::guess_file_type(std::istream& f)
  1302. | ^~~~~~
  1303. [ 63%] Building CXX object src/mlpack/tests/CMakeFiles/mlpack_test.dir/kde_test.cpp.o
  1304. c++: fatal error: Killed signal terminated program cc1plus
  1305. compilation terminated.
  1306. make[2]: *** [src/mlpack/tests/CMakeFiles/mlpack_test.dir/build.make:543: src/mlpack/tests/CMakeFiles/mlpack_test.dir/feedforward_network_test.cpp.o] Error 1
  1307. make[2]: *** Waiting for unfinished jobs....
  1308. make[2]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1309. make[1]: *** [CMakeFiles/Makefile2:3807: src/mlpack/tests/CMakeFiles/mlpack_test.dir/all] Error 2
  1310. make[1]: Leaving directory '/home/pranav/Pranav/MachineLearning/mlpack-3.3.1/build'
  1311. make: *** [Makefile:158: all] Error 2
Add Comment
Please, Sign In to add comment