******************************************************************************** conan install date/3.0.0@#d770524b394a4a485ff4797d7d857b95 --build=date -pr /home/conan/w/prod/BuildSingleReference/193183/42e7c516-cb55-4d3e-af31-2770b105845c/profile_linux_9_libstdcpp_gcc_debug_64.date-header_only-False_date-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++ compiler.version=9 os=Linux [options] date:header_only=False date:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libcurl/7.88.1: Not found in local cache, looking in remotes... libcurl/7.88.1: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libcurl/7.88.1: Downloaded recipe revision 923efa6a87100fae3bdcff13b226b7ed openssl/1.1.1t: Not found in local cache, looking in remotes... openssl/1.1.1t: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1t: Downloaded recipe revision 1e58dd56a2a930f23160558c572a62fd zlib/1.2.13: Not found in local cache, looking in remotes... zlib/1.2.13: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f date/3.0.0: Forced build from source Installing package: date/3.0.0 Requirements date/3.0.0 from local cache - Cache libcurl/7.88.1 from 'conan-center' - Downloaded openssl/1.1.1t from 'conan-center' - Downloaded zlib/1.2.13 from 'conan-center' - Downloaded Packages date/3.0.0:53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9 - Build libcurl/7.88.1:f0fb7ac9cb80bf1caef3ccb84335797726139fb8 - Download openssl/1.1.1t:23b828d52c0630e6b0b96d2945419feb7843c4f8 - Download zlib/1.2.13:23b828d52c0630e6b0b96d2945419feb7843c4f8 - Download Installing (downloading, building) binaries... openssl/1.1.1t: Retrieving package 23b828d52c0630e6b0b96d2945419feb7843c4f8 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz openssl/1.1.1t: Package installed 23b828d52c0630e6b0b96d2945419feb7843c4f8 openssl/1.1.1t: Downloaded package revision 442eafd25cc4d4c31844e3a00fab49ff zlib/1.2.13: Retrieving package 23b828d52c0630e6b0b96d2945419feb7843c4f8 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz zlib/1.2.13: Package installed 23b828d52c0630e6b0b96d2945419feb7843c4f8 zlib/1.2.13: Downloaded package revision 47adf656409dfd8256b133cc4f1b2ff4 libcurl/7.88.1: Retrieving package f0fb7ac9cb80bf1caef3ccb84335797726139fb8 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libcurl/7.88.1: Package installed f0fb7ac9cb80bf1caef3ccb84335797726139fb8 libcurl/7.88.1: Downloaded package revision 89bbab269cf088f230c678c5ba0b5b06 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK date/3.0.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/source/src date/3.0.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 date/3.0.0: Copying sources to build folder date/3.0.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9 date/3.0.0: Generator txt created conanbuildinfo.txt date/3.0.0: Calling generate() date/3.0.0: Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' date/3.0.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/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' date/3.0.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 date/3.0.0: Calling build() date/3.0.0: Apply patch (portability): Disable string view to workaround clang 5 not having it date/3.0.0: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src" ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/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 -- 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 -- Conan: Component target declared 'CURL::libcurl' -- Conan: Component target declared 'OpenSSL::Crypto' -- Conan: Component target declared 'OpenSSL::SSL' -- Conan: Target declared 'openssl::openssl' -- Conan: Including build module from '/home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1t/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/lib/cmake/conan-official-openssl-variables.cmake' -- Conan: Target declared 'ZLIB::ZLIB' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug date/3.0.0: CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug" '--' '-j3' ----------------- Scanning dependencies of target date-tz [ 50%] Building CXX object CMakeFiles/date-tz.dir/src/tz.cpp.o [100%] Linking CXX shared library libdate-tz.so [100%] Built target date-tz date/3.0.0: Package '53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9' built date/3.0.0: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug date/3.0.0: Generated conaninfo.txt date/3.0.0: Generated conanbuildinfo.txt date/3.0.0: Generating the package date/3.0.0: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9 date/3.0.0: Calling package() date/3.0.0: Copied 1 '.txt' file: LICENSE.txt date/3.0.0: CMake command: cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9" ----Running------ > cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/build/Debug" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9" ----------------- -- Install configuration: "Debug" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/include/date/date.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/lib/libdate-tz.so.2.4.1 -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/lib/libdate-tz.so -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/include/date/tz.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/lib/cmake/date/dateTargets.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/lib/cmake/date/dateTargets-debug.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/lib/cmake/date/dateConfig.cmake -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/package/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/lib/cmake/date/dateConfigVersion.cmake [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 date/3.0.0 package(): Packaged 2 '.h' files: date.h, tz.h date/3.0.0 package(): Packaged 1 '.txt' file: LICENSE.txt date/3.0.0 package(): Packaged 1 '.1' file: libdate-tz.so.2.4.1 date/3.0.0 package(): Packaged 1 '.so' file: libdate-tz.so date/3.0.0: Package '53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9' created date/3.0.0: Created package revision e7c2854943199415e103c59967b13e9e [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 # date: USE_SYSTEM_TZ_DB False # date: MANUAL_TZ_DB OFF # date: USE_TZ_DB_IN_DOT False # date: BUILD_SHARED_LIBS ON # date: ENABLE_DATE_TESTING OFF # date: DISABLE_STRING_VIEW OFF In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h: In destructor ‘date::detail::save_ostream::~save_ostream()’: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:1066:23: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] 1066 | !std::uncaught_exception() && | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/9/new:40, from /usr/include/c++/9/bits/stl_construct.h:59, from /usr/include/c++/9/bits/stl_tempbuf.h:60, from /usr/include/c++/9/bits/stl_algo.h:62, from /usr/include/c++/9/algorithm:62, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:44, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /usr/include/c++/9/exception:102:8: note: declared here 102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | ^~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:1066:42: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] 1066 | !std::uncaught_exception() && | ^ In file included from /usr/include/c++/9/new:40, from /usr/include/c++/9/bits/stl_construct.h:59, from /usr/include/c++/9/bits/stl_tempbuf.h:60, from /usr/include/c++/9/bits/stl_algo.h:62, from /usr/include/c++/9/algorithm:62, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:44, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /usr/include/c++/9/exception:102:8: note: declared here 102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | ^~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h: In instantiation of ‘date::detail::save_ostream::~save_ostream() [with CharT = char; Traits = std::char_traits]’: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:1249:36: required from here /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:1066:41: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] 1066 | !std::uncaught_exception() && | ~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/c++/9/new:40, from /usr/include/c++/9/bits/stl_construct.h:59, from /usr/include/c++/9/bits/stl_tempbuf.h:60, from /usr/include/c++/9/bits/stl_algo.h:62, from /usr/include/c++/9/algorithm:62, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:44, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /usr/include/c++/9/exception:102:8: note: declared here 102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | ^~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:1066:41: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] 1066 | !std::uncaught_exception() && | ~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/c++/9/new:40, from /usr/include/c++/9/bits/stl_construct.h:59, from /usr/include/c++/9/bits/stl_tempbuf.h:60, from /usr/include/c++/9/bits/stl_algo.h:62, from /usr/include/c++/9/algorithm:62, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:44, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /usr/include/c++/9/exception:102:8: note: declared here 102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | ^~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:1066:41: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] 1066 | !std::uncaught_exception() && | ~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/c++/9/new:40, from /usr/include/c++/9/bits/stl_construct.h:59, from /usr/include/c++/9/bits/stl_tempbuf.h:60, from /usr/include/c++/9/bits/stl_algo.h:62, from /usr/include/c++/9/algorithm:62, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:44, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /usr/include/c++/9/exception:102:8: note: declared here 102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | ^~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:1066:41: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations] 1066 | !std::uncaught_exception() && | ~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/c++/9/new:40, from /usr/include/c++/9/bits/stl_construct.h:59, from /usr/include/c++/9/bits/stl_tempbuf.h:60, from /usr/include/c++/9/bits/stl_algo.h:62, from /usr/include/c++/9/algorithm:62, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/date.h:44, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz.h:108, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/include/date/tz_private.h:31, from /home/conan/w/prod/BuildSingleReference/.conan/data/date/3.0.0/_/_/build/53bf1ff8f53e0cfbeef5b90de05b34aa90b4ebe9/src/src/tz.cpp:86: /usr/include/c++/9/exception:102:8: note: declared here 102 | bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); | ^~~~~~~~~~~~~~~~~~ date/3.0.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 date/3.0.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