Sep 10 09:25:17.804 INFO checking specs-0.11.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 09:25:17.804 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 09:25:17.805 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 09:25:18.059 INFO blam! 4f452a90718b37d830d7d8a557eedca2ab3df3243cdcb185b698419353dd96b3 Sep 10 09:25:18.061 INFO running `"docker" "start" "-a" "4f452a90718b37d830d7d8a557eedca2ab3df3243cdcb185b698419353dd96b3"` Sep 10 09:25:19.770 INFO kablam! usermod: no changes Sep 10 09:25:19.810 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 10 09:25:19.810 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 10 09:25:19.810 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 09:25:19.810 INFO kablam! files will be included as a benchmark target: Sep 10 09:25:19.810 INFO kablam! Sep 10 09:25:19.810 INFO kablam! * /source/benches/storage_cmp.rs Sep 10 09:25:19.810 INFO kablam! * /source/benches/storage_sparse.rs Sep 10 09:25:19.810 INFO kablam! Sep 10 09:25:19.810 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 09:25:19.811 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 10 09:25:19.811 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 10 09:25:19.811 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 09:25:19.811 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 09:25:19.811 INFO kablam! Sep 10 09:25:19.811 INFO kablam! For more information on this warning you can consult Sep 10 09:25:19.811 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 09:25:20.018 INFO kablam! Compiling serde v1.0.78 Sep 10 09:25:20.018 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 10 09:25:32.014 INFO kablam! Checking serde_json v1.0.27 Sep 10 09:25:32.014 INFO kablam! Checking csv v1.0.1 Sep 10 09:25:32.014 INFO kablam! Checking cgmath v0.14.1 Sep 10 09:25:32.015 INFO kablam! Checking ron v0.2.2 Sep 10 09:25:37.593 INFO kablam! Checking handlebars v0.32.4 Sep 10 09:25:40.004 INFO kablam! Checking criterion v0.2.5 Sep 10 09:25:46.349 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.349 INFO kablam! --> benches/parallel.rs:219:21 Sep 10 09:25:46.349 INFO kablam! | Sep 10 09:25:46.349 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 10 09:25:46.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.349 INFO kablam! | Sep 10 09:25:46.349 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 10 09:25:46.349 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.349 INFO kablam! Sep 10 09:25:46.349 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.349 INFO kablam! --> benches/parallel.rs:224:21 Sep 10 09:25:46.349 INFO kablam! | Sep 10 09:25:46.349 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 10 09:25:46.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.349 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.350 INFO kablam! Sep 10 09:25:46.350 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.350 INFO kablam! --> benches/parallel.rs:230:13 Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 10 09:25:46.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.350 INFO kablam! Sep 10 09:25:46.350 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.350 INFO kablam! --> benches/parallel.rs:232:13 Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 10 09:25:46.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.350 INFO kablam! Sep 10 09:25:46.350 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.350 INFO kablam! --> benches/parallel.rs:233:13 Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 10 09:25:46.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.350 INFO kablam! Sep 10 09:25:46.350 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.350 INFO kablam! --> benches/parallel.rs:234:13 Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 10 09:25:46.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.350 INFO kablam! Sep 10 09:25:46.350 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.350 INFO kablam! --> benches/parallel.rs:235:13 Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 10 09:25:46.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.350 INFO kablam! | Sep 10 09:25:46.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.350 INFO kablam! Sep 10 09:25:46.378 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.378 INFO kablam! --> benches/world.rs:147:13 Sep 10 09:25:46.378 INFO kablam! | Sep 10 09:25:46.378 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 10 09:25:46.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.378 INFO kablam! | Sep 10 09:25:46.378 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 10 09:25:46.378 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.378 INFO kablam! Sep 10 09:25:46.378 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:46.378 INFO kablam! --> benches/world.rs:169:13 Sep 10 09:25:46.378 INFO kablam! | Sep 10 09:25:46.378 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 10 09:25:46.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:46.378 INFO kablam! | Sep 10 09:25:46.378 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:46.378 INFO kablam! Sep 10 09:25:47.573 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.573 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 10 09:25:47.573 INFO kablam! | Sep 10 09:25:47.573 INFO kablam! 25 | storage.insert(e, C::default()); Sep 10 09:25:47.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.573 INFO kablam! | Sep 10 09:25:47.573 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 10 09:25:47.573 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.574 INFO kablam! Sep 10 09:25:47.574 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.574 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 10 09:25:47.574 INFO kablam! | Sep 10 09:25:47.574 INFO kablam! 47 | storage.insert(e, C::default()); Sep 10 09:25:47.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.574 INFO kablam! | Sep 10 09:25:47.574 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.574 INFO kablam! Sep 10 09:25:47.574 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.574 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 10 09:25:47.574 INFO kablam! | Sep 10 09:25:47.574 INFO kablam! 80 | storage.insert(e, C::default()); Sep 10 09:25:47.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.574 INFO kablam! | Sep 10 09:25:47.574 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.574 INFO kablam! Sep 10 09:25:47.575 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.575 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.575 INFO kablam! | Sep 10 09:25:47.575 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.575 INFO kablam! ... Sep 10 09:25:47.575 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.575 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.575 INFO kablam! | Sep 10 09:25:47.575 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.575 INFO kablam! Sep 10 09:25:47.575 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.575 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.575 INFO kablam! | Sep 10 09:25:47.575 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.575 INFO kablam! ... Sep 10 09:25:47.575 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.575 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.575 INFO kablam! | Sep 10 09:25:47.575 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.575 INFO kablam! Sep 10 09:25:47.576 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.576 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.576 INFO kablam! | Sep 10 09:25:47.576 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.576 INFO kablam! ... Sep 10 09:25:47.576 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.576 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.576 INFO kablam! | Sep 10 09:25:47.576 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.576 INFO kablam! Sep 10 09:25:47.576 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.576 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.576 INFO kablam! | Sep 10 09:25:47.576 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.576 INFO kablam! ... Sep 10 09:25:47.576 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.576 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.576 INFO kablam! | Sep 10 09:25:47.576 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.576 INFO kablam! Sep 10 09:25:47.576 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.576 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.576 INFO kablam! | Sep 10 09:25:47.576 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.576 INFO kablam! ... Sep 10 09:25:47.576 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.576 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.576 INFO kablam! | Sep 10 09:25:47.576 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.576 INFO kablam! Sep 10 09:25:47.576 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.576 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.576 INFO kablam! | Sep 10 09:25:47.576 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.576 INFO kablam! ... Sep 10 09:25:47.576 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.577 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.577 INFO kablam! | Sep 10 09:25:47.577 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.577 INFO kablam! Sep 10 09:25:47.578 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.578 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.578 INFO kablam! | Sep 10 09:25:47.578 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.578 INFO kablam! ... Sep 10 09:25:47.578 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.578 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.578 INFO kablam! | Sep 10 09:25:47.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.578 INFO kablam! Sep 10 09:25:47.578 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.578 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.578 INFO kablam! | Sep 10 09:25:47.578 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.578 INFO kablam! ... Sep 10 09:25:47.578 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.578 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.578 INFO kablam! | Sep 10 09:25:47.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.578 INFO kablam! Sep 10 09:25:47.578 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.578 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.578 INFO kablam! | Sep 10 09:25:47.578 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.578 INFO kablam! ... Sep 10 09:25:47.578 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.578 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.578 INFO kablam! | Sep 10 09:25:47.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.578 INFO kablam! Sep 10 09:25:47.578 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.578 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.578 INFO kablam! | Sep 10 09:25:47.578 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.578 INFO kablam! ... Sep 10 09:25:47.578 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.579 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.579 INFO kablam! Sep 10 09:25:47.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.579 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.579 INFO kablam! ... Sep 10 09:25:47.579 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.579 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.579 INFO kablam! Sep 10 09:25:47.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.579 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.579 INFO kablam! ... Sep 10 09:25:47.579 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.579 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.579 INFO kablam! Sep 10 09:25:47.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.579 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.579 INFO kablam! ... Sep 10 09:25:47.579 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.579 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.579 INFO kablam! Sep 10 09:25:47.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.579 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.579 INFO kablam! ... Sep 10 09:25:47.579 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.579 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.579 INFO kablam! Sep 10 09:25:47.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.579 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.579 INFO kablam! ... Sep 10 09:25:47.579 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.579 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.579 INFO kablam! Sep 10 09:25:47.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.579 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.579 INFO kablam! | Sep 10 09:25:47.579 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.580 INFO kablam! ... Sep 10 09:25:47.580 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.580 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.580 INFO kablam! Sep 10 09:25:47.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.580 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.580 INFO kablam! ... Sep 10 09:25:47.580 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.580 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.580 INFO kablam! Sep 10 09:25:47.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.580 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.580 INFO kablam! ... Sep 10 09:25:47.580 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.580 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.580 INFO kablam! Sep 10 09:25:47.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.580 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.580 INFO kablam! ... Sep 10 09:25:47.580 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.580 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.580 INFO kablam! Sep 10 09:25:47.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.580 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.580 INFO kablam! ... Sep 10 09:25:47.580 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 10 09:25:47.580 INFO kablam! | ---------------------------------- in this macro invocation Sep 10 09:25:47.580 INFO kablam! | Sep 10 09:25:47.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.580 INFO kablam! Sep 10 09:25:47.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.581 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.581 INFO kablam! | Sep 10 09:25:47.581 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.581 INFO kablam! ... Sep 10 09:25:47.581 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.581 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.581 INFO kablam! | Sep 10 09:25:47.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.581 INFO kablam! Sep 10 09:25:47.581 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.581 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.581 INFO kablam! | Sep 10 09:25:47.581 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.581 INFO kablam! ... Sep 10 09:25:47.581 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.581 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.581 INFO kablam! | Sep 10 09:25:47.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.581 INFO kablam! Sep 10 09:25:47.581 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.581 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.581 INFO kablam! | Sep 10 09:25:47.581 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.581 INFO kablam! ... Sep 10 09:25:47.581 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.581 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.581 INFO kablam! | Sep 10 09:25:47.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.581 INFO kablam! Sep 10 09:25:47.581 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.581 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.581 INFO kablam! | Sep 10 09:25:47.581 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.581 INFO kablam! ... Sep 10 09:25:47.581 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.581 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.581 INFO kablam! | Sep 10 09:25:47.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.581 INFO kablam! Sep 10 09:25:47.584 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.584 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.584 INFO kablam! | Sep 10 09:25:47.584 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.584 INFO kablam! ... Sep 10 09:25:47.584 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.584 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.584 INFO kablam! | Sep 10 09:25:47.584 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.584 INFO kablam! Sep 10 09:25:47.584 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.584 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.584 INFO kablam! | Sep 10 09:25:47.584 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.584 INFO kablam! ... Sep 10 09:25:47.585 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.585 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.585 INFO kablam! Sep 10 09:25:47.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.585 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.585 INFO kablam! ... Sep 10 09:25:47.585 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.585 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.585 INFO kablam! Sep 10 09:25:47.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.585 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.585 INFO kablam! ... Sep 10 09:25:47.585 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.585 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.585 INFO kablam! Sep 10 09:25:47.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.585 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.585 INFO kablam! ... Sep 10 09:25:47.585 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.585 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.585 INFO kablam! Sep 10 09:25:47.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.585 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.585 INFO kablam! ... Sep 10 09:25:47.585 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.585 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.585 INFO kablam! Sep 10 09:25:47.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.585 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.585 INFO kablam! ... Sep 10 09:25:47.585 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.585 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.585 INFO kablam! Sep 10 09:25:47.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.585 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.585 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.586 INFO kablam! ... Sep 10 09:25:47.586 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.586 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.586 INFO kablam! Sep 10 09:25:47.586 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.586 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.586 INFO kablam! ... Sep 10 09:25:47.586 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.586 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.586 INFO kablam! Sep 10 09:25:47.586 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.586 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.586 INFO kablam! ... Sep 10 09:25:47.586 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.586 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.586 INFO kablam! Sep 10 09:25:47.586 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.586 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.586 INFO kablam! ... Sep 10 09:25:47.586 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.586 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.586 INFO kablam! Sep 10 09:25:47.586 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.586 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.586 INFO kablam! ... Sep 10 09:25:47.586 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.586 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.586 INFO kablam! | Sep 10 09:25:47.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.586 INFO kablam! Sep 10 09:25:47.586 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.586 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.587 INFO kablam! ... Sep 10 09:25:47.587 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.587 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.587 INFO kablam! Sep 10 09:25:47.587 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.587 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.587 INFO kablam! ... Sep 10 09:25:47.587 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.587 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.587 INFO kablam! Sep 10 09:25:47.587 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.587 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.587 INFO kablam! ... Sep 10 09:25:47.587 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.587 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.587 INFO kablam! Sep 10 09:25:47.587 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.587 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.587 INFO kablam! ... Sep 10 09:25:47.587 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 10 09:25:47.587 INFO kablam! | --------------------------------------------- in this macro invocation Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.587 INFO kablam! Sep 10 09:25:47.587 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.587 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.587 INFO kablam! ... Sep 10 09:25:47.587 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.587 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.587 INFO kablam! Sep 10 09:25:47.587 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.587 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.587 INFO kablam! | Sep 10 09:25:47.587 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.588 INFO kablam! ... Sep 10 09:25:47.588 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.588 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.588 INFO kablam! Sep 10 09:25:47.588 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.588 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.588 INFO kablam! ... Sep 10 09:25:47.588 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.588 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.588 INFO kablam! Sep 10 09:25:47.588 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.588 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.588 INFO kablam! ... Sep 10 09:25:47.588 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.588 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.588 INFO kablam! Sep 10 09:25:47.588 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.588 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.588 INFO kablam! ... Sep 10 09:25:47.588 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.588 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.588 INFO kablam! Sep 10 09:25:47.588 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.588 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.588 INFO kablam! ... Sep 10 09:25:47.588 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.588 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.588 INFO kablam! | Sep 10 09:25:47.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.588 INFO kablam! Sep 10 09:25:47.588 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.589 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.589 INFO kablam! ... Sep 10 09:25:47.589 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.589 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.589 INFO kablam! Sep 10 09:25:47.589 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.589 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.589 INFO kablam! ... Sep 10 09:25:47.589 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.589 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.589 INFO kablam! Sep 10 09:25:47.589 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.589 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.589 INFO kablam! ... Sep 10 09:25:47.589 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.589 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.589 INFO kablam! Sep 10 09:25:47.589 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.589 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.589 INFO kablam! ... Sep 10 09:25:47.589 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.589 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.589 INFO kablam! Sep 10 09:25:47.589 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.589 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.589 INFO kablam! ... Sep 10 09:25:47.589 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.589 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.589 INFO kablam! | Sep 10 09:25:47.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.589 INFO kablam! Sep 10 09:25:47.589 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.590 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.590 INFO kablam! ... Sep 10 09:25:47.590 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.590 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.590 INFO kablam! Sep 10 09:25:47.590 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.590 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.590 INFO kablam! ... Sep 10 09:25:47.590 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.590 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.590 INFO kablam! Sep 10 09:25:47.590 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.590 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.590 INFO kablam! ... Sep 10 09:25:47.590 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.590 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.590 INFO kablam! Sep 10 09:25:47.590 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.590 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.590 INFO kablam! ... Sep 10 09:25:47.590 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.590 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.590 INFO kablam! Sep 10 09:25:47.590 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.590 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.590 INFO kablam! ... Sep 10 09:25:47.590 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.590 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.590 INFO kablam! Sep 10 09:25:47.590 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.590 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.590 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.590 INFO kablam! ... Sep 10 09:25:47.590 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.590 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.590 INFO kablam! | Sep 10 09:25:47.591 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.591 INFO kablam! Sep 10 09:25:47.591 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.591 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.591 INFO kablam! | Sep 10 09:25:47.591 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.591 INFO kablam! ... Sep 10 09:25:47.591 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.591 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.591 INFO kablam! | Sep 10 09:25:47.591 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.591 INFO kablam! Sep 10 09:25:47.591 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.591 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.591 INFO kablam! | Sep 10 09:25:47.591 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.591 INFO kablam! ... Sep 10 09:25:47.591 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.591 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.591 INFO kablam! | Sep 10 09:25:47.591 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.591 INFO kablam! Sep 10 09:25:47.591 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.591 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.591 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.592 INFO kablam! ... Sep 10 09:25:47.592 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 10 09:25:47.592 INFO kablam! | ------------------------------------------ in this macro invocation Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.592 INFO kablam! Sep 10 09:25:47.592 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.592 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.592 INFO kablam! ... Sep 10 09:25:47.592 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.592 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.592 INFO kablam! Sep 10 09:25:47.592 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.592 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.592 INFO kablam! ... Sep 10 09:25:47.592 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.592 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.592 INFO kablam! Sep 10 09:25:47.592 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.592 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.592 INFO kablam! ... Sep 10 09:25:47.592 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.592 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.592 INFO kablam! Sep 10 09:25:47.592 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.592 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.592 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.592 INFO kablam! ... Sep 10 09:25:47.592 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.592 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.592 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.593 INFO kablam! Sep 10 09:25:47.593 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.593 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.593 INFO kablam! ... Sep 10 09:25:47.593 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.593 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.593 INFO kablam! Sep 10 09:25:47.593 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.593 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.593 INFO kablam! ... Sep 10 09:25:47.593 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.593 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.593 INFO kablam! Sep 10 09:25:47.593 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.593 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.593 INFO kablam! ... Sep 10 09:25:47.593 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.593 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.593 INFO kablam! Sep 10 09:25:47.593 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.593 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.593 INFO kablam! ... Sep 10 09:25:47.593 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.593 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.593 INFO kablam! Sep 10 09:25:47.593 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.593 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.593 INFO kablam! | Sep 10 09:25:47.593 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.593 INFO kablam! ... Sep 10 09:25:47.594 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.594 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.594 INFO kablam! Sep 10 09:25:47.594 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.594 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.594 INFO kablam! ... Sep 10 09:25:47.594 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.594 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.594 INFO kablam! Sep 10 09:25:47.594 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.594 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.594 INFO kablam! ... Sep 10 09:25:47.594 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.594 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.594 INFO kablam! Sep 10 09:25:47.594 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.594 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.594 INFO kablam! ... Sep 10 09:25:47.594 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.594 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.594 INFO kablam! Sep 10 09:25:47.594 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.594 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.594 INFO kablam! ... Sep 10 09:25:47.594 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.594 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.594 INFO kablam! | Sep 10 09:25:47.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.594 INFO kablam! Sep 10 09:25:47.594 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.594 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.595 INFO kablam! ... Sep 10 09:25:47.595 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.595 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.595 INFO kablam! Sep 10 09:25:47.595 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.595 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.595 INFO kablam! ... Sep 10 09:25:47.595 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.595 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.595 INFO kablam! Sep 10 09:25:47.595 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.595 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.595 INFO kablam! ... Sep 10 09:25:47.595 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.595 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.595 INFO kablam! Sep 10 09:25:47.595 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.595 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.595 INFO kablam! ... Sep 10 09:25:47.595 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.595 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.595 INFO kablam! Sep 10 09:25:47.595 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.595 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.595 INFO kablam! ... Sep 10 09:25:47.595 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.595 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.595 INFO kablam! | Sep 10 09:25:47.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.595 INFO kablam! Sep 10 09:25:47.596 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.596 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 10 09:25:47.596 INFO kablam! | Sep 10 09:25:47.596 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 10 09:25:47.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.596 INFO kablam! ... Sep 10 09:25:47.596 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.596 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.596 INFO kablam! | Sep 10 09:25:47.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.596 INFO kablam! Sep 10 09:25:47.596 INFO kablam! warning: unused `std::result::Result` which must be used Sep 10 09:25:47.596 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 10 09:25:47.596 INFO kablam! | Sep 10 09:25:47.596 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 10 09:25:47.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 09:25:47.596 INFO kablam! ... Sep 10 09:25:47.596 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 10 09:25:47.596 INFO kablam! | -------------------------------------- in this macro invocation Sep 10 09:25:47.596 INFO kablam! | Sep 10 09:25:47.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 10 09:25:47.596 INFO kablam! Sep 10 09:25:47.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.87s Sep 10 09:25:47.676 INFO kablam! su: No module specific data is present Sep 10 09:25:48.217 INFO running `"docker" "rm" "-f" "4f452a90718b37d830d7d8a557eedca2ab3df3243cdcb185b698419353dd96b3"` Sep 10 09:25:48.295 INFO blam! 4f452a90718b37d830d7d8a557eedca2ab3df3243cdcb185b698419353dd96b3