******************************************************************************** conan install highway/0.16.0@#25c7477846544fa7a32726daaafc1e3b --build=highway -pr /home/conan/w/prod/BuildSingleReference/7671/b6452e2a-e1b5-4faa-b173-dc11a36f4995/profile_linux_11_libstdcpp_gcc_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) Found gcc 11.1 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=11 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=11 os=Linux [options] [build_requires] [env] highway/0.16.0: Forced build from source Installing package: highway/0.16.0 Requirements highway/0.16.0 from local cache - Cache Packages highway/0.16.0:d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK highway/0.16.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK highway/0.16.0: Copying sources to build folder highway/0.16.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74 highway/0.16.0: Generator cmake created conanbuildinfo.cmake highway/0.16.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK highway/0.16.0: Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="11" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/package/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DBUILD_TESTING="False" -Wno-dev '/home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74' ----------------- -- The C compiler identification is GNU 11.1.0 -- The CXX compiler identification is GNU 11.1.0 -- Check for working C compiler: /usr/local/bin/cc -- Check for working C compiler: /usr/local/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/local/bin/c++ -- Check for working CXX compiler: /usr/local/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 11 -- Conan: Checking correct version: 11 -- Conan: C++ stdlib: libstdc++ -- Performing Test HWY_EMSCRIPTEN -- Performing Test HWY_EMSCRIPTEN - Failed -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74 ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74' '--' '-j3' ----------------- Scanning dependencies of target hwy [ 3%] Building CXX object source_subfolder/CMakeFiles/hwy.dir/hwy/nanobenchmark.cc.o [ 6%] Building CXX object source_subfolder/CMakeFiles/hwy.dir/hwy/aligned_allocator.cc.o [ 9%] Building CXX object source_subfolder/CMakeFiles/hwy.dir/hwy/targets.cc.o [ 12%] Linking CXX static library ../lib/libhwy.a [ 12%] Built target hwy Scanning dependencies of target hwy_list_targets Scanning dependencies of target hwy_test [ 16%] Building CXX object source_subfolder/CMakeFiles/hwy_list_targets.dir/hwy/tests/list_targets.cc.o [ 19%] Building CXX object source_subfolder/CMakeFiles/hwy_test.dir/hwy/tests/test_util.cc.o Scanning dependencies of target hwy_contrib [ 22%] Building CXX object source_subfolder/CMakeFiles/hwy_contrib.dir/hwy/contrib/image/image.cc.o [ 25%] Linking CXX executable ../bin/hwy_list_targets [ 25%] Built target hwy_list_targets Scanning dependencies of target hwy_benchmark [ 29%] Building CXX object source_subfolder/CMakeFiles/hwy_benchmark.dir/hwy/examples/benchmark.cc.o [ 32%] Linking CXX static library ../lib/libhwy_test.a [ 32%] Built target hwy_test [ 35%] Building CXX object source_subfolder/CMakeFiles/hwy_contrib.dir/hwy/contrib/sort/vqsort.cc.o source_subfolder/CMakeFiles/hwy_contrib.dir/build.make:75: recipe for target 'source_subfolder/CMakeFiles/hwy_contrib.dir/hwy/contrib/sort/vqsort.cc.o' failed CMakeFiles/Makefile2:101: recipe for target 'source_subfolder/CMakeFiles/hwy_contrib.dir/all' failed [ 38%] Linking CXX executable ../bin/hwy_benchmark [ 38%] Built target hwy_benchmark Makefile:129: recipe for target 'all' failed highway/0.16.0: CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Compiled HWY_TARGETS: AVX3 AVX2 SSE4 SSSE3 Scalar HWY_BASELINE_TARGETS: Scalar Current CPU supports: AVX2 SSE4 SSSE3 Scalar In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74/source_subfolder/hwy/foreach_target.h:102, from /home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74/source_subfolder/hwy/contrib/sort/vqsort.cc:23: /home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74/source_subfolder/hwy/contrib/sort/vqsort.cc:47:10: fatal error: sys/random.h: No such file or directory 47 | #include | ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [source_subfolder/CMakeFiles/hwy_contrib.dir/hwy/contrib/sort/vqsort.cc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [source_subfolder/CMakeFiles/hwy_contrib.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [all] Error 2 highway/0.16.0: ERROR: Package 'd8d8aba822aaa76849d2f1bafe4a2a62a9f83b74' build failed highway/0.16.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74 ERROR: highway/0.16.0: Error in build() method, line 88 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/highway/0.16.0/_/_/build/d8d8aba822aaa76849d2f1bafe4a2a62a9f83b74' '--' '-j3'