[INFO] fetching crate franka-interface 0.2.0...
[INFO] checking franka-interface-0.2.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate franka-interface 0.2.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate franka-interface 0.2.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate franka-interface 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate franka-interface 0.2.0
[INFO] tweaked toml for crates.io crate franka-interface 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate franka-interface 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v1.0.34
[INFO] [stderr]   Downloaded thiserror v1.0.34
[INFO] [stderr]   Downloaded cmake v0.1.48
[INFO] [stderr]   Downloaded libm v0.2.5
[INFO] [stderr]   Downloaded rubullet v0.1.0-alpha-3
[INFO] [stderr]   Downloaded nix v0.20.2
[INFO] [stderr]   Downloaded libfranka-rs v0.9.0
[INFO] [stderr]   Downloaded nalgebra v0.23.2
[INFO] [stderr]   Downloaded rubullet-sys v0.1.0-alpha-2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b50d8375ddc8fac738c5951546b2eeafebc545d0187bf12131592a5934d1db2c
[INFO] running `Command { std: "docker" "start" "-a" "b50d8375ddc8fac738c5951546b2eeafebc545d0187bf12131592a5934d1db2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b50d8375ddc8fac738c5951546b2eeafebc545d0187bf12131592a5934d1db2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b50d8375ddc8fac738c5951546b2eeafebc545d0187bf12131592a5934d1db2c", kill_on_drop: false }`
[INFO] [stdout] b50d8375ddc8fac738c5951546b2eeafebc545d0187bf12131592a5934d1db2c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6309b999aee943721bd7a29b766ad45586db065ea722775f928e52fb0ae4002
[INFO] running `Command { std: "docker" "start" "-a" "e6309b999aee943721bd7a29b766ad45586db065ea722775f928e52fb0ae4002", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling libm v0.2.5
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]     Checking matrixmultiply v0.2.4
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]    Compiling rubullet-sys v0.1.0-alpha-2
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking nix v0.20.2
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking simba v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking rand_distr v0.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/30f74ff0dc4d66debc8b50724c446f817e5f75f4/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=a9b82225c82d2a30 -C extra-filename=-a9b82225c82d2a30 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-81da2ef539567102.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-5d51b44369580e1b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-ada55e7c48d3cd4f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `simba` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/30f74ff0dc4d66debc8b50724c446f817e5f75f4/bin/rustc --crate-name simba --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simba-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=52290286a6bbe599 -C extra-filename=-52290286a6bbe599 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-473a01ee868b4ef8.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-12df4f7bf27d89ca.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-692adc2b2f1898e9.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-07c5629f70e12307.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `nix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/30f74ff0dc4d66debc8b50724c446f817e5f75f4/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on -C metadata=9680a7b9df0bc98e -C extra-filename=-9680a7b9df0bc98e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-93ebdca0a3c26009.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-99187e9899d6a7d6.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-8ea6e9989da8ba5b.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-96b5e08b79f980a2.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: failed to run custom build command for `rubullet-sys v0.1.0-alpha-2`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/rubullet-sys-754b5487344bcb14/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/rubullet-sys-c8427d285d10ea55/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/rubullet-sys-c8427d285d10ea55/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
[INFO] [stderr]   -- The CXX compiler identification is GNU 11.4.0
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- The C compiler identification is GNU 11.4.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so   
[INFO] [stderr]   -- Configuring done
[INFO] [stderr]   -- Generating done
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/rubullet-sys-c8427d285d10ea55/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/rubullet-sys-c8427d285d10ea55/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "install" "--config" "RelWithDebInfo" "--parallel" "16"
[INFO] [stderr]   [  0%] Building CXX object libbullet3/src/Bullet3Common/CMakeFiles/Bullet3Common.dir/b3AlignedAllocator.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/src/Bullet3Common/CMakeFiles/Bullet3Common.dir/b3Vector3.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/src/Bullet3Common/CMakeFiles/Bullet3Common.dir/b3Logging.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/OpenGLGuiHelper.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/Jacobian.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/X11OpenGLWindow.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/OpenGLExampleBrowser.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/OpenGLWindow/SimpleCamera.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/bChunk.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Anim.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/CloneTreeCreator.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/src/BulletInverseDynamics/CMakeFiles/BulletInverseDynamics.dir/IDMath.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/Extras/BulletRoboticsGUI/CMakeFiles/BulletRoboticsGUI.dir/__/__/examples/SharedMemory/plugins/stablePDPlugin/SpAlg.o
[INFO] [stderr]   [  1%] Building CXX object libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/btSoftBody.o
[INFO] [stderr]   [  2%] Building CXX object libbullet3/Extras/Serialize/BulletWorldImporter/CMakeFiles/BulletWorldImporter.dir/btMultiBodyWorldImporter.o
[INFO] [stderr]   [  2%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btAxisSweep3.o
[INFO] [stderr]   [  2%] Building CXX object libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/btSoftBodyConcaveCollisionAlgorithm.o
[INFO] [stderr]   [  2%] Building CXX object libbullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/bDNA.o
[INFO] [stderr]   [  2%] Linking CXX static library libBullet3Common.a
[INFO] [stderr]   [  3%] Building C object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/__/ThirdPartyLibs/glad/glx.o
[INFO] [stderr]   [  3%] Built target Bullet3Common
[INFO] [stderr]   [  3%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/geometry.o
[INFO] [stderr]   [  3%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GL_ShapeDrawer.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/CoilCreator.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Character/btKinematicCharacterController.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/src/BulletInverseDynamics/CMakeFiles/BulletInverseDynamics.dir/MultiBodyTree.o
[INFO] [stderr]   [  4%] Building C object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/__/ThirdPartyLibs/glad/gl.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/model.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/LinearR2.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btBroadphaseProxy.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/bFile.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/src/BulletInverseDynamics/CMakeFiles/BulletInverseDynamics.dir/details/MultiBodyTreeInitCache.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/MultiBodyTreeCreator.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/BaseRender.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btCollisionAlgorithm.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btDbvt.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/EGLOpenGLWindow.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/Extras/Serialize/BulletWorldImporter/CMakeFiles/BulletWorldImporter.dir/btBulletWorldImporter.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btDbvtBroadphase.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/LinearR3.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btConeTwistConstraint.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btContactConstraint.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/GLFWOpenGLWindow.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/GLInstancingRenderer.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/src/BulletInverseDynamics/CMakeFiles/BulletInverseDynamics.dir/details/MultiBodyTreeImpl.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/btMultiBodyTreeCreator.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btFixedConstraint.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/LinearR4.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/CollisionShape2TriangleMesh.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/btBulletFile.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/tgaimage.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Base.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btDispatcher.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btOverlappingPairCache.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btQuantizedBvh.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/our_gl.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btSimpleBroadphase.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/DillCreator.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/MatrixRmn.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btGearConstraint.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/MultiBodyTreeDebugGraph.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/TinyRenderer.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/Extras/Serialize/BulletWorldImporter/CMakeFiles/BulletWorldImporter.dir/btWorldImporter.o
[INFO] [stderr]   [  9%] Linking CXX static library libBulletFileLoader.a
[INFO] [stderr]   [  9%] Built target BulletFileLoader
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/collisionFilterPlugin/collisionFilterPlugin.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btActivatingCollisionAlgorithm.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/pdControlPlugin/pdControlPlugin.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btGeneric6DofConstraint.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/invdyn_bullet_comparison.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/GLPrimitiveRenderer.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btBoxBoxCollisionAlgorithm.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/__/Utils/b3Clock.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/IDRandomUtil.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/__/Utils/ChromeTraceUtil.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/__/Utils/b3ResourcePath.o
[INFO] [stderr]   [ 12%] Linking CXX static library libBulletInverseDynamics.a
[INFO] [stderr]   [ 12%] Built target BulletInverseDynamics
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/GLRenderToTexture.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/LoadShader.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/b3RobotSimulatorClientAPI_NoGUI.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/OpenSans.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/Misc.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/GraphingTexture.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/RandomTreeCreator.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Button.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btBoxBoxDetector.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/Node.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Canvas.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btGeneric6DofSpringConstraint.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/SimpleCamera.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/GwenParameterInterface.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/IKTrajectoryHelper.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionDispatcher.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/Tree.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/SimpleTreeCreator.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/VectorRn.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btGeneric6DofSpring2Constraint.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/MultiBodyNameMap.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/tinyRendererPlugin/tinyRendererPlugin.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/SimpleOpenGL2App.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionDispatcherMt.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/tinyRendererPlugin/TinyRendererVisualShapeConverter.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/SimpleOpenGL2Renderer.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/SimpleOpenGL3App.o
[INFO] [stderr]   [ 14%] Linking CXX static library libBussIK.a
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/InProcessMemory.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClient.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/TwFonts.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/CheckBox.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/User2InternalIndex.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionObject.o
[INFO] [stderr]   [ 14%] Built target BussIK
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionWorld.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsServer.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionWorldImporter.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsServerSharedMemory.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btHinge2Constraint.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsDirect.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/fontstash.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/opengl_fontstashcallbacks.o
[INFO] [stderr]   [ 15%] Building C object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/__/ThirdPartyLibs/glad/egl.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/GwenProfileWindow.o
[INFO] [stderr]   [ 15%] Linking CXX static library libBulletInverseDynamicsUtils.a
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCompoundCollisionAlgorithm.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/__/ThirdPartyLibs/stb_image/stb_image_write.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/GwenTextureWindow.o
[INFO] [stderr]   [ 16%] Built target BulletInverseDynamicsUtils
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/btSoftBodyHelpers.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ColorControls.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btHingeConstraint.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btPoint2PointConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btSequentialImpulseConstraintSolver.o
[INFO] [stderr]   [ 17%] Linking CXX static library libBulletWorldImporter.a
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsDirectC_API.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btSequentialImpulseConstraintSolverMt.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/gwenUserInterface.o
[INFO] [stderr]   [ 17%] Built target BulletWorldImporter
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btBatchedConstraints.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btNNCGConstraintSolver.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsServerCommandProcessor.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ColorPicker.o
[INFO] [stderr]   [ 17%] Linking CXX static library libOpenGLWindow.a
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btSliderConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btSolve2LinearConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btConvexConcaveCollisionAlgorithm.o
[INFO] [stderr]   [ 17%] Built target OpenGLWindow
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btConvexConvexAlgorithm.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btTypedConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btUniversalConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btDiscreteDynamicsWorld.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btDiscreteDynamicsWorldMt.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btSimulationIslandManagerMt.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btConvexPlaneCollisionAlgorithm.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ComboBox.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btConvex2dConvex2dAlgorithm.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btRigidBody.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btSimpleDynamicsWorld.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Vehicle/btRaycastVehicle.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Vehicle/btWheelInfo.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btDefaultCollisionConfiguration.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/b3PluginManager.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btEmptyCollisionAlgorithm.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/CrossSplitter.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btGhostObject.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClientSharedMemory.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBody.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyConstraint.o
[INFO] [stderr]   [ 19%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btHashedSimplePairCache.o
[INFO] [stderr]   [ 19%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btInternalEdgeUtility.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Dialog/FileOpen.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyConstraintSolver.o
[INFO] [stderr]   [ 20%] Linking CXX static library libBulletExampleBrowserLib.a
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyDynamicsWorld.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btManifoldResult.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btSimulationIslandManager.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyFixedConstraint.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Dialog/FileSave.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Dialog/Query.o
[INFO] [stderr]   [ 21%] Built target BulletExampleBrowserLib
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/DockBase.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btSphereBoxCollisionAlgorithm.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/DockedTabControl.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Dragger.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/GroupBox.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyGearConstraint.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyJointLimitConstraint.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClientSharedMemory_C_API.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/HSVColorPicker.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btSphereSphereCollisionAlgorithm.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btSphereTriangleCollisionAlgorithm.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClientC_API.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/Win32SharedMemory.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PosixSharedMemory.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/HorizontalScrollBar.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/HorizontalSlider.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ImagePanel.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btUnionFind.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Label.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/LabelClickable.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Utils/b3ResourcePath.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyJointMotor.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ListBox.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyMLCPConstraintSolver.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/SphereTriangleDetector.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Utils/RobotLoggingUtil.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Menu.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyPoint2Point.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/MenuItem.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/NumericUpDown.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/MenuStrip.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodySliderConstraint.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodySphericalJointMotor.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/PanelListPanel.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btBoxShape.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Utils/b3Clock.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btBox2dShape.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ProgressBar.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Utils/ChromeTraceUtil.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/tinyxml2/tinyxml2.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/MLCPSolvers/btDantzigLCP.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btBvhTriangleMeshShape.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/MLCPSolvers/btMLCPSolver.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Properties.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btCapsuleShape.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/MLCPSolvers/btLemkeAlgorithm.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/RadioButton.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/RadioButtonController.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btCollisionShape.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ResizableControl.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Resizer.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/RichLabel.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btCompoundShape.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConcaveShape.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConeShape.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexHullShape.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexInternalShape.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ScrollBar.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ScrollBarBar.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/stb_image/stb_image.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexPointCloudShape.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ScrollBarButton.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexPolyhedron.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ScrollControl.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Slider.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/SplitterBar.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TabButton.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexShape.o
[INFO] [stderr]   [ 28%] Linking CXX static library libBulletDynamics.a
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvex2dShape.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TabControl.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexTriangleMeshShape.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TabStrip.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btCylinderShape.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Text.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TextBox.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btEmptyShape.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btHeightfieldTerrainShape.o
[INFO] [stderr]   [ 29%] Built target BulletDynamics
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TextBoxNumeric.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TreeControl.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TreeNode.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btMiniSDF.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/VerticalScrollBar.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/VerticalSlider.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btMultimaterialTriangleMeshShape.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btMinkowskiSumShape.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/WindowControl.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btMultiSphereShape.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btOptimizedBvh.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/DragAndDrop.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Gwen.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/Jacobian.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btPolyhedralConvexShape.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Hook.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btScaledBvhTriangleMeshShape.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btSdfCollisionShape.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/LinearR2.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btShapeHull.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Platforms/Null.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Platforms/Windows.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Renderers/OpenGL_DebugFont.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btSphereShape.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Skin.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btStaticPlaneShape.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/LinearR3.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/ToolTip.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Utility.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/LinearR4.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btStridingMeshInterface.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/events.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTetrahedronShape.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/inputhandler.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/MatrixRmn.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/Misc.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleBuffer.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleCallback.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleIndexVertexArray.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleMesh.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleIndexVertexMaterialArray.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleMeshShape.o
[INFO] [stderr]   [ 34%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btUniformScalingShape.o
[INFO] [stderr]   [ 34%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/Node.o
[INFO] [stderr]   [ 34%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/Tree.o
[INFO] [stderr]   [ 34%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/BussIK/VectorRn.o
[INFO] [stderr]   [ 34%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportColladaDemo/LoadMeshFromCollada.o
[INFO] [stderr]   [ 34%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btContactProcessing.o
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportObjDemo/LoadMeshFromObj.o
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGenericPoolAllocator.o
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGImpactBvh.o
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGImpactCollisionAlgorithm.o
[INFO] [stderr]   [ 36%] Linking CXX static library libgwen.a
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGImpactQuantizedBvh.o
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGImpactShape.o
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btTriangleShapeEx.o
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/gim_box_set.o
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.o
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportMJCFDemo/BulletMJCFImporter.o
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportURDFDemo/BulletUrdfImporter.o
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportURDFDemo/MyMultiBodyCreator.o
[INFO] [stderr]   [ 36%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportURDFDemo/URDF2Bullet.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/gim_contact.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/gim_memory.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/gim_tri_collision.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btContinuousConvexCollision.o
[INFO] [stderr]   [ 37%] Built target gwen
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btConvexCast.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btGjkEpa2.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btGjkConvexCast.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btGjkPairDetector.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportURDFDemo/UrdfParser.o
[INFO] [stderr]   [ 37%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btPersistentManifold.o
[INFO] [stderr]   [ 38%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.o
[INFO] [stderr]   [ 38%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btRaycastCallback.o
[INFO] [stderr]   [ 38%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportURDFDemo/urdfStringSplit.o
[INFO] [stderr]   [ 38%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/Importers/ImportMeshUtility/b3ImportMeshUtility.o
[INFO] [stderr]   [ 38%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btSubSimplexConvexCast.o
[INFO] [stderr]   [ 38%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btVoronoiSimplexSolver.o
[INFO] [stderr]   [ 39%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/MultiThreading/b3PosixThreadSupport.o
[INFO] [stderr]   [ 39%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btPolyhedralContactClipping.o
[INFO] [stderr]   [ 39%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/MultiThreading/b3Win32ThreadSupport.o
[INFO] [stderr]   [ 39%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/MultiThreading/b3ThreadSupportInterface.o
[INFO] [stderr]   [ 39%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClientUDP.o
[INFO] [stderr]   [ 39%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClientUDP_C_API.o
[INFO] [stderr]   [ 39%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/win32.o
[INFO] [stderr]   [ 39%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/unix.o
[INFO] [stderr]   [ 39%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/callbacks.o
[INFO] [stderr]   [ 39%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/compress.o
[INFO] [stderr]   [ 40%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/host.o
[INFO] [stderr]   [ 40%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/list.o
[INFO] [stderr]   [ 40%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/packet.o
[INFO] [stderr]   [ 40%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/peer.o
[INFO] [stderr]   [ 40%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClientTCP_C_API.o
[INFO] [stderr]   [ 40%] Building C object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/enet/protocol.o
[INFO] [stderr]   [ 40%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClientTCP.o
[INFO] [stderr]   [ 40%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/clsocket/src/SimpleSocket.o
[INFO] [stderr]   [ 40%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/clsocket/src/ActiveSocket.o
[INFO] [stderr]   [ 41%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/ThirdPartyLibs/clsocket/src/PassiveSocket.o
[INFO] [stderr]   [ 41%] Linking CXX static library libBulletCollision.a
[INFO] [stderr]   [ 41%] Built target BulletCollision
[INFO] [stderr]   [ 41%] Linking CXX static library libBulletRobotics.a
[INFO] [stderr]   [ 41%] Built target BulletRobotics
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Deprecation Warning at libbullet3/CMakeLists.txt:1 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 2.8.12 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   Linux
[INFO] [stderr]   CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindOpenGL.cmake:315 (message):
[INFO] [stderr]     Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
[INFO] [stderr]     available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
[INFO] [stderr]     cmake_policy command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]     FindOpenGL found both a legacy GL library:
[INFO] [stderr] 
[INFO] [stderr]       OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
[INFO] [stderr] 
[INFO] [stderr]     and GLVND libraries for OpenGL and GLX:
[INFO] [stderr] 
[INFO] [stderr]       OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
[INFO] [stderr]       OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
[INFO] [stderr] 
[INFO] [stderr]     OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
[INFO] [stderr]     compatibility with CMake 3.10 and below the legacy GL library will be used.
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     libbullet3/CMakeLists.txt:309 (FIND_PACKAGE)
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   OPENGL FOUND
[INFO] [stderr]   /usr/lib/x86_64-linux-gnu/libGL.so/usr/lib/x86_64-linux-gnu/libGLU.so
[INFO] [stderr]   CMake Warning (dev) at libbullet3/examples/ExampleBrowser/CMakeLists.txt:411 (ADD_EXECUTABLE):
[INFO] [stderr]     Policy CMP0115 is not set: Source file extensions must be explicit.  Run
[INFO] [stderr]     "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
[INFO] [stderr]     command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]     File:
[INFO] [stderr] 
[INFO] [stderr]       /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/Benchmarks/TaruData.h
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning (dev) at libbullet3/src/Bullet3Common/CMakeLists.txt:37 (ADD_LIBRARY):
[INFO] [stderr]     Policy CMP0115 is not set: Source file extensions must be explicit.  Run
[INFO] [stderr]     "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
[INFO] [stderr]     command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]     File:
[INFO] [stderr] 
[INFO] [stderr]       /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/shared/b3Float4.h
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning (dev) at libbullet3/src/Bullet3Common/CMakeLists.txt:37 (ADD_LIBRARY):
[INFO] [stderr]     Policy CMP0115 is not set: Source file extensions must be explicit.  Run
[INFO] [stderr]     "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
[INFO] [stderr]     command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]     File:
[INFO] [stderr] 
[INFO] [stderr]       /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/shared/b3PlatformDefinitions.h
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   gmake: warning: -j16 forced in submake: resetting jobserver mode.
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btGhostObject.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Character/btKinematicCharacterController.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'bool btKinematicCharacterController::recoverFromPenetration(btCollisionWorld*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Character/btKinematicCharacterController.cpp:203:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btGhostObject.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Character/btKinematicCharacterController.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'bool btKinematicCharacterController::recoverFromPenetration(btCollisionWorld*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 16))[12].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [libbullet3/Extras/BulletRoboticsGUI/CMakeFiles/BulletRoboticsGUI.dir/build.make:76: libbullet3/Extras/BulletRoboticsGUI/CMakeFiles/BulletRoboticsGUI.dir/__/__/examples/SharedMemory/plugins/stablePDPlugin/SpAlg.o] Error 1
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:1260: libbullet3/Extras/BulletRoboticsGUI/CMakeFiles/BulletRoboticsGUI.dir/all] Error 2
[INFO] [stderr]   gmake[1]: *** Waiting for unfinished jobs....
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp: In member function 'virtual void GwenParameterInterface::registerSliderFloatParameter(SliderParams&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:88:55: warning: ' : ' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
[INFO] [stderr]      88 |                         snprintf(txt, sizeof(txt), "%s : %.3f", m_variableName, val);
[INFO] [stderr]         |                                                       ^~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:88:52: note: assuming directive output of 5 bytes
[INFO] [stderr]      88 |                         snprintf(txt, sizeof(txt), "%s : %.3f", m_variableName, val);
[INFO] [stderr]         |                                                    ^~~~~~~~~~~
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ThirdPartyLibs/Gwen/Macros.h:7,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ThirdPartyLibs/Gwen/Gwen.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/./../OpenGLWindow/GwenOpenGL3CoreRenderer.h:5,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/gwenInternalData.h:4,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:2:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 7 and 1341 bytes into a destination of size 1024
[INFO] [stderr]      71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      72 |                                    __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      73 |                                    __va_arg_pack ());
[INFO] [stderr]         |                                    ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp: In member function 'void MySliderEventHandler<T>::SetValue(T) [with T = double]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:88:55: warning: ' : ' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
[INFO] [stderr]      88 |                         snprintf(txt, sizeof(txt), "%s : %.3f", m_variableName, val);
[INFO] [stderr]         |                                                       ^~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:88:52: note: assuming directive output of 5 bytes
[INFO] [stderr]      88 |                         snprintf(txt, sizeof(txt), "%s : %.3f", m_variableName, val);
[INFO] [stderr]         |                                                    ^~~~~~~~~~~
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ThirdPartyLibs/Gwen/Macros.h:7,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ThirdPartyLibs/Gwen/Gwen.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/./../OpenGLWindow/GwenOpenGL3CoreRenderer.h:5,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/gwenInternalData.h:4,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:2:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 7 and 1341 bytes into a destination of size 1024
[INFO] [stderr]      71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      72 |                                    __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      73 |                                    __va_arg_pack ());
[INFO] [stderr]         |                                    ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:261:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 16))[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:276:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 16))[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = const btDbvtNode*]',
[INFO] [stderr]       inlined from 'void btDbvt::collideTVNoStackAlloc(const btDbvtNode*, const btDbvtVolume&, btNodeStack&, btDbvt::ICollide&) const' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btDbvt.h:1199:15,
[INFO] [stderr]       inlined from 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:293:30:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '*(btAlignedObjectArray<const btDbvtNode*>*)((char*)this + 16).btAlignedObjectArray<const btDbvtNode*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:310:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 16))[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/build.make:76: libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/btSoftBody.o] Error 1
[INFO] [stderr]   gmake[2]: *** Waiting for unfinished jobs....
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'virtual void btSequentialImpulseConstraintSolverMt::convertBodies(btCollisionObject**, int, const btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.cpp:805:49:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSequentialImpulseConstraintSolverMt::convertBodies(btCollisionObject**, int, const btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '((btAlignedObjectArray<int>*)((char*)this + 16))[9].btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btCompoundCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:337:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object 'manifoldArray.btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:55:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In destructor 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[3].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:56:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In destructor 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[4].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:57:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In destructor 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[5].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:137:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[4].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:138:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[5].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:163:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '*(btAlignedObjectArray<btCollisionObject*>*)*_66.btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:164:31:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)*_66)[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:165:33:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)*_66)[2].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBody.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyInternals.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyHelpers.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'static void btSoftBodyHelpers::interpolateBarycentricWeights(btSoftBody*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyHelpers.cpp:1573:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBody.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyInternals.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyHelpers.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In static member function 'static void btSoftBodyHelpers::interpolateBarycentricWeights(btSoftBody*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)psb + 24))[77].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:1650: libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/all] Error 2
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::processConstraints()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:185:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void InplaceSolverIslandCallback::processConstraints()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 24))[1].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::processConstraints()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:186:21:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void InplaceSolverIslandCallback::processConstraints()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 24))[2].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::processConstraints()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:187:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void InplaceSolverIslandCallback::processConstraints()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)((char*)this + 24))[3].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:118:18,
[INFO] [stderr]       inlined from 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:698:31:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this_29(D)->m_solverIslandCallback + 24))[1].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:119:21,
[INFO] [stderr]       inlined from 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:698:31:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this_29(D)->m_solverIslandCallback + 24))[2].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:120:23,
[INFO] [stderr]       inlined from 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:698:31:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)((char*)this_29(D)->m_solverIslandCallback + 24))[3].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'void btSimulationIslandManager::buildIslands(btDispatcher*, btCollisionWorld*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:202:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btSimulationIslandManager::buildIslands(btDispatcher*, btCollisionWorld*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 8))[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'void btSimulationIslandManager::processIslands(btDispatcher*, btCollisionWorld*, btSimulationIslandManager::IslandCallback*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:442:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btSimulationIslandManager::processIslands(btDispatcher*, btCollisionWorld*, btSimulationIslandManager::IslandCallback*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 8))[2].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:116:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 8))[2].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:117:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 8))[4].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:118:29:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)((char*)this + 8))[5].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btMultiBodyConstraint*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:119:38:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btMultiBodyConstraint*>*)((char*)this + 8))[6].btAlignedObjectArray<btMultiBodyConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:238:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 8))[2].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:239:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 8))[3].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:240:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 8))[4].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:241:29:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)((char*)this + 8))[5].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btMultiBodyConstraint*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:242:38:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btMultiBodyConstraint*>*)((char*)this + 8))[6].btAlignedObjectArray<btMultiBodyConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.h:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:24:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMultiBody::finalizeMultiDof()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:346:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.h:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btMultiBody::finalizeMultiDof()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[12].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.h:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:24:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMultiBody::finalizeMultiDof()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:348:20:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.h:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btMultiBody::finalizeMultiDof()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[11].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:211:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[18].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:212:44:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[19].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:213:33:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[20].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp: In member function 'virtual const SharedMemoryStatus* PhysicsClientSharedMemory::processServerStatus()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:891:81: warning: '%f' directive writing between 3 and 317 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
[INFO] [stderr]     891 |                                                                 sprintf(msg, "%s%f", msg,
[INFO] [stderr]         |                                                                                 ^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:891:78: note: assuming directive output of 8 bytes
[INFO] [stderr]     891 |                                                                 sprintf(msg, "%s%f", msg,
[INFO] [stderr]         |                                                                              ^~~~~~
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /usr/include/c++/11/cstdio:42,
[INFO] [stderr]                    from /usr/include/c++/11/ext/string_conversions.h:43,
[INFO] [stderr]                    from /usr/include/c++/11/bits/basic_string.h:6608,
[INFO] [stderr]                    from /usr/include/c++/11/string:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/b3HashMap.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:7:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 4 and 1341 bytes into a destination of size 1024
[INFO] [stderr]      38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      39 |                                   __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      40 |                                   __va_arg_pack ());
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:886:81: warning: '%f' directive writing between 3 and 317 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
[INFO] [stderr]     886 |                                                                 sprintf(msg, "%s%f,", msg,
[INFO] [stderr]         |                                                                                 ^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:886:78: note: assuming directive output of 8 bytes
[INFO] [stderr]     886 |                                                                 sprintf(msg, "%s%f,", msg,
[INFO] [stderr]         |                                                                              ^~~~~~~
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /usr/include/c++/11/cstdio:42,
[INFO] [stderr]                    from /usr/include/c++/11/ext/string_conversions.h:43,
[INFO] [stderr]                    from /usr/include/c++/11/bits/basic_string.h:6608,
[INFO] [stderr]                    from /usr/include/c++/11/string:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/b3HashMap.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:7:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 1342 bytes into a destination of size 1024
[INFO] [stderr]      38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      39 |                                   __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      40 |                                   __va_arg_pack ());
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:895:66: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
[INFO] [stderr]     895 |                                                 sprintf(msg, "%s]", msg);
[INFO] [stderr]         |                                                                  ^
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /usr/include/c++/11/cstdio:42,
[INFO] [stderr]                    from /usr/include/c++/11/ext/string_conversions.h:43,
[INFO] [stderr]                    from /usr/include/c++/11/bits/basic_string.h:6608,
[INFO] [stderr]                    from /usr/include/c++/11/string:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/b3HashMap.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:7:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 2 and 1025 bytes into a destination of size 1024
[INFO] [stderr]      38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      39 |                                   __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      40 |                                   __va_arg_pack ());
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:910:73: warning: '%f' directive writing between 3 and 317 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
[INFO] [stderr]     910 |                                                         sprintf(msg, "%s%f", msg,
[INFO] [stderr]         |                                                                         ^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:910:70: note: assuming directive output of 8 bytes
[INFO] [stderr]     910 |                                                         sprintf(msg, "%s%f", msg,
[INFO] [stderr]         |                                                                      ^~~~~~
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /usr/include/c++/11/cstdio:42,
[INFO] [stderr]                    from /usr/include/c++/11/ext/string_conversions.h:43,
[INFO] [stderr]                    from /usr/include/c++/11/bits/basic_string.h:6608,
[INFO] [stderr]                    from /usr/include/c++/11/string:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/b3HashMap.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:7:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 4 and 1341 bytes into a destination of size 1024
[INFO] [stderr]      38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      39 |                                   __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      40 |                                   __va_arg_pack ());
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:905:73: warning: '%f' directive writing between 3 and 317 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
[INFO] [stderr]     905 |                                                         sprintf(msg, "%s%f,", msg,
[INFO] [stderr]         |                                                                         ^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:905:70: note: assuming directive output of 8 bytes
[INFO] [stderr]     905 |                                                         sprintf(msg, "%s%f,", msg,
[INFO] [stderr]         |                                                                      ^~~~~~~
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /usr/include/c++/11/cstdio:42,
[INFO] [stderr]                    from /usr/include/c++/11/ext/string_conversions.h:43,
[INFO] [stderr]                    from /usr/include/c++/11/bits/basic_string.h:6608,
[INFO] [stderr]                    from /usr/include/c++/11/string:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/b3HashMap.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:7:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 1342 bytes into a destination of size 1024
[INFO] [stderr]      38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      39 |                                   __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      40 |                                   __va_arg_pack ());
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:914:58: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
[INFO] [stderr]     914 |                                         sprintf(msg, "%s]", msg);
[INFO] [stderr]         |                                                          ^
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /usr/include/c++/11/cstdio:42,
[INFO] [stderr]                    from /usr/include/c++/11/ext/string_conversions.h:43,
[INFO] [stderr]                    from /usr/include/c++/11/bits/basic_string.h:6608,
[INFO] [stderr]                    from /usr/include/c++/11/string:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/b3HashMap.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsClientSharedMemory.cpp:7:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 2 and 1025 bytes into a destination of size 1024
[INFO] [stderr]      38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      39 |                                   __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      40 |                                   __va_arg_pack ());
[INFO] [stderr]         |                                   ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'void btMultiBodyMLCPConstraintSolver::createMLCPFastRigidBody(const btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:328:13:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btMultiBodyMLCPConstraintSolver::createMLCPFastRigidBody(const btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '((btAlignedObjectArray<int>*)((char*)this + 16))[50].btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSolverConstraint*]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:716:33:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSolverConstraint*>*)((char*)this + 16))[42].btAlignedObjectArray<btSolverConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btMultiBodySolverConstraint*]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:717:42:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btMultiBodySolverConstraint*>*)((char*)this + 16))[43].btAlignedObjectArray<btMultiBodySolverConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMatrixX<T>::resize(int, int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:196:20,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:766:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[25].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:767:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[27].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:768:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[28].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:769:15:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[29].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:770:15:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[30].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMatrixX<T>::resize(int, int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:196:20,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:829:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[34].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:830:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[36].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:831:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[37].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:832:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[38].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:833:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[39].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'virtual void btMLCPSolver::createMLCPFast(const btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:230:13:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btMLCPSolver::createMLCPFast(const btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '((btAlignedObjectArray<int>*)((char*)this + 24))[31].btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSolverConstraint*]',
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:45:33:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSolverConstraint*>*)((char*)this + 24))[24].btAlignedObjectArray<btSolverConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMatrixX<T>::resize(int, int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:196:20,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:93:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[13].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:94:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[15].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:95:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[16].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:96:15:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[17].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:97:15:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[18].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btHashMap.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsServerCommandProcessor.h:4,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsServerCommandProcessor.cpp:1:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'void btMatrixX<T>::rowComputeNonZeroElements() const [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletInverseDynamics/details/../../LinearMath/btMatrixX.h:306:35:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btMatrixX<T>::rowComputeNonZeroElements() const [with T = double]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '*_20 + _270.btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/Importers/ImportURDFDemo/URDFImporterInterface.h:5,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/Importers/ImportURDFDemo/BulletUrdfImporter.h:4,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp:14:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'virtual void BulletURDFImporter::getLinkChildIndices(int, btAlignedObjectArray<int>&) const' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp:327:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void BulletURDFImporter::getLinkChildIndices(int, btAlignedObjectArray<int>&) const':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '*childLinkIndices.btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   gmake: *** [Makefile:136: all] Error 2
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.48/src/lib.rs:975:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x561ce916da62 - std::backtrace_rs::backtrace::libunwind::trace::hd67e08e71d64f12a
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x561ce916da62 - std::backtrace_rs::backtrace::trace_unsynchronized::h1b6e03ae921b7ccc
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x561ce916da62 - std::sys_common::backtrace::_print_fmt::h104284235ec6c37d
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x561ce916da62 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9ec11fc9f8e1e9e3
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x561ce91926ec - core::fmt::rt::Argument::fmt::hba6bb69d73dbc69a
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/fmt/rt.rs:142:9
[INFO] [stderr]      5:     0x561ce91926ec - core::fmt::write::h1591db653c658e71
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/fmt/mod.rs:1153:17
[INFO] [stderr]      6:     0x561ce916afdf - std::io::Write::write_fmt::hfbffa468e7623aef
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/io/mod.rs:1843:15
[INFO] [stderr]      7:     0x561ce916d834 - std::sys_common::backtrace::_print::h00abfdf27a732373
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x561ce916d834 - std::sys_common::backtrace::print::ha9520edf621a95dc
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x561ce916f06b - std::panicking::default_hook::{{closure}}::h46e508c07ecf0cb0
[INFO] [stderr]     10:     0x561ce916edc3 - std::panicking::default_hook::h171667a6e5f66517
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panicking.rs:292:9
[INFO] [stderr]     11:     0x561ce916f50d - std::panicking::rust_panic_with_hook::hb748cf56d2d9af62
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panicking.rs:779:13
[INFO] [stderr]     12:     0x561ce916f3e2 - std::panicking::begin_panic_handler::{{closure}}::h1f68a14808274394
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panicking.rs:657:13
[INFO] [stderr]     13:     0x561ce916df36 - std::sys_common::backtrace::__rust_end_short_backtrace::h36413da1fefb6b73
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x561ce916f114 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panicking.rs:645:5
[INFO] [stderr]     15:     0x561ce90f4165 - core::panicking::panic_fmt::hbebe585df2478a90
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x561ce9100021 - cmake::fail::heb3b4826fa89d222
[INFO] [stderr]     17:     0x561ce90ff726 - cmake::run::h86f2aa103f7e381b
[INFO] [stderr]     18:     0x561ce90fc7a6 - cmake::Config::build::ha1ea6d52463dc036
[INFO] [stderr]     19:     0x561ce90f6283 - build_script_build::main::h89a052f6cb9bfbba
[INFO] [stderr]     20:     0x561ce90f4bc3 - core::ops::function::FnOnce::call_once::h78c3528d676ac5fe
[INFO] [stderr]     21:     0x561ce90f4816 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2ccb23b3cb9778d6
[INFO] [stderr]     22:     0x561ce90f4929 - std::rt::lang_start::{{closure}}::h64762d035f12c736
[INFO] [stderr]     23:     0x561ce91670a3 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hc0dea7e08dfe9d58
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     24:     0x561ce91670a3 - std::panicking::try::do_call::h9e7e3ff0019eca48
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panicking.rs:552:40
[INFO] [stderr]     25:     0x561ce91670a3 - std::panicking::try::h4177c8693e12080e
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panicking.rs:516:19
[INFO] [stderr]     26:     0x561ce91670a3 - std::panic::catch_unwind::h30c59f0ccf8c5da4
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panic.rs:146:14
[INFO] [stderr]     27:     0x561ce91670a3 - std::rt::lang_start_internal::{{closure}}::hc959f2313e587664
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/rt.rs:148:48
[INFO] [stderr]     28:     0x561ce91670a3 - std::panicking::try::do_call::h52365037f05374a7
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panicking.rs:552:40
[INFO] [stderr]     29:     0x561ce91670a3 - std::panicking::try::h7da172df60cd6061
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panicking.rs:516:19
[INFO] [stderr]     30:     0x561ce91670a3 - std::panic::catch_unwind::h88fa8b63d34be7de
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/panic.rs:146:14
[INFO] [stderr]     31:     0x561ce91670a3 - std::rt::lang_start_internal::hc3039611687c4867
[INFO] [stderr]                                  at /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/rt.rs:148:20
[INFO] [stderr]     32:     0x561ce90f4907 - std::rt::lang_start::h1401903392eee20a
[INFO] [stderr]     33:     0x561ce90f6725 - main
[INFO] [stderr]     34:     0x7fc5b87b4d90 - <unknown>
[INFO] [stderr]     35:     0x7fc5b87b4e40 - __libc_start_main
[INFO] [stderr]     36:     0x561ce90f4745 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "e6309b999aee943721bd7a29b766ad45586db065ea722775f928e52fb0ae4002", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6309b999aee943721bd7a29b766ad45586db065ea722775f928e52fb0ae4002", kill_on_drop: false }`
[INFO] [stdout] e6309b999aee943721bd7a29b766ad45586db065ea722775f928e52fb0ae4002
[INFO] checking franka-interface-0.2.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate franka-interface 0.2.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate franka-interface 0.2.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate franka-interface 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate franka-interface 0.2.0
[INFO] tweaked toml for crates.io crate franka-interface 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate franka-interface 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 87c9510eb869e8e547ad53e7cc51deb08ad60dae9b4a8de5629816a8009ad24a
[INFO] running `Command { std: "docker" "start" "-a" "87c9510eb869e8e547ad53e7cc51deb08ad60dae9b4a8de5629816a8009ad24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87c9510eb869e8e547ad53e7cc51deb08ad60dae9b4a8de5629816a8009ad24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87c9510eb869e8e547ad53e7cc51deb08ad60dae9b4a8de5629816a8009ad24a", kill_on_drop: false }`
[INFO] [stdout] 87c9510eb869e8e547ad53e7cc51deb08ad60dae9b4a8de5629816a8009ad24a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c05530ce05df51c2be19556fa1901766ba72b05593fa4c2ac8b1fdd25c1eb93
[INFO] running `Command { std: "docker" "start" "-a" "7c05530ce05df51c2be19556fa1901766ba72b05593fa4c2ac8b1fdd25c1eb93", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling libm v0.2.5
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking matrixmultiply v0.2.4
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling rubullet-sys v0.1.0-alpha-2
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nix v0.20.2
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking simba v0.3.1
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking rand_distr v0.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=a9b82225c82d2a30 -C extra-filename=-a9b82225c82d2a30 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-81da2ef539567102.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-5d51b44369580e1b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-ada55e7c48d3cd4f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `simba` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/72eda894eb3548c7ba774079ce0afab42958d4ee/bin/rustc --crate-name simba --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simba-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=52290286a6bbe599 -C extra-filename=-52290286a6bbe599 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-473a01ee868b4ef8.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-12df4f7bf27d89ca.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-692adc2b2f1898e9.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-07c5629f70e12307.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: failed to run custom build command for `rubullet-sys v0.1.0-alpha-2`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/rubullet-sys-754b5487344bcb14/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/rubullet-sys-c8427d285d10ea55/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/rubullet-sys-c8427d285d10ea55/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
[INFO] [stderr]   -- The CXX compiler identification is GNU 11.4.0
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- The C compiler identification is GNU 11.4.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so   
[INFO] [stderr]   -- Configuring done
[INFO] [stderr]   -- Generating done
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/rubullet-sys-c8427d285d10ea55/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/rubullet-sys-c8427d285d10ea55/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "install" "--config" "RelWithDebInfo" "--parallel" "16"
[INFO] [stderr]   [  0%] Building CXX object libbullet3/src/Bullet3Common/CMakeFiles/Bullet3Common.dir/b3AlignedAllocator.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/OpenGLExampleBrowser.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Anim.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/OpenGLGuiHelper.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/Jacobian.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/src/Bullet3Common/CMakeFiles/Bullet3Common.dir/b3Vector3.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/Extras/BulletRoboticsGUI/CMakeFiles/BulletRoboticsGUI.dir/__/__/examples/SharedMemory/plugins/stablePDPlugin/SpAlg.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/X11OpenGLWindow.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/CloneTreeCreator.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/OpenGLWindow/SimpleCamera.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/bChunk.o
[INFO] [stderr]   [  0%] Building CXX object libbullet3/src/BulletInverseDynamics/CMakeFiles/BulletInverseDynamics.dir/IDMath.o
[INFO] [stderr]   [  1%] Building CXX object libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/btSoftBody.o
[INFO] [stderr]   [  1%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Character/btKinematicCharacterController.o
[INFO] [stderr]   [  2%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btAxisSweep3.o
[INFO] [stderr]   [  2%] Building CXX object libbullet3/Extras/Serialize/BulletWorldImporter/CMakeFiles/BulletWorldImporter.dir/btMultiBodyWorldImporter.o
[INFO] [stderr]   [  2%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btConeTwistConstraint.o
[INFO] [stderr]   [  3%] Building C object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/__/ThirdPartyLibs/glad/glx.o
[INFO] [stderr]   [  3%] Building CXX object libbullet3/src/Bullet3Common/CMakeFiles/Bullet3Common.dir/b3Logging.o
[INFO] [stderr]   [  3%] Linking CXX static library libBullet3Common.a
[INFO] [stderr]   [  3%] Building CXX object libbullet3/src/BulletInverseDynamics/CMakeFiles/BulletInverseDynamics.dir/MultiBodyTree.o
[INFO] [stderr]   [  3%] Building CXX object libbullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/bDNA.o
[INFO] [stderr]   [  3%] Built target Bullet3Common
[INFO] [stderr]   [  3%] Building C object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/__/ThirdPartyLibs/glad/gl.o
[INFO] [stderr]   [  3%] Building CXX object libbullet3/Extras/Serialize/BulletWorldImporter/CMakeFiles/BulletWorldImporter.dir/btBulletWorldImporter.o
[INFO] [stderr]   [  3%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/geometry.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/CoilCreator.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/src/BulletInverseDynamics/CMakeFiles/BulletInverseDynamics.dir/details/MultiBodyTreeInitCache.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/LinearR2.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/model.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/LinearR3.o
[INFO] [stderr]   [  4%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btBroadphaseProxy.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/BaseRender.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/EGLOpenGLWindow.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btCollisionAlgorithm.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/src/BulletInverseDynamics/CMakeFiles/BulletInverseDynamics.dir/details/MultiBodyTreeImpl.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/MultiBodyTreeCreator.o
[INFO] [stderr]   [  5%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/GLFWOpenGLWindow.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/bFile.o
[INFO] [stderr]   [  6%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/GLInstancingRenderer.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/Extras/Serialize/BulletWorldImporter/CMakeFiles/BulletWorldImporter.dir/btWorldImporter.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btDbvt.o
[INFO] [stderr]   [  7%] Building CXX object libbullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/btBulletFile.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btContactConstraint.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btDbvtBroadphase.o
[INFO] [stderr]   [  8%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/btMultiBodyTreeCreator.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/LinearR4.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btFixedConstraint.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Base.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btGearConstraint.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/tgaimage.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btDispatcher.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btOverlappingPairCache.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btQuantizedBvh.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btGeneric6DofConstraint.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btGeneric6DofSpringConstraint.o
[INFO] [stderr]   [  9%] Linking CXX static library libBulletFileLoader.a
[INFO] [stderr]   [  9%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GL_ShapeDrawer.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/BroadphaseCollision/btSimpleBroadphase.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/DillCreator.o
[INFO] [stderr]   [  9%] Built target BulletFileLoader
[INFO] [stderr]   [  9%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/MatrixRmn.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/MultiBodyTreeDebugGraph.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/GLPrimitiveRenderer.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/invdyn_bullet_comparison.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/our_gl.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btGeneric6DofSpring2Constraint.o
[INFO] [stderr]   [  9%] Linking CXX static library libBulletInverseDynamics.a
[INFO] [stderr]   [  9%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/TinyRenderer/TinyRenderer.o
[INFO] [stderr]   [  9%] Built target BulletInverseDynamics
[INFO] [stderr]   [  9%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/Node.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/Misc.o
[INFO] [stderr]   [  9%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/GLRenderToTexture.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/collisionFilterPlugin/collisionFilterPlugin.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btHinge2Constraint.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/IDRandomUtil.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/CollisionShape2TriangleMesh.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/LoadShader.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/pdControlPlugin/pdControlPlugin.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/RandomTreeCreator.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/OpenSans.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/SimpleCamera.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/SimpleTreeCreator.o
[INFO] [stderr]   [ 10%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Button.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btActivatingCollisionAlgorithm.o
[INFO] [stderr]   [ 11%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/Tree.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/MultiBodyNameMap.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Canvas.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btHingeConstraint.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/CheckBox.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btBoxBoxCollisionAlgorithm.o
[INFO] [stderr]   [ 12%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ColorControls.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/SimpleOpenGL2App.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/SimpleOpenGL2Renderer.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/Extras/InverseDynamics/CMakeFiles/BulletInverseDynamicsUtils.dir/User2InternalIndex.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/b3RobotSimulatorClientAPI_NoGUI.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/ThirdPartyLibs/BussIK/CMakeFiles/BussIK.dir/VectorRn.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/SimpleOpenGL3App.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/IKTrajectoryHelper.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/__/Utils/b3Clock.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ColorPicker.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/TwFonts.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btBoxBoxDetector.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/__/Utils/ChromeTraceUtil.o
[INFO] [stderr]   [ 13%] Linking CXX static library libBussIK.a
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ComboBox.o
[INFO] [stderr]   [ 13%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btPoint2PointConstraint.o
[INFO] [stderr]   [ 13%] Linking CXX static library libBulletWorldImporter.a
[INFO] [stderr]   [ 13%] Linking CXX static library libBulletInverseDynamicsUtils.a
[INFO] [stderr]   [ 13%] Built target BussIK
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/__/Utils/b3ResourcePath.o
[INFO] [stderr]   [ 14%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/fontstash.o
[INFO] [stderr]   [ 14%] Built target BulletWorldImporter
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btSequentialImpulseConstraintSolver.o
[INFO] [stderr]   [ 15%] Built target BulletInverseDynamicsUtils
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/opengl_fontstashcallbacks.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btSequentialImpulseConstraintSolverMt.o
[INFO] [stderr]   [ 15%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/CrossSplitter.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Dialog/FileOpen.o
[INFO] [stderr]   [ 16%] Building C object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/__/ThirdPartyLibs/glad/egl.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btBatchedConstraints.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Dialog/FileSave.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/GraphingTexture.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/btSoftBodyConcaveCollisionAlgorithm.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/OpenGLWindow/CMakeFiles/OpenGLWindow.dir/__/ThirdPartyLibs/stb_image/stb_image_write.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionDispatcher.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/GwenProfileWindow.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/GwenParameterInterface.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/GwenTextureWindow.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/tinyRendererPlugin/tinyRendererPlugin.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ExampleBrowser/CMakeFiles/BulletExampleBrowserLib.dir/GwenGUISupport/gwenUserInterface.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/tinyRendererPlugin/TinyRendererVisualShapeConverter.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/InProcessMemory.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionDispatcherMt.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsClient.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Dialog/Query.o
[INFO] [stderr]   [ 16%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/DockBase.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsServer.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btNNCGConstraintSolver.o
[INFO] [stderr]   [ 17%] Linking CXX static library libOpenGLWindow.a
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btSliderConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsServerSharedMemory.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btSolve2LinearConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/DockedTabControl.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionObject.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionWorld.o
[INFO] [stderr]   [ 17%] Built target OpenGLWindow
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCollisionWorldImporter.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/btSoftBodyHelpers.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Dragger.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/GroupBox.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsDirectC_API.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsDirect.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btTypedConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/ConstraintSolver/btUniversalConstraint.o
[INFO] [stderr]   [ 17%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btDiscreteDynamicsWorld.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCompoundCollisionAlgorithm.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/PhysicsServerCommandProcessor.o
[INFO] [stderr]   [ 18%] Building CXX object libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/b3PluginManager.o
[INFO] [stderr]   [ 19%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btDiscreteDynamicsWorldMt.o
[INFO] [stderr]   [ 19%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btSimulationIslandManagerMt.o
[INFO] [stderr]   [ 19%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/HSVColorPicker.o
[INFO] [stderr]   [ 19%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/HorizontalScrollBar.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/HorizontalSlider.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btRigidBody.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.o
[INFO] [stderr]   [ 20%] Linking CXX static library libBulletExampleBrowserLib.a
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btConvexConcaveCollisionAlgorithm.o
[INFO] [stderr]   [ 20%] Built target BulletExampleBrowserLib
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btConvexConvexAlgorithm.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Dynamics/btSimpleDynamicsWorld.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Vehicle/btRaycastVehicle.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ImagePanel.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btConvexPlaneCollisionAlgorithm.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Vehicle/btWheelInfo.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Label.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/LabelClickable.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btConvex2dConvex2dAlgorithm.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBody.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyConstraint.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btDefaultCollisionConfiguration.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btEmptyCollisionAlgorithm.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyConstraintSolver.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btGhostObject.o
[INFO] [stderr]   [ 20%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ListBox.o
[INFO] [stderr]   [ 21%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyDynamicsWorld.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btHashedSimplePairCache.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btInternalEdgeUtility.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyFixedConstraint.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btManifoldResult.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyGearConstraint.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Menu.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btSimulationIslandManager.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btSphereBoxCollisionAlgorithm.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/MenuItem.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btSphereTriangleCollisionAlgorithm.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btSphereSphereCollisionAlgorithm.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/MenuStrip.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/NumericUpDown.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyJointLimitConstraint.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/btUnionFind.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionDispatch/SphereTriangleDetector.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyJointMotor.o
[INFO] [stderr]   [ 22%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyMLCPConstraintSolver.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btBoxShape.o
[INFO] [stderr]   [ 23%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btBox2dShape.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/PanelListPanel.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ProgressBar.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btBvhTriangleMeshShape.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Properties.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodyPoint2Point.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/RadioButton.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodySliderConstraint.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btCapsuleShape.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/Featherstone/btMultiBodySphericalJointMotor.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btCollisionShape.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/MLCPSolvers/btDantzigLCP.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btCompoundShape.o
[INFO] [stderr]   [ 24%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/RadioButtonController.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/MLCPSolvers/btMLCPSolver.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ResizableControl.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/src/BulletDynamics/CMakeFiles/BulletDynamics.dir/MLCPSolvers/btLemkeAlgorithm.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Resizer.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/RichLabel.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ScrollBar.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConcaveShape.o
[INFO] [stderr]   [ 25%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConeShape.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ScrollBarBar.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ScrollBarButton.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexHullShape.o
[INFO] [stderr]   [ 26%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/ScrollControl.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexInternalShape.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexPointCloudShape.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexPolyhedron.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Slider.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/SplitterBar.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TabButton.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TabControl.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexShape.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TabStrip.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvex2dShape.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btConvexTriangleMeshShape.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/Text.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btCylinderShape.o
[INFO] [stderr]   [ 27%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btEmptyShape.o
[INFO] [stderr]   [ 28%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TextBox.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btMiniSDF.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btHeightfieldTerrainShape.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TextBoxNumeric.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TreeControl.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btMinkowskiSumShape.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btMultimaterialTriangleMeshShape.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/TreeNode.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/VerticalScrollBar.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/VerticalSlider.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Controls/WindowControl.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btMultiSphereShape.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/DragAndDrop.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btOptimizedBvh.o
[INFO] [stderr]   [ 29%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Gwen.o
[INFO] [stderr]   [ 29%] Linking CXX static library libBulletDynamics.a
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Hook.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Platforms/Null.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Platforms/Windows.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btPolyhedralConvexShape.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Renderers/OpenGL_DebugFont.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btScaledBvhTriangleMeshShape.o
[INFO] [stderr]   [ 30%] Built target BulletDynamics
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Skin.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/ToolTip.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btSdfCollisionShape.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btShapeHull.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/Utility.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/events.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btSphereShape.o
[INFO] [stderr]   [ 30%] Building CXX object libbullet3/examples/ThirdPartyLibs/Gwen/CMakeFiles/gwen.dir/inputhandler.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btStaticPlaneShape.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btStridingMeshInterface.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleBuffer.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTetrahedronShape.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleCallback.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleIndexVertexArray.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleIndexVertexMaterialArray.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleMesh.o
[INFO] [stderr]   [ 31%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btTriangleMeshShape.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/CollisionShapes/btUniformScalingShape.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btContactProcessing.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGenericPoolAllocator.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGImpactBvh.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGImpactCollisionAlgorithm.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGImpactShape.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btGImpactQuantizedBvh.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/btTriangleShapeEx.o
[INFO] [stderr]   [ 32%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/gim_box_set.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/gim_contact.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/gim_memory.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/Gimpact/gim_tri_collision.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btContinuousConvexCollision.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btConvexCast.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btGjkConvexCast.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btGjkEpa2.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btGjkPairDetector.o
[INFO] [stderr]   [ 33%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.o
[INFO] [stderr]   [ 34%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.o
[INFO] [stderr]   [ 35%] Linking CXX static library libgwen.a
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btPersistentManifold.o
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btRaycastCallback.o
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btSubSimplexConvexCast.o
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btVoronoiSimplexSolver.o
[INFO] [stderr]   [ 35%] Building CXX object libbullet3/src/BulletCollision/CMakeFiles/BulletCollision.dir/NarrowPhaseCollision/btPolyhedralContactClipping.o
[INFO] [stderr]   [ 35%] Built target gwen
[INFO] [stderr]   [ 35%] Linking CXX static library libBulletCollision.a
[INFO] [stderr]   [ 35%] Built target BulletCollision
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Deprecation Warning at libbullet3/CMakeLists.txt:1 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 2.8.12 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   Linux
[INFO] [stderr]   CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindOpenGL.cmake:315 (message):
[INFO] [stderr]     Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
[INFO] [stderr]     available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
[INFO] [stderr]     cmake_policy command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]     FindOpenGL found both a legacy GL library:
[INFO] [stderr] 
[INFO] [stderr]       OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
[INFO] [stderr] 
[INFO] [stderr]     and GLVND libraries for OpenGL and GLX:
[INFO] [stderr] 
[INFO] [stderr]       OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
[INFO] [stderr]       OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
[INFO] [stderr] 
[INFO] [stderr]     OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
[INFO] [stderr]     compatibility with CMake 3.10 and below the legacy GL library will be used.
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     libbullet3/CMakeLists.txt:309 (FIND_PACKAGE)
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   OPENGL FOUND
[INFO] [stderr]   /usr/lib/x86_64-linux-gnu/libGL.so/usr/lib/x86_64-linux-gnu/libGLU.so
[INFO] [stderr]   CMake Warning (dev) at libbullet3/examples/ExampleBrowser/CMakeLists.txt:411 (ADD_EXECUTABLE):
[INFO] [stderr]     Policy CMP0115 is not set: Source file extensions must be explicit.  Run
[INFO] [stderr]     "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
[INFO] [stderr]     command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]     File:
[INFO] [stderr] 
[INFO] [stderr]       /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/Benchmarks/TaruData.h
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning (dev) at libbullet3/src/Bullet3Common/CMakeLists.txt:37 (ADD_LIBRARY):
[INFO] [stderr]     Policy CMP0115 is not set: Source file extensions must be explicit.  Run
[INFO] [stderr]     "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
[INFO] [stderr]     command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]     File:
[INFO] [stderr] 
[INFO] [stderr]       /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/shared/b3Float4.h
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning (dev) at libbullet3/src/Bullet3Common/CMakeLists.txt:37 (ADD_LIBRARY):
[INFO] [stderr]     Policy CMP0115 is not set: Source file extensions must be explicit.  Run
[INFO] [stderr]     "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
[INFO] [stderr]     command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]     File:
[INFO] [stderr] 
[INFO] [stderr]       /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/Bullet3Common/shared/b3PlatformDefinitions.h
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   gmake: warning: -j16 forced in submake: resetting jobserver mode.
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btGhostObject.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Character/btKinematicCharacterController.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'bool btKinematicCharacterController::recoverFromPenetration(btCollisionWorld*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Character/btKinematicCharacterController.cpp:203:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btGhostObject.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Character/btKinematicCharacterController.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'bool btKinematicCharacterController::recoverFromPenetration(btCollisionWorld*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 16))[12].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [libbullet3/Extras/BulletRoboticsGUI/CMakeFiles/BulletRoboticsGUI.dir/build.make:76: libbullet3/Extras/BulletRoboticsGUI/CMakeFiles/BulletRoboticsGUI.dir/__/__/examples/SharedMemory/plugins/stablePDPlugin/SpAlg.o] Error 1
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:1260: libbullet3/Extras/BulletRoboticsGUI/CMakeFiles/BulletRoboticsGUI.dir/all] Error 2
[INFO] [stderr]   gmake[1]: *** Waiting for unfinished jobs....
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'virtual void btSequentialImpulseConstraintSolverMt::convertBodies(btCollisionObject**, int, const btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.cpp:805:49:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSequentialImpulseConstraintSolverMt::convertBodies(btCollisionObject**, int, const btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '((btAlignedObjectArray<int>*)((char*)this + 16))[9].btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp: In member function 'virtual void GwenParameterInterface::registerSliderFloatParameter(SliderParams&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:88:55: warning: ' : ' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
[INFO] [stderr]      88 |                         snprintf(txt, sizeof(txt), "%s : %.3f", m_variableName, val);
[INFO] [stderr]         |                                                       ^~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:88:52: note: assuming directive output of 5 bytes
[INFO] [stderr]      88 |                         snprintf(txt, sizeof(txt), "%s : %.3f", m_variableName, val);
[INFO] [stderr]         |                                                    ^~~~~~~~~~~
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ThirdPartyLibs/Gwen/Macros.h:7,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ThirdPartyLibs/Gwen/Gwen.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/./../OpenGLWindow/GwenOpenGL3CoreRenderer.h:5,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/gwenInternalData.h:4,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:2:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 7 and 1341 bytes into a destination of size 1024
[INFO] [stderr]      71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      72 |                                    __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      73 |                                    __va_arg_pack ());
[INFO] [stderr]         |                                    ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp: In member function 'void MySliderEventHandler<T>::SetValue(T) [with T = double]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:88:55: warning: ' : ' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=]
[INFO] [stderr]      88 |                         snprintf(txt, sizeof(txt), "%s : %.3f", m_variableName, val);
[INFO] [stderr]         |                                                       ^~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:88:52: note: assuming directive output of 5 bytes
[INFO] [stderr]      88 |                         snprintf(txt, sizeof(txt), "%s : %.3f", m_variableName, val);
[INFO] [stderr]         |                                                    ^~~~~~~~~~~
[INFO] [stderr]   In file included from /usr/include/stdio.h:894,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ThirdPartyLibs/Gwen/Macros.h:7,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ThirdPartyLibs/Gwen/Gwen.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/./../OpenGLWindow/GwenOpenGL3CoreRenderer.h:5,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/gwenInternalData.h:4,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp:2:
[INFO] [stderr]   /usr/include/x86_64-linux-gnu/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 7 and 1341 bytes into a destination of size 1024
[INFO] [stderr]      71 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[INFO] [stderr]         |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      72 |                                    __glibc_objsize (__s), __fmt,
[INFO] [stderr]         |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]      73 |                                    __va_arg_pack ());
[INFO] [stderr]         |                                    ~~~~~~~~~~~~~~~~~
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/build.make:76: libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/btSoftBody.o] Error 1
[INFO] [stderr]   gmake[2]: *** Waiting for unfinished jobs....
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:261:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 16))[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:276:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 16))[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = const btDbvtNode*]',
[INFO] [stderr]       inlined from 'void btDbvt::collideTVNoStackAlloc(const btDbvtNode*, const btDbvtVolume&, btNodeStack&, btDbvt::ICollide&) const' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btDbvt.h:1199:15,
[INFO] [stderr]       inlined from 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:293:30:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '*(btAlignedObjectArray<const btDbvtNode*>*)((char*)this + 16).btAlignedObjectArray<const btDbvtNode*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:310:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 16))[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:55:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In destructor 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[3].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:56:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In destructor 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[4].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:57:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In destructor 'btSimulationIslandManagerMt::~btSimulationIslandManagerMt()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[5].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/build.make:244: libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/__/__/examples/SharedMemory/plugins/tinyRendererPlugin/TinyRendererVisualShapeConverter.o] Error 1
[INFO] [stderr]   gmake[2]: *** Waiting for unfinished jobs....
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:137:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[4].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSimulationIslandManagerMt::Island*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:138:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSimulationIslandManagerMt::Island*>*)((char*)this + 16))[5].btAlignedObjectArray<btSimulationIslandManagerMt::Island*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:163:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '*(btAlignedObjectArray<btCollisionObject*>*)*_66.btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:164:31:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)*_66)[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'virtual void btSimulationIslandManagerMt::initIslandPools()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:165:33:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btSimulationIslandManagerMt::initIslandPools()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)*_66)[2].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void btCompoundCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:337:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btCompoundCompoundCollisionAlgorithm::processCollision(const btCollisionObjectWrapper*, const btCollisionObjectWrapper*, const btDispatcherInfo&, btManifoldResult*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object 'manifoldArray.btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::processConstraints()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:185:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void InplaceSolverIslandCallback::processConstraints()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 24))[1].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::processConstraints()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:186:21:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void InplaceSolverIslandCallback::processConstraints()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 24))[2].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::processConstraints()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:187:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void InplaceSolverIslandCallback::processConstraints()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)((char*)this + 24))[3].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:118:18,
[INFO] [stderr]       inlined from 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:698:31:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this_29(D)->m_solverIslandCallback + 24))[1].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:119:21,
[INFO] [stderr]       inlined from 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:698:31:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this_29(D)->m_solverIslandCallback + 24))[2].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'void InplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:120:23,
[INFO] [stderr]       inlined from 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:698:31:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)((char*)this_29(D)->m_solverIslandCallback + 24))[3].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBody.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyInternals.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyHelpers.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'static void btSoftBodyHelpers::interpolateBarycentricWeights(btSoftBody*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyHelpers.cpp:1573:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBody.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyInternals.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletSoftBody/btSoftBodyHelpers.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In static member function 'static void btSoftBodyHelpers::interpolateBarycentricWeights(btSoftBody*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)psb + 24))[77].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.h:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:24:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMultiBody::finalizeMultiDof()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:346:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.h:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btMultiBody::finalizeMultiDof()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[12].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.h:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:24:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMultiBody::finalizeMultiDof()' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:348:20:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.h:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btMultiBody::finalizeMultiDof()':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[11].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'void btSimulationIslandManager::buildIslands(btDispatcher*, btCollisionWorld*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:202:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btSimulationIslandManager::buildIslands(btDispatcher*, btCollisionWorld*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 8))[1].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:1650: libbullet3/src/BulletSoftBody/CMakeFiles/BulletSoftBody.dir/all] Error 2
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:18:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'void btSimulationIslandManager::processIslands(btDispatcher*, btCollisionWorld*, btSimulationIslandManager::IslandCallback*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:442:25:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btSimulationIslandManager::processIslands(btDispatcher*, btCollisionWorld*, btSimulationIslandManager::IslandCallback*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 8))[2].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:211:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[18].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:212:44:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[19].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:213:33:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)this)[20].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:116:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 8))[2].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:117:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 8))[4].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:118:29:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)((char*)this + 8))[5].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btMultiBodyConstraint*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:119:38:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::setup(btContactSolverInfo*, btTypedConstraint**, int, btMultiBodyConstraint**, int, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btMultiBodyConstraint*>*)((char*)this + 8))[6].btAlignedObjectArray<btMultiBodyConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:238:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 8))[2].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btCollisionObject*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:239:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btCollisionObject*>*)((char*)this + 8))[3].btAlignedObjectArray<btCollisionObject*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btPersistentManifold*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:240:27:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btPersistentManifold*>*)((char*)this + 8))[4].btAlignedObjectArray<btPersistentManifold*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btTypedConstraint*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:241:29:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btTypedConstraint*>*)((char*)this + 8))[5].btAlignedObjectArray<btTypedConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btMultiBodyConstraint*]',
[INFO] [stderr]       inlined from 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h:242:38:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:79,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void MultiBodyInplaceSolverIslandCallback::processConstraints(int)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btMultiBodyConstraint*>*)((char*)this + 8))[6].btAlignedObjectArray<btMultiBodyConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'void btMultiBodyMLCPConstraintSolver::createMLCPFastRigidBody(const btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:328:13:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btMultiBodyMLCPConstraintSolver::createMLCPFastRigidBody(const btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '((btAlignedObjectArray<int>*)((char*)this + 16))[50].btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSolverConstraint*]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:716:33:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSolverConstraint*>*)((char*)this + 16))[42].btAlignedObjectArray<btSolverConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btMultiBodySolverConstraint*]',
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:717:42:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btMultiBodySolverConstraint*>*)((char*)this + 16))[43].btAlignedObjectArray<btMultiBodySolverConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMatrixX<T>::resize(int, int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:196:20,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:766:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[25].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:767:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[27].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:768:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[28].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:769:15:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[29].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:770:15:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[30].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMatrixX<T>::resize(int, int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:196:20,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:829:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[34].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:830:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[36].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:831:23:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[37].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:832:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[38].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:833:24:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp:16:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMultiBodyMLCPConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 16))[39].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'virtual void btMLCPSolver::createMLCPFast(const btContactSolverInfo&)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:230:13:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual void btMLCPSolver::createMLCPFast(const btContactSolverInfo&)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '((btAlignedObjectArray<int>*)((char*)this + 24))[31].btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = btSolverConstraint*]',
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:45:33:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<btSolverConstraint*>*)((char*)this + 24))[24].btAlignedObjectArray<btSolverConstraint*>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btMatrixX<T>::resize(int, int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:196:20,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:93:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[13].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:94:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[15].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:95:14:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[16].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:96:15:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[17].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = double]',
[INFO] [stderr]       inlined from 'void btVectorX<T>::resize(int) [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btMatrixX.h:54:19,
[INFO] [stderr]       inlined from 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:97:15:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 8 and 17179869184 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'virtual btScalar btMLCPSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, const btContactSolverInfo&, btIDebugDraw*)':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-17179869184, -8] into destination object '((btAlignedObjectArray<double>*)((char*)this + 24))[18].btAlignedObjectArray<double>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btHashMap.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsServerCommandProcessor.h:4,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/examples/SharedMemory/PhysicsServerCommandProcessor.cpp:1:
[INFO] [stderr]   In member function 'void btAlignedObjectArray<T>::resize(int, const T&) [with T = int]',
[INFO] [stderr]       inlined from 'void btMatrixX<T>::rowComputeNonZeroElements() const [with T = double]' at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/BulletInverseDynamics/details/../../LinearMath/btMatrixX.h:306:35:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:223:33: warning: 'void* __builtin_memset(void*, int, long unsigned int)' writing between 4 and 8589934592 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
[INFO] [stderr]     223 |                                 new (&m_data[i]) T(fillData);
[INFO] [stderr]         |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h: In member function 'void btMatrixX<T>::rowComputeNonZeroElements() const [with T = double]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rubullet-sys-0.1.0-alpha-2/bullet3/libbullet3/src/LinearMath/btAlignedObjectArray.h:109:21: note: at offset [-8589934592, -4] into destination object '*_20 + _270.btAlignedObjectArray<int>::m_data' of size [0, 9223372036854775807]
[INFO] [stderr]     109 |                 if (m_data)
[INFO] [stderr]         |                     ^~~~~~
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:1286: libbullet3/Extras/BulletRobotics/CMakeFiles/BulletRobotics.dir/all] Error 2
[INFO] [stderr]   gmake: *** [Makefile:136: all] Error 2
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.48/src/lib.rs:975:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55a8a5372a62 - std::backtrace_rs::backtrace::libunwind::trace::h9c7f94e40162a27c
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x55a8a5372a62 - std::backtrace_rs::backtrace::trace_unsynchronized::ha56ed7d3a539b199
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x55a8a5372a62 - std::sys_common::backtrace::_print_fmt::h2b061112255cbda0
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x55a8a5372a62 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hd2f62a79c076756d
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x55a8a53976ec - core::fmt::rt::Argument::fmt::h3f82fcb0e5df8f82
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/fmt/rt.rs:142:9
[INFO] [stderr]      5:     0x55a8a53976ec - core::fmt::write::h205e4aa24bad4cfa
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/fmt/mod.rs:1153:17
[INFO] [stderr]      6:     0x55a8a536ffdf - std::io::Write::write_fmt::he97e1f829a4300f2
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/io/mod.rs:1843:15
[INFO] [stderr]      7:     0x55a8a5372834 - std::sys_common::backtrace::_print::hc96730fdf6f00296
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x55a8a5372834 - std::sys_common::backtrace::print::h1c9d9bd05b4be363
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x55a8a537406b - std::panicking::default_hook::{{closure}}::h49c3c76f3668a21c
[INFO] [stderr]     10:     0x55a8a5373dc3 - std::panicking::default_hook::h0c2f084c9298debc
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panicking.rs:292:9
[INFO] [stderr]     11:     0x55a8a537450d - std::panicking::rust_panic_with_hook::h193b3d102883e089
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panicking.rs:779:13
[INFO] [stderr]     12:     0x55a8a53743e2 - std::panicking::begin_panic_handler::{{closure}}::h0490fb0ce2a5c0be
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panicking.rs:657:13
[INFO] [stderr]     13:     0x55a8a5372f36 - std::sys_common::backtrace::__rust_end_short_backtrace::hba4a3b291ebba6bd
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x55a8a5374114 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panicking.rs:645:5
[INFO] [stderr]     15:     0x55a8a52f9165 - core::panicking::panic_fmt::hc5689e3f09a0388f
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x55a8a5305021 - cmake::fail::hdfcb297414336edb
[INFO] [stderr]     17:     0x55a8a5304726 - cmake::run::hfe225cd05bfe9fb0
[INFO] [stderr]     18:     0x55a8a53017a6 - cmake::Config::build::ha56f4049ac5f3b2a
[INFO] [stderr]     19:     0x55a8a52fb283 - build_script_build::main::h68e161a73b96060d
[INFO] [stderr]     20:     0x55a8a52f9bc3 - core::ops::function::FnOnce::call_once::h98b3b25d9b3dec69
[INFO] [stderr]     21:     0x55a8a52f9816 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2ba4a94fc905214b
[INFO] [stderr]     22:     0x55a8a52f9929 - std::rt::lang_start::{{closure}}::h029c19728d48042d
[INFO] [stderr]     23:     0x55a8a536c0a3 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hb687d3eb5aa194ab
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     24:     0x55a8a536c0a3 - std::panicking::try::do_call::h1a8db1b4ab94f870
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panicking.rs:552:40
[INFO] [stderr]     25:     0x55a8a536c0a3 - std::panicking::try::hc39e689b83d5a32c
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panicking.rs:516:19
[INFO] [stderr]     26:     0x55a8a536c0a3 - std::panic::catch_unwind::h9b93da0a1041af3a
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panic.rs:146:14
[INFO] [stderr]     27:     0x55a8a536c0a3 - std::rt::lang_start_internal::{{closure}}::h7a8e8885ac2254b7
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/rt.rs:148:48
[INFO] [stderr]     28:     0x55a8a536c0a3 - std::panicking::try::do_call::h3b7d4d3637ac6722
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panicking.rs:552:40
[INFO] [stderr]     29:     0x55a8a536c0a3 - std::panicking::try::hd3ee0615612e7288
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panicking.rs:516:19
[INFO] [stderr]     30:     0x55a8a536c0a3 - std::panic::catch_unwind::h9452a3a2801d03fb
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/panic.rs:146:14
[INFO] [stderr]     31:     0x55a8a536c0a3 - std::rt::lang_start_internal::he827cc1207184f9b
[INFO] [stderr]                                  at /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/rt.rs:148:20
[INFO] [stderr]     32:     0x55a8a52f9907 - std::rt::lang_start::hd4c55007cc3f42bd
[INFO] [stderr]     33:     0x55a8a52fb725 - main
[INFO] [stderr]     34:     0x7fa2a5c45d90 - <unknown>
[INFO] [stderr]     35:     0x7fa2a5c45e40 - __libc_start_main
[INFO] [stderr]     36:     0x55a8a52f9745 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "7c05530ce05df51c2be19556fa1901766ba72b05593fa4c2ac8b1fdd25c1eb93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c05530ce05df51c2be19556fa1901766ba72b05593fa4c2ac8b1fdd25c1eb93", kill_on_drop: false }`
[INFO] [stdout] 7c05530ce05df51c2be19556fa1901766ba72b05593fa4c2ac8b1fdd25c1eb93
