******************************************************************************** conan install edyn/0.1.0@ --build=edyn --profile=/home/conan/w/BuildSingleReference/35472/e0fe97b5-4235-4e9d-bb22-e2c7f8aac173/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux os_build=Linux [options] edyn:shared=False [build_requires] [env] edyn/0.1.0: Forced build from source Installing package: edyn/0.1.0 Requirements edyn/0.1.0 from local cache - Cache entt/3.5.2 from 'conan-center' - Cache Packages edyn/0.1.0:004fcaad6993914e5bb8fe4292606a24696e973c - Build entt/3.5.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... entt/3.5.2: Already installed! [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 edyn/0.1.0: Copying sources to build folder edyn/0.1.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c edyn/0.1.0: Generator cmake_find_package created FindEnTT.cmake edyn/0.1.0: Generator cmake_paths created conan_paths.cmake edyn/0.1.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 edyn/0.1.0: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/package/004fcaad6993914e5bb8fe4292606a24696e973c" -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_MODULE_PATH="/home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn' ----------------- -- The CXX compiler identification is GNU 9.2.1 -- 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: Using autogenerated FindEnTT.cmake -- Found EnTT: 3.5.2 (found version "3.5.2") -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c' '--' '-j3' ----------------- Scanning dependencies of target Edyn [ 1%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/math/geom.cpp.o [ 2%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/math/quaternion.cpp.o [ 3%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/broadphase_main.cpp.o [ 4%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/broadphase_worker.cpp.o [ 5%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/narrowphase.cpp.o [ 7%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/contact_manifold_map.cpp.o [ 8%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/dynamic_tree.cpp.o [ 9%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_sphere_sphere.cpp.o [ 10%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_sphere_plane.cpp.o [ 11%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_cylinder_cylinder.cpp.o [ 12%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_cylinder_plane.cpp.o [ 14%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_cylinder_sphere.cpp.o [ 15%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_capsule_capsule.cpp.o [ 16%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_capsule_cylinder.cpp.o [ 17%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_capsule_plane.cpp.o [ 18%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_capsule_sphere.cpp.o [ 20%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_capsule_mesh.cpp.o [ 21%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_box_box.cpp.o [ 22%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_box_plane.cpp.o [ 23%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_capsule_box.cpp.o [ 24%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_cylinder_box.cpp.o [ 25%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_sphere_box.cpp.o [ 27%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_cylinder_mesh.cpp.o [ 28%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_sphere_mesh.cpp.o [ 29%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_box_mesh.cpp.o [ 30%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_polyhedron_capsule.cpp.o [ 31%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_polyhedron_cylinder.cpp.o [ 32%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_polyhedron_box.cpp.o [ 34%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_polyhedron_plane.cpp.o [ 35%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_polyhedron_polyhedron.cpp.o [ 36%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_polyhedron_sphere.cpp.o [ 37%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_polyhedron_mesh.cpp.o [ 38%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_compound_compound.cpp.o [ 40%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_compound_plane.cpp.o [ 41%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collide/collide_compound_mesh.cpp.o [ 42%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/should_collide.cpp.o [ 43%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/collision_result.cpp.o [ 44%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/collision/raycast.cpp.o [ 45%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/constraints/contact_constraint.cpp.o [ 47%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/constraints/distance_constraint.cpp.o [ 48%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/constraints/soft_distance_constraint.cpp.o [ 49%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/constraints/point_constraint.cpp.o [ 50%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/constraints/hinge_constraint.cpp.o [ 51%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/constraints/generic_constraint.cpp.o [ 52%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/constraints/null_constraint.cpp.o [ 54%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/constraints/gravity_constraint.cpp.o [ 55%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/dynamics/solver.cpp.o [ 56%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/sys/update_aabbs.cpp.o [ 57%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/sys/update_rotated_meshes.cpp.o [ 58%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/sys/update_inertias.cpp.o [ 60%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/util/rigidbody.cpp.o [ 61%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/util/constraint_util.cpp.o [ 62%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/util/shape_util.cpp.o [ 63%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/util/aabb_util.cpp.o [ 64%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/util/moment_of_inertia.cpp.o [ 65%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/util/shape_volume.cpp.o [ 67%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/util/collision_util.cpp.o [ 68%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/shapes/triangle_mesh.cpp.o [ 69%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/shapes/paged_triangle_mesh.cpp.o [ 70%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/util/triangle_util.cpp.o [ 71%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/shapes/box_shape.cpp.o [ 72%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/shapes/cylinder_shape.cpp.o [ 74%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/shapes/polyhedron_shape.cpp.o [ 75%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/shapes/convex_mesh.cpp.o [ 76%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/shapes/compound_shape.cpp.o [ 77%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/entity_graph.cpp.o [ 78%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/job_queue.cpp.o [ 80%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/job_dispatcher.cpp.o [ 81%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/job_scheduler.cpp.o [ 82%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/job_queue_scheduler.cpp.o [ 83%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/island_worker.cpp.o [ 84%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/island_coordinator.cpp.o [ 85%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/island_delta.cpp.o [ 87%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/island_delta_builder.cpp.o [ 88%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/island_worker_context.cpp.o [ 89%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/parallel/make_island_delta_builder.cpp.o [ 90%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/serialization/paged_triangle_mesh_s11n.cpp.o [ 91%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/context/settings.cpp.o [ 92%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/edyn.cpp.o [ 94%] Building CXX object CMakeFiles/Edyn.dir/src/edyn/time/unix/time.cpp.o [ 95%] Linking CXX static library lib/libEdyn.a [ 95%] Built target Edyn Scanning dependencies of target hello_world Scanning dependencies of target current_pos [ 96%] Building CXX object examples/CMakeFiles/hello_world.dir/hello_world/hello_world.cpp.o [ 97%] Building CXX object examples/CMakeFiles/current_pos.dir/current_pos/current_pos.cpp.o [ 98%] Linking CXX executable ../bin/examples/hello_world [100%] Linking CXX executable ../bin/examples/current_pos [100%] Built target current_pos [100%] Built target hello_world edyn/0.1.0: Package '004fcaad6993914e5bb8fe4292606a24696e973c' built edyn/0.1.0: Build folder /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c edyn/0.1.0: Generated conaninfo.txt edyn/0.1.0: Generated conanbuildinfo.txt edyn/0.1.0: Generating the package edyn/0.1.0: Package folder /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/package/004fcaad6993914e5bb8fe4292606a24696e973c edyn/0.1.0: Calling package() [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 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 CONAN_CMAKE_POSITION_INDEPENDENT_CODE CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_LIBCXX CONAN_SHARED_LINKER_FLAGS In file included from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/island_delta.hpp:8, from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/island_delta_builder.hpp:9, from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/src/edyn/parallel/island_worker.cpp:12: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::sleeping_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] 70 | auto ctx = merge_context{®istry, &map}; | ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/island_delta.hpp:8, from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/island_coordinator.hpp:10, from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/src/edyn/parallel/island_coordinator.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::continuous_contacts_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] 70 | auto ctx = merge_context{®istry, &map}; | ^~~ /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::kinematic_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::static_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::procedural_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::dynamic_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::sleeping_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] In file included from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/island_delta.hpp:8, from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/island_delta_builder.hpp:9, from /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/src/edyn/context/settings.cpp:2: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::continuous_contacts_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] 70 | auto ctx = merge_context{®istry, &map}; | ^~~ /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::disabled_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::sleeping_disabled_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::sleeping_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::procedural_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::static_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::kinematic_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp: In instantiation of ‘void edyn::created_entity_component_container::import(entt::registry&, edyn::entity_map&) [with Component = edyn::dynamic_tag; entt::registry = entt::basic_registry]’: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:69:10: required from here /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/build/004fcaad6993914e5bb8fe4292606a24696e973c/edyn/include/edyn/parallel/entity_component_container.hpp:70:14: warning: variable ‘ctx’ set but not used [-Wunused-but-set-variable] entt/3.5.2: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/entt/3.5.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib [HOOK - conan-center.py] post_package(): ERROR: [PACKAGE LICENSE (KB-H012)] No 'licenses' folder found in package: /home/conan/w/BuildSingleReference/.conan/data/edyn/0.1.0/_/_/package/004fcaad6993914e5bb8fe4292606a24696e973c (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H012) ERROR: [HOOK - conan-center.py] post_package(): Some checks failed running the hook, check the output