******************************************************************************** conan install libnghttp2/1.49.0@#f505b9f94beaa6f1150c4633db516a16 --build=libnghttp2 -pr /home/conan/w/prod/BuildSingleReference/235410/9430dede-4a17-4073-8e4c-e77f41b3eee8/profile_linux_9_libstdcpp11_gcc_debug_64.libnghttp2-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 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=9 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=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux [options] libnghttp2:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libnghttp2/1.49.0: Forced build from source Installing package: libnghttp2/1.49.0 Requirements libnghttp2/1.49.0 from local cache - Cache Packages libnghttp2/1.49.0:30eae4e50fefe0f7b788ed8928ac248681ea6af0 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libnghttp2/1.49.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/source/src libnghttp2/1.49.0: [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 libnghttp2/1.49.0: Copying sources to build folder libnghttp2/1.49.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 libnghttp2/1.49.0: Generator txt created conanbuildinfo.txt libnghttp2/1.49.0: Calling generate() libnghttp2/1.49.0: Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' libnghttp2/1.49.0: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' libnghttp2/1.49.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libnghttp2/1.49.0: Calling build() libnghttp2/1.49.0: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/src" ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug/generators/conan_toolchain.cmake -- Conan toolchain: Setting BUILD_SHARED_LIBS = ON -- The C compiler identification is GNU 9.2.1 -- The CXX compiler identification is GNU 9.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - 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/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PythonInterp: /opt/pyenv/versions/3.7.13/bin/python (found version "3.7.13") -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) (Required is at least version "1.0.1") -- Could NOT find Libev (missing: LIBEV_LIBRARY LIBEV_INCLUDE_DIR) (Required is at least version "4.11") -- Could NOT find Libcares (missing: LIBCARES_LIBRARY LIBCARES_INCLUDE_DIR) (Required is at least version "1.7.5") -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) (Required is at least version "1.2.3") -- Could NOT find Libngtcp2 (missing: LIBNGTCP2_LIBRARY LIBNGTCP2_INCLUDE_DIR) (Required is at least version "0.0.0") -- Could NOT find Libngtcp2_crypto_openssl (missing: LIBNGTCP2_CRYPTO_OPENSSL_LIBRARY LIBNGTCP2_CRYPTO_OPENSSL_INCLUDE_DIR) (Required is at least version "0.0.0") -- Could NOT find Libnghttp3 (missing: LIBNGHTTP3_LIBRARY LIBNGHTTP3_INCLUDE_DIR) (Required is at least version "0.0.0") -- Could NOT find Systemd (missing: SYSTEMD_INCLUDE_DIRS SYSTEMD_LIBRARIES) (Required is at least version "209") -- Could NOT find Jansson (missing: JANSSON_LIBRARY JANSSON_INCLUDE_DIR) (Required is at least version "2.5") -- Could NOT find Libevent (missing: LIBEVENT_LIBEVENT_LIBRARY LIBEVENT_OPENSSL_LIBRARY LIBEVENT_INCLUDE_DIR libevent openssl) (Required is at least version "2.0.8") -- Could NOT find Cython (missing: CYTHON_EXECUTABLE) -- Found PythonLibs: /opt/pyenv/versions/3.7.13/lib/libpython3.7m.so (found version "3.7.13") -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) (Required is at least version "2.6.26") -- Could NOT find Jemalloc (missing: JEMALLOC_LIBRARY JEMALLOC_INCLUDE_DIR) -- Performing Test CXX_FLAG__std_c_14 -- Performing Test CXX_FLAG__std_c_14 - Success -- Performing Test HAVE_STD_FUTURE -- Performing Test HAVE_STD_FUTURE - Success -- Performing Test HAVE_STD_MAP_EMPLACE -- Performing Test HAVE_STD_MAP_EMPLACE - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Could NOT find CUnit (missing: CUNIT_LIBRARY CUNIT_INCLUDE_DIR) (Required is at least version "2.1") -- Looking for arpa/inet.h -- Looking for arpa/inet.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for limits.h -- Looking for limits.h - found -- Looking for netdb.h -- Looking for netdb.h - found -- Looking for netinet/in.h -- Looking for netinet/in.h - found -- Looking for pwd.h -- Looking for pwd.h - found -- Looking for sys/socket.h -- Looking for sys/socket.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for syslog.h -- Looking for syslog.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of ssize_t -- Check size of ssize_t - done -- Performing Test HAVE_STRUCT_TM_TM_GMTOFF -- Performing Test HAVE_STRUCT_TM_TM_GMTOFF - Success -- Check size of int * -- Check size of int * - done -- Check size of time_t -- Check size of time_t - done -- Looking for _Exit -- Looking for _Exit - found -- Looking for accept4 -- Looking for accept4 - found -- Looking for mkostemp -- Looking for mkostemp - found -- Looking for initgroups -- Looking for initgroups - found -- Performing Test C_FLAG__Wall -- Performing Test C_FLAG__Wall - Success -- Performing Test C_FLAG__Wextra -- Performing Test C_FLAG__Wextra - Success -- Performing Test C_FLAG__Wmissing_prototypes -- Performing Test C_FLAG__Wmissing_prototypes - Success -- Performing Test C_FLAG__Wstrict_prototypes -- Performing Test C_FLAG__Wstrict_prototypes - Success -- Performing Test C_FLAG__Wmissing_declarations -- Performing Test C_FLAG__Wmissing_declarations - Success -- Performing Test C_FLAG__Wpointer_arith -- Performing Test C_FLAG__Wpointer_arith - Success -- Performing Test C_FLAG__Wdeclaration_after_statement -- Performing Test C_FLAG__Wdeclaration_after_statement - Success -- Performing Test C_FLAG__Wformat_security -- Performing Test C_FLAG__Wformat_security - Success -- Performing Test C_FLAG__Wwrite_strings -- Performing Test C_FLAG__Wwrite_strings - Success -- Performing Test C_FLAG__Wshadow -- Performing Test C_FLAG__Wshadow - Success -- Performing Test C_FLAG__Winline -- Performing Test C_FLAG__Winline - Success -- Performing Test C_FLAG__Wnested_externs -- Performing Test C_FLAG__Wnested_externs - Success -- Performing Test C_FLAG__Wfloat_equal -- Performing Test C_FLAG__Wfloat_equal - Success -- Performing Test C_FLAG__Wundef -- Performing Test C_FLAG__Wundef - Success -- Performing Test C_FLAG__Wendif_labels -- Performing Test C_FLAG__Wendif_labels - Success -- Performing Test C_FLAG__Wempty_body -- Performing Test C_FLAG__Wempty_body - Success -- Performing Test C_FLAG__Wcast_align -- Performing Test C_FLAG__Wcast_align - Success -- Performing Test C_FLAG__Wclobbered -- Performing Test C_FLAG__Wclobbered - Success -- Performing Test C_FLAG__Wvla -- Performing Test C_FLAG__Wvla - Success -- Performing Test C_FLAG__Wpragmas -- Performing Test C_FLAG__Wpragmas - Success -- Performing Test C_FLAG__Wunreachable_code -- Performing Test C_FLAG__Wunreachable_code - Success -- Performing Test C_FLAG__Waddress -- Performing Test C_FLAG__Waddress - Success -- Performing Test C_FLAG__Wattributes -- Performing Test C_FLAG__Wattributes - Success -- Performing Test C_FLAG__Wdiv_by_zero -- Performing Test C_FLAG__Wdiv_by_zero - Success -- Performing Test C_FLAG__Wshorten_64_to_32 -- Performing Test C_FLAG__Wshorten_64_to_32 - Failed -- Performing Test C_FLAG__Wconversion -- Performing Test C_FLAG__Wconversion - Success -- Performing Test C_FLAG__Wextended_offsetof -- Performing Test C_FLAG__Wextended_offsetof - Failed -- Performing Test C_FLAG__Wformat_nonliteral -- Performing Test C_FLAG__Wformat_nonliteral - Success -- Performing Test C_FLAG__Wlanguage_extension_token -- Performing Test C_FLAG__Wlanguage_extension_token - Failed -- Performing Test C_FLAG__Wmissing_field_initializers -- Performing Test C_FLAG__Wmissing_field_initializers - Success -- Performing Test C_FLAG__Wmissing_noreturn -- Performing Test C_FLAG__Wmissing_noreturn - Success -- Performing Test C_FLAG__Wmissing_variable_declarations -- Performing Test C_FLAG__Wmissing_variable_declarations - Failed -- Performing Test C_FLAG__Wsign_conversion -- Performing Test C_FLAG__Wsign_conversion - Success -- Performing Test C_FLAG__Wunreachable_code_break -- Performing Test C_FLAG__Wunreachable_code_break - Failed -- Performing Test C_FLAG__Wunused_macros -- Performing Test C_FLAG__Wunused_macros - Success -- Performing Test C_FLAG__Wunused_parameter -- Performing Test C_FLAG__Wunused_parameter - Success -- Performing Test C_FLAG__Wredundant_decls -- Performing Test C_FLAG__Wredundant_decls - Success -- Performing Test C_FLAG__Wheader_guard -- Performing Test C_FLAG__Wheader_guard - Failed -- Performing Test C_FLAG__Wno_format_nonliteral -- Performing Test C_FLAG__Wno_format_nonliteral - Success -- Performing Test CXX_FLAG__Wall -- Performing Test CXX_FLAG__Wall - Success -- Performing Test CXX_FLAG__Wformat_security -- Performing Test CXX_FLAG__Wformat_security - Success -- summary of build options: Package version: 1.49.0 Library version: 37:0:23 Install prefix: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0 Target system: Linux Compiler: Build type: Debug C compiler: /usr/bin/gcc CFLAGS: -g -m64 C++ compiler: /usr/bin/g++ CXXFLAGS: -g -m64 WARNCFLAGS: -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith -Wdeclaration-after-statement -Wformat-security -Wwrite-strings -Wshadow -Winline -Wnested-externs -Wfloat-equal -Wundef -Wendif-labels -Wempty-body -Wcast-align -Wclobbered -Wvla -Wpragmas -Wunreachable-code -Waddress -Wattributes -Wdiv-by-zero -Wconversion -Wformat-nonliteral -Wmissing-field-initializers -Wmissing-noreturn -Wsign-conversion -Wunused-macros -Wunused-parameter -Wredundant-decls -Wno-format-nonliteral CXX1XCXXFLAGS: -std=c++14 Python: Python: /opt/pyenv/versions/3.7.13/bin/python PYTHON_VERSION: 3.7.13 Library version:3.7.13 Cython: CYTHON_EXECUTABLE-NOTFOUND Test: CUnit: FALSE (LIBS='') Failmalloc: OFF Libs: OpenSSL: FALSE (LIBS='') Libxml2: FALSE (LIBS='') Libev: FALSE (LIBS='') Libc-ares: FALSE (LIBS='') Libngtcp2: (LIBS='') Libngtcp2_crypto_openssl: (LIBS='') Libnghttp3: (LIBS='') Libbpf: (LIBS='') Libevent(SSL): FALSE (LIBS='') Jansson: FALSE (LIBS='') Jemalloc: FALSE (LIBS='') Zlib: FALSE (LIBS='ZLIB_LIBRARY-NOTFOUND') Systemd: FALSE (LIBS='SYSTEMD_LIBRARIES-NOTFOUND') Boost::System: Boost::Thread: Third-party: http-parser: MRuby: 0 Neverbleed: 0 Features: Applications: False HPACK tools: False Libnghttp2_asio:False Examples: OFF Python bindings:OFF Threading: ON HTTP/3(EXPERIMENTAL): OFF -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug libnghttp2/1.49.0: CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug" '--' '-j3' ----------------- Scanning dependencies of target nghttp2 [ 5%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_pq.c.o [ 11%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_map.c.o [ 11%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_queue.c.o [ 16%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_frame.c.o [ 22%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_buf.c.o [ 27%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_stream.c.o [ 27%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_outbound_item.c.o [ 33%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_session.c.o [ 38%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_submit.c.o [ 44%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_helper.c.o [ 44%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_npn.c.o [ 50%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_hd.c.o [ 55%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_hd_huffman.c.o [ 61%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_hd_huffman_data.c.o [ 61%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_version.c.o [ 66%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_priority_spec.c.o [ 72%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_option.c.o [ 77%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_callbacks.c.o [ 83%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_mem.c.o [ 83%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_http.c.o [ 88%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_rcbuf.c.o [ 94%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_extpri.c.o [100%] Building C object lib/CMakeFiles/nghttp2.dir/nghttp2_debug.c.o [100%] Linking C shared library libnghttp2.so [100%] Built target nghttp2 libnghttp2/1.49.0: Package '30eae4e50fefe0f7b788ed8928ac248681ea6af0' built libnghttp2/1.49.0: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug libnghttp2/1.49.0: Generated conaninfo.txt libnghttp2/1.49.0: Generated conanbuildinfo.txt libnghttp2/1.49.0: Generating the package libnghttp2/1.49.0: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0 libnghttp2/1.49.0: Calling package() libnghttp2/1.49.0: Copied 1 file: COPYING libnghttp2/1.49.0: CMake command: cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0" ----Running------ > cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build/Debug" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0" ----------------- -- Install configuration: "Debug" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/nghttp2/README.rst -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libnghttp2.so.14.23.0 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libnghttp2.so.14 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libnghttp2.so -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig/libnghttp2.pc -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/nghttp2/nghttp2.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/nghttp2/nghttp2ver.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/man/man1/nghttp.1 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/man/man1/nghttpd.1 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/man/man1/nghttpx.1 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/man/man1/h2load.1 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libnghttp2/1.49.0/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/nghttp2/fetch-ocsp-response [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(): [STATIC ARTIFACTS (KB-H074)] OK [HOOK - conan-center.py] post_package(): [EITHER STATIC OR SHARED OF EACH LIB (KB-H076)] 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 [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK [HOOK - conan-center.py] post_package(): [APPLE RELOCATABLE SHARED LIBS (KB-H077)] OK libnghttp2/1.49.0 package(): Packaged 2 '.h' files: nghttp2.h, nghttp2ver.h libnghttp2/1.49.0 package(): Packaged 1 '.14' file: libnghttp2.so.14 libnghttp2/1.49.0 package(): Packaged 1 '.0' file: libnghttp2.so.14.23.0 libnghttp2/1.49.0 package(): Packaged 1 '.so' file: libnghttp2.so libnghttp2/1.49.0 package(): Packaged 1 file: COPYING libnghttp2/1.49.0: Package '30eae4e50fefe0f7b788ed8928ac248681ea6af0' created libnghttp2/1.49.0: Created package revision 9d3d48a2ad79e3e29df283059ea72632 [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] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators libnghttp2/1.49.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior libnghttp2/1.49.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior