Sep 05 23:41:10.256 INFO checking specs-0.11.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 23:41:10.256 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 23:41:10.256 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 23:41:10.386 INFO blam! 782958fe1e71f8d0b4894ed3c034673d40d28c7e926cae90d54db61f88959c23 Sep 05 23:41:10.387 INFO running `"docker" "start" "-a" "782958fe1e71f8d0b4894ed3c034673d40d28c7e926cae90d54db61f88959c23"` Sep 05 23:41:11.376 INFO kablam! usermod: no changes Sep 05 23:41:11.405 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 05 23:41:11.405 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 05 23:41:11.405 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 05 23:41:11.405 INFO kablam! files will be included as a benchmark target: Sep 05 23:41:11.405 INFO kablam! Sep 05 23:41:11.405 INFO kablam! * /source/benches/storage_cmp.rs Sep 05 23:41:11.405 INFO kablam! * /source/benches/storage_sparse.rs Sep 05 23:41:11.405 INFO kablam! Sep 05 23:41:11.405 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 05 23:41:11.405 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 05 23:41:11.405 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 05 23:41:11.405 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 05 23:41:11.405 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 05 23:41:11.405 INFO kablam! Sep 05 23:41:11.405 INFO kablam! For more information on this warning you can consult Sep 05 23:41:11.405 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 05 23:41:11.567 INFO kablam! Compiling serde v1.0.76 Sep 05 23:41:11.572 INFO kablam! Compiling specs-derive v0.2.0 Sep 05 23:41:11.573 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 05 23:41:23.900 INFO kablam! Checking serde_json v1.0.26 Sep 05 23:41:23.924 INFO kablam! Checking csv v1.0.1 Sep 05 23:41:23.931 INFO kablam! Checking ron v0.2.2 Sep 05 23:41:23.938 INFO kablam! Checking cgmath v0.14.1 Sep 05 23:41:28.306 INFO kablam! Checking handlebars v0.32.4 Sep 05 23:41:31.139 INFO kablam! Checking criterion v0.2.5 Sep 05 23:41:38.334 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:38.334 INFO kablam! --> benches/parallel.rs:219:21 Sep 05 23:41:38.334 INFO kablam! | Sep 05 23:41:38.334 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 05 23:41:38.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:38.334 INFO kablam! | Sep 05 23:41:38.334 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 23:41:38.334 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:38.334 INFO kablam! Sep 05 23:41:38.334 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:38.334 INFO kablam! --> benches/parallel.rs:224:21 Sep 05 23:41:38.334 INFO kablam! | Sep 05 23:41:38.334 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 05 23:41:38.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:38.334 INFO kablam! | Sep 05 23:41:38.334 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:38.334 INFO kablam! Sep 05 23:41:38.334 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:38.334 INFO kablam! --> benches/parallel.rs:230:13 Sep 05 23:41:38.334 INFO kablam! | Sep 05 23:41:38.334 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 05 23:41:38.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:38.334 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:38.335 INFO kablam! Sep 05 23:41:38.335 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:38.335 INFO kablam! --> benches/parallel.rs:232:13 Sep 05 23:41:38.335 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 05 23:41:38.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:38.335 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:38.335 INFO kablam! Sep 05 23:41:38.335 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:38.335 INFO kablam! --> benches/parallel.rs:233:13 Sep 05 23:41:38.335 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 05 23:41:38.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:38.335 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:38.335 INFO kablam! Sep 05 23:41:38.335 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:38.335 INFO kablam! --> benches/parallel.rs:234:13 Sep 05 23:41:38.335 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 05 23:41:38.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:38.335 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:38.335 INFO kablam! Sep 05 23:41:38.335 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:38.335 INFO kablam! --> benches/parallel.rs:235:13 Sep 05 23:41:38.335 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 05 23:41:38.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:38.335 INFO kablam! | Sep 05 23:41:38.335 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:38.335 INFO kablam! Sep 05 23:41:39.859 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:39.859 INFO kablam! --> benches/world.rs:147:13 Sep 05 23:41:39.859 INFO kablam! | Sep 05 23:41:39.859 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 05 23:41:39.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:39.859 INFO kablam! | Sep 05 23:41:39.859 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 23:41:39.859 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:39.859 INFO kablam! Sep 05 23:41:39.859 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:39.859 INFO kablam! --> benches/world.rs:169:13 Sep 05 23:41:39.859 INFO kablam! | Sep 05 23:41:39.859 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 05 23:41:39.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:39.859 INFO kablam! | Sep 05 23:41:39.859 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:39.859 INFO kablam! Sep 05 23:41:40.681 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.681 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 05 23:41:40.681 INFO kablam! | Sep 05 23:41:40.681 INFO kablam! 25 | storage.insert(e, C::default()); Sep 05 23:41:40.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.681 INFO kablam! | Sep 05 23:41:40.681 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 23:41:40.681 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.681 INFO kablam! Sep 05 23:41:40.681 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.681 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 05 23:41:40.681 INFO kablam! | Sep 05 23:41:40.681 INFO kablam! 47 | storage.insert(e, C::default()); Sep 05 23:41:40.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.681 INFO kablam! | Sep 05 23:41:40.681 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.681 INFO kablam! Sep 05 23:41:40.681 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.681 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 05 23:41:40.681 INFO kablam! | Sep 05 23:41:40.681 INFO kablam! 80 | storage.insert(e, C::default()); Sep 05 23:41:40.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.682 INFO kablam! | Sep 05 23:41:40.682 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.682 INFO kablam! Sep 05 23:41:40.682 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.682 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.682 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.683 INFO kablam! ... Sep 05 23:41:40.683 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.683 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.683 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.683 INFO kablam! Sep 05 23:41:40.683 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.683 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.683 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.683 INFO kablam! ... Sep 05 23:41:40.683 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.683 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.683 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.683 INFO kablam! Sep 05 23:41:40.683 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.683 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.683 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.683 INFO kablam! ... Sep 05 23:41:40.683 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.683 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.683 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.683 INFO kablam! Sep 05 23:41:40.683 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.683 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.683 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.683 INFO kablam! ... Sep 05 23:41:40.683 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.683 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.683 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.683 INFO kablam! Sep 05 23:41:40.683 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.683 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.683 INFO kablam! | Sep 05 23:41:40.683 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.683 INFO kablam! ... Sep 05 23:41:40.683 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.684 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.684 INFO kablam! | Sep 05 23:41:40.684 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.684 INFO kablam! Sep 05 23:41:40.684 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.684 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.684 INFO kablam! | Sep 05 23:41:40.684 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.684 INFO kablam! ... Sep 05 23:41:40.684 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.684 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.684 INFO kablam! | Sep 05 23:41:40.684 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.684 INFO kablam! Sep 05 23:41:40.684 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.684 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.684 INFO kablam! | Sep 05 23:41:40.684 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.684 INFO kablam! ... Sep 05 23:41:40.684 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.684 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.684 INFO kablam! | Sep 05 23:41:40.684 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.684 INFO kablam! Sep 05 23:41:40.684 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.684 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.684 INFO kablam! | Sep 05 23:41:40.684 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.684 INFO kablam! ... Sep 05 23:41:40.684 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.684 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.685 INFO kablam! Sep 05 23:41:40.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.685 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.685 INFO kablam! ... Sep 05 23:41:40.685 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.685 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.685 INFO kablam! Sep 05 23:41:40.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.685 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.685 INFO kablam! ... Sep 05 23:41:40.685 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.685 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.685 INFO kablam! Sep 05 23:41:40.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.685 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.685 INFO kablam! ... Sep 05 23:41:40.685 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.685 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.685 INFO kablam! Sep 05 23:41:40.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.685 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.685 INFO kablam! ... Sep 05 23:41:40.685 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.685 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.685 INFO kablam! Sep 05 23:41:40.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.685 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.685 INFO kablam! | Sep 05 23:41:40.685 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.686 INFO kablam! ... Sep 05 23:41:40.686 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.686 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.686 INFO kablam! Sep 05 23:41:40.686 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.686 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.686 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.686 INFO kablam! ... Sep 05 23:41:40.686 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.686 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.686 INFO kablam! Sep 05 23:41:40.686 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.686 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.686 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.686 INFO kablam! ... Sep 05 23:41:40.686 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.686 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.686 INFO kablam! Sep 05 23:41:40.686 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.686 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.686 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.686 INFO kablam! ... Sep 05 23:41:40.686 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.686 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.686 INFO kablam! Sep 05 23:41:40.686 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.686 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.686 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.686 INFO kablam! ... Sep 05 23:41:40.686 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.686 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.686 INFO kablam! | Sep 05 23:41:40.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.687 INFO kablam! Sep 05 23:41:40.687 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.687 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.687 INFO kablam! | Sep 05 23:41:40.687 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.687 INFO kablam! ... Sep 05 23:41:40.687 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.687 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.687 INFO kablam! | Sep 05 23:41:40.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.687 INFO kablam! Sep 05 23:41:40.687 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.687 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.687 INFO kablam! | Sep 05 23:41:40.687 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.687 INFO kablam! ... Sep 05 23:41:40.687 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.687 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.687 INFO kablam! | Sep 05 23:41:40.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.687 INFO kablam! Sep 05 23:41:40.687 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.687 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.687 INFO kablam! | Sep 05 23:41:40.687 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.687 INFO kablam! ... Sep 05 23:41:40.687 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 05 23:41:40.687 INFO kablam! | ---------------------------------- in this macro invocation Sep 05 23:41:40.687 INFO kablam! | Sep 05 23:41:40.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.687 INFO kablam! Sep 05 23:41:40.688 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.688 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.688 INFO kablam! ... Sep 05 23:41:40.688 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.688 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.688 INFO kablam! Sep 05 23:41:40.688 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.688 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.688 INFO kablam! ... Sep 05 23:41:40.688 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.688 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.688 INFO kablam! Sep 05 23:41:40.688 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.688 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.688 INFO kablam! ... Sep 05 23:41:40.688 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.688 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.688 INFO kablam! Sep 05 23:41:40.688 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.688 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.688 INFO kablam! ... Sep 05 23:41:40.688 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.688 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.688 INFO kablam! Sep 05 23:41:40.688 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.688 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.688 INFO kablam! | Sep 05 23:41:40.688 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.689 INFO kablam! ... Sep 05 23:41:40.689 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.689 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.689 INFO kablam! Sep 05 23:41:40.689 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.689 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.689 INFO kablam! ... Sep 05 23:41:40.689 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.689 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.689 INFO kablam! Sep 05 23:41:40.689 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.689 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.689 INFO kablam! ... Sep 05 23:41:40.689 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.689 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.689 INFO kablam! Sep 05 23:41:40.689 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.689 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.689 INFO kablam! ... Sep 05 23:41:40.689 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.689 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.689 INFO kablam! Sep 05 23:41:40.689 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.689 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.689 INFO kablam! ... Sep 05 23:41:40.689 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.689 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.689 INFO kablam! Sep 05 23:41:40.689 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.689 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.689 INFO kablam! | Sep 05 23:41:40.689 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.690 INFO kablam! ... Sep 05 23:41:40.690 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.690 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.690 INFO kablam! | Sep 05 23:41:40.690 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.690 INFO kablam! Sep 05 23:41:40.690 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.690 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.690 INFO kablam! | Sep 05 23:41:40.690 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.690 INFO kablam! ... Sep 05 23:41:40.690 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.690 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.690 INFO kablam! | Sep 05 23:41:40.690 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.690 INFO kablam! Sep 05 23:41:40.690 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.690 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.690 INFO kablam! | Sep 05 23:41:40.690 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.690 INFO kablam! ... Sep 05 23:41:40.690 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.690 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.690 INFO kablam! | Sep 05 23:41:40.690 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.690 INFO kablam! Sep 05 23:41:40.690 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.690 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.690 INFO kablam! | Sep 05 23:41:40.690 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.690 INFO kablam! ... Sep 05 23:41:40.690 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.691 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.691 INFO kablam! | Sep 05 23:41:40.691 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.691 INFO kablam! Sep 05 23:41:40.691 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.691 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.691 INFO kablam! | Sep 05 23:41:40.691 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.691 INFO kablam! ... Sep 05 23:41:40.691 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.691 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.691 INFO kablam! | Sep 05 23:41:40.691 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.691 INFO kablam! Sep 05 23:41:40.691 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.691 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.691 INFO kablam! | Sep 05 23:41:40.691 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.691 INFO kablam! ... Sep 05 23:41:40.691 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.691 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.691 INFO kablam! | Sep 05 23:41:40.691 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.691 INFO kablam! Sep 05 23:41:40.691 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.691 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.691 INFO kablam! | Sep 05 23:41:40.691 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.691 INFO kablam! ... Sep 05 23:41:40.691 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.691 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.691 INFO kablam! | Sep 05 23:41:40.691 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.691 INFO kablam! Sep 05 23:41:40.691 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.691 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.691 INFO kablam! | Sep 05 23:41:40.692 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.692 INFO kablam! ... Sep 05 23:41:40.692 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.692 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.692 INFO kablam! | Sep 05 23:41:40.692 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.692 INFO kablam! Sep 05 23:41:40.692 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.692 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.692 INFO kablam! | Sep 05 23:41:40.692 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.692 INFO kablam! ... Sep 05 23:41:40.692 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.692 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.692 INFO kablam! | Sep 05 23:41:40.692 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.692 INFO kablam! Sep 05 23:41:40.692 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.692 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.692 INFO kablam! | Sep 05 23:41:40.692 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.692 INFO kablam! ... Sep 05 23:41:40.692 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.692 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.692 INFO kablam! | Sep 05 23:41:40.692 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.692 INFO kablam! Sep 05 23:41:40.692 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.692 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.692 INFO kablam! | Sep 05 23:41:40.692 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.692 INFO kablam! ... Sep 05 23:41:40.692 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 05 23:41:40.692 INFO kablam! | --------------------------------------------- in this macro invocation Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.693 INFO kablam! Sep 05 23:41:40.693 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.693 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.693 INFO kablam! ... Sep 05 23:41:40.693 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.693 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.693 INFO kablam! Sep 05 23:41:40.693 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.693 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.693 INFO kablam! ... Sep 05 23:41:40.693 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.693 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.693 INFO kablam! Sep 05 23:41:40.693 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.693 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.693 INFO kablam! ... Sep 05 23:41:40.693 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.693 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.693 INFO kablam! Sep 05 23:41:40.693 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.693 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.693 INFO kablam! ... Sep 05 23:41:40.693 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.693 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.693 INFO kablam! Sep 05 23:41:40.693 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.693 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.693 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.693 INFO kablam! ... Sep 05 23:41:40.693 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.693 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.693 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.694 INFO kablam! Sep 05 23:41:40.694 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.694 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.694 INFO kablam! ... Sep 05 23:41:40.694 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.694 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.694 INFO kablam! Sep 05 23:41:40.694 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.694 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.694 INFO kablam! ... Sep 05 23:41:40.694 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.694 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.694 INFO kablam! Sep 05 23:41:40.694 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.694 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.694 INFO kablam! ... Sep 05 23:41:40.694 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.694 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.694 INFO kablam! Sep 05 23:41:40.694 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.694 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.694 INFO kablam! ... Sep 05 23:41:40.694 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.694 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.694 INFO kablam! Sep 05 23:41:40.694 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.694 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.694 INFO kablam! ... Sep 05 23:41:40.694 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.694 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.694 INFO kablam! Sep 05 23:41:40.694 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.694 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.694 INFO kablam! | Sep 05 23:41:40.694 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.695 INFO kablam! ... Sep 05 23:41:40.695 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.695 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.695 INFO kablam! Sep 05 23:41:40.695 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.695 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.695 INFO kablam! ... Sep 05 23:41:40.695 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.695 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.695 INFO kablam! Sep 05 23:41:40.695 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.695 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.695 INFO kablam! ... Sep 05 23:41:40.695 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.695 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.695 INFO kablam! Sep 05 23:41:40.695 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.695 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.695 INFO kablam! ... Sep 05 23:41:40.695 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.695 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.695 INFO kablam! Sep 05 23:41:40.695 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.695 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.695 INFO kablam! ... Sep 05 23:41:40.695 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.695 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.695 INFO kablam! Sep 05 23:41:40.695 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.695 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.695 INFO kablam! ... Sep 05 23:41:40.695 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.695 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.695 INFO kablam! Sep 05 23:41:40.695 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.695 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.695 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.696 INFO kablam! ... Sep 05 23:41:40.696 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.696 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.696 INFO kablam! Sep 05 23:41:40.696 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.696 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.696 INFO kablam! ... Sep 05 23:41:40.696 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.696 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.696 INFO kablam! Sep 05 23:41:40.696 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.696 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.696 INFO kablam! ... Sep 05 23:41:40.696 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.696 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.696 INFO kablam! Sep 05 23:41:40.696 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.696 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.696 INFO kablam! ... Sep 05 23:41:40.696 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 05 23:41:40.696 INFO kablam! | ------------------------------------------ in this macro invocation Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.696 INFO kablam! Sep 05 23:41:40.696 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.696 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.696 INFO kablam! ... Sep 05 23:41:40.696 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.696 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.696 INFO kablam! Sep 05 23:41:40.696 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.696 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.696 INFO kablam! ... Sep 05 23:41:40.696 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.696 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.696 INFO kablam! | Sep 05 23:41:40.696 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.696 INFO kablam! Sep 05 23:41:40.696 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.697 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.697 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.697 INFO kablam! ... Sep 05 23:41:40.697 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.697 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.697 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.697 INFO kablam! Sep 05 23:41:40.697 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.697 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.697 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.697 INFO kablam! ... Sep 05 23:41:40.697 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.697 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.697 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.697 INFO kablam! Sep 05 23:41:40.697 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.697 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.697 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.697 INFO kablam! ... Sep 05 23:41:40.697 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.697 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.697 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.697 INFO kablam! Sep 05 23:41:40.697 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.697 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.697 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.697 INFO kablam! ... Sep 05 23:41:40.697 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.697 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.697 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.697 INFO kablam! Sep 05 23:41:40.697 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.697 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.697 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.698 INFO kablam! ... Sep 05 23:41:40.698 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.698 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.698 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.698 INFO kablam! Sep 05 23:41:40.698 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.698 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.698 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.698 INFO kablam! ... Sep 05 23:41:40.698 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.698 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.698 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.698 INFO kablam! Sep 05 23:41:40.698 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.698 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.698 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.698 INFO kablam! ... Sep 05 23:41:40.698 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.698 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.698 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.698 INFO kablam! Sep 05 23:41:40.698 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.698 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.698 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.698 INFO kablam! ... Sep 05 23:41:40.698 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.698 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.698 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.698 INFO kablam! Sep 05 23:41:40.698 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.698 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.698 INFO kablam! | Sep 05 23:41:40.698 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.698 INFO kablam! ... Sep 05 23:41:40.698 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.699 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.699 INFO kablam! Sep 05 23:41:40.699 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.699 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.699 INFO kablam! ... Sep 05 23:41:40.699 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.699 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.699 INFO kablam! Sep 05 23:41:40.699 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.699 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.699 INFO kablam! ... Sep 05 23:41:40.699 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.699 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.699 INFO kablam! Sep 05 23:41:40.699 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.699 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.699 INFO kablam! ... Sep 05 23:41:40.699 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.699 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.699 INFO kablam! Sep 05 23:41:40.699 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.699 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.699 INFO kablam! ... Sep 05 23:41:40.699 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.699 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.699 INFO kablam! Sep 05 23:41:40.699 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.699 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.699 INFO kablam! | Sep 05 23:41:40.699 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.700 INFO kablam! ... Sep 05 23:41:40.700 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.700 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.700 INFO kablam! Sep 05 23:41:40.700 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.700 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.700 INFO kablam! ... Sep 05 23:41:40.700 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.700 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.700 INFO kablam! Sep 05 23:41:40.700 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.700 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.700 INFO kablam! ... Sep 05 23:41:40.700 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.700 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.700 INFO kablam! Sep 05 23:41:40.700 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.700 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 05 23:41:40.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.700 INFO kablam! ... Sep 05 23:41:40.700 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.700 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.700 INFO kablam! Sep 05 23:41:40.700 INFO kablam! warning: unused `std::result::Result` which must be used Sep 05 23:41:40.700 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 05 23:41:40.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 23:41:40.700 INFO kablam! ... Sep 05 23:41:40.700 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 05 23:41:40.700 INFO kablam! | -------------------------------------- in this macro invocation Sep 05 23:41:40.700 INFO kablam! | Sep 05 23:41:40.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 05 23:41:40.700 INFO kablam! Sep 05 23:41:41.114 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.72s Sep 05 23:41:41.127 INFO kablam! su: No module specific data is present Sep 05 23:41:41.559 INFO running `"docker" "rm" "-f" "782958fe1e71f8d0b4894ed3c034673d40d28c7e926cae90d54db61f88959c23"` Sep 05 23:41:41.630 INFO blam! 782958fe1e71f8d0b4894ed3c034673d40d28c7e926cae90d54db61f88959c23