Sep 14 08:41:38.770 INFO checking specs-0.11.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 08:41:38.770 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 08:41:38.770 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 08:41:38.897 INFO blam! 951c8e46c3ae9ca7374db067a91049a9323f60b67305cd6d2411e819eb9cba6a Sep 14 08:41:38.899 INFO running `"docker" "start" "-a" "951c8e46c3ae9ca7374db067a91049a9323f60b67305cd6d2411e819eb9cba6a"` Sep 14 08:41:39.818 INFO kablam! usermod: no changes Sep 14 08:41:39.855 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 14 08:41:39.855 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 14 08:41:39.855 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 14 08:41:39.855 INFO kablam! files will be included as a benchmark target: Sep 14 08:41:39.855 INFO kablam! Sep 14 08:41:39.855 INFO kablam! * /source/benches/storage_cmp.rs Sep 14 08:41:39.855 INFO kablam! * /source/benches/storage_sparse.rs Sep 14 08:41:39.855 INFO kablam! Sep 14 08:41:39.855 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 14 08:41:39.855 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 14 08:41:39.855 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 14 08:41:39.855 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 14 08:41:39.855 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 14 08:41:39.855 INFO kablam! Sep 14 08:41:39.855 INFO kablam! For more information on this warning you can consult Sep 14 08:41:39.855 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 14 08:41:40.111 INFO kablam! Compiling specs-derive v0.2.0 Sep 14 08:41:40.111 INFO kablam! Checking serde_json v1.0.27 Sep 14 08:41:40.111 INFO kablam! Checking csv v1.0.1 Sep 14 08:41:40.111 INFO kablam! Checking ron v0.2.2 Sep 14 08:41:40.111 INFO kablam! Checking cgmath v0.14.1 Sep 14 08:41:40.111 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 14 08:41:47.958 INFO kablam! Checking handlebars v0.32.4 Sep 14 08:41:51.505 INFO kablam! Checking criterion v0.2.5 Sep 14 08:41:59.855 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:41:59.855 INFO kablam! --> benches/parallel.rs:219:21 Sep 14 08:41:59.855 INFO kablam! | Sep 14 08:41:59.855 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 14 08:41:59.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 08:41:59.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:41:59.866 INFO kablam! Sep 14 08:41:59.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:41:59.866 INFO kablam! --> benches/parallel.rs:224:21 Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 14 08:41:59.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:41:59.866 INFO kablam! Sep 14 08:41:59.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:41:59.866 INFO kablam! --> benches/parallel.rs:230:13 Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 14 08:41:59.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:41:59.866 INFO kablam! Sep 14 08:41:59.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:41:59.866 INFO kablam! --> benches/parallel.rs:232:13 Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 14 08:41:59.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:41:59.866 INFO kablam! Sep 14 08:41:59.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:41:59.866 INFO kablam! --> benches/parallel.rs:233:13 Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 14 08:41:59.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:41:59.866 INFO kablam! | Sep 14 08:41:59.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:41:59.866 INFO kablam! Sep 14 08:41:59.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:41:59.867 INFO kablam! --> benches/parallel.rs:234:13 Sep 14 08:41:59.867 INFO kablam! | Sep 14 08:41:59.867 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 14 08:41:59.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:41:59.867 INFO kablam! | Sep 14 08:41:59.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:41:59.867 INFO kablam! Sep 14 08:41:59.867 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:41:59.867 INFO kablam! --> benches/parallel.rs:235:13 Sep 14 08:41:59.867 INFO kablam! | Sep 14 08:41:59.867 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 14 08:41:59.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:41:59.867 INFO kablam! | Sep 14 08:41:59.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:41:59.867 INFO kablam! Sep 14 08:42:02.203 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:02.203 INFO kablam! --> benches/world.rs:147:13 Sep 14 08:42:02.203 INFO kablam! | Sep 14 08:42:02.203 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 14 08:42:02.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:02.203 INFO kablam! | Sep 14 08:42:02.203 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 08:42:02.203 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:02.203 INFO kablam! Sep 14 08:42:02.203 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:02.203 INFO kablam! --> benches/world.rs:169:13 Sep 14 08:42:02.203 INFO kablam! | Sep 14 08:42:02.203 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 14 08:42:02.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:02.203 INFO kablam! | Sep 14 08:42:02.203 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:02.203 INFO kablam! Sep 14 08:42:03.759 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.759 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 14 08:42:03.759 INFO kablam! | Sep 14 08:42:03.759 INFO kablam! 25 | storage.insert(e, C::default()); Sep 14 08:42:03.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.759 INFO kablam! | Sep 14 08:42:03.759 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 08:42:03.760 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.760 INFO kablam! Sep 14 08:42:03.760 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.760 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 14 08:42:03.760 INFO kablam! | Sep 14 08:42:03.760 INFO kablam! 47 | storage.insert(e, C::default()); Sep 14 08:42:03.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.760 INFO kablam! | Sep 14 08:42:03.760 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.760 INFO kablam! Sep 14 08:42:03.760 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.760 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 14 08:42:03.760 INFO kablam! | Sep 14 08:42:03.760 INFO kablam! 80 | storage.insert(e, C::default()); Sep 14 08:42:03.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.760 INFO kablam! | Sep 14 08:42:03.760 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.760 INFO kablam! Sep 14 08:42:03.763 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.763 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.763 INFO kablam! | Sep 14 08:42:03.763 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.763 INFO kablam! ... Sep 14 08:42:03.763 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.763 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.763 INFO kablam! | Sep 14 08:42:03.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.763 INFO kablam! Sep 14 08:42:03.763 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.763 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.763 INFO kablam! | Sep 14 08:42:03.763 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.763 INFO kablam! ... Sep 14 08:42:03.763 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.763 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.763 INFO kablam! | Sep 14 08:42:03.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.763 INFO kablam! Sep 14 08:42:03.766 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.766 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.766 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.767 INFO kablam! ... Sep 14 08:42:03.767 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.767 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.767 INFO kablam! Sep 14 08:42:03.767 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.767 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.767 INFO kablam! ... Sep 14 08:42:03.767 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.767 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.767 INFO kablam! Sep 14 08:42:03.767 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.767 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.767 INFO kablam! ... Sep 14 08:42:03.767 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.767 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.767 INFO kablam! Sep 14 08:42:03.767 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.767 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.767 INFO kablam! ... Sep 14 08:42:03.767 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.767 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.767 INFO kablam! Sep 14 08:42:03.767 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.767 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.767 INFO kablam! ... Sep 14 08:42:03.767 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.767 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.767 INFO kablam! Sep 14 08:42:03.767 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.767 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.767 INFO kablam! ... Sep 14 08:42:03.767 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.767 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.767 INFO kablam! | Sep 14 08:42:03.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.767 INFO kablam! Sep 14 08:42:03.774 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.775 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.775 INFO kablam! ... Sep 14 08:42:03.775 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.775 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.775 INFO kablam! Sep 14 08:42:03.775 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.775 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.775 INFO kablam! ... Sep 14 08:42:03.775 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.775 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.775 INFO kablam! Sep 14 08:42:03.775 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.775 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.775 INFO kablam! ... Sep 14 08:42:03.775 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.775 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.775 INFO kablam! Sep 14 08:42:03.775 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.775 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.775 INFO kablam! ... Sep 14 08:42:03.775 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.775 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.775 INFO kablam! Sep 14 08:42:03.775 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.775 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.775 INFO kablam! ... Sep 14 08:42:03.775 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.775 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.775 INFO kablam! Sep 14 08:42:03.775 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.775 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.775 INFO kablam! ... Sep 14 08:42:03.775 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.775 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.775 INFO kablam! | Sep 14 08:42:03.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.775 INFO kablam! Sep 14 08:42:03.776 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.776 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.776 INFO kablam! ... Sep 14 08:42:03.776 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.776 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.776 INFO kablam! Sep 14 08:42:03.776 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.776 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.776 INFO kablam! ... Sep 14 08:42:03.776 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.776 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.776 INFO kablam! Sep 14 08:42:03.776 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.776 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.776 INFO kablam! ... Sep 14 08:42:03.776 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.776 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.776 INFO kablam! Sep 14 08:42:03.776 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.776 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.776 INFO kablam! ... Sep 14 08:42:03.776 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.776 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.776 INFO kablam! Sep 14 08:42:03.776 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.776 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.776 INFO kablam! ... Sep 14 08:42:03.776 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.776 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.776 INFO kablam! Sep 14 08:42:03.776 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.776 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.776 INFO kablam! ... Sep 14 08:42:03.776 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 14 08:42:03.776 INFO kablam! | ---------------------------------- in this macro invocation Sep 14 08:42:03.776 INFO kablam! | Sep 14 08:42:03.776 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.776 INFO kablam! Sep 14 08:42:03.778 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.778 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.778 INFO kablam! | Sep 14 08:42:03.778 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.778 INFO kablam! ... Sep 14 08:42:03.778 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.778 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.778 INFO kablam! | Sep 14 08:42:03.778 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.778 INFO kablam! Sep 14 08:42:03.778 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.778 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.778 INFO kablam! | Sep 14 08:42:03.778 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.778 INFO kablam! ... Sep 14 08:42:03.778 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.778 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.778 INFO kablam! | Sep 14 08:42:03.778 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.778 INFO kablam! Sep 14 08:42:03.779 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.779 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.779 INFO kablam! | Sep 14 08:42:03.779 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.779 INFO kablam! ... Sep 14 08:42:03.779 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.779 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.779 INFO kablam! | Sep 14 08:42:03.782 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.783 INFO kablam! Sep 14 08:42:03.783 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.783 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.783 INFO kablam! ... Sep 14 08:42:03.783 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.783 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.783 INFO kablam! Sep 14 08:42:03.783 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.783 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.783 INFO kablam! ... Sep 14 08:42:03.783 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.783 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.783 INFO kablam! Sep 14 08:42:03.783 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.783 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.783 INFO kablam! ... Sep 14 08:42:03.783 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.783 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.783 INFO kablam! Sep 14 08:42:03.783 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.783 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.783 INFO kablam! ... Sep 14 08:42:03.783 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.783 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.783 INFO kablam! Sep 14 08:42:03.783 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.783 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.783 INFO kablam! ... Sep 14 08:42:03.783 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.783 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.783 INFO kablam! | Sep 14 08:42:03.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.783 INFO kablam! Sep 14 08:42:03.787 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.787 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.787 INFO kablam! ... Sep 14 08:42:03.787 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.787 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.787 INFO kablam! Sep 14 08:42:03.787 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.787 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.787 INFO kablam! ... Sep 14 08:42:03.787 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.787 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.787 INFO kablam! Sep 14 08:42:03.787 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.787 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.787 INFO kablam! ... Sep 14 08:42:03.787 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.787 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.787 INFO kablam! Sep 14 08:42:03.787 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.787 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.787 INFO kablam! ... Sep 14 08:42:03.787 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.787 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.787 INFO kablam! Sep 14 08:42:03.787 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.787 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.787 INFO kablam! ... Sep 14 08:42:03.787 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.787 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.787 INFO kablam! | Sep 14 08:42:03.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.787 INFO kablam! Sep 14 08:42:03.789 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.789 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.789 INFO kablam! | Sep 14 08:42:03.789 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.789 INFO kablam! ... Sep 14 08:42:03.789 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.789 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.789 INFO kablam! | Sep 14 08:42:03.789 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.789 INFO kablam! Sep 14 08:42:03.789 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.789 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.789 INFO kablam! | Sep 14 08:42:03.789 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.789 INFO kablam! ... Sep 14 08:42:03.789 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.789 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.789 INFO kablam! | Sep 14 08:42:03.789 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.789 INFO kablam! Sep 14 08:42:03.789 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.789 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.789 INFO kablam! | Sep 14 08:42:03.789 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.789 INFO kablam! ... Sep 14 08:42:03.789 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.789 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.789 INFO kablam! | Sep 14 08:42:03.789 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.789 INFO kablam! Sep 14 08:42:03.790 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.790 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.790 INFO kablam! | Sep 14 08:42:03.790 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.790 INFO kablam! ... Sep 14 08:42:03.790 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.790 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.790 INFO kablam! | Sep 14 08:42:03.790 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.790 INFO kablam! Sep 14 08:42:03.791 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.791 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.791 INFO kablam! | Sep 14 08:42:03.791 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.791 INFO kablam! ... Sep 14 08:42:03.791 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.791 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.791 INFO kablam! | Sep 14 08:42:03.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.791 INFO kablam! Sep 14 08:42:03.791 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.791 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.792 INFO kablam! | Sep 14 08:42:03.792 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.792 INFO kablam! ... Sep 14 08:42:03.792 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.792 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.792 INFO kablam! | Sep 14 08:42:03.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.792 INFO kablam! Sep 14 08:42:03.799 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.799 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.799 INFO kablam! ... Sep 14 08:42:03.799 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 14 08:42:03.799 INFO kablam! | --------------------------------------------- in this macro invocation Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.799 INFO kablam! Sep 14 08:42:03.799 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.799 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.799 INFO kablam! ... Sep 14 08:42:03.799 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.799 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.799 INFO kablam! Sep 14 08:42:03.799 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.799 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.799 INFO kablam! ... Sep 14 08:42:03.799 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.799 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.799 INFO kablam! Sep 14 08:42:03.799 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.799 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.799 INFO kablam! ... Sep 14 08:42:03.799 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.799 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.799 INFO kablam! Sep 14 08:42:03.799 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.799 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.799 INFO kablam! | Sep 14 08:42:03.799 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.800 INFO kablam! ... Sep 14 08:42:03.800 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.800 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.800 INFO kablam! Sep 14 08:42:03.800 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.800 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.800 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.800 INFO kablam! ... Sep 14 08:42:03.800 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.800 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.800 INFO kablam! Sep 14 08:42:03.800 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.800 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.800 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.800 INFO kablam! ... Sep 14 08:42:03.800 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.800 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.800 INFO kablam! Sep 14 08:42:03.800 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.800 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.800 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.800 INFO kablam! ... Sep 14 08:42:03.800 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.800 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.800 INFO kablam! Sep 14 08:42:03.800 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.800 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.800 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.800 INFO kablam! ... Sep 14 08:42:03.800 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.800 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.800 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.801 INFO kablam! Sep 14 08:42:03.801 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.801 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.801 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.801 INFO kablam! ... Sep 14 08:42:03.801 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.801 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.801 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.801 INFO kablam! Sep 14 08:42:03.801 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.801 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.801 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.801 INFO kablam! ... Sep 14 08:42:03.801 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.801 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.801 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.801 INFO kablam! Sep 14 08:42:03.801 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.801 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.801 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.801 INFO kablam! ... Sep 14 08:42:03.801 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.801 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.801 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.801 INFO kablam! Sep 14 08:42:03.801 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.801 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.801 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.801 INFO kablam! ... Sep 14 08:42:03.801 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.801 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.801 INFO kablam! | Sep 14 08:42:03.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.806 INFO kablam! Sep 14 08:42:03.807 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.807 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.807 INFO kablam! ... Sep 14 08:42:03.807 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.807 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.807 INFO kablam! Sep 14 08:42:03.807 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.807 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.807 INFO kablam! ... Sep 14 08:42:03.807 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.807 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.807 INFO kablam! Sep 14 08:42:03.807 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.807 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.807 INFO kablam! ... Sep 14 08:42:03.807 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.807 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.807 INFO kablam! Sep 14 08:42:03.807 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.807 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.807 INFO kablam! ... Sep 14 08:42:03.807 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.807 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.807 INFO kablam! Sep 14 08:42:03.807 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.807 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.807 INFO kablam! | Sep 14 08:42:03.807 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.808 INFO kablam! ... Sep 14 08:42:03.808 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.808 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.808 INFO kablam! | Sep 14 08:42:03.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.808 INFO kablam! Sep 14 08:42:03.808 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.808 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.808 INFO kablam! | Sep 14 08:42:03.808 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.808 INFO kablam! ... Sep 14 08:42:03.808 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.808 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.808 INFO kablam! | Sep 14 08:42:03.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.808 INFO kablam! Sep 14 08:42:03.808 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.808 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.808 INFO kablam! | Sep 14 08:42:03.808 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.808 INFO kablam! ... Sep 14 08:42:03.808 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.808 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.808 INFO kablam! | Sep 14 08:42:03.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.808 INFO kablam! Sep 14 08:42:03.808 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.808 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.808 INFO kablam! | Sep 14 08:42:03.808 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.808 INFO kablam! ... Sep 14 08:42:03.808 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 14 08:42:03.808 INFO kablam! | ------------------------------------------ in this macro invocation Sep 14 08:42:03.808 INFO kablam! | Sep 14 08:42:03.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.808 INFO kablam! Sep 14 08:42:03.812 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.813 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.813 INFO kablam! ... Sep 14 08:42:03.813 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.813 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.813 INFO kablam! Sep 14 08:42:03.813 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.813 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.813 INFO kablam! ... Sep 14 08:42:03.813 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.813 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.813 INFO kablam! Sep 14 08:42:03.813 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.813 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.813 INFO kablam! ... Sep 14 08:42:03.813 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.813 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.813 INFO kablam! Sep 14 08:42:03.813 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.813 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.813 INFO kablam! ... Sep 14 08:42:03.813 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.813 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.813 INFO kablam! Sep 14 08:42:03.813 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.813 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.813 INFO kablam! | Sep 14 08:42:03.813 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.813 INFO kablam! ... Sep 14 08:42:03.814 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.814 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.814 INFO kablam! Sep 14 08:42:03.814 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.814 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.814 INFO kablam! ... Sep 14 08:42:03.814 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.814 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.814 INFO kablam! Sep 14 08:42:03.814 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.814 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.814 INFO kablam! ... Sep 14 08:42:03.814 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.814 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.814 INFO kablam! Sep 14 08:42:03.814 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.814 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.814 INFO kablam! ... Sep 14 08:42:03.814 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.814 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.814 INFO kablam! Sep 14 08:42:03.814 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.814 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.814 INFO kablam! ... Sep 14 08:42:03.814 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.814 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.814 INFO kablam! | Sep 14 08:42:03.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.814 INFO kablam! Sep 14 08:42:03.814 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.815 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.815 INFO kablam! | Sep 14 08:42:03.815 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.815 INFO kablam! ... Sep 14 08:42:03.815 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.815 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.815 INFO kablam! | Sep 14 08:42:03.815 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.815 INFO kablam! Sep 14 08:42:03.815 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.815 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.815 INFO kablam! | Sep 14 08:42:03.815 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.815 INFO kablam! ... Sep 14 08:42:03.815 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.815 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.815 INFO kablam! | Sep 14 08:42:03.815 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.815 INFO kablam! Sep 14 08:42:03.815 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.815 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.815 INFO kablam! | Sep 14 08:42:03.816 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.816 INFO kablam! ... Sep 14 08:42:03.816 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.816 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.816 INFO kablam! | Sep 14 08:42:03.816 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.816 INFO kablam! Sep 14 08:42:03.816 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.816 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.816 INFO kablam! | Sep 14 08:42:03.816 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.816 INFO kablam! ... Sep 14 08:42:03.816 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.816 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.816 INFO kablam! | Sep 14 08:42:03.816 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.816 INFO kablam! Sep 14 08:42:03.816 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.816 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.816 INFO kablam! | Sep 14 08:42:03.817 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.817 INFO kablam! ... Sep 14 08:42:03.817 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.817 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.817 INFO kablam! | Sep 14 08:42:03.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.817 INFO kablam! Sep 14 08:42:03.817 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.817 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.817 INFO kablam! | Sep 14 08:42:03.817 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.817 INFO kablam! ... Sep 14 08:42:03.817 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.817 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.823 INFO kablam! Sep 14 08:42:03.823 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.823 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.823 INFO kablam! ... Sep 14 08:42:03.823 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.823 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.823 INFO kablam! Sep 14 08:42:03.823 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.823 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.823 INFO kablam! ... Sep 14 08:42:03.823 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.823 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.823 INFO kablam! Sep 14 08:42:03.823 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.823 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.823 INFO kablam! ... Sep 14 08:42:03.823 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.823 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.823 INFO kablam! Sep 14 08:42:03.823 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.823 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 14 08:42:03.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.823 INFO kablam! ... Sep 14 08:42:03.823 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.823 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.823 INFO kablam! Sep 14 08:42:03.823 INFO kablam! warning: unused `std::result::Result` which must be used Sep 14 08:42:03.823 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 14 08:42:03.823 INFO kablam! | Sep 14 08:42:03.824 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 14 08:42:03.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:42:03.824 INFO kablam! ... Sep 14 08:42:03.824 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 14 08:42:03.824 INFO kablam! | -------------------------------------- in this macro invocation Sep 14 08:42:03.824 INFO kablam! | Sep 14 08:42:03.824 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 14 08:42:03.824 INFO kablam! Sep 14 08:42:04.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.76s Sep 14 08:42:04.633 INFO kablam! su: No module specific data is present Sep 14 08:42:05.471 INFO running `"docker" "rm" "-f" "951c8e46c3ae9ca7374db067a91049a9323f60b67305cd6d2411e819eb9cba6a"` Sep 14 08:42:05.630 INFO blam! 951c8e46c3ae9ca7374db067a91049a9323f60b67305cd6d2411e819eb9cba6a