******************************************************************************** conan test cci-adf05f2b/recipes/loguru/all/test_package/conanfile.py loguru/2.1.0@#f3d6258e75e16dd83673539543fbf2e4 -pr /home/conan/w/prod/BuildSingleReference/232565/9465dff1-6e3d-4eb4-8bd7-41b1e967abac/profile_linux_10_libstdcpp11_gcc_release_64.loguru-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] loguru:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True loguru/2.1.0 (test package): Installing package Requirements loguru/2.1.0 from local cache - Cache Packages loguru/2.1.0:48b6c7ef0f3f0f40ea16d0055e8d5e6c2dbc409b - Cache Installing (downloading, building) binaries... loguru/2.1.0: Already installed! loguru/2.1.0 (test package): Generator txt created conanbuildinfo.txt loguru/2.1.0 (test package): Generator 'VirtualRunEnv' calling 'generate()' loguru/2.1.0 (test package): Generator 'CMakeDeps' calling 'generate()' loguru/2.1.0 (test package): Calling generate() loguru/2.1.0 (test package): Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' loguru/2.1.0 (test package): 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/cci-adf05f2b/recipes/loguru/all/test_package/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' loguru/2.1.0 (test package): Aggregating env generators loguru/2.1.0 (test package): Generated conaninfo.txt loguru/2.1.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release/generators/conan.lock' Using cached profile from lockfile [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 loguru/2.1.0 (test package): Calling build() loguru/2.1.0 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release/generators/conan_toolchain.cmake -- The CXX compiler identification is GNU 10.3.0 -- 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 -- Conan: Target declared 'loguru::loguru' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release loguru/2.1.0 (test package): CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release" '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable test_package [100%] Built target test_package loguru/2.1.0 (test package): Running test() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release/generators/conanrun.sh" && ./test_package ----------------- In file included from /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:1: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp: In function ‘int main(int, char**)’: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:8:17: warning: too many arguments for format [-Wformat-extra-args] 8 | LOG_F(INFO, "42=={}", 42); | ^~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:9:17: warning: too many arguments for format [-Wformat-extra-args] 9 | LOG_F(INFO, "Use fmt? {}", LOGURU_USE_FMTLIB); | ^~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:10:17: warning: too many arguments for format [-Wformat-extra-args] 10 | LOG_F(INFO, "Scope text size: {}", LOGURU_SCOPE_TEXT_SIZE); | ^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:11:17: warning: too many arguments for format [-Wformat-extra-args] 11 | LOG_F(INFO, "Filename width: {}", LOGURU_FILENAME_WIDTH); | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:12:17: warning: too many arguments for format [-Wformat-extra-args] 12 | LOG_F(INFO, "Threadname width: {}", LOGURU_THREADNAME_WIDTH); | ^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:13:17: warning: too many arguments for format [-Wformat-extra-args] 13 | LOG_F(INFO, "Catch sigabrt: {}", LOGURU_CATCH_SIGABRT); | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:14:17: warning: too many arguments for format [-Wformat-extra-args] 14 | LOG_F(INFO, "Verbose scope endings: {}", LOGURU_VERBOSE_SCOPE_ENDINGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:15:17: warning: too many arguments for format [-Wformat-extra-args] 15 | LOG_F(INFO, "Redefine assert: {}", LOGURU_REDEFINE_ASSERT); | ^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:16:17: warning: too many arguments for format [-Wformat-extra-args] 16 | LOG_F(INFO, "With fileabs: {}", LOGURU_WITH_FILEABS); | ^~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:17:17: warning: too many arguments for format [-Wformat-extra-args] 17 | LOG_F(INFO, "With rtti: {}", LOGURU_RTTI); | ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:18:17: warning: too many arguments for format [-Wformat-extra-args] 18 | LOG_F(INFO, "With streams: {}", LOGURU_WITH_STREAMS); | ^~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:27:17: warning: too many arguments for format [-Wformat-extra-args] 27 | LOG_F(INFO, "Replace GLog: {}", LOGURU_REPLACE_GLOG); | ^~~~~~~~~~~~~~~~~~ date time ( uptime ) [ thread name/id ] file:line v| 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] loguru.cpp:606 INFO| arguments: ./test_package 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] loguru.cpp:609 INFO| Current dir: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/build/Release 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] loguru.cpp:611 INFO| stderr verbosity: 0 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] loguru.cpp:612 INFO| ----------------------------------- 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:6 INFO| { logging scope 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:8 INFO| . 42=={} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:9 INFO| . Use fmt? {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:10 INFO| . Scope text size: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:11 INFO| . Filename width: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:12 INFO| . Threadname width: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:13 INFO| . Catch sigabrt: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:14 INFO| . Verbose scope endings: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:15 INFO| . Redefine assert: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:16 INFO| . With fileabs: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:17 INFO| . With rtti: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:18 INFO| . With streams: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:27 INFO| . Replace GLog: {} 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] test_package.cpp:6 INFO| } 0.000 s: logging scope 2023-05-10 14:49:53.327 ( 0.000s) [main thread ] loguru.cpp:485 INFO| atexit loguru/2.1.0 (test package): 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 loguru/2.1.0 (test package): 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 ******************************************************************************** conan test cci-adf05f2b/recipes/loguru/all/test_v1_package/conanfile.py loguru/2.1.0@#f3d6258e75e16dd83673539543fbf2e4 -pr /home/conan/w/prod/BuildSingleReference/232565/9465dff1-6e3d-4eb4-8bd7-41b1e967abac/profile_linux_10_libstdcpp11_gcc_release_64.loguru-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] loguru:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True loguru/2.1.0 (test package): Installing package Requirements loguru/2.1.0 from local cache - Cache Packages loguru/2.1.0:48b6c7ef0f3f0f40ea16d0055e8d5e6c2dbc409b - Cache Installing (downloading, building) binaries... loguru/2.1.0: Already installed! loguru/2.1.0 (test package): Generator cmake created conanbuildinfo.cmake loguru/2.1.0 (test package): Generator cmake_find_package_multi created loguru-config-version.cmake loguru/2.1.0 (test package): Generator cmake_find_package_multi created loguru-config.cmake loguru/2.1.0 (test package): Generator cmake_find_package_multi created loguruTargets.cmake loguru/2.1.0 (test package): Generator cmake_find_package_multi created loguruTarget-release.cmake loguru/2.1.0 (test package): Generator txt created conanbuildinfo.txt loguru/2.1.0 (test package): Aggregating env generators loguru/2.1.0 (test package): Generated conaninfo.txt loguru/2.1.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package/build/1736bd0936c02d7443bc07fd4da027c34dc7b6dc/conan.lock' Using cached profile from lockfile [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 loguru/2.1.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package/build/1736bd0936c02d7443bc07fd4da027c34dc7b6dc' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package/build/1736bd0936c02d7443bc07fd4da027c34dc7b6dc/package" -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" -DCMAKE_PREFIX_PATH="/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package/build/1736bd0936c02d7443bc07fd4da027c34dc7b6dc" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package/build/1736bd0936c02d7443bc07fd4da027c34dc7b6dc" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package' ----------------- -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.0 -- 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 -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Library loguru found /home/conan/w/prod/BuildSingleReference/.conan/data/loguru/2.1.0/_/_/package/48b6c7ef0f3f0f40ea16d0055e8d5e6c2dbc409b/lib/libloguru.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Conan: C++ stdlib: libstdc++11 -- Library loguru found /home/conan/w/prod/BuildSingleReference/.conan/data/loguru/2.1.0/_/_/package/48b6c7ef0f3f0f40ea16d0055e8d5e6c2dbc409b/lib/libloguru.a -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/loguru/2.1.0/_/_/package/48b6c7ef0f3f0f40ea16d0055e8d5e6c2dbc409b/lib/libloguru.a -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package/build/1736bd0936c02d7443bc07fd4da027c34dc7b6dc ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package/build/1736bd0936c02d7443bc07fd4da027c34dc7b6dc' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object test_package/CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable ../bin/test_package [100%] Built target test_package loguru/2.1.0 (test package): Running test() ----Running------ > bin/test_package ----------------- CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:1: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp: In function ‘int main(int, char**)’: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:8:17: warning: too many arguments for format [-Wformat-extra-args] 8 | LOG_F(INFO, "42=={}", 42); | ^~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:9:17: warning: too many arguments for format [-Wformat-extra-args] 9 | LOG_F(INFO, "Use fmt? {}", LOGURU_USE_FMTLIB); | ^~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:10:17: warning: too many arguments for format [-Wformat-extra-args] 10 | LOG_F(INFO, "Scope text size: {}", LOGURU_SCOPE_TEXT_SIZE); | ^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:11:17: warning: too many arguments for format [-Wformat-extra-args] 11 | LOG_F(INFO, "Filename width: {}", LOGURU_FILENAME_WIDTH); | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:12:17: warning: too many arguments for format [-Wformat-extra-args] 12 | LOG_F(INFO, "Threadname width: {}", LOGURU_THREADNAME_WIDTH); | ^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:13:17: warning: too many arguments for format [-Wformat-extra-args] 13 | LOG_F(INFO, "Catch sigabrt: {}", LOGURU_CATCH_SIGABRT); | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:14:17: warning: too many arguments for format [-Wformat-extra-args] 14 | LOG_F(INFO, "Verbose scope endings: {}", LOGURU_VERBOSE_SCOPE_ENDINGS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:15:17: warning: too many arguments for format [-Wformat-extra-args] 15 | LOG_F(INFO, "Redefine assert: {}", LOGURU_REDEFINE_ASSERT); | ^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:16:17: warning: too many arguments for format [-Wformat-extra-args] 16 | LOG_F(INFO, "With fileabs: {}", LOGURU_WITH_FILEABS); | ^~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:17:17: warning: too many arguments for format [-Wformat-extra-args] 17 | LOG_F(INFO, "With rtti: {}", LOGURU_RTTI); | ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:18:17: warning: too many arguments for format [-Wformat-extra-args] 18 | LOG_F(INFO, "With streams: {}", LOGURU_WITH_STREAMS); | ^~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_package/test_package.cpp:27:17: warning: too many arguments for format [-Wformat-extra-args] 27 | LOG_F(INFO, "Replace GLog: {}", LOGURU_REPLACE_GLOG); | ^~~~~~~~~~~~~~~~~~ date time ( uptime ) [ thread name/id ] file:line v| 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] loguru.cpp:606 INFO| arguments: bin/test_package 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] loguru.cpp:609 INFO| Current dir: /home/conan/w/prod/BuildSingleReference/cci-adf05f2b/recipes/loguru/all/test_v1_package/build/1736bd0936c02d7443bc07fd4da027c34dc7b6dc 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] loguru.cpp:611 INFO| stderr verbosity: 0 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] loguru.cpp:612 INFO| ----------------------------------- 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:6 INFO| { logging scope 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:8 INFO| . 42=={} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:9 INFO| . Use fmt? {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:10 INFO| . Scope text size: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:11 INFO| . Filename width: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:12 INFO| . Threadname width: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:13 INFO| . Catch sigabrt: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:14 INFO| . Verbose scope endings: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:15 INFO| . Redefine assert: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:16 INFO| . With fileabs: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:17 INFO| . With rtti: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:18 INFO| . With streams: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:27 INFO| . Replace GLog: {} 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] test_package.cpp:6 INFO| } 0.000 s: logging scope 2023-05-10 14:50:04.276 ( 0.000s) [main thread ] loguru.cpp:485 INFO| atexit