Sep 04 05:47:17.958 INFO checking specs-0.11.2 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 05:47:17.958 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 05:47:17.958 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:47:18.122 INFO blam! 93769af11d98f24cf3057890deb702c9b58cb0ddfd37dfb759472ccfd1ad1df5 Sep 04 05:47:18.124 INFO running `"docker" "start" "-a" "93769af11d98f24cf3057890deb702c9b58cb0ddfd37dfb759472ccfd1ad1df5"` Sep 04 05:47:18.747 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 04 05:47:18.747 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 04 05:47:18.748 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 05:47:18.748 INFO kablam! files will be included as a benchmark target: Sep 04 05:47:18.748 INFO kablam! Sep 04 05:47:18.748 INFO kablam! * /source/benches/storage_cmp.rs Sep 04 05:47:18.748 INFO kablam! * /source/benches/storage_sparse.rs Sep 04 05:47:18.748 INFO kablam! Sep 04 05:47:18.748 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 05:47:18.748 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 04 05:47:18.748 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 04 05:47:18.748 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 05:47:18.748 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 05:47:18.748 INFO kablam! Sep 04 05:47:18.748 INFO kablam! For more information on this warning you can consult Sep 04 05:47:18.748 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 05:47:19.012 INFO kablam! Checking csv v1.0.1 Sep 04 05:47:19.012 INFO kablam! Checking cgmath v0.14.1 Sep 04 05:47:19.012 INFO kablam! Checking ron v0.2.2 Sep 04 05:47:19.013 INFO kablam! Checking handlebars v0.32.4 Sep 04 05:47:19.013 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 04 05:47:26.669 INFO kablam! Checking criterion v0.2.5 Sep 04 05:47:44.363 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.363 INFO kablam! --> benches/parallel.rs:219:21 Sep 04 05:47:44.363 INFO kablam! | Sep 04 05:47:44.363 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 04 05:47:44.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.363 INFO kablam! | Sep 04 05:47:44.363 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 05:47:44.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.363 INFO kablam! Sep 04 05:47:44.364 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.364 INFO kablam! --> benches/parallel.rs:224:21 Sep 04 05:47:44.364 INFO kablam! | Sep 04 05:47:44.364 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 04 05:47:44.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.364 INFO kablam! | Sep 04 05:47:44.364 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.364 INFO kablam! Sep 04 05:47:44.364 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.364 INFO kablam! --> benches/parallel.rs:230:13 Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 04 05:47:44.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.365 INFO kablam! Sep 04 05:47:44.365 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.365 INFO kablam! --> benches/parallel.rs:232:13 Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 04 05:47:44.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.365 INFO kablam! Sep 04 05:47:44.365 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.365 INFO kablam! --> benches/parallel.rs:233:13 Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 04 05:47:44.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.365 INFO kablam! Sep 04 05:47:44.365 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.365 INFO kablam! --> benches/parallel.rs:234:13 Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 04 05:47:44.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.365 INFO kablam! Sep 04 05:47:44.365 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.365 INFO kablam! --> benches/parallel.rs:235:13 Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.365 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 04 05:47:44.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.365 INFO kablam! | Sep 04 05:47:44.366 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.366 INFO kablam! Sep 04 05:47:46.021 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:46.021 INFO kablam! --> benches/world.rs:147:13 Sep 04 05:47:46.021 INFO kablam! | Sep 04 05:47:46.021 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 04 05:47:46.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:46.022 INFO kablam! | Sep 04 05:47:46.022 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 05:47:46.022 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:46.022 INFO kablam! Sep 04 05:47:46.022 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:46.022 INFO kablam! --> benches/world.rs:169:13 Sep 04 05:47:46.022 INFO kablam! | Sep 04 05:47:46.022 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 04 05:47:46.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:46.022 INFO kablam! | Sep 04 05:47:46.022 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:46.022 INFO kablam! Sep 04 05:47:49.968 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.968 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 04 05:47:49.968 INFO kablam! | Sep 04 05:47:49.968 INFO kablam! 25 | storage.insert(e, C::default()); Sep 04 05:47:49.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.968 INFO kablam! | Sep 04 05:47:49.968 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 05:47:49.968 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.968 INFO kablam! Sep 04 05:47:49.969 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.969 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 04 05:47:49.969 INFO kablam! | Sep 04 05:47:49.969 INFO kablam! 47 | storage.insert(e, C::default()); Sep 04 05:47:49.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.969 INFO kablam! | Sep 04 05:47:49.969 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.969 INFO kablam! Sep 04 05:47:49.969 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.970 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 04 05:47:49.970 INFO kablam! | Sep 04 05:47:49.970 INFO kablam! 80 | storage.insert(e, C::default()); Sep 04 05:47:49.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.970 INFO kablam! | Sep 04 05:47:49.970 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.970 INFO kablam! Sep 04 05:47:49.972 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.972 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.972 INFO kablam! | Sep 04 05:47:49.972 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.972 INFO kablam! ... Sep 04 05:47:49.972 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.972 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.972 INFO kablam! | Sep 04 05:47:49.972 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.972 INFO kablam! Sep 04 05:47:49.973 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.973 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.973 INFO kablam! | Sep 04 05:47:49.973 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.973 INFO kablam! ... Sep 04 05:47:49.973 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.973 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.973 INFO kablam! | Sep 04 05:47:49.973 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.973 INFO kablam! Sep 04 05:47:49.973 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.973 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.973 INFO kablam! | Sep 04 05:47:49.973 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.973 INFO kablam! ... Sep 04 05:47:49.973 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.973 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.973 INFO kablam! | Sep 04 05:47:49.974 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.974 INFO kablam! Sep 04 05:47:49.974 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.974 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.974 INFO kablam! | Sep 04 05:47:49.974 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.974 INFO kablam! ... Sep 04 05:47:49.974 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.974 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.974 INFO kablam! | Sep 04 05:47:49.974 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.974 INFO kablam! Sep 04 05:47:49.976 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.976 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.976 INFO kablam! | Sep 04 05:47:49.976 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.976 INFO kablam! ... Sep 04 05:47:49.976 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.976 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.976 INFO kablam! | Sep 04 05:47:49.976 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.976 INFO kablam! Sep 04 05:47:49.976 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.976 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.976 INFO kablam! | Sep 04 05:47:49.976 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.976 INFO kablam! ... Sep 04 05:47:49.976 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.976 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.976 INFO kablam! | Sep 04 05:47:49.977 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.977 INFO kablam! Sep 04 05:47:49.977 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.977 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.977 INFO kablam! | Sep 04 05:47:49.977 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.977 INFO kablam! ... Sep 04 05:47:49.977 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.977 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.977 INFO kablam! | Sep 04 05:47:49.977 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.977 INFO kablam! Sep 04 05:47:49.977 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.977 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.977 INFO kablam! | Sep 04 05:47:49.977 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.977 INFO kablam! ... Sep 04 05:47:49.977 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.977 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.977 INFO kablam! | Sep 04 05:47:49.977 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.977 INFO kablam! Sep 04 05:47:49.977 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.977 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.977 INFO kablam! | Sep 04 05:47:49.978 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.978 INFO kablam! ... Sep 04 05:47:49.978 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.978 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.978 INFO kablam! | Sep 04 05:47:49.978 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.978 INFO kablam! Sep 04 05:47:49.978 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.978 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.978 INFO kablam! | Sep 04 05:47:49.978 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.978 INFO kablam! ... Sep 04 05:47:49.978 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.978 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.978 INFO kablam! | Sep 04 05:47:49.978 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.978 INFO kablam! Sep 04 05:47:49.980 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.980 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.981 INFO kablam! | Sep 04 05:47:49.981 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.981 INFO kablam! ... Sep 04 05:47:49.981 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.981 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.981 INFO kablam! | Sep 04 05:47:49.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.982 INFO kablam! Sep 04 05:47:49.982 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.982 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.982 INFO kablam! | Sep 04 05:47:49.982 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.983 INFO kablam! ... Sep 04 05:47:49.983 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.983 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.983 INFO kablam! | Sep 04 05:47:49.983 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.983 INFO kablam! Sep 04 05:47:49.983 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.983 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.984 INFO kablam! | Sep 04 05:47:49.984 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.984 INFO kablam! ... Sep 04 05:47:49.984 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.984 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.984 INFO kablam! | Sep 04 05:47:49.984 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.984 INFO kablam! Sep 04 05:47:49.984 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.985 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.985 INFO kablam! | Sep 04 05:47:49.985 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.985 INFO kablam! ... Sep 04 05:47:49.985 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.985 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.985 INFO kablam! | Sep 04 05:47:49.985 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.986 INFO kablam! Sep 04 05:47:49.986 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.986 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.986 INFO kablam! | Sep 04 05:47:49.986 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.986 INFO kablam! ... Sep 04 05:47:49.986 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.986 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.986 INFO kablam! | Sep 04 05:47:49.987 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.987 INFO kablam! Sep 04 05:47:49.987 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.987 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.987 INFO kablam! | Sep 04 05:47:49.987 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.987 INFO kablam! ... Sep 04 05:47:49.987 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.988 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.988 INFO kablam! | Sep 04 05:47:49.988 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.988 INFO kablam! Sep 04 05:47:49.988 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.988 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.988 INFO kablam! | Sep 04 05:47:49.988 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.988 INFO kablam! ... Sep 04 05:47:49.989 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.989 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.989 INFO kablam! | Sep 04 05:47:49.989 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.989 INFO kablam! Sep 04 05:47:49.989 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.989 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.989 INFO kablam! | Sep 04 05:47:49.989 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.990 INFO kablam! ... Sep 04 05:47:49.990 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.990 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.990 INFO kablam! | Sep 04 05:47:49.990 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.990 INFO kablam! Sep 04 05:47:49.990 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.990 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.990 INFO kablam! | Sep 04 05:47:49.991 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.991 INFO kablam! ... Sep 04 05:47:49.991 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.991 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.991 INFO kablam! | Sep 04 05:47:49.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.991 INFO kablam! Sep 04 05:47:49.991 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.991 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.992 INFO kablam! | Sep 04 05:47:49.992 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.992 INFO kablam! ... Sep 04 05:47:49.992 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:49.992 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:49.992 INFO kablam! | Sep 04 05:47:49.992 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.992 INFO kablam! Sep 04 05:47:49.993 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.993 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.993 INFO kablam! | Sep 04 05:47:49.993 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.993 INFO kablam! ... Sep 04 05:47:49.993 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:49.993 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:49.993 INFO kablam! | Sep 04 05:47:49.994 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.994 INFO kablam! Sep 04 05:47:49.994 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.994 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.994 INFO kablam! | Sep 04 05:47:49.994 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.994 INFO kablam! ... Sep 04 05:47:49.994 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:49.994 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:49.995 INFO kablam! | Sep 04 05:47:49.995 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.995 INFO kablam! Sep 04 05:47:49.995 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.995 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:49.995 INFO kablam! | Sep 04 05:47:49.995 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:49.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.995 INFO kablam! ... Sep 04 05:47:49.995 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:49.996 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:49.996 INFO kablam! | Sep 04 05:47:49.996 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.996 INFO kablam! Sep 04 05:47:49.996 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.996 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:49.996 INFO kablam! | Sep 04 05:47:49.996 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:49.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:49.997 INFO kablam! ... Sep 04 05:47:49.997 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:49.997 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:49.997 INFO kablam! | Sep 04 05:47:49.997 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:49.997 INFO kablam! Sep 04 05:47:49.997 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:49.997 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.000 INFO kablam! | Sep 04 05:47:50.000 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.000 INFO kablam! ... Sep 04 05:47:50.000 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.001 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.001 INFO kablam! | Sep 04 05:47:50.001 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.001 INFO kablam! Sep 04 05:47:50.001 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.001 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.001 INFO kablam! | Sep 04 05:47:50.001 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.001 INFO kablam! ... Sep 04 05:47:50.002 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.002 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.002 INFO kablam! | Sep 04 05:47:50.002 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.002 INFO kablam! Sep 04 05:47:50.002 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.002 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.002 INFO kablam! | Sep 04 05:47:50.002 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.003 INFO kablam! ... Sep 04 05:47:50.003 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.003 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.003 INFO kablam! | Sep 04 05:47:50.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.003 INFO kablam! Sep 04 05:47:50.003 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.003 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.003 INFO kablam! | Sep 04 05:47:50.004 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.004 INFO kablam! ... Sep 04 05:47:50.004 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.004 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.004 INFO kablam! | Sep 04 05:47:50.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.004 INFO kablam! Sep 04 05:47:50.004 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.004 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.005 INFO kablam! | Sep 04 05:47:50.005 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.005 INFO kablam! ... Sep 04 05:47:50.005 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.005 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.005 INFO kablam! | Sep 04 05:47:50.005 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.005 INFO kablam! Sep 04 05:47:50.006 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.006 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.006 INFO kablam! | Sep 04 05:47:50.006 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.006 INFO kablam! ... Sep 04 05:47:50.006 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.006 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.006 INFO kablam! | Sep 04 05:47:50.007 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.007 INFO kablam! Sep 04 05:47:50.007 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.007 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.007 INFO kablam! | Sep 04 05:47:50.007 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.007 INFO kablam! ... Sep 04 05:47:50.007 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.007 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.008 INFO kablam! | Sep 04 05:47:50.008 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.008 INFO kablam! Sep 04 05:47:50.008 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.008 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.008 INFO kablam! | Sep 04 05:47:50.008 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.008 INFO kablam! ... Sep 04 05:47:50.008 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.009 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.009 INFO kablam! | Sep 04 05:47:50.009 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.009 INFO kablam! Sep 04 05:47:50.009 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.009 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.009 INFO kablam! | Sep 04 05:47:50.009 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.010 INFO kablam! ... Sep 04 05:47:50.010 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.010 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.010 INFO kablam! | Sep 04 05:47:50.010 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.010 INFO kablam! Sep 04 05:47:50.010 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.010 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.010 INFO kablam! | Sep 04 05:47:50.011 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.011 INFO kablam! ... Sep 04 05:47:50.011 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.011 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.011 INFO kablam! | Sep 04 05:47:50.011 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.011 INFO kablam! Sep 04 05:47:50.011 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.012 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.012 INFO kablam! | Sep 04 05:47:50.012 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.012 INFO kablam! ... Sep 04 05:47:50.012 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.012 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.012 INFO kablam! | Sep 04 05:47:50.012 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.013 INFO kablam! Sep 04 05:47:50.013 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.013 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.013 INFO kablam! | Sep 04 05:47:50.013 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.013 INFO kablam! ... Sep 04 05:47:50.013 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.013 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.014 INFO kablam! | Sep 04 05:47:50.014 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.014 INFO kablam! Sep 04 05:47:50.014 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.014 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.014 INFO kablam! | Sep 04 05:47:50.014 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.014 INFO kablam! ... Sep 04 05:47:50.014 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.015 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.015 INFO kablam! | Sep 04 05:47:50.015 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.015 INFO kablam! Sep 04 05:47:50.015 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.015 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.015 INFO kablam! | Sep 04 05:47:50.015 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.015 INFO kablam! ... Sep 04 05:47:50.016 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.016 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.016 INFO kablam! | Sep 04 05:47:50.016 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.016 INFO kablam! Sep 04 05:47:50.016 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.016 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.016 INFO kablam! | Sep 04 05:47:50.016 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.017 INFO kablam! ... Sep 04 05:47:50.017 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.017 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.017 INFO kablam! | Sep 04 05:47:50.017 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.017 INFO kablam! Sep 04 05:47:50.017 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.017 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.017 INFO kablam! | Sep 04 05:47:50.017 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.018 INFO kablam! ... Sep 04 05:47:50.018 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.018 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.018 INFO kablam! | Sep 04 05:47:50.018 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.018 INFO kablam! Sep 04 05:47:50.018 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.018 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.018 INFO kablam! | Sep 04 05:47:50.019 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.019 INFO kablam! ... Sep 04 05:47:50.019 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.019 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.019 INFO kablam! | Sep 04 05:47:50.019 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.019 INFO kablam! Sep 04 05:47:50.019 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.019 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.019 INFO kablam! | Sep 04 05:47:50.020 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.020 INFO kablam! ... Sep 04 05:47:50.020 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.020 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.020 INFO kablam! | Sep 04 05:47:50.020 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.020 INFO kablam! Sep 04 05:47:50.020 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.020 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.021 INFO kablam! | Sep 04 05:47:50.021 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.021 INFO kablam! ... Sep 04 05:47:50.021 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.021 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.021 INFO kablam! | Sep 04 05:47:50.021 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.021 INFO kablam! Sep 04 05:47:50.021 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.022 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.022 INFO kablam! | Sep 04 05:47:50.022 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.022 INFO kablam! ... Sep 04 05:47:50.022 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.022 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.022 INFO kablam! | Sep 04 05:47:50.022 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.022 INFO kablam! Sep 04 05:47:50.023 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.023 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.023 INFO kablam! | Sep 04 05:47:50.023 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.023 INFO kablam! ... Sep 04 05:47:50.023 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.023 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.023 INFO kablam! | Sep 04 05:47:50.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.024 INFO kablam! Sep 04 05:47:50.024 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.024 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.024 INFO kablam! | Sep 04 05:47:50.024 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.024 INFO kablam! ... Sep 04 05:47:50.024 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.024 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.024 INFO kablam! | Sep 04 05:47:50.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.025 INFO kablam! Sep 04 05:47:50.025 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.025 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.025 INFO kablam! | Sep 04 05:47:50.025 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.025 INFO kablam! ... Sep 04 05:47:50.025 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.026 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.026 INFO kablam! | Sep 04 05:47:50.026 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.026 INFO kablam! Sep 04 05:47:50.026 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.026 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.026 INFO kablam! | Sep 04 05:47:50.026 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.026 INFO kablam! ... Sep 04 05:47:50.027 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.027 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.027 INFO kablam! | Sep 04 05:47:50.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.027 INFO kablam! Sep 04 05:47:50.027 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.027 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.027 INFO kablam! | Sep 04 05:47:50.027 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.028 INFO kablam! ... Sep 04 05:47:50.028 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.028 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.028 INFO kablam! | Sep 04 05:47:50.028 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.028 INFO kablam! Sep 04 05:47:50.028 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.028 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.028 INFO kablam! | Sep 04 05:47:50.028 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.029 INFO kablam! ... Sep 04 05:47:50.029 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.029 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.029 INFO kablam! | Sep 04 05:47:50.029 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.029 INFO kablam! Sep 04 05:47:50.029 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.029 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.029 INFO kablam! | Sep 04 05:47:50.030 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.030 INFO kablam! ... Sep 04 05:47:50.030 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.030 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.030 INFO kablam! | Sep 04 05:47:50.030 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.030 INFO kablam! Sep 04 05:47:50.030 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.030 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.031 INFO kablam! | Sep 04 05:47:50.031 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.031 INFO kablam! ... Sep 04 05:47:50.031 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.031 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.031 INFO kablam! | Sep 04 05:47:50.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.031 INFO kablam! Sep 04 05:47:50.031 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.032 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.032 INFO kablam! | Sep 04 05:47:50.032 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.032 INFO kablam! ... Sep 04 05:47:50.032 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.032 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.032 INFO kablam! | Sep 04 05:47:50.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.032 INFO kablam! Sep 04 05:47:50.033 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.033 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.033 INFO kablam! | Sep 04 05:47:50.033 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.033 INFO kablam! ... Sep 04 05:47:50.033 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.033 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.033 INFO kablam! | Sep 04 05:47:50.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.034 INFO kablam! Sep 04 05:47:50.034 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.034 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.034 INFO kablam! | Sep 04 05:47:50.034 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.034 INFO kablam! ... Sep 04 05:47:50.034 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.034 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.034 INFO kablam! | Sep 04 05:47:50.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.035 INFO kablam! Sep 04 05:47:50.035 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.035 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.035 INFO kablam! | Sep 04 05:47:50.035 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.035 INFO kablam! ... Sep 04 05:47:50.035 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.035 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.036 INFO kablam! | Sep 04 05:47:50.036 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.036 INFO kablam! Sep 04 05:47:50.036 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.036 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.036 INFO kablam! | Sep 04 05:47:50.036 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.036 INFO kablam! ... Sep 04 05:47:50.036 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.037 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.037 INFO kablam! | Sep 04 05:47:50.037 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.037 INFO kablam! Sep 04 05:47:50.037 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.037 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.037 INFO kablam! | Sep 04 05:47:50.037 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.037 INFO kablam! ... Sep 04 05:47:50.037 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.038 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.038 INFO kablam! | Sep 04 05:47:50.038 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.038 INFO kablam! Sep 04 05:47:50.038 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.038 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.038 INFO kablam! | Sep 04 05:47:50.038 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.039 INFO kablam! ... Sep 04 05:47:50.039 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.039 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.039 INFO kablam! | Sep 04 05:47:50.039 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.039 INFO kablam! Sep 04 05:47:50.039 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.039 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.039 INFO kablam! | Sep 04 05:47:50.039 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.040 INFO kablam! ... Sep 04 05:47:50.040 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.040 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.040 INFO kablam! | Sep 04 05:47:50.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.040 INFO kablam! Sep 04 05:47:50.040 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.040 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.040 INFO kablam! | Sep 04 05:47:50.041 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.041 INFO kablam! ... Sep 04 05:47:50.041 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.041 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.041 INFO kablam! | Sep 04 05:47:50.041 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.041 INFO kablam! Sep 04 05:47:50.041 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.041 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.041 INFO kablam! | Sep 04 05:47:50.042 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.042 INFO kablam! ... Sep 04 05:47:50.042 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.042 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.042 INFO kablam! | Sep 04 05:47:50.042 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.042 INFO kablam! Sep 04 05:47:50.042 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.042 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.043 INFO kablam! | Sep 04 05:47:50.043 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.043 INFO kablam! ... Sep 04 05:47:50.043 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.043 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.043 INFO kablam! | Sep 04 05:47:50.043 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.043 INFO kablam! Sep 04 05:47:50.043 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.043 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.043 INFO kablam! | Sep 04 05:47:50.044 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.044 INFO kablam! ... Sep 04 05:47:50.044 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.044 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.044 INFO kablam! | Sep 04 05:47:50.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.044 INFO kablam! Sep 04 05:47:50.044 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.044 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.044 INFO kablam! | Sep 04 05:47:50.045 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.045 INFO kablam! ... Sep 04 05:47:50.045 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.045 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.045 INFO kablam! | Sep 04 05:47:50.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.045 INFO kablam! Sep 04 05:47:50.045 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.045 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.045 INFO kablam! | Sep 04 05:47:50.046 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.046 INFO kablam! ... Sep 04 05:47:50.046 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.046 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.046 INFO kablam! | Sep 04 05:47:50.046 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.046 INFO kablam! Sep 04 05:47:50.046 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.047 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.047 INFO kablam! | Sep 04 05:47:50.047 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.047 INFO kablam! ... Sep 04 05:47:50.047 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.047 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.047 INFO kablam! | Sep 04 05:47:50.047 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.048 INFO kablam! Sep 04 05:47:50.048 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.048 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.048 INFO kablam! | Sep 04 05:47:50.048 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.048 INFO kablam! ... Sep 04 05:47:50.048 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.048 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.048 INFO kablam! | Sep 04 05:47:50.049 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.049 INFO kablam! Sep 04 05:47:50.049 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.049 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.049 INFO kablam! | Sep 04 05:47:50.049 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.049 INFO kablam! ... Sep 04 05:47:50.049 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.049 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.050 INFO kablam! | Sep 04 05:47:50.050 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.050 INFO kablam! Sep 04 05:47:50.050 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.050 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.050 INFO kablam! | Sep 04 05:47:50.050 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.050 INFO kablam! ... Sep 04 05:47:50.050 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.051 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.051 INFO kablam! | Sep 04 05:47:50.051 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.051 INFO kablam! Sep 04 05:47:50.051 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.051 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.051 INFO kablam! | Sep 04 05:47:50.051 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.051 INFO kablam! ... Sep 04 05:47:50.052 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.052 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.052 INFO kablam! | Sep 04 05:47:50.052 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.052 INFO kablam! Sep 04 05:47:50.052 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.052 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.052 INFO kablam! | Sep 04 05:47:50.052 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.053 INFO kablam! ... Sep 04 05:47:50.053 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.053 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.053 INFO kablam! | Sep 04 05:47:50.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.053 INFO kablam! Sep 04 05:47:50.053 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.053 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.054 INFO kablam! | Sep 04 05:47:50.054 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.054 INFO kablam! ... Sep 04 05:47:50.054 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.054 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.054 INFO kablam! | Sep 04 05:47:50.054 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.054 INFO kablam! Sep 04 05:47:50.054 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.055 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.055 INFO kablam! | Sep 04 05:47:50.055 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.055 INFO kablam! ... Sep 04 05:47:50.055 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.055 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.055 INFO kablam! | Sep 04 05:47:50.055 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.055 INFO kablam! Sep 04 05:47:50.056 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.056 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.056 INFO kablam! | Sep 04 05:47:50.056 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.056 INFO kablam! ... Sep 04 05:47:50.056 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.056 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.056 INFO kablam! | Sep 04 05:47:50.057 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.057 INFO kablam! Sep 04 05:47:50.057 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.057 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.057 INFO kablam! | Sep 04 05:47:50.057 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.057 INFO kablam! ... Sep 04 05:47:50.057 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.057 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.057 INFO kablam! | Sep 04 05:47:50.058 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.058 INFO kablam! Sep 04 05:47:50.058 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.058 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.058 INFO kablam! | Sep 04 05:47:50.058 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.058 INFO kablam! ... Sep 04 05:47:50.058 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.058 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.059 INFO kablam! | Sep 04 05:47:50.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.059 INFO kablam! Sep 04 05:47:50.059 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.059 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.059 INFO kablam! | Sep 04 05:47:50.059 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.059 INFO kablam! ... Sep 04 05:47:50.059 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.060 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.060 INFO kablam! | Sep 04 05:47:50.060 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.060 INFO kablam! Sep 04 05:47:50.060 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.060 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.060 INFO kablam! | Sep 04 05:47:50.060 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.060 INFO kablam! ... Sep 04 05:47:50.061 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.061 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.061 INFO kablam! | Sep 04 05:47:50.061 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.061 INFO kablam! Sep 04 05:47:50.061 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.061 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.061 INFO kablam! | Sep 04 05:47:50.061 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.062 INFO kablam! ... Sep 04 05:47:50.062 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.062 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.062 INFO kablam! | Sep 04 05:47:50.062 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.062 INFO kablam! Sep 04 05:47:50.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.36s Sep 04 05:47:50.124 INFO kablam! su: No module specific data is present Sep 04 05:47:50.695 INFO running `"docker" "rm" "-f" "93769af11d98f24cf3057890deb702c9b58cb0ddfd37dfb759472ccfd1ad1df5"` Sep 04 05:47:50.832 INFO blam! 93769af11d98f24cf3057890deb702c9b58cb0ddfd37dfb759472ccfd1ad1df5