Sep 01 05:55:41.466 INFO checking specs-0.11.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 05:55:41.466 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 05:55:41.467 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:55:41.703 INFO blam! ef291bf2063a6cdb69b6682446423645371a70e22be0be828f756754b76362ea Sep 01 05:55:41.705 INFO running `"docker" "start" "-a" "ef291bf2063a6cdb69b6682446423645371a70e22be0be828f756754b76362ea"` Sep 01 05:55:42.878 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 01 05:55:42.878 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 01 05:55:42.878 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 05:55:42.878 INFO kablam! files will be included as a benchmark target: Sep 01 05:55:42.878 INFO kablam! Sep 01 05:55:42.878 INFO kablam! * /source/benches/storage_cmp.rs Sep 01 05:55:42.878 INFO kablam! * /source/benches/storage_sparse.rs Sep 01 05:55:42.878 INFO kablam! Sep 01 05:55:42.878 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 05:55:42.878 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 01 05:55:42.878 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 01 05:55:42.878 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 05:55:42.878 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 05:55:42.878 INFO kablam! Sep 01 05:55:42.878 INFO kablam! For more information on this warning you can consult Sep 01 05:55:42.879 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 05:55:43.204 INFO kablam! Compiling serde v1.0.75 Sep 01 05:55:43.215 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 01 05:56:00.173 INFO kablam! Checking serde_json v1.0.26 Sep 01 05:56:00.181 INFO kablam! Checking csv v1.0.1 Sep 01 05:56:00.182 INFO kablam! Checking ron v0.2.2 Sep 01 05:56:00.184 INFO kablam! Checking cgmath v0.14.1 Sep 01 05:56:07.425 INFO kablam! Checking handlebars v0.32.4 Sep 01 05:56:11.879 INFO kablam! Checking criterion v0.2.5 Sep 01 05:56:28.874 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:28.875 INFO kablam! --> benches/parallel.rs:219:21 Sep 01 05:56:28.875 INFO kablam! | Sep 01 05:56:28.875 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 01 05:56:28.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:28.875 INFO kablam! | Sep 01 05:56:28.875 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 05:56:28.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:28.875 INFO kablam! Sep 01 05:56:28.875 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:28.876 INFO kablam! --> benches/parallel.rs:224:21 Sep 01 05:56:28.876 INFO kablam! | Sep 01 05:56:28.876 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 01 05:56:28.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:28.876 INFO kablam! | Sep 01 05:56:28.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:28.876 INFO kablam! Sep 01 05:56:28.876 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:28.876 INFO kablam! --> benches/parallel.rs:230:13 Sep 01 05:56:28.876 INFO kablam! | Sep 01 05:56:28.876 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 01 05:56:28.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:28.876 INFO kablam! | Sep 01 05:56:28.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:28.876 INFO kablam! Sep 01 05:56:28.876 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:28.876 INFO kablam! --> benches/parallel.rs:232:13 Sep 01 05:56:28.876 INFO kablam! | Sep 01 05:56:28.876 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 01 05:56:28.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:28.876 INFO kablam! | Sep 01 05:56:28.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:28.876 INFO kablam! Sep 01 05:56:28.876 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:28.876 INFO kablam! --> benches/parallel.rs:233:13 Sep 01 05:56:28.876 INFO kablam! | Sep 01 05:56:28.877 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 01 05:56:28.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:28.877 INFO kablam! | Sep 01 05:56:28.877 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:28.877 INFO kablam! Sep 01 05:56:28.877 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:28.877 INFO kablam! --> benches/parallel.rs:234:13 Sep 01 05:56:28.877 INFO kablam! | Sep 01 05:56:28.877 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 01 05:56:28.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:28.877 INFO kablam! | Sep 01 05:56:28.877 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:28.877 INFO kablam! Sep 01 05:56:28.877 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:28.877 INFO kablam! --> benches/parallel.rs:235:13 Sep 01 05:56:28.877 INFO kablam! | Sep 01 05:56:28.877 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 01 05:56:28.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:28.877 INFO kablam! | Sep 01 05:56:28.877 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:28.877 INFO kablam! Sep 01 05:56:29.863 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.863 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 01 05:56:29.863 INFO kablam! | Sep 01 05:56:29.863 INFO kablam! 25 | storage.insert(e, C::default()); Sep 01 05:56:29.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.864 INFO kablam! | Sep 01 05:56:29.864 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 05:56:29.864 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.864 INFO kablam! Sep 01 05:56:29.864 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.864 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 01 05:56:29.864 INFO kablam! | Sep 01 05:56:29.864 INFO kablam! 47 | storage.insert(e, C::default()); Sep 01 05:56:29.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.864 INFO kablam! | Sep 01 05:56:29.864 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.865 INFO kablam! Sep 01 05:56:29.865 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.865 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 01 05:56:29.865 INFO kablam! | Sep 01 05:56:29.865 INFO kablam! 80 | storage.insert(e, C::default()); Sep 01 05:56:29.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.865 INFO kablam! | Sep 01 05:56:29.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.865 INFO kablam! Sep 01 05:56:29.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.866 INFO kablam! --> benches/world.rs:147:13 Sep 01 05:56:29.866 INFO kablam! | Sep 01 05:56:29.866 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 01 05:56:29.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.866 INFO kablam! | Sep 01 05:56:29.866 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 05:56:29.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.866 INFO kablam! Sep 01 05:56:29.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.866 INFO kablam! --> benches/world.rs:169:13 Sep 01 05:56:29.866 INFO kablam! | Sep 01 05:56:29.866 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 01 05:56:29.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.867 INFO kablam! | Sep 01 05:56:29.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.867 INFO kablam! Sep 01 05:56:29.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.868 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.868 INFO kablam! | Sep 01 05:56:29.868 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.868 INFO kablam! ... Sep 01 05:56:29.868 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.868 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.868 INFO kablam! | Sep 01 05:56:29.868 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.868 INFO kablam! Sep 01 05:56:29.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.868 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.868 INFO kablam! | Sep 01 05:56:29.868 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.868 INFO kablam! ... Sep 01 05:56:29.868 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.868 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.868 INFO kablam! | Sep 01 05:56:29.868 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.868 INFO kablam! Sep 01 05:56:29.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.868 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.868 INFO kablam! | Sep 01 05:56:29.868 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.869 INFO kablam! ... Sep 01 05:56:29.869 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.869 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.869 INFO kablam! | Sep 01 05:56:29.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.869 INFO kablam! Sep 01 05:56:29.869 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.869 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.869 INFO kablam! | Sep 01 05:56:29.869 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.869 INFO kablam! ... Sep 01 05:56:29.869 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.869 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.869 INFO kablam! | Sep 01 05:56:29.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.869 INFO kablam! Sep 01 05:56:29.870 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.870 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.870 INFO kablam! | Sep 01 05:56:29.870 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.870 INFO kablam! ... Sep 01 05:56:29.870 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.870 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.870 INFO kablam! | Sep 01 05:56:29.870 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.871 INFO kablam! Sep 01 05:56:29.871 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.871 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.871 INFO kablam! | Sep 01 05:56:29.871 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.871 INFO kablam! ... Sep 01 05:56:29.871 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.871 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.871 INFO kablam! | Sep 01 05:56:29.871 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.871 INFO kablam! Sep 01 05:56:29.872 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.872 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.872 INFO kablam! | Sep 01 05:56:29.872 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.872 INFO kablam! ... Sep 01 05:56:29.872 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.872 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.872 INFO kablam! | Sep 01 05:56:29.872 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.872 INFO kablam! Sep 01 05:56:29.872 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.872 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.873 INFO kablam! | Sep 01 05:56:29.873 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.873 INFO kablam! ... Sep 01 05:56:29.873 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.873 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.873 INFO kablam! | Sep 01 05:56:29.873 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.873 INFO kablam! Sep 01 05:56:29.873 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.873 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.873 INFO kablam! | Sep 01 05:56:29.873 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.873 INFO kablam! ... Sep 01 05:56:29.873 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.873 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.873 INFO kablam! | Sep 01 05:56:29.874 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.874 INFO kablam! Sep 01 05:56:29.874 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.874 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.874 INFO kablam! | Sep 01 05:56:29.874 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.874 INFO kablam! ... Sep 01 05:56:29.874 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.874 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.874 INFO kablam! | Sep 01 05:56:29.874 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.874 INFO kablam! Sep 01 05:56:29.874 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.874 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.874 INFO kablam! | Sep 01 05:56:29.875 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.875 INFO kablam! ... Sep 01 05:56:29.875 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.875 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.875 INFO kablam! | Sep 01 05:56:29.875 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.875 INFO kablam! Sep 01 05:56:29.875 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.875 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.875 INFO kablam! | Sep 01 05:56:29.875 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.875 INFO kablam! ... Sep 01 05:56:29.875 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.875 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.875 INFO kablam! | Sep 01 05:56:29.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.876 INFO kablam! Sep 01 05:56:29.876 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.876 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.876 INFO kablam! | Sep 01 05:56:29.876 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.876 INFO kablam! ... Sep 01 05:56:29.876 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.876 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.876 INFO kablam! | Sep 01 05:56:29.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.876 INFO kablam! Sep 01 05:56:29.876 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.876 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.876 INFO kablam! | Sep 01 05:56:29.876 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.877 INFO kablam! ... Sep 01 05:56:29.877 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.877 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.877 INFO kablam! | Sep 01 05:56:29.877 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.877 INFO kablam! Sep 01 05:56:29.877 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.877 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.877 INFO kablam! | Sep 01 05:56:29.877 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.877 INFO kablam! ... Sep 01 05:56:29.877 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.877 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.877 INFO kablam! | Sep 01 05:56:29.877 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.877 INFO kablam! Sep 01 05:56:29.877 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.877 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.877 INFO kablam! | Sep 01 05:56:29.878 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.878 INFO kablam! ... Sep 01 05:56:29.878 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.878 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.878 INFO kablam! | Sep 01 05:56:29.878 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.878 INFO kablam! Sep 01 05:56:29.878 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.878 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.878 INFO kablam! | Sep 01 05:56:29.878 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.878 INFO kablam! ... Sep 01 05:56:29.878 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.878 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.878 INFO kablam! | Sep 01 05:56:29.879 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.879 INFO kablam! Sep 01 05:56:29.879 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.879 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.879 INFO kablam! | Sep 01 05:56:29.879 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.879 INFO kablam! ... Sep 01 05:56:29.879 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.879 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.879 INFO kablam! | Sep 01 05:56:29.879 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.879 INFO kablam! Sep 01 05:56:29.879 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.879 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.879 INFO kablam! | Sep 01 05:56:29.880 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.880 INFO kablam! ... Sep 01 05:56:29.880 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.880 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.880 INFO kablam! | Sep 01 05:56:29.880 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.880 INFO kablam! Sep 01 05:56:29.880 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.880 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.880 INFO kablam! | Sep 01 05:56:29.880 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.880 INFO kablam! ... Sep 01 05:56:29.880 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:29.880 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:29.880 INFO kablam! | Sep 01 05:56:29.880 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.881 INFO kablam! Sep 01 05:56:29.881 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.881 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.882 INFO kablam! | Sep 01 05:56:29.882 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.882 INFO kablam! ... Sep 01 05:56:29.882 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.882 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.882 INFO kablam! | Sep 01 05:56:29.882 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.882 INFO kablam! Sep 01 05:56:29.882 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.882 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.882 INFO kablam! | Sep 01 05:56:29.882 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.883 INFO kablam! ... Sep 01 05:56:29.883 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.883 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.883 INFO kablam! | Sep 01 05:56:29.883 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.883 INFO kablam! Sep 01 05:56:29.883 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.883 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.883 INFO kablam! | Sep 01 05:56:29.883 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.883 INFO kablam! ... Sep 01 05:56:29.883 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.883 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.883 INFO kablam! | Sep 01 05:56:29.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.884 INFO kablam! Sep 01 05:56:29.884 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.884 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.884 INFO kablam! | Sep 01 05:56:29.884 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.884 INFO kablam! ... Sep 01 05:56:29.884 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.884 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.884 INFO kablam! | Sep 01 05:56:29.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.884 INFO kablam! Sep 01 05:56:29.884 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.884 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.884 INFO kablam! | Sep 01 05:56:29.885 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.885 INFO kablam! ... Sep 01 05:56:29.885 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.885 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.885 INFO kablam! | Sep 01 05:56:29.885 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.885 INFO kablam! Sep 01 05:56:29.885 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.885 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.885 INFO kablam! | Sep 01 05:56:29.885 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.885 INFO kablam! ... Sep 01 05:56:29.885 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.885 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.885 INFO kablam! | Sep 01 05:56:29.886 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.886 INFO kablam! Sep 01 05:56:29.886 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.886 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.887 INFO kablam! | Sep 01 05:56:29.887 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.887 INFO kablam! ... Sep 01 05:56:29.887 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.887 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.887 INFO kablam! | Sep 01 05:56:29.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.887 INFO kablam! Sep 01 05:56:29.887 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.887 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.887 INFO kablam! | Sep 01 05:56:29.887 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.887 INFO kablam! ... Sep 01 05:56:29.888 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.888 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.888 INFO kablam! | Sep 01 05:56:29.888 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.888 INFO kablam! Sep 01 05:56:29.889 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.889 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.889 INFO kablam! | Sep 01 05:56:29.889 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.889 INFO kablam! ... Sep 01 05:56:29.889 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.889 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.889 INFO kablam! | Sep 01 05:56:29.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.889 INFO kablam! Sep 01 05:56:29.889 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.889 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.889 INFO kablam! | Sep 01 05:56:29.889 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.890 INFO kablam! ... Sep 01 05:56:29.890 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.890 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.890 INFO kablam! | Sep 01 05:56:29.890 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.890 INFO kablam! Sep 01 05:56:29.891 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.891 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.891 INFO kablam! | Sep 01 05:56:29.891 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.891 INFO kablam! ... Sep 01 05:56:29.891 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.891 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.891 INFO kablam! | Sep 01 05:56:29.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.891 INFO kablam! Sep 01 05:56:29.891 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.891 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.891 INFO kablam! | Sep 01 05:56:29.892 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.892 INFO kablam! ... Sep 01 05:56:29.892 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.892 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.892 INFO kablam! | Sep 01 05:56:29.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.892 INFO kablam! Sep 01 05:56:29.893 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.893 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.893 INFO kablam! | Sep 01 05:56:29.893 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.893 INFO kablam! ... Sep 01 05:56:29.893 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.893 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.893 INFO kablam! | Sep 01 05:56:29.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.893 INFO kablam! Sep 01 05:56:29.893 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.893 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.894 INFO kablam! | Sep 01 05:56:29.894 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.894 INFO kablam! ... Sep 01 05:56:29.894 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.894 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.894 INFO kablam! | Sep 01 05:56:29.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.894 INFO kablam! Sep 01 05:56:29.894 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.894 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.894 INFO kablam! | Sep 01 05:56:29.894 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.894 INFO kablam! ... Sep 01 05:56:29.894 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.894 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.895 INFO kablam! | Sep 01 05:56:29.895 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.895 INFO kablam! Sep 01 05:56:29.895 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.895 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.895 INFO kablam! | Sep 01 05:56:29.895 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.895 INFO kablam! ... Sep 01 05:56:29.895 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.895 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.895 INFO kablam! | Sep 01 05:56:29.895 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.895 INFO kablam! Sep 01 05:56:29.895 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.895 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.895 INFO kablam! | Sep 01 05:56:29.895 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.896 INFO kablam! ... Sep 01 05:56:29.896 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.896 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.896 INFO kablam! | Sep 01 05:56:29.896 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.896 INFO kablam! Sep 01 05:56:29.896 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.896 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.896 INFO kablam! | Sep 01 05:56:29.896 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.896 INFO kablam! ... Sep 01 05:56:29.896 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.896 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.896 INFO kablam! | Sep 01 05:56:29.896 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.897 INFO kablam! Sep 01 05:56:29.897 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.897 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.897 INFO kablam! | Sep 01 05:56:29.897 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.897 INFO kablam! ... Sep 01 05:56:29.897 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.897 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.897 INFO kablam! | Sep 01 05:56:29.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.897 INFO kablam! Sep 01 05:56:29.897 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.897 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.897 INFO kablam! | Sep 01 05:56:29.897 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.897 INFO kablam! ... Sep 01 05:56:29.897 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:29.898 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:29.898 INFO kablam! | Sep 01 05:56:29.898 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.898 INFO kablam! Sep 01 05:56:29.898 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.898 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.898 INFO kablam! | Sep 01 05:56:29.898 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.898 INFO kablam! ... Sep 01 05:56:29.898 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.898 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.898 INFO kablam! | Sep 01 05:56:29.898 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.898 INFO kablam! Sep 01 05:56:29.898 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.898 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.898 INFO kablam! | Sep 01 05:56:29.899 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.899 INFO kablam! ... Sep 01 05:56:29.899 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.899 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.899 INFO kablam! | Sep 01 05:56:29.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.899 INFO kablam! Sep 01 05:56:29.899 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.899 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.899 INFO kablam! | Sep 01 05:56:29.899 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.899 INFO kablam! ... Sep 01 05:56:29.899 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.899 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.899 INFO kablam! | Sep 01 05:56:29.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.899 INFO kablam! Sep 01 05:56:29.899 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.900 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.900 INFO kablam! | Sep 01 05:56:29.900 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.900 INFO kablam! ... Sep 01 05:56:29.900 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.900 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.900 INFO kablam! | Sep 01 05:56:29.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.900 INFO kablam! Sep 01 05:56:29.900 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.900 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.900 INFO kablam! | Sep 01 05:56:29.900 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.900 INFO kablam! ... Sep 01 05:56:29.900 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.900 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.900 INFO kablam! | Sep 01 05:56:29.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.901 INFO kablam! Sep 01 05:56:29.901 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.901 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.901 INFO kablam! | Sep 01 05:56:29.901 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.901 INFO kablam! ... Sep 01 05:56:29.901 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.901 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.901 INFO kablam! | Sep 01 05:56:29.901 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.901 INFO kablam! Sep 01 05:56:29.901 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.901 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.901 INFO kablam! | Sep 01 05:56:29.901 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.901 INFO kablam! ... Sep 01 05:56:29.901 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.901 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.901 INFO kablam! | Sep 01 05:56:29.902 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.902 INFO kablam! Sep 01 05:56:29.902 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.902 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.902 INFO kablam! | Sep 01 05:56:29.902 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.902 INFO kablam! ... Sep 01 05:56:29.902 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.902 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.902 INFO kablam! | Sep 01 05:56:29.902 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.902 INFO kablam! Sep 01 05:56:29.902 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.902 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.902 INFO kablam! | Sep 01 05:56:29.902 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.902 INFO kablam! ... Sep 01 05:56:29.902 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.903 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.903 INFO kablam! | Sep 01 05:56:29.903 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.903 INFO kablam! Sep 01 05:56:29.903 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.903 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.903 INFO kablam! | Sep 01 05:56:29.903 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.903 INFO kablam! ... Sep 01 05:56:29.903 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.903 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.903 INFO kablam! | Sep 01 05:56:29.903 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.903 INFO kablam! Sep 01 05:56:29.903 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.903 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.903 INFO kablam! | Sep 01 05:56:29.903 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.904 INFO kablam! ... Sep 01 05:56:29.904 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.904 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.904 INFO kablam! | Sep 01 05:56:29.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.904 INFO kablam! Sep 01 05:56:29.904 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.904 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.904 INFO kablam! | Sep 01 05:56:29.904 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.904 INFO kablam! ... Sep 01 05:56:29.904 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.904 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.904 INFO kablam! | Sep 01 05:56:29.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.904 INFO kablam! Sep 01 05:56:29.904 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.904 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.904 INFO kablam! | Sep 01 05:56:29.905 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.905 INFO kablam! ... Sep 01 05:56:29.905 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.905 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.905 INFO kablam! | Sep 01 05:56:29.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.905 INFO kablam! Sep 01 05:56:29.905 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.905 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.905 INFO kablam! | Sep 01 05:56:29.905 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.905 INFO kablam! ... Sep 01 05:56:29.905 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.905 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.905 INFO kablam! | Sep 01 05:56:29.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.905 INFO kablam! Sep 01 05:56:29.905 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.906 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.906 INFO kablam! | Sep 01 05:56:29.906 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.906 INFO kablam! ... Sep 01 05:56:29.906 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.906 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.906 INFO kablam! | Sep 01 05:56:29.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.906 INFO kablam! Sep 01 05:56:29.906 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.906 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.906 INFO kablam! | Sep 01 05:56:29.906 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.906 INFO kablam! ... Sep 01 05:56:29.906 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.906 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.906 INFO kablam! | Sep 01 05:56:29.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.907 INFO kablam! Sep 01 05:56:29.907 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.907 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.907 INFO kablam! | Sep 01 05:56:29.907 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.907 INFO kablam! ... Sep 01 05:56:29.907 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.907 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.907 INFO kablam! | Sep 01 05:56:29.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.907 INFO kablam! Sep 01 05:56:29.907 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.907 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.907 INFO kablam! | Sep 01 05:56:29.907 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.907 INFO kablam! ... Sep 01 05:56:29.907 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.907 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.908 INFO kablam! | Sep 01 05:56:29.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.908 INFO kablam! Sep 01 05:56:29.908 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.908 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.908 INFO kablam! | Sep 01 05:56:29.908 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.908 INFO kablam! ... Sep 01 05:56:29.908 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.908 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.908 INFO kablam! | Sep 01 05:56:29.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.908 INFO kablam! Sep 01 05:56:29.908 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.908 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.908 INFO kablam! | Sep 01 05:56:29.908 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.909 INFO kablam! ... Sep 01 05:56:29.909 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:29.909 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:29.909 INFO kablam! | Sep 01 05:56:29.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.909 INFO kablam! Sep 01 05:56:29.909 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.909 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.909 INFO kablam! | Sep 01 05:56:29.909 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.909 INFO kablam! ... Sep 01 05:56:29.909 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.909 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.909 INFO kablam! | Sep 01 05:56:29.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.909 INFO kablam! Sep 01 05:56:29.909 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.909 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.910 INFO kablam! | Sep 01 05:56:29.910 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.910 INFO kablam! ... Sep 01 05:56:29.910 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.910 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.910 INFO kablam! | Sep 01 05:56:29.910 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.910 INFO kablam! Sep 01 05:56:29.910 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.910 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.910 INFO kablam! | Sep 01 05:56:29.910 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.910 INFO kablam! ... Sep 01 05:56:29.910 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.910 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.910 INFO kablam! | Sep 01 05:56:29.910 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.911 INFO kablam! Sep 01 05:56:29.911 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.911 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.911 INFO kablam! | Sep 01 05:56:29.911 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.911 INFO kablam! ... Sep 01 05:56:29.911 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.911 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.911 INFO kablam! | Sep 01 05:56:29.911 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.911 INFO kablam! Sep 01 05:56:29.911 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.911 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.911 INFO kablam! | Sep 01 05:56:29.911 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.911 INFO kablam! ... Sep 01 05:56:29.911 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.911 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.912 INFO kablam! | Sep 01 05:56:29.912 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.912 INFO kablam! Sep 01 05:56:29.912 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.912 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.912 INFO kablam! | Sep 01 05:56:29.912 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.912 INFO kablam! ... Sep 01 05:56:29.912 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.912 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.912 INFO kablam! | Sep 01 05:56:29.912 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.912 INFO kablam! Sep 01 05:56:29.912 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.912 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.912 INFO kablam! | Sep 01 05:56:29.912 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.912 INFO kablam! ... Sep 01 05:56:29.912 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.912 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.913 INFO kablam! | Sep 01 05:56:29.913 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.913 INFO kablam! Sep 01 05:56:29.913 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.913 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.913 INFO kablam! | Sep 01 05:56:29.913 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.913 INFO kablam! ... Sep 01 05:56:29.913 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.913 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.913 INFO kablam! | Sep 01 05:56:29.913 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.913 INFO kablam! Sep 01 05:56:29.913 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.913 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.913 INFO kablam! | Sep 01 05:56:29.913 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.914 INFO kablam! ... Sep 01 05:56:29.914 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.914 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.914 INFO kablam! | Sep 01 05:56:29.914 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.914 INFO kablam! Sep 01 05:56:29.914 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.914 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.914 INFO kablam! | Sep 01 05:56:29.914 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.914 INFO kablam! ... Sep 01 05:56:29.914 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.914 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.914 INFO kablam! | Sep 01 05:56:29.914 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.914 INFO kablam! Sep 01 05:56:29.914 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.914 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.914 INFO kablam! | Sep 01 05:56:29.915 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.915 INFO kablam! ... Sep 01 05:56:29.915 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.915 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.915 INFO kablam! | Sep 01 05:56:29.915 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.915 INFO kablam! Sep 01 05:56:29.915 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.915 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.915 INFO kablam! | Sep 01 05:56:29.915 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.915 INFO kablam! ... Sep 01 05:56:29.915 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.915 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.915 INFO kablam! | Sep 01 05:56:29.915 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.915 INFO kablam! Sep 01 05:56:29.915 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.916 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.916 INFO kablam! | Sep 01 05:56:29.916 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.916 INFO kablam! ... Sep 01 05:56:29.916 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.916 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.916 INFO kablam! | Sep 01 05:56:29.916 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.916 INFO kablam! Sep 01 05:56:29.916 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.916 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.916 INFO kablam! | Sep 01 05:56:29.916 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.916 INFO kablam! ... Sep 01 05:56:29.916 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.916 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.916 INFO kablam! | Sep 01 05:56:29.917 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.917 INFO kablam! Sep 01 05:56:29.917 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.917 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.917 INFO kablam! | Sep 01 05:56:29.917 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.917 INFO kablam! ... Sep 01 05:56:29.917 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.917 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.917 INFO kablam! | Sep 01 05:56:29.917 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.917 INFO kablam! Sep 01 05:56:29.917 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.917 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.917 INFO kablam! | Sep 01 05:56:29.917 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.917 INFO kablam! ... Sep 01 05:56:29.917 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.918 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.918 INFO kablam! | Sep 01 05:56:29.918 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.918 INFO kablam! Sep 01 05:56:29.918 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.918 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.918 INFO kablam! | Sep 01 05:56:29.918 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.918 INFO kablam! ... Sep 01 05:56:29.918 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.918 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.918 INFO kablam! | Sep 01 05:56:29.918 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.918 INFO kablam! Sep 01 05:56:29.918 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.918 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.918 INFO kablam! | Sep 01 05:56:29.918 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.919 INFO kablam! ... Sep 01 05:56:29.919 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.919 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.919 INFO kablam! | Sep 01 05:56:29.919 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.919 INFO kablam! Sep 01 05:56:29.919 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.919 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:29.919 INFO kablam! | Sep 01 05:56:29.919 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:29.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.919 INFO kablam! ... Sep 01 05:56:29.919 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.919 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.919 INFO kablam! | Sep 01 05:56:29.919 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.919 INFO kablam! Sep 01 05:56:29.919 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:29.919 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:29.919 INFO kablam! | Sep 01 05:56:29.920 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:29.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:29.920 INFO kablam! ... Sep 01 05:56:29.920 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:29.920 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:29.920 INFO kablam! | Sep 01 05:56:29.920 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:29.920 INFO kablam! Sep 01 05:56:30.782 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.93s Sep 01 05:56:30.809 INFO kablam! su: No module specific data is present Sep 01 05:56:31.329 INFO running `"docker" "rm" "-f" "ef291bf2063a6cdb69b6682446423645371a70e22be0be828f756754b76362ea"` Sep 01 05:56:31.415 INFO blam! ef291bf2063a6cdb69b6682446423645371a70e22be0be828f756754b76362ea