Sep 01 23:12:24.684 INFO checking specs-0.11.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 23:12:24.684 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 23:12:24.684 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:12:24.894 INFO blam! ec8c2e8513ff33e0d0fd3f66b6df3c0f8a1c66b780925297a6f102e2175bba11 Sep 01 23:12:24.896 INFO running `"docker" "start" "-a" "ec8c2e8513ff33e0d0fd3f66b6df3c0f8a1c66b780925297a6f102e2175bba11"` Sep 01 23:12:25.482 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 01 23:12:25.482 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 01 23:12:25.482 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 23:12:25.482 INFO kablam! files will be included as a benchmark target: Sep 01 23:12:25.482 INFO kablam! Sep 01 23:12:25.482 INFO kablam! * /source/benches/storage_cmp.rs Sep 01 23:12:25.482 INFO kablam! * /source/benches/storage_sparse.rs Sep 01 23:12:25.482 INFO kablam! Sep 01 23:12:25.482 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 23:12:25.482 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 01 23:12:25.482 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 01 23:12:25.483 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 23:12:25.483 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 23:12:25.483 INFO kablam! Sep 01 23:12:25.483 INFO kablam! For more information on this warning you can consult Sep 01 23:12:25.483 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 23:12:25.759 INFO kablam! Compiling serde v1.0.75 Sep 01 23:12:25.766 INFO kablam! Compiling specs-derive v0.2.0 Sep 01 23:12:25.768 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 01 23:12:47.285 INFO kablam! Checking serde_json v1.0.26 Sep 01 23:12:47.286 INFO kablam! Checking csv v1.0.1 Sep 01 23:12:47.286 INFO kablam! Checking ron v0.2.2 Sep 01 23:12:47.286 INFO kablam! Checking cgmath v0.14.1 Sep 01 23:12:55.206 INFO kablam! Checking handlebars v0.32.4 Sep 01 23:13:00.937 INFO kablam! Checking criterion v0.2.5 Sep 01 23:13:11.582 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:11.582 INFO kablam! --> benches/parallel.rs:219:21 Sep 01 23:13:11.582 INFO kablam! | Sep 01 23:13:11.582 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 01 23:13:11.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:11.582 INFO kablam! | Sep 01 23:13:11.583 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 23:13:11.583 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:11.583 INFO kablam! Sep 01 23:13:11.584 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:11.584 INFO kablam! --> benches/parallel.rs:224:21 Sep 01 23:13:11.584 INFO kablam! | Sep 01 23:13:11.584 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 01 23:13:11.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:11.584 INFO kablam! | Sep 01 23:13:11.584 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:11.584 INFO kablam! Sep 01 23:13:11.584 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:11.584 INFO kablam! --> benches/parallel.rs:230:13 Sep 01 23:13:11.584 INFO kablam! | Sep 01 23:13:11.584 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 01 23:13:11.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:11.584 INFO kablam! | Sep 01 23:13:11.584 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:11.584 INFO kablam! Sep 01 23:13:11.584 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:11.585 INFO kablam! --> benches/parallel.rs:232:13 Sep 01 23:13:11.585 INFO kablam! | Sep 01 23:13:11.585 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 01 23:13:11.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:11.585 INFO kablam! | Sep 01 23:13:11.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:11.585 INFO kablam! Sep 01 23:13:11.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:11.585 INFO kablam! --> benches/parallel.rs:233:13 Sep 01 23:13:11.585 INFO kablam! | Sep 01 23:13:11.585 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 01 23:13:11.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:11.585 INFO kablam! | Sep 01 23:13:11.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:11.585 INFO kablam! Sep 01 23:13:11.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:11.585 INFO kablam! --> benches/parallel.rs:234:13 Sep 01 23:13:11.585 INFO kablam! | Sep 01 23:13:11.585 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 01 23:13:11.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:11.585 INFO kablam! | Sep 01 23:13:11.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:11.585 INFO kablam! Sep 01 23:13:11.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:11.585 INFO kablam! --> benches/parallel.rs:235:13 Sep 01 23:13:11.586 INFO kablam! | Sep 01 23:13:11.586 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 01 23:13:11.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:11.586 INFO kablam! | Sep 01 23:13:11.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:11.586 INFO kablam! Sep 01 23:13:14.063 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:14.063 INFO kablam! --> benches/world.rs:147:13 Sep 01 23:13:14.063 INFO kablam! | Sep 01 23:13:14.063 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 01 23:13:14.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:14.063 INFO kablam! | Sep 01 23:13:14.064 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 23:13:14.064 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:14.064 INFO kablam! Sep 01 23:13:14.065 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:14.065 INFO kablam! --> benches/world.rs:169:13 Sep 01 23:13:14.065 INFO kablam! | Sep 01 23:13:14.065 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 01 23:13:14.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:14.065 INFO kablam! | Sep 01 23:13:14.065 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:14.066 INFO kablam! Sep 01 23:13:15.847 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.848 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 01 23:13:15.848 INFO kablam! | Sep 01 23:13:15.848 INFO kablam! 25 | storage.insert(e, C::default()); Sep 01 23:13:15.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.848 INFO kablam! | Sep 01 23:13:15.848 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 23:13:15.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.848 INFO kablam! Sep 01 23:13:15.848 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.848 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 01 23:13:15.848 INFO kablam! | Sep 01 23:13:15.848 INFO kablam! 47 | storage.insert(e, C::default()); Sep 01 23:13:15.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.848 INFO kablam! | Sep 01 23:13:15.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.848 INFO kablam! Sep 01 23:13:15.848 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.848 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 01 23:13:15.849 INFO kablam! | Sep 01 23:13:15.849 INFO kablam! 80 | storage.insert(e, C::default()); Sep 01 23:13:15.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.849 INFO kablam! | Sep 01 23:13:15.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.849 INFO kablam! Sep 01 23:13:15.851 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.851 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.851 INFO kablam! | Sep 01 23:13:15.851 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.851 INFO kablam! ... Sep 01 23:13:15.852 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.852 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.852 INFO kablam! | Sep 01 23:13:15.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.852 INFO kablam! Sep 01 23:13:15.852 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.852 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.852 INFO kablam! | Sep 01 23:13:15.852 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.852 INFO kablam! ... Sep 01 23:13:15.852 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.852 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.852 INFO kablam! | Sep 01 23:13:15.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.852 INFO kablam! Sep 01 23:13:15.852 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.852 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.852 INFO kablam! | Sep 01 23:13:15.852 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.852 INFO kablam! ... Sep 01 23:13:15.852 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.853 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.853 INFO kablam! | Sep 01 23:13:15.853 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.853 INFO kablam! Sep 01 23:13:15.853 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.853 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.853 INFO kablam! | Sep 01 23:13:15.853 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.853 INFO kablam! ... Sep 01 23:13:15.853 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.853 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.853 INFO kablam! | Sep 01 23:13:15.853 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.853 INFO kablam! Sep 01 23:13:15.853 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.853 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.853 INFO kablam! | Sep 01 23:13:15.853 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.853 INFO kablam! ... Sep 01 23:13:15.853 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.853 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.853 INFO kablam! | Sep 01 23:13:15.853 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.853 INFO kablam! Sep 01 23:13:15.854 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.854 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.854 INFO kablam! | Sep 01 23:13:15.854 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.854 INFO kablam! ... Sep 01 23:13:15.854 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.854 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.854 INFO kablam! | Sep 01 23:13:15.854 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.854 INFO kablam! Sep 01 23:13:15.854 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.854 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.854 INFO kablam! | Sep 01 23:13:15.854 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.854 INFO kablam! ... Sep 01 23:13:15.854 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.854 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.854 INFO kablam! | Sep 01 23:13:15.854 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.854 INFO kablam! Sep 01 23:13:15.854 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.854 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.855 INFO kablam! | Sep 01 23:13:15.855 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.855 INFO kablam! ... Sep 01 23:13:15.855 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.855 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.855 INFO kablam! | Sep 01 23:13:15.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.855 INFO kablam! Sep 01 23:13:15.855 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.855 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.855 INFO kablam! | Sep 01 23:13:15.855 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.855 INFO kablam! ... Sep 01 23:13:15.855 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.855 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.855 INFO kablam! | Sep 01 23:13:15.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.855 INFO kablam! Sep 01 23:13:15.855 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.856 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.856 INFO kablam! | Sep 01 23:13:15.856 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.856 INFO kablam! ... Sep 01 23:13:15.856 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.856 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.856 INFO kablam! | Sep 01 23:13:15.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.856 INFO kablam! Sep 01 23:13:15.856 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.856 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.856 INFO kablam! | Sep 01 23:13:15.856 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.856 INFO kablam! ... Sep 01 23:13:15.856 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.856 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.856 INFO kablam! | Sep 01 23:13:15.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.857 INFO kablam! Sep 01 23:13:15.857 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.857 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.857 INFO kablam! | Sep 01 23:13:15.857 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.857 INFO kablam! ... Sep 01 23:13:15.857 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.857 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.857 INFO kablam! | Sep 01 23:13:15.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.857 INFO kablam! Sep 01 23:13:15.857 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.857 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.857 INFO kablam! | Sep 01 23:13:15.857 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.858 INFO kablam! ... Sep 01 23:13:15.858 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.858 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.858 INFO kablam! | Sep 01 23:13:15.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.858 INFO kablam! Sep 01 23:13:15.858 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.858 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.858 INFO kablam! | Sep 01 23:13:15.858 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.858 INFO kablam! ... Sep 01 23:13:15.858 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.858 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.858 INFO kablam! | Sep 01 23:13:15.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.858 INFO kablam! Sep 01 23:13:15.858 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.858 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.858 INFO kablam! | Sep 01 23:13:15.859 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.859 INFO kablam! ... Sep 01 23:13:15.859 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.859 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.859 INFO kablam! | Sep 01 23:13:15.859 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.859 INFO kablam! Sep 01 23:13:15.859 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.859 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.859 INFO kablam! | Sep 01 23:13:15.859 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.859 INFO kablam! ... Sep 01 23:13:15.859 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.859 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.859 INFO kablam! | Sep 01 23:13:15.859 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.859 INFO kablam! Sep 01 23:13:15.860 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.860 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.860 INFO kablam! | Sep 01 23:13:15.860 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.860 INFO kablam! ... Sep 01 23:13:15.860 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.860 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.860 INFO kablam! | Sep 01 23:13:15.860 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.860 INFO kablam! Sep 01 23:13:15.860 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.860 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.860 INFO kablam! | Sep 01 23:13:15.860 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.860 INFO kablam! ... Sep 01 23:13:15.860 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.861 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.861 INFO kablam! | Sep 01 23:13:15.861 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.861 INFO kablam! Sep 01 23:13:15.861 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.861 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.861 INFO kablam! | Sep 01 23:13:15.861 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.861 INFO kablam! ... Sep 01 23:13:15.861 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.861 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.861 INFO kablam! | Sep 01 23:13:15.861 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.861 INFO kablam! Sep 01 23:13:15.861 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.861 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.861 INFO kablam! | Sep 01 23:13:15.861 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.862 INFO kablam! ... Sep 01 23:13:15.862 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:13:15.862 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:13:15.862 INFO kablam! | Sep 01 23:13:15.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.862 INFO kablam! Sep 01 23:13:15.862 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.862 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.862 INFO kablam! | Sep 01 23:13:15.862 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.862 INFO kablam! ... Sep 01 23:13:15.862 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.862 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.862 INFO kablam! | Sep 01 23:13:15.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.862 INFO kablam! Sep 01 23:13:15.862 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.863 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.863 INFO kablam! | Sep 01 23:13:15.863 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.863 INFO kablam! ... Sep 01 23:13:15.863 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.863 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.863 INFO kablam! | Sep 01 23:13:15.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.863 INFO kablam! Sep 01 23:13:15.863 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.863 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.863 INFO kablam! | Sep 01 23:13:15.863 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.863 INFO kablam! ... Sep 01 23:13:15.863 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.863 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.863 INFO kablam! | Sep 01 23:13:15.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.863 INFO kablam! Sep 01 23:13:15.864 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.864 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.864 INFO kablam! | Sep 01 23:13:15.864 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.864 INFO kablam! ... Sep 01 23:13:15.864 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.864 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.864 INFO kablam! | Sep 01 23:13:15.864 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.864 INFO kablam! Sep 01 23:13:15.864 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.864 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.864 INFO kablam! | Sep 01 23:13:15.864 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.864 INFO kablam! ... Sep 01 23:13:15.864 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.864 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.865 INFO kablam! | Sep 01 23:13:15.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.865 INFO kablam! Sep 01 23:13:15.865 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.865 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.865 INFO kablam! | Sep 01 23:13:15.865 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.865 INFO kablam! ... Sep 01 23:13:15.865 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.865 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.865 INFO kablam! | Sep 01 23:13:15.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.865 INFO kablam! Sep 01 23:13:15.865 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.865 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.865 INFO kablam! | Sep 01 23:13:15.865 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.865 INFO kablam! ... Sep 01 23:13:15.866 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.866 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.866 INFO kablam! | Sep 01 23:13:15.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.866 INFO kablam! Sep 01 23:13:15.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.866 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.866 INFO kablam! | Sep 01 23:13:15.866 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.866 INFO kablam! ... Sep 01 23:13:15.866 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.866 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.866 INFO kablam! | Sep 01 23:13:15.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.866 INFO kablam! Sep 01 23:13:15.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.866 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.866 INFO kablam! | Sep 01 23:13:15.866 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.867 INFO kablam! ... Sep 01 23:13:15.867 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.867 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.867 INFO kablam! | Sep 01 23:13:15.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.867 INFO kablam! Sep 01 23:13:15.867 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.867 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.867 INFO kablam! | Sep 01 23:13:15.867 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.867 INFO kablam! ... Sep 01 23:13:15.867 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.867 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.867 INFO kablam! | Sep 01 23:13:15.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.867 INFO kablam! Sep 01 23:13:15.867 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.867 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.867 INFO kablam! | Sep 01 23:13:15.868 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.868 INFO kablam! ... Sep 01 23:13:15.868 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.868 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.868 INFO kablam! | Sep 01 23:13:15.868 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.868 INFO kablam! Sep 01 23:13:15.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.868 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.868 INFO kablam! | Sep 01 23:13:15.868 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.868 INFO kablam! ... Sep 01 23:13:15.868 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.868 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.868 INFO kablam! | Sep 01 23:13:15.868 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.868 INFO kablam! Sep 01 23:13:15.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.868 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.869 INFO kablam! | Sep 01 23:13:15.869 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.869 INFO kablam! ... Sep 01 23:13:15.869 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.869 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.869 INFO kablam! | Sep 01 23:13:15.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.869 INFO kablam! Sep 01 23:13:15.869 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.869 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.869 INFO kablam! | Sep 01 23:13:15.869 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.869 INFO kablam! ... Sep 01 23:13:15.869 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.869 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.869 INFO kablam! | Sep 01 23:13:15.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.869 INFO kablam! Sep 01 23:13:15.870 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.870 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.870 INFO kablam! | Sep 01 23:13:15.870 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.870 INFO kablam! ... Sep 01 23:13:15.870 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.870 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.870 INFO kablam! | Sep 01 23:13:15.870 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.870 INFO kablam! Sep 01 23:13:15.870 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.870 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.870 INFO kablam! | Sep 01 23:13:15.870 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.870 INFO kablam! ... Sep 01 23:13:15.870 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.870 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.870 INFO kablam! | Sep 01 23:13:15.871 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.871 INFO kablam! Sep 01 23:13:15.871 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.871 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.871 INFO kablam! | Sep 01 23:13:15.871 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.871 INFO kablam! ... Sep 01 23:13:15.871 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.871 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.871 INFO kablam! | Sep 01 23:13:15.871 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.871 INFO kablam! Sep 01 23:13:15.871 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.871 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.871 INFO kablam! | Sep 01 23:13:15.871 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.871 INFO kablam! ... Sep 01 23:13:15.871 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.871 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.871 INFO kablam! | Sep 01 23:13:15.871 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.871 INFO kablam! Sep 01 23:13:15.871 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.871 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.871 INFO kablam! | Sep 01 23:13:15.871 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.871 INFO kablam! ... Sep 01 23:13:15.872 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.872 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.872 INFO kablam! | Sep 01 23:13:15.872 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.872 INFO kablam! Sep 01 23:13:15.872 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.872 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.872 INFO kablam! | Sep 01 23:13:15.872 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.872 INFO kablam! ... Sep 01 23:13:15.872 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:13:15.872 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:13:15.872 INFO kablam! | Sep 01 23:13:15.872 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.872 INFO kablam! Sep 01 23:13:15.872 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.872 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.872 INFO kablam! | Sep 01 23:13:15.873 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.873 INFO kablam! ... Sep 01 23:13:15.873 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.873 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.873 INFO kablam! | Sep 01 23:13:15.873 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.873 INFO kablam! Sep 01 23:13:15.873 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.873 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.873 INFO kablam! | Sep 01 23:13:15.873 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.873 INFO kablam! ... Sep 01 23:13:15.873 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.873 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.873 INFO kablam! | Sep 01 23:13:15.873 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.873 INFO kablam! Sep 01 23:13:15.874 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.874 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.874 INFO kablam! | Sep 01 23:13:15.874 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.874 INFO kablam! ... Sep 01 23:13:15.874 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.874 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.874 INFO kablam! | Sep 01 23:13:15.874 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.874 INFO kablam! Sep 01 23:13:15.874 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.874 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.874 INFO kablam! | Sep 01 23:13:15.874 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.874 INFO kablam! ... Sep 01 23:13:15.874 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.874 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.875 INFO kablam! | Sep 01 23:13:15.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.875 INFO kablam! Sep 01 23:13:15.875 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.875 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.875 INFO kablam! | Sep 01 23:13:15.875 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.875 INFO kablam! ... Sep 01 23:13:15.875 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.875 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.875 INFO kablam! | Sep 01 23:13:15.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.875 INFO kablam! Sep 01 23:13:15.875 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.875 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.875 INFO kablam! | Sep 01 23:13:15.875 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.875 INFO kablam! ... Sep 01 23:13:15.876 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.876 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.876 INFO kablam! | Sep 01 23:13:15.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.876 INFO kablam! Sep 01 23:13:15.876 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.876 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.876 INFO kablam! | Sep 01 23:13:15.876 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.876 INFO kablam! ... Sep 01 23:13:15.876 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.876 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.876 INFO kablam! | Sep 01 23:13:15.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.876 INFO kablam! Sep 01 23:13:15.876 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.876 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.876 INFO kablam! | Sep 01 23:13:15.876 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.877 INFO kablam! ... Sep 01 23:13:15.877 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.877 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.877 INFO kablam! | Sep 01 23:13:15.877 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.877 INFO kablam! Sep 01 23:13:15.877 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.877 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.877 INFO kablam! | Sep 01 23:13:15.877 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.877 INFO kablam! ... Sep 01 23:13:15.877 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.877 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.877 INFO kablam! | Sep 01 23:13:15.877 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.877 INFO kablam! Sep 01 23:13:15.877 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.878 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.878 INFO kablam! | Sep 01 23:13:15.878 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.878 INFO kablam! ... Sep 01 23:13:15.878 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.878 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.878 INFO kablam! | Sep 01 23:13:15.878 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.878 INFO kablam! Sep 01 23:13:15.878 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.878 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.878 INFO kablam! | Sep 01 23:13:15.878 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.878 INFO kablam! ... Sep 01 23:13:15.878 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.878 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.878 INFO kablam! | Sep 01 23:13:15.879 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.879 INFO kablam! Sep 01 23:13:15.879 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.879 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.879 INFO kablam! | Sep 01 23:13:15.879 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.879 INFO kablam! ... Sep 01 23:13:15.879 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.879 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.879 INFO kablam! | Sep 01 23:13:15.879 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.879 INFO kablam! Sep 01 23:13:15.879 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.879 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.879 INFO kablam! | Sep 01 23:13:15.879 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.879 INFO kablam! ... Sep 01 23:13:15.880 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.880 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.880 INFO kablam! | Sep 01 23:13:15.880 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.880 INFO kablam! Sep 01 23:13:15.880 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.880 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.880 INFO kablam! | Sep 01 23:13:15.880 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.880 INFO kablam! ... Sep 01 23:13:15.880 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.880 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.880 INFO kablam! | Sep 01 23:13:15.880 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.880 INFO kablam! Sep 01 23:13:15.880 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.880 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.880 INFO kablam! | Sep 01 23:13:15.880 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.881 INFO kablam! ... Sep 01 23:13:15.881 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.881 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.881 INFO kablam! | Sep 01 23:13:15.881 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.881 INFO kablam! Sep 01 23:13:15.881 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.881 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.881 INFO kablam! | Sep 01 23:13:15.881 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.881 INFO kablam! ... Sep 01 23:13:15.881 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.881 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.881 INFO kablam! | Sep 01 23:13:15.881 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.881 INFO kablam! Sep 01 23:13:15.881 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.881 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.882 INFO kablam! | Sep 01 23:13:15.882 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.882 INFO kablam! ... Sep 01 23:13:15.882 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.882 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.882 INFO kablam! | Sep 01 23:13:15.882 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.882 INFO kablam! Sep 01 23:13:15.882 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.882 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.882 INFO kablam! | Sep 01 23:13:15.882 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.882 INFO kablam! ... Sep 01 23:13:15.882 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.882 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.882 INFO kablam! | Sep 01 23:13:15.883 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.883 INFO kablam! Sep 01 23:13:15.883 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.883 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.883 INFO kablam! | Sep 01 23:13:15.883 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.883 INFO kablam! ... Sep 01 23:13:15.883 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.883 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.883 INFO kablam! | Sep 01 23:13:15.883 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.883 INFO kablam! Sep 01 23:13:15.883 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.883 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.883 INFO kablam! | Sep 01 23:13:15.883 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.883 INFO kablam! ... Sep 01 23:13:15.883 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:13:15.883 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:13:15.883 INFO kablam! | Sep 01 23:13:15.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.884 INFO kablam! Sep 01 23:13:15.884 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.884 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.884 INFO kablam! | Sep 01 23:13:15.884 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.884 INFO kablam! ... Sep 01 23:13:15.884 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.884 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.884 INFO kablam! | Sep 01 23:13:15.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.884 INFO kablam! Sep 01 23:13:15.884 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.884 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.884 INFO kablam! | Sep 01 23:13:15.884 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.884 INFO kablam! ... Sep 01 23:13:15.884 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.885 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.885 INFO kablam! | Sep 01 23:13:15.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.885 INFO kablam! Sep 01 23:13:15.885 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.885 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.885 INFO kablam! | Sep 01 23:13:15.885 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.885 INFO kablam! ... Sep 01 23:13:15.885 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.885 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.885 INFO kablam! | Sep 01 23:13:15.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.885 INFO kablam! Sep 01 23:13:15.885 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.885 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.885 INFO kablam! | Sep 01 23:13:15.885 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.886 INFO kablam! ... Sep 01 23:13:15.886 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.886 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.886 INFO kablam! | Sep 01 23:13:15.886 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.886 INFO kablam! Sep 01 23:13:15.886 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.886 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.886 INFO kablam! | Sep 01 23:13:15.886 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.886 INFO kablam! ... Sep 01 23:13:15.886 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.886 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.886 INFO kablam! | Sep 01 23:13:15.886 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.886 INFO kablam! Sep 01 23:13:15.886 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.887 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.887 INFO kablam! | Sep 01 23:13:15.887 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.887 INFO kablam! ... Sep 01 23:13:15.887 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.887 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.887 INFO kablam! | Sep 01 23:13:15.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.887 INFO kablam! Sep 01 23:13:15.887 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.887 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.887 INFO kablam! | Sep 01 23:13:15.887 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.887 INFO kablam! ... Sep 01 23:13:15.887 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.887 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.887 INFO kablam! | Sep 01 23:13:15.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.887 INFO kablam! Sep 01 23:13:15.888 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.888 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.888 INFO kablam! | Sep 01 23:13:15.888 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.888 INFO kablam! ... Sep 01 23:13:15.888 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.888 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.888 INFO kablam! | Sep 01 23:13:15.888 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.888 INFO kablam! Sep 01 23:13:15.888 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.888 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.888 INFO kablam! | Sep 01 23:13:15.888 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.888 INFO kablam! ... Sep 01 23:13:15.888 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.888 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.889 INFO kablam! | Sep 01 23:13:15.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.889 INFO kablam! Sep 01 23:13:15.889 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.889 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.889 INFO kablam! | Sep 01 23:13:15.889 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.889 INFO kablam! ... Sep 01 23:13:15.889 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.889 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.889 INFO kablam! | Sep 01 23:13:15.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.889 INFO kablam! Sep 01 23:13:15.889 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.889 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.889 INFO kablam! | Sep 01 23:13:15.889 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.890 INFO kablam! ... Sep 01 23:13:15.890 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.890 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.890 INFO kablam! | Sep 01 23:13:15.890 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.890 INFO kablam! Sep 01 23:13:15.890 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.890 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.890 INFO kablam! | Sep 01 23:13:15.890 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.890 INFO kablam! ... Sep 01 23:13:15.890 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.890 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.890 INFO kablam! | Sep 01 23:13:15.890 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.890 INFO kablam! Sep 01 23:13:15.890 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.890 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.891 INFO kablam! | Sep 01 23:13:15.891 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.891 INFO kablam! ... Sep 01 23:13:15.891 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.891 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.891 INFO kablam! | Sep 01 23:13:15.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.891 INFO kablam! Sep 01 23:13:15.891 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.891 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.891 INFO kablam! | Sep 01 23:13:15.891 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.891 INFO kablam! ... Sep 01 23:13:15.891 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.891 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.891 INFO kablam! | Sep 01 23:13:15.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.891 INFO kablam! Sep 01 23:13:15.892 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.892 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.892 INFO kablam! | Sep 01 23:13:15.892 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.892 INFO kablam! ... Sep 01 23:13:15.892 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.892 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.892 INFO kablam! | Sep 01 23:13:15.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.892 INFO kablam! Sep 01 23:13:15.892 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.892 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.892 INFO kablam! | Sep 01 23:13:15.892 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.892 INFO kablam! ... Sep 01 23:13:15.892 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.892 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.892 INFO kablam! | Sep 01 23:13:15.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.893 INFO kablam! Sep 01 23:13:15.893 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.893 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.893 INFO kablam! | Sep 01 23:13:15.893 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.893 INFO kablam! ... Sep 01 23:13:15.893 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.893 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.893 INFO kablam! | Sep 01 23:13:15.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.893 INFO kablam! Sep 01 23:13:15.893 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.893 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.893 INFO kablam! | Sep 01 23:13:15.893 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.893 INFO kablam! ... Sep 01 23:13:15.893 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.893 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.894 INFO kablam! | Sep 01 23:13:15.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.894 INFO kablam! Sep 01 23:13:15.894 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.894 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:13:15.894 INFO kablam! | Sep 01 23:13:15.894 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:13:15.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.894 INFO kablam! ... Sep 01 23:13:15.894 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.894 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.894 INFO kablam! | Sep 01 23:13:15.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.894 INFO kablam! Sep 01 23:13:15.894 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:13:15.894 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:13:15.894 INFO kablam! | Sep 01 23:13:15.894 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:13:15.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:13:15.895 INFO kablam! ... Sep 01 23:13:15.895 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:13:15.895 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:13:15.895 INFO kablam! | Sep 01 23:13:15.895 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:13:15.895 INFO kablam! Sep 01 23:13:15.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.45s Sep 01 23:13:15.953 INFO kablam! su: No module specific data is present Sep 01 23:13:16.398 INFO running `"docker" "rm" "-f" "ec8c2e8513ff33e0d0fd3f66b6df3c0f8a1c66b780925297a6f102e2175bba11"` Sep 01 23:13:16.501 INFO blam! ec8c2e8513ff33e0d0fd3f66b6df3c0f8a1c66b780925297a6f102e2175bba11