Advertisement
Guest User

Untitled

a guest
Jan 13th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. Using 2 cores
  2. Set cache size limit to 512.0 MB
  3. cache directory /build_cache/ccache
  4. primary config /build_cache/ccache/ccache.conf
  5. secondary config (readonly) /etc/ccache.conf
  6. cache hit (direct) 3041
  7. cache hit (preprocessed) 15
  8. cache miss 764
  9. called for link 300
  10. called for preprocessing 6
  11. compile failed 1
  12. preprocessor error 1
  13. bad compiler arguments 6
  14. no input file 73
  15. files in cache 1473
  16. cache size 188.6 MB
  17. max cache size 512.0 MB
  18. -- The C compiler identification is Clang 10.0.1
  19. -- The CXX compiler identification is Clang 10.0.1
  20. -- Check for working C compiler: /usr/local/bin/clang-10
  21. -- Check for working C compiler: /usr/local/bin/clang-10 -- works
  22. -- Detecting C compiler ABI info
  23. -- Detecting C compiler ABI info - done
  24. -- Detecting C compile features
  25. -- Detecting C compile features - done
  26. -- Check for working CXX compiler: /usr/local/bin/clang++-10
  27. -- Check for working CXX compiler: /usr/local/bin/clang++-10 -- works
  28. -- Detecting CXX compiler ABI info
  29. -- Detecting CXX compiler ABI info - done
  30. -- Detecting CXX compile features
  31. -- Detecting CXX compile features - done
  32. CMake Warning at CMakeLists.txt:52 (message):
  33. LTO disabled because compiler does not support it.
  34.  
  35.  
  36. -- Conan: Automatic detection of conan settings from cmake
  37. -- Conan: Settings= -s;build_type=Debug;-s;compiler=clang;-s;compiler.version=10;-s;compiler.libcxx=libstdc++11
  38. -- Conan: checking conan executable
  39. -- Conan: Found program /opt/circleci/.pyenv/shims/conan
  40. -- Conan: Version found Conan version 1.32.1
  41.  
  42. -- Conan executing: /opt/circleci/.pyenv/shims/conan install /home/circleci/project/conanfile.py -s build_type=Debug -s compiler=clang -s compiler.version=10 -s compiler.libcxx=libstdc++11 -g=cmake --build=missing
  43. Configuration:
  44. [settings]
  45. arch=x86_64
  46. arch_build=x86_64
  47. build_type=Debug
  48. compiler=clang
  49. compiler.libcxx=libstdc++11
  50. compiler.version=10
  51. os=Linux
  52. os_build=Linux
  53. [options]
  54. [build_requires]
  55. [env]
  56.  
  57. conanfile.py: Installing package
  58. Requirements
  59. boost/1.65.1@conan/stable from 'conan-center' - Cache
  60. fmt/6.0.0 from 'conan-center' - Cache
  61. range-v3/0.9.1@ericniebler/stable from 'conan-center' - Cache
  62. spdlog/1.4.2 from 'conan-center' - Cache
  63. Packages
  64. boost/1.65.1@conan/stable:756534fa915416fbb6511dec2cfd0d4cfb4f7a0c - Cache
  65. fmt/6.0.0:803d1cd04e225b70657161961aaf49e6f4674680 - Cache
  66. range-v3/0.9.1@ericniebler/stable:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache
  67. spdlog/1.4.2:d59605e40ccde8323e7a567015b275e22c0d77f7 - Cache
  68.  
  69. Installing (downloading, building) binaries...
  70. boost/1.65.1@conan/stable: Already installed!
  71. boost/1.65.1@conan/stable: LIBRARIES: ['boost_program_options', 'boost_timer', 'boost_thread', 'boost_chrono', 'boost_filesystem', 'boost_system', 'boost_signals', 'boost_stacktrace_addr2line', 'boost_stacktrace_basic', 'boost_stacktrace_noop']
  72. boost/1.65.1@conan/stable: Package folder: /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c
  73. fmt/6.0.0: Already installed!
  74. range-v3/0.9.1@ericniebler/stable: Already installed!
  75. spdlog/1.4.2: Already installed!
  76. conanfile.py: Generator cmake created conanbuildinfo.cmake
  77. conanfile.py: Generator txt created conanbuildinfo.txt
  78. conanfile.py: Generated conaninfo.txt
  79. conanfile.py: Generated graphinfo
  80. boost/1.65.1@conan/stable: WARN: Setting 'cppstd' is deprecated in favor of 'compiler.cppstd', please update your recipe.
  81. -- Conan: Loading conanbuildinfo.cmake
  82. -- Conan: Using cmake targets configuration
  83. -- Library spdlogd found /build_cache/conan/.conan/data/spdlog/1.4.2/_/_/package/d59605e40ccde8323e7a567015b275e22c0d77f7/lib/libspdlogd.a
  84. -- Library boost_program_options found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_program_options.a
  85. -- Library boost_timer found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_timer.a
  86. -- Library boost_thread found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_thread.a
  87. -- Library boost_chrono found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_chrono.a
  88. -- Library boost_filesystem found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_filesystem.a
  89. -- Library boost_system found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_system.a
  90. -- Library boost_signals found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_signals.a
  91. -- Library boost_stacktrace_addr2line found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_stacktrace_addr2line.a
  92. -- Library boost_stacktrace_basic found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_stacktrace_basic.a
  93. -- Library boost_stacktrace_noop found /build_cache/conan/.conan/data/boost/1.65.1/conan/stable/package/756534fa915416fbb6511dec2cfd0d4cfb4f7a0c/lib/libboost_stacktrace_noop.a
  94. -- Library pthread not found in package, might be system one
  95. -- Library fmtd found /build_cache/conan/.conan/data/fmt/6.0.0/_/_/package/803d1cd04e225b70657161961aaf49e6f4674680/lib/libfmtd.a
  96. -- Conan: Adjusting default RPATHs Conan policies
  97. -- Current conanbuildinfo.cmake directory: /home/circleci/project/cmake
  98. -- Conan: Compiler Clang>=8, checking major version 10
  99. -- Conan: Checking correct version: 10
  100. -- Found PythonInterp: /opt/circleci/.pyenv/shims/python (found version "3.7")
  101. -- Looking for pthread.h
  102. -- Looking for pthread.h - found
  103. -- Looking for pthread_create
  104. -- Looking for pthread_create - not found
  105. -- Looking for pthread_create in pthreads
  106. -- Looking for pthread_create in pthreads - not found
  107. -- Looking for pthread_create in pthread
  108. -- Looking for pthread_create in pthread - found
  109. -- Found Threads: TRUE
  110. -- Found OpenMP_C: -fopenmp=libomp (found version "4.5")
  111. -- Found OpenMP_CXX: -fopenmp=libomp (found version "4.5")
  112. -- Found libomp without any special flags
  113. -- OpenMP flags: -fopenmp=libomp
  114. -- CMake version 3.9.6
  115. -- Performing Test CRYPTOPP_IA32_SSE2
  116. -- Performing Test CRYPTOPP_IA32_SSE2 - Success
  117. -- Performing Test CRYPTOPP_IA32_SSSE3
  118. -- Performing Test CRYPTOPP_IA32_SSSE3 - Success
  119. -- Performing Test CRYPTOPP_IA32_SSE41
  120. -- Performing Test CRYPTOPP_IA32_SSE41 - Success
  121. -- Performing Test CRYPTOPP_IA32_SSE42
  122. -- Performing Test CRYPTOPP_IA32_SSE42 - Success
  123. -- Performing Test CRYPTOPP_IA32_CLMUL
  124. -- Performing Test CRYPTOPP_IA32_CLMUL - Success
  125. -- Performing Test CRYPTOPP_IA32_AES
  126. -- Performing Test CRYPTOPP_IA32_AES - Success
  127. -- Performing Test CRYPTOPP_IA32_AVX
  128. -- Performing Test CRYPTOPP_IA32_AVX - Success
  129. -- Performing Test CRYPTOPP_IA32_AVX2
  130. -- Performing Test CRYPTOPP_IA32_AVX2 - Success
  131. -- Performing Test CRYPTOPP_IA32_SHA
  132. -- Performing Test CRYPTOPP_IA32_SHA - Success
  133. -- Performing Test CRYPTOPP_MIXED_ASM
  134. CMake Error at /home/circleci/project/cmake/CMakeFiles/CMakeTmp/CMakeLists.txt:13 (add_executable):
  135. Cannot find source file:
  136.  
  137. /home/circleci/project/vendor/cryptopp/vendor_cryptopp/TestPrograms/test_mixed_asm.cxx
  138.  
  139. Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  140. .hxx .in .txx
  141.  
  142.  
  143. CMake Error: CMake can not determine linker language for target: cmTC_63770
  144. CMake Error: Cannot determine link language for target "cmTC_63770".
  145. CMake Error at vendor/cryptopp/vendor_cryptopp/CMakeLists.txt:259 (try_compile):
  146. Failed to generate test project build system.
  147. Call Stack (most recent call first):
  148. vendor/cryptopp/vendor_cryptopp/CMakeLists.txt:574 (CheckCompileLinkOption)
  149.  
  150.  
  151. -- Configuring incomplete, errors occurred!
  152. See also "/home/circleci/project/cmake/CMakeFiles/CMakeOutput.log".
  153. See also "/home/circleci/project/cmake/CMakeFiles/CMakeError.log".
  154.  
  155. Exited with code exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement