Sep 17 16:58:44.478 INFO checking specs-0.11.2 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 16:58:44.478 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 16:58:44.478 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:58:44.637 INFO blam! eaf0537faaf0cd2e5b6b267d7e672e5e91ff928a565ca5585bcb165e7e25334a Sep 17 16:58:44.645 INFO running `"docker" "start" "-a" "eaf0537faaf0cd2e5b6b267d7e672e5e91ff928a565ca5585bcb165e7e25334a"` Sep 17 16:58:45.639 INFO kablam! usermod: no changes Sep 17 16:58:45.679 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 17 16:58:45.679 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 17 16:58:45.679 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 17 16:58:45.679 INFO kablam! files will be included as a benchmark target: Sep 17 16:58:45.679 INFO kablam! Sep 17 16:58:45.679 INFO kablam! * /source/benches/storage_cmp.rs Sep 17 16:58:45.679 INFO kablam! * /source/benches/storage_sparse.rs Sep 17 16:58:45.679 INFO kablam! Sep 17 16:58:45.679 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 17 16:58:45.679 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 17 16:58:45.679 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 17 16:58:45.679 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 17 16:58:45.679 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 17 16:58:45.679 INFO kablam! Sep 17 16:58:45.679 INFO kablam! For more information on this warning you can consult Sep 17 16:58:45.679 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 17 16:58:45.912 INFO kablam! Checking thread-scoped v1.0.2 Sep 17 16:58:45.921 INFO kablam! Checking criterion-plot v0.2.5 Sep 17 16:58:45.921 INFO kablam! Checking itertools-num v0.1.2 Sep 17 16:58:45.921 INFO kablam! Compiling specs-derive v0.2.0 Sep 17 16:58:45.921 INFO kablam! Checking simplelog v0.5.2 Sep 17 16:58:45.922 INFO kablam! Checking serde_json v1.0.27 Sep 17 16:58:45.922 INFO kablam! Checking csv v1.0.1 Sep 17 16:58:45.922 INFO kablam! Checking ron v0.2.2 Sep 17 16:58:46.994 INFO kablam! Checking cgmath v0.14.1 Sep 17 16:58:47.566 INFO kablam! Checking criterion-stats v0.2.5 Sep 17 16:58:48.535 INFO kablam! Checking specs v0.11.2 (/source) Sep 17 16:58:52.899 INFO kablam! Checking handlebars v0.32.4 Sep 17 16:58:55.809 INFO kablam! Checking criterion v0.2.5 Sep 17 16:59:02.875 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:02.875 INFO kablam! --> benches/world.rs:147:13 Sep 17 16:59:02.875 INFO kablam! | Sep 17 16:59:02.875 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 17 16:59:02.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:02.875 INFO kablam! | Sep 17 16:59:02.875 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 16:59:02.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:02.875 INFO kablam! Sep 17 16:59:02.875 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:02.875 INFO kablam! --> benches/world.rs:169:13 Sep 17 16:59:02.875 INFO kablam! | Sep 17 16:59:02.875 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 17 16:59:02.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:02.875 INFO kablam! | Sep 17 16:59:02.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:02.875 INFO kablam! Sep 17 16:59:03.193 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:03.193 INFO kablam! --> benches/parallel.rs:219:21 Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 17 16:59:03.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 16:59:03.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:03.193 INFO kablam! Sep 17 16:59:03.193 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:03.193 INFO kablam! --> benches/parallel.rs:224:21 Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 17 16:59:03.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:03.193 INFO kablam! Sep 17 16:59:03.193 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:03.193 INFO kablam! --> benches/parallel.rs:230:13 Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 17 16:59:03.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:03.193 INFO kablam! Sep 17 16:59:03.193 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:03.193 INFO kablam! --> benches/parallel.rs:232:13 Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 17 16:59:03.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:03.193 INFO kablam! Sep 17 16:59:03.193 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:03.193 INFO kablam! --> benches/parallel.rs:233:13 Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 17 16:59:03.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:03.193 INFO kablam! | Sep 17 16:59:03.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:03.193 INFO kablam! Sep 17 16:59:03.194 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:03.194 INFO kablam! --> benches/parallel.rs:234:13 Sep 17 16:59:03.194 INFO kablam! | Sep 17 16:59:03.194 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 17 16:59:03.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:03.194 INFO kablam! | Sep 17 16:59:03.194 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:03.194 INFO kablam! Sep 17 16:59:03.194 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:03.194 INFO kablam! --> benches/parallel.rs:235:13 Sep 17 16:59:03.194 INFO kablam! | Sep 17 16:59:03.194 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 17 16:59:03.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:03.194 INFO kablam! | Sep 17 16:59:03.194 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:03.194 INFO kablam! Sep 17 16:59:04.257 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.257 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! 25 | storage.insert(e, C::default()); Sep 17 16:59:04.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 16:59:04.257 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.257 INFO kablam! Sep 17 16:59:04.257 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.257 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! 47 | storage.insert(e, C::default()); Sep 17 16:59:04.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.257 INFO kablam! Sep 17 16:59:04.257 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.257 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! 80 | storage.insert(e, C::default()); Sep 17 16:59:04.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.257 INFO kablam! Sep 17 16:59:04.257 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.257 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.257 INFO kablam! ... Sep 17 16:59:04.257 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.257 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.257 INFO kablam! Sep 17 16:59:04.257 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.257 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.257 INFO kablam! | Sep 17 16:59:04.257 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.258 INFO kablam! ... Sep 17 16:59:04.258 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.258 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.258 INFO kablam! | Sep 17 16:59:04.258 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.258 INFO kablam! Sep 17 16:59:04.258 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.258 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.258 INFO kablam! | Sep 17 16:59:04.258 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.258 INFO kablam! ... Sep 17 16:59:04.258 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.258 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.258 INFO kablam! | Sep 17 16:59:04.258 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.258 INFO kablam! Sep 17 16:59:04.258 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.258 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.258 INFO kablam! | Sep 17 16:59:04.258 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.258 INFO kablam! ... Sep 17 16:59:04.258 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.258 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.258 INFO kablam! | Sep 17 16:59:04.258 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.258 INFO kablam! Sep 17 16:59:04.258 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.258 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.258 INFO kablam! | Sep 17 16:59:04.258 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.258 INFO kablam! ... Sep 17 16:59:04.258 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.258 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.258 INFO kablam! | Sep 17 16:59:04.258 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.258 INFO kablam! Sep 17 16:59:04.259 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.259 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.259 INFO kablam! | Sep 17 16:59:04.259 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.259 INFO kablam! ... Sep 17 16:59:04.259 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.259 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.259 INFO kablam! | Sep 17 16:59:04.259 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.259 INFO kablam! Sep 17 16:59:04.259 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.259 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.259 INFO kablam! | Sep 17 16:59:04.259 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.259 INFO kablam! ... Sep 17 16:59:04.259 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.259 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.259 INFO kablam! | Sep 17 16:59:04.259 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.259 INFO kablam! Sep 17 16:59:04.259 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.259 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.259 INFO kablam! | Sep 17 16:59:04.259 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.259 INFO kablam! ... Sep 17 16:59:04.259 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.259 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.259 INFO kablam! | Sep 17 16:59:04.259 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.259 INFO kablam! Sep 17 16:59:04.263 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.263 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.263 INFO kablam! | Sep 17 16:59:04.263 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.263 INFO kablam! ... Sep 17 16:59:04.263 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.263 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.263 INFO kablam! | Sep 17 16:59:04.263 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.263 INFO kablam! Sep 17 16:59:04.263 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.263 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.263 INFO kablam! | Sep 17 16:59:04.263 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.263 INFO kablam! ... Sep 17 16:59:04.263 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.263 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.263 INFO kablam! | Sep 17 16:59:04.263 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.263 INFO kablam! Sep 17 16:59:04.263 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.263 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.263 INFO kablam! | Sep 17 16:59:04.263 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.263 INFO kablam! ... Sep 17 16:59:04.263 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.263 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.263 INFO kablam! | Sep 17 16:59:04.263 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.263 INFO kablam! Sep 17 16:59:04.263 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.263 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.263 INFO kablam! | Sep 17 16:59:04.263 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.263 INFO kablam! ... Sep 17 16:59:04.264 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.264 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.264 INFO kablam! Sep 17 16:59:04.264 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.264 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.264 INFO kablam! ... Sep 17 16:59:04.264 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.264 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.264 INFO kablam! Sep 17 16:59:04.264 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.264 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.264 INFO kablam! ... Sep 17 16:59:04.264 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.264 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.264 INFO kablam! Sep 17 16:59:04.264 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.264 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.264 INFO kablam! ... Sep 17 16:59:04.264 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.264 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.264 INFO kablam! Sep 17 16:59:04.264 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.264 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.264 INFO kablam! ... Sep 17 16:59:04.264 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.264 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.264 INFO kablam! | Sep 17 16:59:04.264 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.264 INFO kablam! Sep 17 16:59:04.265 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.265 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.265 INFO kablam! | Sep 17 16:59:04.265 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.265 INFO kablam! ... Sep 17 16:59:04.265 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.266 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.266 INFO kablam! | Sep 17 16:59:04.266 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.266 INFO kablam! Sep 17 16:59:04.266 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.266 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.266 INFO kablam! | Sep 17 16:59:04.266 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.266 INFO kablam! ... Sep 17 16:59:04.266 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.266 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.266 INFO kablam! | Sep 17 16:59:04.266 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.266 INFO kablam! Sep 17 16:59:04.271 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.271 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.271 INFO kablam! | Sep 17 16:59:04.271 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.271 INFO kablam! ... Sep 17 16:59:04.271 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.271 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.271 INFO kablam! | Sep 17 16:59:04.271 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.271 INFO kablam! Sep 17 16:59:04.271 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.271 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.271 INFO kablam! | Sep 17 16:59:04.271 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.271 INFO kablam! ... Sep 17 16:59:04.271 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 17 16:59:04.271 INFO kablam! | ---------------------------------- in this macro invocation Sep 17 16:59:04.271 INFO kablam! | Sep 17 16:59:04.271 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.271 INFO kablam! Sep 17 16:59:04.271 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.271 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.271 INFO kablam! | Sep 17 16:59:04.271 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.271 INFO kablam! ... Sep 17 16:59:04.271 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.271 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.271 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.272 INFO kablam! Sep 17 16:59:04.272 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.272 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.272 INFO kablam! ... Sep 17 16:59:04.272 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.272 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.272 INFO kablam! Sep 17 16:59:04.272 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.272 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.272 INFO kablam! ... Sep 17 16:59:04.272 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.272 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.272 INFO kablam! Sep 17 16:59:04.272 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.272 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.272 INFO kablam! ... Sep 17 16:59:04.272 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.272 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.272 INFO kablam! Sep 17 16:59:04.272 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.272 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.272 INFO kablam! ... Sep 17 16:59:04.272 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.272 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.272 INFO kablam! Sep 17 16:59:04.272 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.272 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.272 INFO kablam! ... Sep 17 16:59:04.272 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.272 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.272 INFO kablam! Sep 17 16:59:04.272 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.272 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.272 INFO kablam! ... Sep 17 16:59:04.272 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.272 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.272 INFO kablam! Sep 17 16:59:04.272 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.272 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.272 INFO kablam! | Sep 17 16:59:04.272 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.273 INFO kablam! ... Sep 17 16:59:04.273 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.273 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.273 INFO kablam! | Sep 17 16:59:04.273 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.273 INFO kablam! Sep 17 16:59:04.279 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.279 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.279 INFO kablam! | Sep 17 16:59:04.279 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.279 INFO kablam! ... Sep 17 16:59:04.279 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.279 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.279 INFO kablam! | Sep 17 16:59:04.279 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.279 INFO kablam! Sep 17 16:59:04.279 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.279 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.279 INFO kablam! | Sep 17 16:59:04.279 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.279 INFO kablam! ... Sep 17 16:59:04.279 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.279 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.279 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.280 INFO kablam! Sep 17 16:59:04.280 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.280 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.280 INFO kablam! ... Sep 17 16:59:04.280 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.280 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.280 INFO kablam! Sep 17 16:59:04.280 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.280 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.280 INFO kablam! ... Sep 17 16:59:04.280 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.280 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.280 INFO kablam! Sep 17 16:59:04.280 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.280 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.280 INFO kablam! ... Sep 17 16:59:04.280 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.280 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.280 INFO kablam! Sep 17 16:59:04.280 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.280 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.280 INFO kablam! ... Sep 17 16:59:04.280 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.280 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.280 INFO kablam! Sep 17 16:59:04.280 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.280 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.280 INFO kablam! ... Sep 17 16:59:04.280 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.280 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.280 INFO kablam! Sep 17 16:59:04.280 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.280 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.280 INFO kablam! ... Sep 17 16:59:04.280 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.280 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.280 INFO kablam! | Sep 17 16:59:04.280 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.281 INFO kablam! Sep 17 16:59:04.281 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.281 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.281 INFO kablam! | Sep 17 16:59:04.281 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.281 INFO kablam! ... Sep 17 16:59:04.281 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.281 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.281 INFO kablam! | Sep 17 16:59:04.281 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.281 INFO kablam! Sep 17 16:59:04.281 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.281 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.281 INFO kablam! | Sep 17 16:59:04.281 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.281 INFO kablam! ... Sep 17 16:59:04.281 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.281 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.281 INFO kablam! | Sep 17 16:59:04.281 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.281 INFO kablam! Sep 17 16:59:04.281 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.281 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.281 INFO kablam! | Sep 17 16:59:04.281 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.281 INFO kablam! ... Sep 17 16:59:04.281 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.281 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.281 INFO kablam! | Sep 17 16:59:04.281 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.281 INFO kablam! Sep 17 16:59:04.281 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.281 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.281 INFO kablam! | Sep 17 16:59:04.281 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.281 INFO kablam! ... Sep 17 16:59:04.281 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 17 16:59:04.281 INFO kablam! | --------------------------------------------- in this macro invocation Sep 17 16:59:04.281 INFO kablam! | Sep 17 16:59:04.281 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.281 INFO kablam! Sep 17 16:59:04.287 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.287 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.287 INFO kablam! | Sep 17 16:59:04.287 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.287 INFO kablam! ... Sep 17 16:59:04.287 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.287 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.287 INFO kablam! | Sep 17 16:59:04.287 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.287 INFO kablam! Sep 17 16:59:04.287 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.287 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.287 INFO kablam! | Sep 17 16:59:04.287 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.287 INFO kablam! ... Sep 17 16:59:04.287 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.287 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.287 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.288 INFO kablam! Sep 17 16:59:04.288 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.288 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.288 INFO kablam! ... Sep 17 16:59:04.288 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.288 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.288 INFO kablam! Sep 17 16:59:04.288 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.288 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.288 INFO kablam! ... Sep 17 16:59:04.288 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.288 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.288 INFO kablam! Sep 17 16:59:04.288 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.288 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.288 INFO kablam! ... Sep 17 16:59:04.288 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.288 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.288 INFO kablam! Sep 17 16:59:04.288 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.288 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.288 INFO kablam! ... Sep 17 16:59:04.288 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.288 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.288 INFO kablam! Sep 17 16:59:04.288 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.288 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.288 INFO kablam! ... Sep 17 16:59:04.288 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.288 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.288 INFO kablam! Sep 17 16:59:04.288 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.288 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.288 INFO kablam! ... Sep 17 16:59:04.288 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.288 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.288 INFO kablam! | Sep 17 16:59:04.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.289 INFO kablam! Sep 17 16:59:04.289 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.289 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.289 INFO kablam! ... Sep 17 16:59:04.289 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.289 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.289 INFO kablam! Sep 17 16:59:04.289 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.289 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.289 INFO kablam! ... Sep 17 16:59:04.289 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.289 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.289 INFO kablam! Sep 17 16:59:04.289 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.289 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.289 INFO kablam! ... Sep 17 16:59:04.289 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.289 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.289 INFO kablam! Sep 17 16:59:04.289 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.289 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.289 INFO kablam! ... Sep 17 16:59:04.289 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.289 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.289 INFO kablam! Sep 17 16:59:04.289 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.289 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.289 INFO kablam! | Sep 17 16:59:04.289 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.289 INFO kablam! ... Sep 17 16:59:04.289 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.289 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.295 INFO kablam! | Sep 17 16:59:04.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.295 INFO kablam! Sep 17 16:59:04.295 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.295 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.295 INFO kablam! | Sep 17 16:59:04.295 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.295 INFO kablam! ... Sep 17 16:59:04.295 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.295 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.295 INFO kablam! | Sep 17 16:59:04.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.295 INFO kablam! Sep 17 16:59:04.295 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.295 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.295 INFO kablam! | Sep 17 16:59:04.295 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.295 INFO kablam! ... Sep 17 16:59:04.295 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.295 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.295 INFO kablam! | Sep 17 16:59:04.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.296 INFO kablam! Sep 17 16:59:04.296 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.296 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.296 INFO kablam! ... Sep 17 16:59:04.296 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.296 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.296 INFO kablam! Sep 17 16:59:04.296 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.296 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.296 INFO kablam! ... Sep 17 16:59:04.296 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.296 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.296 INFO kablam! Sep 17 16:59:04.296 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.296 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.296 INFO kablam! ... Sep 17 16:59:04.296 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.296 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.296 INFO kablam! Sep 17 16:59:04.296 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.296 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.296 INFO kablam! ... Sep 17 16:59:04.296 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.296 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.296 INFO kablam! Sep 17 16:59:04.296 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.296 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.296 INFO kablam! ... Sep 17 16:59:04.296 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 17 16:59:04.296 INFO kablam! | ------------------------------------------ in this macro invocation Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.296 INFO kablam! Sep 17 16:59:04.296 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.296 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.296 INFO kablam! ... Sep 17 16:59:04.296 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.296 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.296 INFO kablam! Sep 17 16:59:04.296 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.296 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.296 INFO kablam! | Sep 17 16:59:04.296 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.297 INFO kablam! ... Sep 17 16:59:04.297 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.297 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.297 INFO kablam! | Sep 17 16:59:04.297 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.297 INFO kablam! Sep 17 16:59:04.297 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.297 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.297 INFO kablam! | Sep 17 16:59:04.297 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.297 INFO kablam! ... Sep 17 16:59:04.297 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.297 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.297 INFO kablam! | Sep 17 16:59:04.297 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.297 INFO kablam! Sep 17 16:59:04.297 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.297 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.297 INFO kablam! | Sep 17 16:59:04.297 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.297 INFO kablam! ... Sep 17 16:59:04.297 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.297 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.297 INFO kablam! | Sep 17 16:59:04.297 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.297 INFO kablam! Sep 17 16:59:04.303 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.303 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.303 INFO kablam! | Sep 17 16:59:04.303 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.303 INFO kablam! ... Sep 17 16:59:04.303 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.303 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.303 INFO kablam! | Sep 17 16:59:04.303 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.303 INFO kablam! Sep 17 16:59:04.303 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.303 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.303 INFO kablam! | Sep 17 16:59:04.303 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.303 INFO kablam! ... Sep 17 16:59:04.303 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.303 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.304 INFO kablam! Sep 17 16:59:04.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.304 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.304 INFO kablam! ... Sep 17 16:59:04.304 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.304 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.304 INFO kablam! Sep 17 16:59:04.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.304 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.304 INFO kablam! ... Sep 17 16:59:04.304 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.304 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.304 INFO kablam! Sep 17 16:59:04.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.304 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.304 INFO kablam! ... Sep 17 16:59:04.304 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.304 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.304 INFO kablam! Sep 17 16:59:04.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.304 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.304 INFO kablam! ... Sep 17 16:59:04.304 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.304 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.304 INFO kablam! Sep 17 16:59:04.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.304 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.304 INFO kablam! ... Sep 17 16:59:04.304 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.304 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.304 INFO kablam! Sep 17 16:59:04.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.304 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.304 INFO kablam! ... Sep 17 16:59:04.304 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.304 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.304 INFO kablam! | Sep 17 16:59:04.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.304 INFO kablam! Sep 17 16:59:04.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.305 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.305 INFO kablam! ... Sep 17 16:59:04.305 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.305 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.305 INFO kablam! Sep 17 16:59:04.305 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.305 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.305 INFO kablam! ... Sep 17 16:59:04.305 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.305 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.305 INFO kablam! Sep 17 16:59:04.305 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.305 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.305 INFO kablam! ... Sep 17 16:59:04.305 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.305 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.305 INFO kablam! Sep 17 16:59:04.305 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.305 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.305 INFO kablam! ... Sep 17 16:59:04.305 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.305 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.305 INFO kablam! Sep 17 16:59:04.305 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.305 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.305 INFO kablam! ... Sep 17 16:59:04.305 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.305 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.305 INFO kablam! Sep 17 16:59:04.305 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.305 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.305 INFO kablam! ... Sep 17 16:59:04.305 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.305 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.305 INFO kablam! | Sep 17 16:59:04.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.305 INFO kablam! Sep 17 16:59:04.307 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.307 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 17 16:59:04.307 INFO kablam! | Sep 17 16:59:04.307 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 17 16:59:04.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.307 INFO kablam! ... Sep 17 16:59:04.307 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.307 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.307 INFO kablam! | Sep 17 16:59:04.307 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.307 INFO kablam! Sep 17 16:59:04.308 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 16:59:04.308 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 17 16:59:04.308 INFO kablam! | Sep 17 16:59:04.308 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 17 16:59:04.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:59:04.308 INFO kablam! ... Sep 17 16:59:04.308 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 17 16:59:04.308 INFO kablam! | -------------------------------------- in this macro invocation Sep 17 16:59:04.308 INFO kablam! | Sep 17 16:59:04.308 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 16:59:04.308 INFO kablam! Sep 17 16:59:04.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.09s Sep 17 16:59:04.783 INFO kablam! su: No module specific data is present Sep 17 16:59:05.388 INFO running `"docker" "rm" "-f" "eaf0537faaf0cd2e5b6b267d7e672e5e91ff928a565ca5585bcb165e7e25334a"` Sep 17 16:59:05.477 INFO blam! eaf0537faaf0cd2e5b6b267d7e672e5e91ff928a565ca5585bcb165e7e25334a