******************************************************************************** conan install flecs/2.3.1@ --profile=/Users/jenkins/w/BuildSingleReference@2/6336/67022c9a-df9b-466d-b164-1f066e512fdc/profile.txt --build=flecs ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference@2/.conan/profiles/default) Found apple-clang 12.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=12.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference@2/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] flecs:shared=False [build_requires] [env] flecs/2.3.1: Forced build from source Installing package: flecs/2.3.1 Requirements flecs/2.3.1 from local cache - Cache Packages flecs/2.3.1:d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK flecs/2.3.1: Configuring sources in /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK flecs/2.3.1: Copying sources to build folder flecs/2.3.1: Building your package in /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 flecs/2.3.1: 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 flecs/2.3.1: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="12.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2" -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" -Wno-dev '/Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2' ----------------- -- The C compiler identification is AppleClang 12.0.0.12000032 -- The CXX compiler identification is AppleClang 12.0.0.12000032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - 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: /Library/Developer/CommandLineTools/usr/bin/c++ - 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) -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2' '--target' 'flecs_static' '--' '-j8' ----------------- Scanning dependencies of target flecs_static [ 5%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/dbg.c.o [ 7%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/bulk.c.o [ 7%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/direct_access.c.o [ 10%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/module.c.o [ 13%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/queue.c.o [ 15%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/reader.c.o [ 18%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/snapshot.c.o [ 21%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/stats.c.o [ 23%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/addons/writer.c.o [ 26%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/modules/pipeline/pipeline.c.o [ 28%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/modules/pipeline/worker.c.o [ 31%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/modules/system/system.c.o [ 34%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/modules/system/system_dbg.c.o [ 36%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/modules/timer.c.o [ 39%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/api_support.c.o [ 42%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/bitset.c.o [ 44%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/bootstrap.c.o [ 47%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/entity.c.o [ 50%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/filter.c.o [ 52%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/hash.c.o [ 55%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/hierarchy.c.o [ 57%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/iter.c.o [ 60%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/log.c.o [ 63%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/map.c.o [ 65%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/misc.c.o [ 68%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/os_api.c.o [ 71%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/query.c.o [ 73%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/signature.c.o [ 76%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/sparse.c.o [ 78%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/stage.c.o [ 81%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/strbuf.c.o [ 84%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/switch_list.c.o [ 86%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/table.c.o [ 89%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/table_graph.c.o [ 92%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/type.c.o [ 94%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/vector.c.o [ 97%] Building C object source_subfolder/CMakeFiles/flecs_static.dir/src/world.c.o [100%] Linking C static library ../lib/libflecs_static.a [100%] Built target flecs_static flecs/2.3.1: Package 'd98fae1010d1fb9e7f79a1e8a72bbf129d8660a2' built flecs/2.3.1: Build folder /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 flecs/2.3.1: Generated conaninfo.txt flecs/2.3.1: Generated conanbuildinfo.txt flecs/2.3.1: Generating the package flecs/2.3.1: Package folder /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 flecs/2.3.1: Calling package() [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 flecs/2.3.1 package(): Packaged 1 file: LICENSE flecs/2.3.1 package(): Packaged 26 '.h' files flecs/2.3.1 package(): Packaged 1 '.hpp' file: flecs.hpp flecs/2.3.1 package(): Packaged 1 '.a' file: libflecs_static.a flecs/2.3.1: Package 'd98fae1010d1fb9e7f79a1e8a72bbf129d8660a2' created flecs/2.3.1: Created package revision 4ea67c9b93f1d672bf5262e16d7d3d5b [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK 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 /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/addons/stats.c:65:50: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] printf("%s: %*s %.2f\n", name, 32 - len, "", value); ~~~~~~ ^~~~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/addons/stats.c:131:9: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] if (delta_world_time != 0.0 && delta_frame_count != 0.0) { ^~~~~~~~~~~~~~~~ ~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/addons/stats.c:131:36: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] if (delta_world_time != 0.0 && delta_frame_count != 0.0) { ^~~~~~~~~~~~~~~~~ ~~ 3 warnings generated. /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/log.c:14:51: warning: format string is not a string literal [-Wformat-nonliteral] size = vsnprintf(result, ecs_to_size_t(size), fmt, tmpa); ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:75:63: note: expanded from macro 'vsnprintf' __builtin___vsnprintf_chk (str, len, 0, __darwin_obsz(str), format, ap) ^~~~~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/log.c:28:29: warning: format string is not a string literal [-Wformat-nonliteral] ecs_os_vsprintf(result, fmt, args); ^~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/include/flecs/os_api.h:299:55: note: expanded from macro 'ecs_os_vsprintf' #define ecs_os_vsprintf(ptr, fmt, args) vsprintf(ptr, fmt, args) ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:66:57: note: expanded from macro 'vsprintf' __builtin___vsprintf_chk (str, 0, __darwin_obsz(str), format, ap) ^~~~~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/map.c:28:40: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] return ecs_next_pow_of_2((int32_t)((float)element_count * LOAD_FACTOR)); ^~~~~~~~~~~~~~~~~~~~ ~ 2 warnings generated. /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/os_api.c:47:22: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf(stdout, fmt, args); ^~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/os_api.c:53:22: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf(stderr, fmt, args); ^~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/os_api.c:59:22: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf(stdout, fmt, args); ^~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/os_api.c:65:22: warning: format string is not a string literal [-Wformat-nonliteral] vfprintf(stderr, fmt, args); ^~~ 4 warnings generated. 1 warning generated. /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/strbuf.c:150:52: warning: format string is not a string literal [-Wformat-nonliteral] ecs_strbuf_ptr(b), (size_t)(max_copy + 1), str, args); ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:75:63: note: expanded from macro 'vsnprintf' __builtin___vsnprintf_chk (str, len, 0, __darwin_obsz(str), format, ap) ^~~~~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/strbuf.c:166:48: warning: format string is not a string literal [-Wformat-nonliteral] ecs_os_vsprintf(ecs_strbuf_ptr(b), str, arg_cpy); ^~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/include/flecs/os_api.h:299:55: note: expanded from macro 'ecs_os_vsprintf' #define ecs_os_vsprintf(ptr, fmt, args) vsprintf(ptr, fmt, args) ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:66:57: note: expanded from macro 'vsprintf' __builtin___vsprintf_chk (str, 0, __darwin_obsz(str), format, ap) ^~~~~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/strbuf.c:180:34: warning: format string is not a string literal [-Wformat-nonliteral] ecs_os_vsprintf(dst, str, arg_cpy); ^~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/include/flecs/os_api.h:299:55: note: expanded from macro 'ecs_os_vsprintf' #define ecs_os_vsprintf(ptr, fmt, args) vsprintf(ptr, fmt, args) ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:66:57: note: expanded from macro 'vsprintf' __builtin___vsprintf_chk (str, 0, __darwin_obsz(str), format, ap) ^~~~~~ 3 warnings generated. /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/world.c:671:22: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] if (world->stats.target_fps == 0.0 || enable) { ~~~~~~~~~~~~~^~~~~~~~~~ ~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/world.c:890:52: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] double target_delta_time = (1.0 / world->stats.target_fps); ~ ~~~~~~~~~~~~~^~~~~~~~~~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/world.c:892:22: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] world->stats.sleep_err / (double)world->stats.frame_count_total; ~~~~~~~~~~~~~^~~~~~~~~ ~ /Users/jenkins/w/BuildSingleReference@2/.conan/data/flecs/2.3.1/_/_/build/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/source_subfolder/src/world.c:976:53: warning: implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion] delta_time = 1.0 / world->stats.target_fps; ~ ~~~~~~~~~~~~~^~~~~~~~~~ 4 warnings generated.