Sep 21 02:43:37.960 INFO checking specs-0.11.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:43:37.960 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:43:37.960 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:43:38.074 INFO blam! 41ae0190ec350ce7532a3c7d29edd65cef9b48b1eedf575cee439de5790ee28f Sep 21 02:43:38.075 INFO running `"docker" "start" "-a" "41ae0190ec350ce7532a3c7d29edd65cef9b48b1eedf575cee439de5790ee28f"` Sep 21 02:43:39.185 INFO kablam! usermod: no changes Sep 21 02:43:39.205 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 21 02:43:39.205 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 21 02:43:39.205 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 02:43:39.205 INFO kablam! files will be included as a benchmark target: Sep 21 02:43:39.205 INFO kablam! Sep 21 02:43:39.205 INFO kablam! * /source/benches/storage_cmp.rs Sep 21 02:43:39.205 INFO kablam! * /source/benches/storage_sparse.rs Sep 21 02:43:39.205 INFO kablam! Sep 21 02:43:39.205 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 02:43:39.205 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 21 02:43:39.205 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 21 02:43:39.205 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 02:43:39.205 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 02:43:39.205 INFO kablam! Sep 21 02:43:39.205 INFO kablam! For more information on this warning you can consult Sep 21 02:43:39.205 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 02:43:39.341 INFO kablam! Compiling serde v1.0.79 Sep 21 02:43:39.345 INFO kablam! Compiling specs-derive v0.2.0 Sep 21 02:43:39.345 INFO kablam! Checking specs v0.11.2 (/source) Sep 21 02:43:40.657 INFO kablam! warning: the trait bound `T: world::comp::Component` is not satisfied Sep 21 02:43:40.657 INFO kablam! --> src/storage/data.rs:111:31 Sep 21 02:43:40.657 INFO kablam! | Sep 21 02:43:40.657 INFO kablam! 111 | pub type ReadStorage<'a, T> = Storage<'a, T, Fetch<'a, MaskedStorage>>; Sep 21 02:43:40.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `world::comp::Component` is not implemented for `T` Sep 21 02:43:40.657 INFO kablam! | Sep 21 02:43:40.657 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:43:40.657 INFO kablam! = help: consider adding a `where T: world::comp::Component` bound Sep 21 02:43:40.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:43:40.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:43:40.657 INFO kablam! Sep 21 02:43:40.657 INFO kablam! warning: the trait bound `T: world::comp::Component` is not satisfied Sep 21 02:43:40.657 INFO kablam! --> src/storage/data.rs:202:32 Sep 21 02:43:40.657 INFO kablam! | Sep 21 02:43:40.657 INFO kablam! 202 | pub type WriteStorage<'a, T> = Storage<'a, T, FetchMut<'a, MaskedStorage>>; Sep 21 02:43:40.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `world::comp::Component` is not implemented for `T` Sep 21 02:43:40.657 INFO kablam! | Sep 21 02:43:40.657 INFO kablam! = help: consider adding a `where T: world::comp::Component` bound Sep 21 02:43:40.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:43:40.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:43:40.657 INFO kablam! Sep 21 02:43:52.887 INFO kablam! Checking serde_json v1.0.28 Sep 21 02:43:52.887 INFO kablam! Checking csv v1.0.1 Sep 21 02:43:52.887 INFO kablam! Checking ron v0.2.2 Sep 21 02:43:52.893 INFO kablam! Checking cgmath v0.14.1 Sep 21 02:43:56.974 INFO kablam! Checking handlebars v0.32.4 Sep 21 02:44:00.149 INFO kablam! Checking criterion v0.2.5 Sep 21 02:44:07.176 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:07.176 INFO kablam! --> benches/parallel.rs:219:21 Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 21 02:44:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 02:44:07.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:07.176 INFO kablam! Sep 21 02:44:07.176 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:07.176 INFO kablam! --> benches/parallel.rs:224:21 Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 21 02:44:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:07.176 INFO kablam! Sep 21 02:44:07.176 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:07.176 INFO kablam! --> benches/parallel.rs:230:13 Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 21 02:44:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:07.176 INFO kablam! Sep 21 02:44:07.176 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:07.176 INFO kablam! --> benches/parallel.rs:232:13 Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 21 02:44:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:07.176 INFO kablam! Sep 21 02:44:07.176 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:07.176 INFO kablam! --> benches/parallel.rs:233:13 Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 21 02:44:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:07.176 INFO kablam! Sep 21 02:44:07.176 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:07.176 INFO kablam! --> benches/parallel.rs:234:13 Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 21 02:44:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:07.176 INFO kablam! Sep 21 02:44:07.176 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:07.176 INFO kablam! --> benches/parallel.rs:235:13 Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 21 02:44:07.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:07.176 INFO kablam! | Sep 21 02:44:07.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:07.176 INFO kablam! Sep 21 02:44:08.222 INFO kablam! warning: the trait bound `T: world::comp::Component` is not satisfied Sep 21 02:44:08.222 INFO kablam! --> src/storage/data.rs:111:31 Sep 21 02:44:08.222 INFO kablam! | Sep 21 02:44:08.222 INFO kablam! 111 | pub type ReadStorage<'a, T> = Storage<'a, T, Fetch<'a, MaskedStorage>>; Sep 21 02:44:08.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `world::comp::Component` is not implemented for `T` Sep 21 02:44:08.222 INFO kablam! | Sep 21 02:44:08.222 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:44:08.222 INFO kablam! = help: consider adding a `where T: world::comp::Component` bound Sep 21 02:44:08.222 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:44:08.222 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:44:08.222 INFO kablam! Sep 21 02:44:08.222 INFO kablam! warning: the trait bound `T: world::comp::Component` is not satisfied Sep 21 02:44:08.222 INFO kablam! --> src/storage/data.rs:202:32 Sep 21 02:44:08.222 INFO kablam! | Sep 21 02:44:08.222 INFO kablam! 202 | pub type WriteStorage<'a, T> = Storage<'a, T, FetchMut<'a, MaskedStorage>>; Sep 21 02:44:08.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `world::comp::Component` is not implemented for `T` Sep 21 02:44:08.222 INFO kablam! | Sep 21 02:44:08.222 INFO kablam! = help: consider adding a `where T: world::comp::Component` bound Sep 21 02:44:08.222 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:44:08.222 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:44:08.222 INFO kablam! Sep 21 02:44:08.247 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:08.247 INFO kablam! --> benches/world.rs:147:13 Sep 21 02:44:08.247 INFO kablam! | Sep 21 02:44:08.247 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 21 02:44:08.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:08.247 INFO kablam! | Sep 21 02:44:08.247 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 02:44:08.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:08.247 INFO kablam! Sep 21 02:44:08.247 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:08.247 INFO kablam! --> benches/world.rs:169:13 Sep 21 02:44:08.247 INFO kablam! | Sep 21 02:44:08.247 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 21 02:44:08.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:08.248 INFO kablam! | Sep 21 02:44:08.248 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:08.248 INFO kablam! Sep 21 02:44:09.380 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.380 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 21 02:44:09.380 INFO kablam! | Sep 21 02:44:09.380 INFO kablam! 25 | storage.insert(e, C::default()); Sep 21 02:44:09.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.380 INFO kablam! | Sep 21 02:44:09.380 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 02:44:09.380 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.380 INFO kablam! Sep 21 02:44:09.380 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.380 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 21 02:44:09.380 INFO kablam! | Sep 21 02:44:09.380 INFO kablam! 47 | storage.insert(e, C::default()); Sep 21 02:44:09.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.380 INFO kablam! | Sep 21 02:44:09.380 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.380 INFO kablam! Sep 21 02:44:09.380 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.380 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 21 02:44:09.380 INFO kablam! | Sep 21 02:44:09.380 INFO kablam! 80 | storage.insert(e, C::default()); Sep 21 02:44:09.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.380 INFO kablam! | Sep 21 02:44:09.380 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.380 INFO kablam! Sep 21 02:44:09.381 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.381 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.381 INFO kablam! | Sep 21 02:44:09.381 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.381 INFO kablam! ... Sep 21 02:44:09.381 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.381 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.381 INFO kablam! | Sep 21 02:44:09.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.381 INFO kablam! Sep 21 02:44:09.382 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.382 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.382 INFO kablam! | Sep 21 02:44:09.382 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.382 INFO kablam! ... Sep 21 02:44:09.382 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.382 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.382 INFO kablam! | Sep 21 02:44:09.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.382 INFO kablam! Sep 21 02:44:09.382 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.382 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.382 INFO kablam! | Sep 21 02:44:09.382 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.382 INFO kablam! ... Sep 21 02:44:09.382 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.382 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.382 INFO kablam! | Sep 21 02:44:09.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.383 INFO kablam! Sep 21 02:44:09.383 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.383 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.383 INFO kablam! | Sep 21 02:44:09.383 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.383 INFO kablam! ... Sep 21 02:44:09.383 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.383 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.383 INFO kablam! | Sep 21 02:44:09.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.383 INFO kablam! Sep 21 02:44:09.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.384 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.384 INFO kablam! | Sep 21 02:44:09.384 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.384 INFO kablam! ... Sep 21 02:44:09.384 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.384 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.384 INFO kablam! | Sep 21 02:44:09.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.384 INFO kablam! Sep 21 02:44:09.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.384 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.384 INFO kablam! | Sep 21 02:44:09.384 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.384 INFO kablam! ... Sep 21 02:44:09.384 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.384 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.384 INFO kablam! | Sep 21 02:44:09.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.384 INFO kablam! Sep 21 02:44:09.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.384 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.384 INFO kablam! | Sep 21 02:44:09.384 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.384 INFO kablam! ... Sep 21 02:44:09.384 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.384 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.384 INFO kablam! | Sep 21 02:44:09.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.384 INFO kablam! Sep 21 02:44:09.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.384 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.384 INFO kablam! | Sep 21 02:44:09.384 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.384 INFO kablam! ... Sep 21 02:44:09.384 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.384 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.384 INFO kablam! | Sep 21 02:44:09.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.384 INFO kablam! Sep 21 02:44:09.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.386 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.386 INFO kablam! ... Sep 21 02:44:09.386 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.386 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.386 INFO kablam! Sep 21 02:44:09.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.386 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.386 INFO kablam! ... Sep 21 02:44:09.386 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.386 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.386 INFO kablam! Sep 21 02:44:09.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.386 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.386 INFO kablam! ... Sep 21 02:44:09.386 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.386 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.386 INFO kablam! Sep 21 02:44:09.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.386 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.386 INFO kablam! ... Sep 21 02:44:09.386 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.386 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.386 INFO kablam! Sep 21 02:44:09.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.386 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.386 INFO kablam! ... Sep 21 02:44:09.386 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.386 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.386 INFO kablam! | Sep 21 02:44:09.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.386 INFO kablam! Sep 21 02:44:09.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.387 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.387 INFO kablam! | Sep 21 02:44:09.387 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.387 INFO kablam! ... Sep 21 02:44:09.387 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.387 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.387 INFO kablam! | Sep 21 02:44:09.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.387 INFO kablam! Sep 21 02:44:09.387 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.387 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.387 INFO kablam! | Sep 21 02:44:09.387 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.387 INFO kablam! ... Sep 21 02:44:09.387 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.387 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.387 INFO kablam! | Sep 21 02:44:09.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.387 INFO kablam! Sep 21 02:44:09.387 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.387 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.387 INFO kablam! | Sep 21 02:44:09.387 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.387 INFO kablam! ... Sep 21 02:44:09.387 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.387 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.387 INFO kablam! | Sep 21 02:44:09.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.387 INFO kablam! Sep 21 02:44:09.388 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.388 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.389 INFO kablam! ... Sep 21 02:44:09.389 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.389 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.389 INFO kablam! Sep 21 02:44:09.389 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.389 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.389 INFO kablam! ... Sep 21 02:44:09.389 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.389 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.389 INFO kablam! Sep 21 02:44:09.389 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.389 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.389 INFO kablam! ... Sep 21 02:44:09.389 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.389 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.389 INFO kablam! Sep 21 02:44:09.389 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.389 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.389 INFO kablam! ... Sep 21 02:44:09.389 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:44:09.389 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.389 INFO kablam! Sep 21 02:44:09.389 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.389 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.389 INFO kablam! ... Sep 21 02:44:09.389 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.389 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.389 INFO kablam! | Sep 21 02:44:09.389 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.389 INFO kablam! Sep 21 02:44:09.390 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.390 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.390 INFO kablam! | Sep 21 02:44:09.390 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.390 INFO kablam! ... Sep 21 02:44:09.390 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.390 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.390 INFO kablam! | Sep 21 02:44:09.390 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.390 INFO kablam! Sep 21 02:44:09.390 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.390 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.390 INFO kablam! | Sep 21 02:44:09.390 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.390 INFO kablam! ... Sep 21 02:44:09.390 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.390 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.390 INFO kablam! | Sep 21 02:44:09.390 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.390 INFO kablam! Sep 21 02:44:09.390 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.390 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.390 INFO kablam! | Sep 21 02:44:09.390 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.390 INFO kablam! ... Sep 21 02:44:09.390 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.390 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.390 INFO kablam! | Sep 21 02:44:09.390 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.390 INFO kablam! Sep 21 02:44:09.391 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.391 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.391 INFO kablam! | Sep 21 02:44:09.391 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.391 INFO kablam! ... Sep 21 02:44:09.391 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.391 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.391 INFO kablam! | Sep 21 02:44:09.391 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.391 INFO kablam! Sep 21 02:44:09.391 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.391 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.391 INFO kablam! | Sep 21 02:44:09.391 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.391 INFO kablam! ... Sep 21 02:44:09.391 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.391 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.391 INFO kablam! | Sep 21 02:44:09.391 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.391 INFO kablam! Sep 21 02:44:09.391 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.391 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.391 INFO kablam! | Sep 21 02:44:09.391 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.391 INFO kablam! ... Sep 21 02:44:09.391 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.391 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.391 INFO kablam! | Sep 21 02:44:09.391 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.391 INFO kablam! Sep 21 02:44:09.391 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.391 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.391 INFO kablam! | Sep 21 02:44:09.391 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.391 INFO kablam! ... Sep 21 02:44:09.391 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.391 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.391 INFO kablam! | Sep 21 02:44:09.391 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.391 INFO kablam! Sep 21 02:44:09.392 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.392 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.392 INFO kablam! | Sep 21 02:44:09.392 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.392 INFO kablam! ... Sep 21 02:44:09.392 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.392 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.392 INFO kablam! | Sep 21 02:44:09.392 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.392 INFO kablam! Sep 21 02:44:09.393 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.393 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.393 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.393 INFO kablam! ... Sep 21 02:44:09.393 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.393 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.393 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.393 INFO kablam! Sep 21 02:44:09.393 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.393 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.393 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.393 INFO kablam! ... Sep 21 02:44:09.393 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.393 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.393 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.393 INFO kablam! Sep 21 02:44:09.393 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.393 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.393 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.393 INFO kablam! ... Sep 21 02:44:09.393 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.393 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.393 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.393 INFO kablam! Sep 21 02:44:09.393 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.393 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.393 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.393 INFO kablam! ... Sep 21 02:44:09.393 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.393 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.393 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.393 INFO kablam! Sep 21 02:44:09.393 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.393 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.393 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.394 INFO kablam! ... Sep 21 02:44:09.394 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.394 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.394 INFO kablam! Sep 21 02:44:09.394 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.394 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.394 INFO kablam! ... Sep 21 02:44:09.394 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.394 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.394 INFO kablam! Sep 21 02:44:09.394 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.394 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.394 INFO kablam! ... Sep 21 02:44:09.394 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.394 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.394 INFO kablam! Sep 21 02:44:09.394 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.394 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.394 INFO kablam! ... Sep 21 02:44:09.394 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.394 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.394 INFO kablam! Sep 21 02:44:09.394 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.394 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.394 INFO kablam! ... Sep 21 02:44:09.394 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.394 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.394 INFO kablam! Sep 21 02:44:09.394 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.394 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.394 INFO kablam! ... Sep 21 02:44:09.394 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.394 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.394 INFO kablam! | Sep 21 02:44:09.394 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.394 INFO kablam! Sep 21 02:44:09.395 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.395 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.395 INFO kablam! | Sep 21 02:44:09.395 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.395 INFO kablam! ... Sep 21 02:44:09.395 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:44:09.395 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:44:09.395 INFO kablam! | Sep 21 02:44:09.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.395 INFO kablam! Sep 21 02:44:09.396 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.396 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.396 INFO kablam! | Sep 21 02:44:09.396 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.396 INFO kablam! ... Sep 21 02:44:09.396 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.396 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.396 INFO kablam! | Sep 21 02:44:09.396 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.396 INFO kablam! Sep 21 02:44:09.396 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.396 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.396 INFO kablam! | Sep 21 02:44:09.396 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.396 INFO kablam! ... Sep 21 02:44:09.396 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.396 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.396 INFO kablam! | Sep 21 02:44:09.396 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.396 INFO kablam! Sep 21 02:44:09.396 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.396 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.396 INFO kablam! | Sep 21 02:44:09.396 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.396 INFO kablam! ... Sep 21 02:44:09.396 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.396 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.396 INFO kablam! | Sep 21 02:44:09.396 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.396 INFO kablam! Sep 21 02:44:09.396 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.396 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.396 INFO kablam! | Sep 21 02:44:09.396 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.396 INFO kablam! ... Sep 21 02:44:09.396 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.396 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.396 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.397 INFO kablam! Sep 21 02:44:09.397 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.397 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.397 INFO kablam! ... Sep 21 02:44:09.397 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.397 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.397 INFO kablam! Sep 21 02:44:09.397 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.397 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.397 INFO kablam! ... Sep 21 02:44:09.397 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.397 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.397 INFO kablam! Sep 21 02:44:09.397 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.397 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.397 INFO kablam! ... Sep 21 02:44:09.397 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.397 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.397 INFO kablam! Sep 21 02:44:09.397 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.397 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.397 INFO kablam! ... Sep 21 02:44:09.397 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.397 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.397 INFO kablam! Sep 21 02:44:09.397 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.397 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.397 INFO kablam! | Sep 21 02:44:09.397 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.397 INFO kablam! ... Sep 21 02:44:09.398 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.398 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.398 INFO kablam! | Sep 21 02:44:09.398 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.398 INFO kablam! Sep 21 02:44:09.398 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.398 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.398 INFO kablam! | Sep 21 02:44:09.398 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.398 INFO kablam! ... Sep 21 02:44:09.398 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.398 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.398 INFO kablam! | Sep 21 02:44:09.398 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.398 INFO kablam! Sep 21 02:44:09.398 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.398 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.398 INFO kablam! | Sep 21 02:44:09.398 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.398 INFO kablam! ... Sep 21 02:44:09.398 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.398 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.398 INFO kablam! | Sep 21 02:44:09.398 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.398 INFO kablam! Sep 21 02:44:09.398 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.398 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.398 INFO kablam! | Sep 21 02:44:09.398 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.398 INFO kablam! ... Sep 21 02:44:09.398 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.398 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.398 INFO kablam! | Sep 21 02:44:09.398 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.398 INFO kablam! Sep 21 02:44:09.401 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.401 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.401 INFO kablam! | Sep 21 02:44:09.401 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.401 INFO kablam! ... Sep 21 02:44:09.401 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.401 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.401 INFO kablam! | Sep 21 02:44:09.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.401 INFO kablam! Sep 21 02:44:09.401 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.401 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.401 INFO kablam! | Sep 21 02:44:09.401 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.401 INFO kablam! ... Sep 21 02:44:09.401 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.401 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.401 INFO kablam! | Sep 21 02:44:09.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.401 INFO kablam! Sep 21 02:44:09.401 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.401 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.401 INFO kablam! | Sep 21 02:44:09.401 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.401 INFO kablam! ... Sep 21 02:44:09.401 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.402 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.402 INFO kablam! Sep 21 02:44:09.402 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.402 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.402 INFO kablam! ... Sep 21 02:44:09.402 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.402 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.402 INFO kablam! Sep 21 02:44:09.402 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.402 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.402 INFO kablam! ... Sep 21 02:44:09.402 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.402 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.402 INFO kablam! Sep 21 02:44:09.402 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.402 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.402 INFO kablam! ... Sep 21 02:44:09.402 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.402 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.402 INFO kablam! Sep 21 02:44:09.402 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.402 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.402 INFO kablam! ... Sep 21 02:44:09.402 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.402 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.402 INFO kablam! Sep 21 02:44:09.402 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.402 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.402 INFO kablam! ... Sep 21 02:44:09.402 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:44:09.402 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.402 INFO kablam! Sep 21 02:44:09.402 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.402 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.402 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.402 INFO kablam! ... Sep 21 02:44:09.402 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.402 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.402 INFO kablam! | Sep 21 02:44:09.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.403 INFO kablam! Sep 21 02:44:09.403 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.403 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.403 INFO kablam! | Sep 21 02:44:09.403 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.403 INFO kablam! ... Sep 21 02:44:09.403 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.403 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.403 INFO kablam! | Sep 21 02:44:09.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.403 INFO kablam! Sep 21 02:44:09.404 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.404 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.404 INFO kablam! | Sep 21 02:44:09.404 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.404 INFO kablam! ... Sep 21 02:44:09.404 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.404 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.404 INFO kablam! | Sep 21 02:44:09.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.404 INFO kablam! Sep 21 02:44:09.404 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.404 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.404 INFO kablam! | Sep 21 02:44:09.404 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.404 INFO kablam! ... Sep 21 02:44:09.404 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.404 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.404 INFO kablam! | Sep 21 02:44:09.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.404 INFO kablam! Sep 21 02:44:09.404 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.404 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.404 INFO kablam! | Sep 21 02:44:09.404 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.404 INFO kablam! ... Sep 21 02:44:09.404 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.404 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.404 INFO kablam! | Sep 21 02:44:09.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.404 INFO kablam! Sep 21 02:44:09.404 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.404 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.404 INFO kablam! | Sep 21 02:44:09.404 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.404 INFO kablam! ... Sep 21 02:44:09.404 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.404 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.404 INFO kablam! | Sep 21 02:44:09.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.404 INFO kablam! Sep 21 02:44:09.404 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.405 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.405 INFO kablam! ... Sep 21 02:44:09.405 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.405 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.405 INFO kablam! Sep 21 02:44:09.405 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.405 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.405 INFO kablam! ... Sep 21 02:44:09.405 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.405 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.405 INFO kablam! Sep 21 02:44:09.405 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.405 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.405 INFO kablam! ... Sep 21 02:44:09.405 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.405 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.405 INFO kablam! Sep 21 02:44:09.405 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.405 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.405 INFO kablam! ... Sep 21 02:44:09.405 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.405 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.405 INFO kablam! Sep 21 02:44:09.405 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.405 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.405 INFO kablam! ... Sep 21 02:44:09.405 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.405 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.405 INFO kablam! | Sep 21 02:44:09.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.406 INFO kablam! Sep 21 02:44:09.406 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.406 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.406 INFO kablam! | Sep 21 02:44:09.406 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.406 INFO kablam! ... Sep 21 02:44:09.406 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.406 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.406 INFO kablam! | Sep 21 02:44:09.406 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.406 INFO kablam! Sep 21 02:44:09.406 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.406 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.406 INFO kablam! | Sep 21 02:44:09.406 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.406 INFO kablam! ... Sep 21 02:44:09.406 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.406 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.407 INFO kablam! | Sep 21 02:44:09.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.411 INFO kablam! Sep 21 02:44:09.411 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.411 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.411 INFO kablam! | Sep 21 02:44:09.411 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.411 INFO kablam! ... Sep 21 02:44:09.411 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.411 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.411 INFO kablam! | Sep 21 02:44:09.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.411 INFO kablam! Sep 21 02:44:09.411 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.411 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.411 INFO kablam! | Sep 21 02:44:09.411 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.411 INFO kablam! ... Sep 21 02:44:09.411 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.411 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.411 INFO kablam! | Sep 21 02:44:09.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.411 INFO kablam! Sep 21 02:44:09.411 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.411 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.411 INFO kablam! | Sep 21 02:44:09.411 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.411 INFO kablam! ... Sep 21 02:44:09.411 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.411 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.411 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.412 INFO kablam! Sep 21 02:44:09.412 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.412 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.412 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.412 INFO kablam! ... Sep 21 02:44:09.412 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.412 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.412 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.412 INFO kablam! Sep 21 02:44:09.412 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.412 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.412 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.412 INFO kablam! ... Sep 21 02:44:09.412 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.412 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.412 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.412 INFO kablam! Sep 21 02:44:09.412 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.412 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:44:09.412 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:44:09.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.412 INFO kablam! ... Sep 21 02:44:09.412 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.412 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.412 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.412 INFO kablam! Sep 21 02:44:09.412 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:44:09.412 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:44:09.412 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:44:09.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:44:09.412 INFO kablam! ... Sep 21 02:44:09.412 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:44:09.412 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:44:09.412 INFO kablam! | Sep 21 02:44:09.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:44:09.412 INFO kablam! Sep 21 02:44:10.241 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.04s Sep 21 02:44:10.256 INFO kablam! su: No module specific data is present Sep 21 02:44:10.869 INFO running `"docker" "rm" "-f" "41ae0190ec350ce7532a3c7d29edd65cef9b48b1eedf575cee439de5790ee28f"` Sep 21 02:44:10.940 INFO blam! 41ae0190ec350ce7532a3c7d29edd65cef9b48b1eedf575cee439de5790ee28f