Sep 04 05:47:18.171 INFO checking specs-0.11.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 05:47:18.171 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 05:47:18.171 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:47:18.346 INFO blam! 915c5486d2ca44b748c4f33be71779ae252123aac9cfdb26d729f5bc9390b308 Sep 04 05:47:18.349 INFO running `"docker" "start" "-a" "915c5486d2ca44b748c4f33be71779ae252123aac9cfdb26d729f5bc9390b308"` Sep 04 05:47:18.937 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 04 05:47:18.937 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 04 05:47:18.937 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 05:47:18.937 INFO kablam! files will be included as a benchmark target: Sep 04 05:47:18.937 INFO kablam! Sep 04 05:47:18.937 INFO kablam! * /source/benches/storage_cmp.rs Sep 04 05:47:18.938 INFO kablam! * /source/benches/storage_sparse.rs Sep 04 05:47:18.938 INFO kablam! Sep 04 05:47:18.938 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 05:47:18.938 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 04 05:47:18.938 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 04 05:47:18.938 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 05:47:18.938 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 05:47:18.938 INFO kablam! Sep 04 05:47:18.938 INFO kablam! For more information on this warning you can consult Sep 04 05:47:18.938 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 05:47:19.146 INFO kablam! Checking csv v1.0.1 Sep 04 05:47:19.146 INFO kablam! Checking cgmath v0.14.1 Sep 04 05:47:19.146 INFO kablam! Checking ron v0.2.2 Sep 04 05:47:19.146 INFO kablam! Checking handlebars v0.32.4 Sep 04 05:47:19.153 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 04 05:47:26.689 INFO kablam! Checking criterion v0.2.5 Sep 04 05:47:44.208 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.208 INFO kablam! --> benches/parallel.rs:219:21 Sep 04 05:47:44.208 INFO kablam! | Sep 04 05:47:44.208 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 04 05:47:44.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.208 INFO kablam! | Sep 04 05:47:44.208 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 05:47:44.208 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.208 INFO kablam! Sep 04 05:47:44.209 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.209 INFO kablam! --> benches/parallel.rs:224:21 Sep 04 05:47:44.209 INFO kablam! | Sep 04 05:47:44.209 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 04 05:47:44.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.209 INFO kablam! | Sep 04 05:47:44.209 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.209 INFO kablam! Sep 04 05:47:44.209 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.209 INFO kablam! --> benches/parallel.rs:230:13 Sep 04 05:47:44.209 INFO kablam! | Sep 04 05:47:44.209 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 04 05:47:44.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.209 INFO kablam! | Sep 04 05:47:44.209 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.209 INFO kablam! Sep 04 05:47:44.209 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.209 INFO kablam! --> benches/parallel.rs:232:13 Sep 04 05:47:44.209 INFO kablam! | Sep 04 05:47:44.209 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 04 05:47:44.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.210 INFO kablam! | Sep 04 05:47:44.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.210 INFO kablam! Sep 04 05:47:44.210 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.210 INFO kablam! --> benches/parallel.rs:233:13 Sep 04 05:47:44.210 INFO kablam! | Sep 04 05:47:44.210 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 04 05:47:44.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.210 INFO kablam! | Sep 04 05:47:44.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.210 INFO kablam! Sep 04 05:47:44.210 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.210 INFO kablam! --> benches/parallel.rs:234:13 Sep 04 05:47:44.210 INFO kablam! | Sep 04 05:47:44.210 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 04 05:47:44.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.210 INFO kablam! | Sep 04 05:47:44.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.210 INFO kablam! Sep 04 05:47:44.210 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:44.210 INFO kablam! --> benches/parallel.rs:235:13 Sep 04 05:47:44.210 INFO kablam! | Sep 04 05:47:44.210 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 04 05:47:44.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:44.210 INFO kablam! | Sep 04 05:47:44.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:44.210 INFO kablam! Sep 04 05:47:46.311 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:46.311 INFO kablam! --> benches/world.rs:147:13 Sep 04 05:47:46.311 INFO kablam! | Sep 04 05:47:46.311 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 04 05:47:46.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:46.311 INFO kablam! | Sep 04 05:47:46.311 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 05:47:46.312 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:46.312 INFO kablam! Sep 04 05:47:46.312 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:46.312 INFO kablam! --> benches/world.rs:169:13 Sep 04 05:47:46.312 INFO kablam! | Sep 04 05:47:46.312 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 04 05:47:46.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:46.312 INFO kablam! | Sep 04 05:47:46.313 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:46.313 INFO kablam! Sep 04 05:47:50.599 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.600 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 04 05:47:50.600 INFO kablam! | Sep 04 05:47:50.600 INFO kablam! 25 | storage.insert(e, C::default()); Sep 04 05:47:50.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.600 INFO kablam! | Sep 04 05:47:50.600 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 05:47:50.600 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.600 INFO kablam! Sep 04 05:47:50.604 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.604 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 04 05:47:50.604 INFO kablam! | Sep 04 05:47:50.604 INFO kablam! 47 | storage.insert(e, C::default()); Sep 04 05:47:50.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.605 INFO kablam! | Sep 04 05:47:50.605 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.605 INFO kablam! Sep 04 05:47:50.605 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.605 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 04 05:47:50.605 INFO kablam! | Sep 04 05:47:50.605 INFO kablam! 80 | storage.insert(e, C::default()); Sep 04 05:47:50.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.605 INFO kablam! | Sep 04 05:47:50.605 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.605 INFO kablam! Sep 04 05:47:50.608 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.608 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.608 INFO kablam! | Sep 04 05:47:50.608 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.608 INFO kablam! ... Sep 04 05:47:50.608 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.608 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.608 INFO kablam! | Sep 04 05:47:50.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.608 INFO kablam! Sep 04 05:47:50.609 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.609 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.609 INFO kablam! | Sep 04 05:47:50.609 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.609 INFO kablam! ... Sep 04 05:47:50.609 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.609 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.609 INFO kablam! | Sep 04 05:47:50.609 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.609 INFO kablam! Sep 04 05:47:50.609 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.609 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.609 INFO kablam! | Sep 04 05:47:50.609 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.609 INFO kablam! ... Sep 04 05:47:50.610 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.610 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.610 INFO kablam! | Sep 04 05:47:50.610 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.610 INFO kablam! Sep 04 05:47:50.610 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.610 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.610 INFO kablam! | Sep 04 05:47:50.610 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.610 INFO kablam! ... Sep 04 05:47:50.610 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.610 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.610 INFO kablam! | Sep 04 05:47:50.610 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.610 INFO kablam! Sep 04 05:47:50.612 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.612 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.612 INFO kablam! | Sep 04 05:47:50.612 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.612 INFO kablam! ... Sep 04 05:47:50.612 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.612 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.612 INFO kablam! | Sep 04 05:47:50.612 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.612 INFO kablam! Sep 04 05:47:50.612 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.612 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.612 INFO kablam! | Sep 04 05:47:50.612 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.612 INFO kablam! ... Sep 04 05:47:50.612 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.612 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.612 INFO kablam! | Sep 04 05:47:50.612 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.612 INFO kablam! Sep 04 05:47:50.612 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.613 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.613 INFO kablam! | Sep 04 05:47:50.613 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.613 INFO kablam! ... Sep 04 05:47:50.613 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.613 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.613 INFO kablam! | Sep 04 05:47:50.613 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.613 INFO kablam! Sep 04 05:47:50.613 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.613 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.613 INFO kablam! | Sep 04 05:47:50.613 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.613 INFO kablam! ... Sep 04 05:47:50.613 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.613 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.613 INFO kablam! | Sep 04 05:47:50.613 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.613 INFO kablam! Sep 04 05:47:50.613 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.613 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.613 INFO kablam! | Sep 04 05:47:50.613 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.613 INFO kablam! ... Sep 04 05:47:50.613 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.613 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.613 INFO kablam! | Sep 04 05:47:50.613 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.613 INFO kablam! Sep 04 05:47:50.613 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.614 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.614 INFO kablam! | Sep 04 05:47:50.614 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.614 INFO kablam! ... Sep 04 05:47:50.614 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.614 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.614 INFO kablam! | Sep 04 05:47:50.614 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.614 INFO kablam! Sep 04 05:47:50.617 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.617 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.617 INFO kablam! | Sep 04 05:47:50.617 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.617 INFO kablam! ... Sep 04 05:47:50.617 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.617 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.617 INFO kablam! | Sep 04 05:47:50.617 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.617 INFO kablam! Sep 04 05:47:50.617 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.617 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.617 INFO kablam! | Sep 04 05:47:50.617 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.617 INFO kablam! ... Sep 04 05:47:50.617 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.617 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.617 INFO kablam! | Sep 04 05:47:50.617 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.617 INFO kablam! Sep 04 05:47:50.618 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.618 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.618 INFO kablam! | Sep 04 05:47:50.618 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.619 INFO kablam! ... Sep 04 05:47:50.619 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.619 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.620 INFO kablam! | Sep 04 05:47:50.620 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.620 INFO kablam! Sep 04 05:47:50.620 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.620 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.620 INFO kablam! | Sep 04 05:47:50.621 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.621 INFO kablam! ... Sep 04 05:47:50.621 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.621 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.621 INFO kablam! | Sep 04 05:47:50.622 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.622 INFO kablam! Sep 04 05:47:50.622 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.622 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.622 INFO kablam! | Sep 04 05:47:50.622 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.622 INFO kablam! ... Sep 04 05:47:50.623 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.623 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.623 INFO kablam! | Sep 04 05:47:50.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.623 INFO kablam! Sep 04 05:47:50.623 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.623 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.623 INFO kablam! | Sep 04 05:47:50.624 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.624 INFO kablam! ... Sep 04 05:47:50.624 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.624 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.624 INFO kablam! | Sep 04 05:47:50.625 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.625 INFO kablam! Sep 04 05:47:50.625 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.625 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.625 INFO kablam! | Sep 04 05:47:50.625 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.626 INFO kablam! ... Sep 04 05:47:50.626 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.626 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.626 INFO kablam! | Sep 04 05:47:50.626 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.626 INFO kablam! Sep 04 05:47:50.626 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.627 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.627 INFO kablam! | Sep 04 05:47:50.627 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.627 INFO kablam! ... Sep 04 05:47:50.627 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.627 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.628 INFO kablam! | Sep 04 05:47:50.628 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.628 INFO kablam! Sep 04 05:47:50.628 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.628 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.628 INFO kablam! | Sep 04 05:47:50.628 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.629 INFO kablam! ... Sep 04 05:47:50.629 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.629 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.629 INFO kablam! | Sep 04 05:47:50.630 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.630 INFO kablam! Sep 04 05:47:50.630 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.630 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.630 INFO kablam! | Sep 04 05:47:50.630 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.630 INFO kablam! ... Sep 04 05:47:50.630 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 05:47:50.630 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 05:47:50.631 INFO kablam! | Sep 04 05:47:50.631 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.631 INFO kablam! Sep 04 05:47:50.631 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.631 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.631 INFO kablam! | Sep 04 05:47:50.632 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.632 INFO kablam! ... Sep 04 05:47:50.632 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.632 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.633 INFO kablam! | Sep 04 05:47:50.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.633 INFO kablam! Sep 04 05:47:50.633 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.633 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.633 INFO kablam! | Sep 04 05:47:50.633 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.634 INFO kablam! ... Sep 04 05:47:50.634 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.634 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.634 INFO kablam! | Sep 04 05:47:50.634 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.634 INFO kablam! Sep 04 05:47:50.634 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.634 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.634 INFO kablam! | Sep 04 05:47:50.635 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.635 INFO kablam! ... Sep 04 05:47:50.635 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.635 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.635 INFO kablam! | Sep 04 05:47:50.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.635 INFO kablam! Sep 04 05:47:50.635 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.635 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.636 INFO kablam! | Sep 04 05:47:50.636 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.636 INFO kablam! ... Sep 04 05:47:50.636 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.636 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.636 INFO kablam! | Sep 04 05:47:50.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.636 INFO kablam! Sep 04 05:47:50.636 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.637 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.637 INFO kablam! | Sep 04 05:47:50.637 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.637 INFO kablam! ... Sep 04 05:47:50.637 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.637 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.637 INFO kablam! | Sep 04 05:47:50.637 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.637 INFO kablam! Sep 04 05:47:50.638 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.638 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.638 INFO kablam! | Sep 04 05:47:50.638 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.638 INFO kablam! ... Sep 04 05:47:50.638 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.638 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.638 INFO kablam! | Sep 04 05:47:50.638 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.638 INFO kablam! Sep 04 05:47:50.639 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.639 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.639 INFO kablam! | Sep 04 05:47:50.639 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.639 INFO kablam! ... Sep 04 05:47:50.639 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.639 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.639 INFO kablam! | Sep 04 05:47:50.639 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.639 INFO kablam! Sep 04 05:47:50.640 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.640 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.640 INFO kablam! | Sep 04 05:47:50.640 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.640 INFO kablam! ... Sep 04 05:47:50.640 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.640 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.640 INFO kablam! | Sep 04 05:47:50.640 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.641 INFO kablam! Sep 04 05:47:50.641 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.641 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.641 INFO kablam! | Sep 04 05:47:50.641 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.641 INFO kablam! ... Sep 04 05:47:50.641 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.641 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.641 INFO kablam! | Sep 04 05:47:50.642 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.642 INFO kablam! Sep 04 05:47:50.642 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.642 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.642 INFO kablam! | Sep 04 05:47:50.642 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.642 INFO kablam! ... Sep 04 05:47:50.642 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.642 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.642 INFO kablam! | Sep 04 05:47:50.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.643 INFO kablam! Sep 04 05:47:50.643 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.643 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.643 INFO kablam! | Sep 04 05:47:50.643 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.643 INFO kablam! ... Sep 04 05:47:50.643 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.643 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.644 INFO kablam! | Sep 04 05:47:50.644 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.644 INFO kablam! Sep 04 05:47:50.644 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.644 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.644 INFO kablam! | Sep 04 05:47:50.644 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.644 INFO kablam! ... Sep 04 05:47:50.644 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.644 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.645 INFO kablam! | Sep 04 05:47:50.645 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.645 INFO kablam! Sep 04 05:47:50.645 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.645 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.645 INFO kablam! | Sep 04 05:47:50.645 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.645 INFO kablam! ... Sep 04 05:47:50.645 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.646 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.646 INFO kablam! | Sep 04 05:47:50.646 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.646 INFO kablam! Sep 04 05:47:50.646 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.646 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.646 INFO kablam! | Sep 04 05:47:50.646 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.646 INFO kablam! ... Sep 04 05:47:50.646 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.647 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.647 INFO kablam! | Sep 04 05:47:50.647 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.647 INFO kablam! Sep 04 05:47:50.647 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.647 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.647 INFO kablam! | Sep 04 05:47:50.647 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.647 INFO kablam! ... Sep 04 05:47:50.648 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.648 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.648 INFO kablam! | Sep 04 05:47:50.648 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.648 INFO kablam! Sep 04 05:47:50.648 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.648 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.648 INFO kablam! | Sep 04 05:47:50.648 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.649 INFO kablam! ... Sep 04 05:47:50.649 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.649 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.649 INFO kablam! | Sep 04 05:47:50.649 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.649 INFO kablam! Sep 04 05:47:50.649 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.649 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.649 INFO kablam! | Sep 04 05:47:50.649 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.650 INFO kablam! ... Sep 04 05:47:50.650 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.650 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.650 INFO kablam! | Sep 04 05:47:50.650 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.650 INFO kablam! Sep 04 05:47:50.650 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.650 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.650 INFO kablam! | Sep 04 05:47:50.650 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.651 INFO kablam! ... Sep 04 05:47:50.651 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.651 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.651 INFO kablam! | Sep 04 05:47:50.651 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.651 INFO kablam! Sep 04 05:47:50.651 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.651 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.651 INFO kablam! | Sep 04 05:47:50.651 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.652 INFO kablam! ... Sep 04 05:47:50.652 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.652 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.652 INFO kablam! | Sep 04 05:47:50.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.652 INFO kablam! Sep 04 05:47:50.652 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.652 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.652 INFO kablam! | Sep 04 05:47:50.652 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.653 INFO kablam! ... Sep 04 05:47:50.653 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 05:47:50.653 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 05:47:50.653 INFO kablam! | Sep 04 05:47:50.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.653 INFO kablam! Sep 04 05:47:50.653 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.653 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.653 INFO kablam! | Sep 04 05:47:50.653 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.654 INFO kablam! ... Sep 04 05:47:50.654 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.654 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.654 INFO kablam! | Sep 04 05:47:50.654 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.654 INFO kablam! Sep 04 05:47:50.654 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.654 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.654 INFO kablam! | Sep 04 05:47:50.654 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.655 INFO kablam! ... Sep 04 05:47:50.655 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.655 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.655 INFO kablam! | Sep 04 05:47:50.655 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.655 INFO kablam! Sep 04 05:47:50.655 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.655 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.655 INFO kablam! | Sep 04 05:47:50.656 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.656 INFO kablam! ... Sep 04 05:47:50.656 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.656 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.656 INFO kablam! | Sep 04 05:47:50.656 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.656 INFO kablam! Sep 04 05:47:50.656 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.656 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.656 INFO kablam! | Sep 04 05:47:50.657 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.657 INFO kablam! ... Sep 04 05:47:50.657 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.657 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.657 INFO kablam! | Sep 04 05:47:50.657 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.657 INFO kablam! Sep 04 05:47:50.657 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.657 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.657 INFO kablam! | Sep 04 05:47:50.658 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.658 INFO kablam! ... Sep 04 05:47:50.658 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.658 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.658 INFO kablam! | Sep 04 05:47:50.658 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.658 INFO kablam! Sep 04 05:47:50.658 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.658 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.658 INFO kablam! | Sep 04 05:47:50.659 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.659 INFO kablam! ... Sep 04 05:47:50.659 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.659 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.659 INFO kablam! | Sep 04 05:47:50.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.659 INFO kablam! Sep 04 05:47:50.659 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.659 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.659 INFO kablam! | Sep 04 05:47:50.660 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.660 INFO kablam! ... Sep 04 05:47:50.660 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.660 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.660 INFO kablam! | Sep 04 05:47:50.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.660 INFO kablam! Sep 04 05:47:50.660 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.660 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.661 INFO kablam! | Sep 04 05:47:50.661 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.661 INFO kablam! ... Sep 04 05:47:50.661 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.661 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.661 INFO kablam! | Sep 04 05:47:50.661 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.661 INFO kablam! Sep 04 05:47:50.661 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.661 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.662 INFO kablam! | Sep 04 05:47:50.662 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.662 INFO kablam! ... Sep 04 05:47:50.662 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.662 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.662 INFO kablam! | Sep 04 05:47:50.662 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.662 INFO kablam! Sep 04 05:47:50.662 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.663 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.663 INFO kablam! | Sep 04 05:47:50.663 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.663 INFO kablam! ... Sep 04 05:47:50.663 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.663 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.663 INFO kablam! | Sep 04 05:47:50.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.663 INFO kablam! Sep 04 05:47:50.663 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.664 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.664 INFO kablam! | Sep 04 05:47:50.664 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.664 INFO kablam! ... Sep 04 05:47:50.664 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.664 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.664 INFO kablam! | Sep 04 05:47:50.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.664 INFO kablam! Sep 04 05:47:50.665 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.665 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.665 INFO kablam! | Sep 04 05:47:50.665 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.665 INFO kablam! ... Sep 04 05:47:50.665 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.665 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.665 INFO kablam! | Sep 04 05:47:50.665 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.665 INFO kablam! Sep 04 05:47:50.665 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.666 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.666 INFO kablam! | Sep 04 05:47:50.666 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.666 INFO kablam! ... Sep 04 05:47:50.666 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.666 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.666 INFO kablam! | Sep 04 05:47:50.666 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.666 INFO kablam! Sep 04 05:47:50.666 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.667 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.667 INFO kablam! | Sep 04 05:47:50.667 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.667 INFO kablam! ... Sep 04 05:47:50.667 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.667 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.667 INFO kablam! | Sep 04 05:47:50.667 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.667 INFO kablam! Sep 04 05:47:50.667 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.667 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.668 INFO kablam! | Sep 04 05:47:50.668 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.668 INFO kablam! ... Sep 04 05:47:50.668 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.668 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.668 INFO kablam! | Sep 04 05:47:50.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.668 INFO kablam! Sep 04 05:47:50.668 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.668 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.669 INFO kablam! | Sep 04 05:47:50.669 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.669 INFO kablam! ... Sep 04 05:47:50.669 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.669 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.669 INFO kablam! | Sep 04 05:47:50.669 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.669 INFO kablam! Sep 04 05:47:50.669 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.669 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.670 INFO kablam! | Sep 04 05:47:50.670 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.670 INFO kablam! ... Sep 04 05:47:50.670 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.670 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.670 INFO kablam! | Sep 04 05:47:50.670 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.670 INFO kablam! Sep 04 05:47:50.670 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.670 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.671 INFO kablam! | Sep 04 05:47:50.671 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.671 INFO kablam! ... Sep 04 05:47:50.671 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.671 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.671 INFO kablam! | Sep 04 05:47:50.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.671 INFO kablam! Sep 04 05:47:50.671 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.672 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.672 INFO kablam! | Sep 04 05:47:50.672 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.672 INFO kablam! ... Sep 04 05:47:50.672 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.672 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.672 INFO kablam! | Sep 04 05:47:50.672 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.672 INFO kablam! Sep 04 05:47:50.672 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.673 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.673 INFO kablam! | Sep 04 05:47:50.673 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.673 INFO kablam! ... Sep 04 05:47:50.673 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 05:47:50.673 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 05:47:50.673 INFO kablam! | Sep 04 05:47:50.673 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.673 INFO kablam! Sep 04 05:47:50.673 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.674 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.674 INFO kablam! | Sep 04 05:47:50.674 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.674 INFO kablam! ... Sep 04 05:47:50.674 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.674 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.674 INFO kablam! | Sep 04 05:47:50.674 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.674 INFO kablam! Sep 04 05:47:50.675 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.675 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.675 INFO kablam! | Sep 04 05:47:50.675 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.675 INFO kablam! ... Sep 04 05:47:50.675 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.675 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.675 INFO kablam! | Sep 04 05:47:50.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.675 INFO kablam! Sep 04 05:47:50.676 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.676 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.676 INFO kablam! | Sep 04 05:47:50.676 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.676 INFO kablam! ... Sep 04 05:47:50.676 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.676 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.676 INFO kablam! | Sep 04 05:47:50.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.677 INFO kablam! Sep 04 05:47:50.677 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.677 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.677 INFO kablam! | Sep 04 05:47:50.677 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.677 INFO kablam! ... Sep 04 05:47:50.677 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.677 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.677 INFO kablam! | Sep 04 05:47:50.677 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.678 INFO kablam! Sep 04 05:47:50.678 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.678 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.678 INFO kablam! | Sep 04 05:47:50.678 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.678 INFO kablam! ... Sep 04 05:47:50.678 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.678 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.678 INFO kablam! | Sep 04 05:47:50.678 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.679 INFO kablam! Sep 04 05:47:50.679 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.679 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.679 INFO kablam! | Sep 04 05:47:50.679 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.679 INFO kablam! ... Sep 04 05:47:50.679 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.679 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.679 INFO kablam! | Sep 04 05:47:50.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.680 INFO kablam! Sep 04 05:47:50.680 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.680 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.680 INFO kablam! | Sep 04 05:47:50.680 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.680 INFO kablam! ... Sep 04 05:47:50.680 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.680 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.680 INFO kablam! | Sep 04 05:47:50.681 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.681 INFO kablam! Sep 04 05:47:50.681 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.681 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.681 INFO kablam! | Sep 04 05:47:50.681 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.681 INFO kablam! ... Sep 04 05:47:50.681 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.681 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.681 INFO kablam! | Sep 04 05:47:50.682 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.682 INFO kablam! Sep 04 05:47:50.682 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.682 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.682 INFO kablam! | Sep 04 05:47:50.682 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.682 INFO kablam! ... Sep 04 05:47:50.682 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.682 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.682 INFO kablam! | Sep 04 05:47:50.682 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.683 INFO kablam! Sep 04 05:47:50.683 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.683 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.683 INFO kablam! | Sep 04 05:47:50.683 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.683 INFO kablam! ... Sep 04 05:47:50.683 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.683 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.683 INFO kablam! | Sep 04 05:47:50.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.684 INFO kablam! Sep 04 05:47:50.684 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.684 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.684 INFO kablam! | Sep 04 05:47:50.684 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.684 INFO kablam! ... Sep 04 05:47:50.684 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.684 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.684 INFO kablam! | Sep 04 05:47:50.684 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.685 INFO kablam! Sep 04 05:47:50.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.685 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.685 INFO kablam! | Sep 04 05:47:50.685 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.685 INFO kablam! ... Sep 04 05:47:50.685 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.685 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.685 INFO kablam! | Sep 04 05:47:50.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.685 INFO kablam! Sep 04 05:47:50.686 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.686 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.686 INFO kablam! | Sep 04 05:47:50.686 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.686 INFO kablam! ... Sep 04 05:47:50.686 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.686 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.686 INFO kablam! | Sep 04 05:47:50.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.687 INFO kablam! Sep 04 05:47:50.687 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.687 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.687 INFO kablam! | Sep 04 05:47:50.687 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.687 INFO kablam! ... Sep 04 05:47:50.687 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.687 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.687 INFO kablam! | Sep 04 05:47:50.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.688 INFO kablam! Sep 04 05:47:50.688 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.688 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.688 INFO kablam! | Sep 04 05:47:50.688 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.688 INFO kablam! ... Sep 04 05:47:50.688 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.689 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.689 INFO kablam! | Sep 04 05:47:50.689 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.689 INFO kablam! Sep 04 05:47:50.689 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.689 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.689 INFO kablam! | Sep 04 05:47:50.689 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.690 INFO kablam! ... Sep 04 05:47:50.690 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.690 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.690 INFO kablam! | Sep 04 05:47:50.692 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.692 INFO kablam! Sep 04 05:47:50.692 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.692 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.692 INFO kablam! | Sep 04 05:47:50.693 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.693 INFO kablam! ... Sep 04 05:47:50.693 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.693 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.693 INFO kablam! | Sep 04 05:47:50.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.693 INFO kablam! Sep 04 05:47:50.693 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.693 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.694 INFO kablam! | Sep 04 05:47:50.694 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.694 INFO kablam! ... Sep 04 05:47:50.694 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.694 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.694 INFO kablam! | Sep 04 05:47:50.694 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.694 INFO kablam! Sep 04 05:47:50.694 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.695 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 05:47:50.695 INFO kablam! | Sep 04 05:47:50.695 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 05:47:50.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.695 INFO kablam! ... Sep 04 05:47:50.695 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.695 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.695 INFO kablam! | Sep 04 05:47:50.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.695 INFO kablam! Sep 04 05:47:50.695 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 05:47:50.695 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 05:47:50.695 INFO kablam! | Sep 04 05:47:50.695 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 05:47:50.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:47:50.695 INFO kablam! ... Sep 04 05:47:50.695 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 05:47:50.695 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 05:47:50.695 INFO kablam! | Sep 04 05:47:50.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 05:47:50.695 INFO kablam! Sep 04 05:47:50.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.78s Sep 04 05:47:50.740 INFO kablam! su: No module specific data is present Sep 04 05:47:51.307 INFO running `"docker" "rm" "-f" "915c5486d2ca44b748c4f33be71779ae252123aac9cfdb26d729f5bc9390b308"` Sep 04 05:47:51.496 INFO blam! 915c5486d2ca44b748c4f33be71779ae252123aac9cfdb26d729f5bc9390b308