******************************************************************************** conan install libwebsockets/4.2.0@ --profile=/home/conan/w/BuildSingleReference/10057/66c4919e-9e21-4f98-98bc-8dbc8a301323/profile.txt --build=libwebsockets ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 11.1 clang>=8, using the major as version Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=11 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.libcxx=libstdc++ compiler.version=11 os=Linux os_build=Linux [options] libwebsockets:shared=False [build_requires] [env] openssl/1.1.1k: Not found in local cache, looking in remotes... openssl/1.1.1k: Trying with 'conan-upstream'... openssl/1.1.1k: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1k: Downloaded recipe revision 688f7f1454ac56b46b0276cea3300296 libwebsockets/4.2.0: Forced build from source Installing package: libwebsockets/4.2.0 Requirements libwebsockets/4.2.0 from local cache - Cache openssl/1.1.1k from 'conan-center' - Downloaded Packages libwebsockets/4.2.0:0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe - Build openssl/1.1.1k:d988447fa516eac7400b2f34e2d4b89e42b4b1a8 - Download Installing (downloading, building) binaries... openssl/1.1.1k: Retrieving package d988447fa516eac7400b2f34e2d4b89e42b4b1a8 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz openssl/1.1.1k: Package installed d988447fa516eac7400b2f34e2d4b89e42b4b1a8 openssl/1.1.1k: Downloaded package revision b91a4fc783747353adb8648182d4c7b4 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libwebsockets/4.2.0: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libwebsockets/4.2.0: Copying sources to build folder libwebsockets/4.2.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe libwebsockets/4.2.0: Generator cmake created conanbuildinfo.cmake [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 libwebsockets/4.2.0: Calling build() Test : /home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/lib/libssl.a Test : /home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/lib/libcrypto.a ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="11" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe" -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" -DLWS_WITHOUT_TESTAPPS="True" -DLWS_WITHOUT_TEST_SERVER="True" -DLWS_WITHOUT_TEST_SERVER_EXTPOLL="True" -DLWS_WITHOUT_TEST_PING="True" -DLWS_WITHOUT_TEST_CLIENT="True" -DLWS_LINK_TESTAPPS_DYNAMIC="True" -DLWS_WITH_SHARED="False" -DLWS_WITH_STATIC="True" -DLWS_WITH_SSL="openssl" -DLWS_OPENSSL_LIBRARIES="/home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/lib/libssl.a;/home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/lib/libcrypto.a" -DLWS_OPENSSL_INCLUDE_DIRS="/home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/include" -DLWS_WITH_LIBEV="False" -DLWS_WITH_LIBUV="False" -DLWS_WITH_LIBEVENT="False" -DLWS_WITH_ZLIB="False" -DLWS_WITH_MINIZ="False" -DLWS_WITH_BUNDLED_ZLIB="False" -DLWS_WITH_SQLITE3="False" -DLWS_WITH_FSMOUNT="False" -DLWS_WITH_HUBBUB="False" -DLWS_SSL_CLIENT_USE_OS_CA_CERTS="True" -DLWS_SSL_SERVER_WITH_ECDH_CERT="False" -DLWS_WITH_NETWORK="True" -DLWS_ROLE_H1="True" -DLWS_ROLE_WS="True" -DLWS_ROLE_MQTT="False" -DLWS_ROLE_DBUS="False" -DLWS_ROLE_RAW_PROXY="False" -DLWS_ROLE_RAW_FILE="True" -DLWS_WITH_HTTP2="True" -DLWS_WITH_LWSWS="False" -DLWS_WITH_CGI="False" -DLWS_IPV6="False" -DLWS_UNIX_SOCK="True" -DLWS_WITH_PLUGINS="False" -DLWS_WITH_HTTP_PROXY="False" -DLWS_WITH_ZIP_FOPS="False" -DLWS_WITH_SOCKS5="False" -DLWS_WITH_GENERIC_SESSIONS="False" -DLWS_WITH_PEER_LIMITS="False" -DLWS_WITH_ACCESS_LOG="False" -DLWS_WITH_RANGES="False" -DLWS_WITH_SERVER_STATUS="False" -DLWS_WITH_THREADPOOL="False" -DLWS_WITH_HTTP_STREAM_COMPRESSION="False" -DLWS_WITH_HTTP_BROTLI="False" -DLWS_WITH_ACME="False" -DLWS_WITH_FTS="False" -DLWS_WITH_SYS_ASYNC_DNS="False" -DLWS_WITH_SYS_NTPCLIENT="False" -DLWS_WITH_SYS_DHCP_CLIENT="False" -DLWS_WITH_HTTP_BASIC_AUTH="True" -DLWS_WITH_HTTP_UNCOMMON_HEADERS="True" -DLWS_WITHOUT_EXTENSIONS="True" -DLWS_WITHOUT_BUILTIN_GETIFADDRS="False" -DLWS_FALLBACK_GETHOSTBYNAME="False" -DLWS_WITHOUT_BUILTIN_SHA1="False" -DLWS_WITHOUT_DAEMONIZE="True" -DLWS_WITH_LEJP="True" -DLWS_WITH_STRUCT_JSON="False" -DLWS_WITH_STRUCT_SQLITE3="False" -DLWS_WITH_NO_LOGS="False" -DLWS_LOGS_TIMESTAMP="True" -DLWS_AVOID_SIGPIPE_IGN="False" -DLWS_WITH_STATS="False" -DLWS_WITH_JOSE="False" -DLWS_WITH_GENCRYPTO="False" -DLWS_WITH_SELFTESTS="False" -DLWS_WITH_GCOV="False" -DLWS_WITH_LWSAC="True" -DLWS_WITH_CUSTOM_HEADERS="True" -DLWS_WITH_DISKCACHE="False" -DLWS_WITH_DIR="False" -DLWS_WITH_LEJP_CONF="False" -DLWS_WITH_DEPRECATED_LWS_DLL="False" -DLWS_WITH_SEQUENCER="True" -DLWS_WITH_EXTERNAL_POLL="False" -DLWS_WITH_LWS_DSH="False" -DLWS_CLIENT_HTTP_PROXYING="True" -DLWS_WITH_FILE_OPS="True" -DLWS_WITH_DETAILED_LATENCY="False" -DLWS_WITH_UDP="True" -DLWS_WITH_SPAWN="False" -DLWS_WITH_ALSA="False" -DLWS_WITH_GTK="False" -DLWS_WITH_SYS_SMD="True" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe' ----------------- -- The C compiler identification is Clang 11.1.0 -- The CXX compiler identification is Clang 11.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++ - skipped -- 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 Clang>=8, checking major version 11 -- Conan: Checking correct version: 11 -- Compiled with LWS_WITH_DIR and LWS_WITH_LEJP_CONF -- Found Git: /usr/bin/git (found version "2.17.1") -- Performing Test LWS_HAVE_inline -- Performing Test LWS_HAVE_inline - Success -- Performing Test LWS_HAVE___inline__ -- Performing Test LWS_HAVE___inline__ - Success -- Performing Test LWS_HAVE___inline -- Performing Test LWS_HAVE___inline - Success -- Performing Test LWS_HAVE_MALLOC_TRIM -- Performing Test LWS_HAVE_MALLOC_TRIM - Success -- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE -- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE - Success -- Looking for fork -- Looking for fork - found -- Looking for getenv -- Looking for getenv - found -- Looking for malloc -- Looking for malloc - found -- Looking for memset -- Looking for memset - found -- Looking for realloc -- Looking for realloc - found -- Looking for socket -- Looking for socket - found -- Looking for strerror -- Looking for strerror - found -- Looking for vfork -- Looking for vfork - found -- Looking for execvpe -- Looking for execvpe - found -- Looking for getifaddrs -- Looking for getifaddrs - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for _snprintf -- Looking for _snprintf - not found -- Looking for _vsnprintf -- Looking for _vsnprintf - not found -- Looking for getloadavg -- Looking for getloadavg - found -- Looking for atoll -- Looking for atoll - found -- Looking for _atoi64 -- Looking for _atoi64 - not found -- Looking for _stat32i64 -- Looking for _stat32i64 - not found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for localtime_r -- Looking for localtime_r - found -- Looking for gmtime_r -- Looking for gmtime_r - found -- Looking for ctime_r -- Looking for ctime_r - found -- Looking for getgrgid_r -- Looking for getgrgid_r - found -- Looking for getgrnam_r -- Looking for getgrnam_r - found -- Looking for getpwuid_r -- Looking for getpwuid_r - found -- Looking for getpwnam_r -- Looking for getpwnam_r - found -- Looking for in6addr.h -- Looking for in6addr.h - not found -- Looking for memory.h -- Looking for memory.h - found -- Looking for netinet/in.h -- Looking for netinet/in.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/prctl.h -- Looking for sys/prctl.h - found -- Looking for sys/socket.h -- Looking for sys/socket.h - found -- Looking for sys/sockio.h -- Looking for sys/sockio.h - not found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for vfork.h -- Looking for vfork.h - not found -- Looking for sys/capability.h -- Looking for sys/capability.h - not found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for cap_set_flag in cap -- Looking for cap_set_flag in cap - not found -- Looking for 3 include files stdlib.h, ..., string.h -- Looking for 3 include files stdlib.h, ..., string.h - found -- Performing Test LWS_HAS_INTPTR_T -- Performing Test LWS_HAS_INTPTR_T - Success -- Performing Test LWS_HAS_PTHREAD_SETNAME_NP -- Performing Test LWS_HAS_PTHREAD_SETNAME_NP - Failed -- Performing Test LWS_HAS_GETOPT_LONG -- Performing Test LWS_HAS_GETOPT_LONG - Success -- Performing Test LWS_HAVE_RTA_PREF -- Performing Test LWS_HAVE_RTA_PREF - Success -- Performing Test LWS_HAVE_SUSECONDS_T -- Performing Test LWS_HAVE_SUSECONDS_T - Success -- Performing Test LWS_HAVE_VISIBILITY -- Performing Test LWS_HAVE_VISIBILITY - Success -- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS -- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS - Success -- Performing Test LWS_GCC_HAS_TYPE_LIMITS -- Performing Test LWS_GCC_HAS_TYPE_LIMITS - Success -- Performing Test LWS_GCC_HAS_NO_DEPRECATED_DECLARATIONS -- Performing Test LWS_GCC_HAS_NO_DEPRECATED_DECLARATIONS - Success -- Looking for eventfd_read -- Looking for eventfd_read - found -- Performing Test LWS_HAVE_PIPE2 -- Performing Test LWS_HAVE_PIPE2 - Success -- Performing Test LWS_HAVE_TCP_USER_TIMEOUT -- Performing Test LWS_HAVE_TCP_USER_TIMEOUT - Success -- Looking for openssl/ecdh.h -- Looking for openssl/ecdh.h - found -- Looking for SSL_CTX_set1_param -- Looking for SSL_CTX_set1_param - found -- Looking for SSL_set_info_callback -- Looking for SSL_set_info_callback - found -- Looking for X509_VERIFY_PARAM_set1_host -- Looking for X509_VERIFY_PARAM_set1_host - found -- Looking for X509_VERIFY_PARAM_set1_host -- Looking for X509_VERIFY_PARAM_set1_host - not found -- Looking for RSA_set0_key -- Looking for RSA_set0_key - found -- Looking for X509_get_key_usage -- Looking for X509_get_key_usage - found -- Looking for EVP_PKEY_new_raw_private_key -- Looking for EVP_PKEY_new_raw_private_key - found -- Looking for SSL_CTX_get0_certificate -- Looking for SSL_CTX_get0_certificate - found -- Looking for SSL_get0_alpn_selected -- Looking for SSL_get0_alpn_selected - found -- Looking for SSL_set_alpn_protos -- Looking for SSL_set_alpn_protos - found -- Looking for EVP_aes_128_cfb8 -- Looking for EVP_aes_128_cfb8 - found -- Looking for EVP_aes_128_cfb128 -- Looking for EVP_aes_128_cfb128 - found -- Looking for EVP_aes_192_cfb8 -- Looking for EVP_aes_192_cfb8 - found -- Looking for EVP_aes_192_cfb128 -- Looking for EVP_aes_192_cfb128 - found -- Looking for EVP_aes_256_cfb8 -- Looking for EVP_aes_256_cfb8 - found -- Looking for EVP_aes_256_cfb128 -- Looking for EVP_aes_256_cfb128 - found -- Looking for EVP_aes_128_xts -- Looking for EVP_aes_128_xts - found -- Looking for RSA_verify_pss_mgf1 -- Looking for RSA_verify_pss_mgf1 - not found -- Looking for HMAC_CTX_new -- Looking for HMAC_CTX_new - found -- Looking for EVP_PKEY_new_raw_private_key -- Looking for EVP_PKEY_new_raw_private_key - found -- Looking for SSL_SESSION_set_time -- Looking for SSL_SESSION_set_time - found -- Looking for EC_KEY_new_by_curve_name -- Looking for EC_KEY_new_by_curve_name - found -- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS -- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS - Success -- Performing Test LWS_HAVE_EVP_MD_CTX_free -- Performing Test LWS_HAVE_EVP_MD_CTX_free - Success -- Looking for ECDSA_SIG_set0 -- Looking for ECDSA_SIG_set0 - found -- Looking for BN_bn2binpad -- Looking for BN_bn2binpad - found -- Looking for EVP_aes_128_wrap -- Looking for EVP_aes_128_wrap - found -- Looking for EC_POINT_get_affine_coordinates -- Looking for EC_POINT_get_affine_coordinates - found -- Looking for SSL_CTX_load_verify_file -- Looking for SSL_CTX_load_verify_file - not found -- Looking for SSL_CTX_load_verify_dir -- Looking for SSL_CTX_load_verify_dir - not found -- Looking for TLS_client_method -- Looking for TLS_client_method - found -- Looking for TLSv1_2_client_method -- Looking for TLSv1_2_client_method - found -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe' '--' '-j3' ----------------- Scanning dependencies of target GENHDR [ 1%] Creating build include dir [ 1%] Built target GENHDR Scanning dependencies of target websockets [ 2%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/plat/unix/unix-caps.c.o [ 3%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/plat/unix/unix-misc.c.o [ 5%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/plat/unix/unix-init.c.o [ 6%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/plat/unix/unix-file.c.o [ 7%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/plat/unix/unix-pipe.c.o [ 8%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/plat/unix/unix-service.c.o [ 10%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/plat/unix/unix-sockets.c.o [ 11%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/plat/unix/unix-fds.c.o [ 12%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/tls.c.o [ 13%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/tls-network.c.o [ 15%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/tls-sessions.c.o [ 16%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/openssl/openssl-tls.c.o [ 17%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/openssl/openssl-x509.c.o [ 18%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/openssl/openssl-ssl.c.o [ 20%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/openssl/openssl-session.c.o [ 21%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/tls-server.c.o [ 22%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/openssl/openssl-server.c.o [ 23%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/tls-client.c.o [ 25%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/tls/openssl/openssl-client.c.o [ 26%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core/alloc.c.o [ 27%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core/buflist.c.o [ 28%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core/context.c.o [ 30%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core/lws_dll2.c.o [ 31%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core/libwebsockets.c.o [ 32%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core/logs.c.o [ 33%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core/vfs.c.o [ 35%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/misc/base64-decode.c.o [ 36%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/misc/prng.c.o [ 37%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/misc/lws-ring.c.o [ 38%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/misc/dir.c.o [ 40%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/misc/lwsac/lwsac.c.o [ 41%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/misc/lwsac/cached-file.c.o [ 42%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/misc/sha-1.c.o [ 43%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/misc/lejp.c.o [ 45%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/system/system.c.o [ 46%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/system/smd/smd.c.o [ 47%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/dummy-callback.c.o [ 48%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/output.c.o [ 50%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/close.c.o [ 51%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/network.c.o [ 52%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/vhost.c.o [ 53%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/pollfd.c.o [ 55%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/service.c.o [ 56%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/sorted-usec-list.c.o [ 57%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/wsi.c.o [ 58%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/wsi-timeout.c.o [ 60%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/adopt.c.o [ 61%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/pipe/ops-pipe.c.o [ 62%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/state.c.o [ 63%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/route.c.o [ 65%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/sequencer.c.o [ 66%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/client/client.c.o [ 67%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/client/connect.c.o [ 68%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/client/connect2.c.o [ 70%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/client/connect3.c.o [ 71%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/client/connect4.c.o [ 72%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/client/sort-dns.c.o [ 73%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/core-net/client/conmon.c.o [ 75%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/http/header.c.o [ 76%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/http/date.c.o [ 77%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/http/parsers.c.o [ 78%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/http/server/server.c.o [ 80%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/http/server/lws-spa.c.o [ 81%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/http/server/lejp-conf.c.o [ 82%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/h1/ops-h1.c.o [ 83%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/h2/http2.c.o [ 85%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/h2/hpack.c.o [ 86%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/h2/ops-h2.c.o [ 87%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/ws/ops-ws.c.o [ 88%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/ws/client-ws.c.o [ 90%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/ws/client-parser-ws.c.o [ 91%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/ws/server-ws.c.o [ 92%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/raw-skt/ops-raw-skt.c.o [ 93%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/raw-file/ops-raw-file.c.o [ 95%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/listen/ops-listen.c.o [ 96%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/http/client/client-http.c.o [ 97%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/roles/netlink/ops-netlink.c.o [ 98%] Building C object source_subfolder/lib/CMakeFiles/websockets.dir/event-libs/poll/poll.c.o [100%] Linking C static library ../../lib/libwebsockets.a [100%] Built target websockets libwebsockets/4.2.0: Package '0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe' built libwebsockets/4.2.0: Build folder /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe libwebsockets/4.2.0: Generated conaninfo.txt libwebsockets/4.2.0: Generated conanbuildinfo.txt libwebsockets/4.2.0: Generating the package libwebsockets/4.2.0: Package folder /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe libwebsockets/4.2.0: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe' '--target' 'install' '--' '-j3' ----------------- [ 1%] Built target GENHDR [100%] Built target websockets Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-tokenize.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract/protocols -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract/protocols/smtp.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract/transports -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract/transports/raw-skt.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract/transports/unit-test.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract/abstract.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract/transports.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/abstract/protocols.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-protocols-plugins.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-ring.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-async-dns.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-led.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-callbacks.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-genhash.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-ws-close.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-button.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-state.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-cgi.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-network-helper.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-purify.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-optee.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-sha1-base64.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-ws-state.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-threadpool.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-write.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-timeout-timer.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-jws.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-smd.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-dsh.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-jwk.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-gpio.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-diskcache.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-ili9341-spi.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-sequencer.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-gencrypto.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-secure-streams-policy.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-pwm.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-bb-i2c.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-adopt.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-system.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-secure-streams-client.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-service.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-genaes.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-ws-ext.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-genrsa.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-jose.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-test-sequencer.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-vfs.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-spi.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-client.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-fault-injection.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-logs.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-freertos.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-genec.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-display.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-bb-spi.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-ssd1306-i2c.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-netdev.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-lwsac.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-context-vhost.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-i2c.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-misc.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-jwe.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-dbus.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-struct.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-mqtt.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-fts.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-metrics.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-writeable.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-dll2.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-eventlib-exports.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-tls-sessions.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-x509.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-lejp.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-secure-streams.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-http.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-settings.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-conmon.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-spa.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets/lws-retry.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/libwebsockets.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/include/lws_config.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/lib/cmake/libwebsockets/libwebsockets-config.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/lib/cmake/libwebsockets/libwebsockets-config-version.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/lib/cmake/libwebsockets/LwsCheckRequirements.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/lib/cmake/libwebsockets/LibwebsocketsTargets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/lib/cmake/libwebsockets/LibwebsocketsTargets-release.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/lib/libwebsockets.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/lib/pkgconfig/libwebsockets.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/package/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/lib/pkgconfig/libwebsockets_static.pc [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK libwebsockets/4.2.0 package(): Packaged 1 '.a' file: libwebsockets.a libwebsockets/4.2.0 package(): Packaged 1 file: LICENSE libwebsockets/4.2.0 package(): Packaged 81 '.h' files libwebsockets/4.2.0: Package '0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe' created libwebsockets/4.2.0: Created package revision 11c6af0a2346d9127d38f3403d259cac [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK Deselecting EVLIB_PLUGINS since building static fatal: not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Git commit hash: Compiling with SSL support OpenSSL include dir: /home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/include OpenSSL libraries: /home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/lib/libssl.a;/home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/lib/libcrypto.a Searching for OpenSSL executable and dlls OpenSSL executable: /home/conan/w/BuildSingleReference/.conan/data/openssl/1.1.1k/_/_/package/d988447fa516eac7400b2f34e2d4b89e42b4b1a8/bin/openssl GENCERTS = 0 DIR /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/source_subfolder CMP /home/conan/w/BuildSingleReference/.conan/data/libwebsockets/4.2.0/_/_/build/0fbc6e05fbe086bcbc34dd48251b18d34e2fe1fe/source_subfolder/cmake CMake Warning: Manually-specified variables were not used by the project: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component openssl::openssl libdir "lib" does not contain any declared library [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component libwebsockets::libwebsockets libdir "lib" does not contain any declared library