Sep 01 23:12:28.735 INFO checking specs-0.11.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:12:28.736 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:12:28.736 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/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 23:12:28.954 INFO blam! 54b725f8aa37f5f5a5dc86057f017f557b53967c629799c036d9e31ce14ba07b Sep 01 23:12:28.956 INFO running `"docker" "start" "-a" "54b725f8aa37f5f5a5dc86057f017f557b53967c629799c036d9e31ce14ba07b"` Sep 01 23:12:29.582 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 01 23:12:29.582 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 01 23:12:29.582 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 23:12:29.582 INFO kablam! files will be included as a benchmark target: Sep 01 23:12:29.582 INFO kablam! Sep 01 23:12:29.582 INFO kablam! * /source/benches/storage_cmp.rs Sep 01 23:12:29.582 INFO kablam! * /source/benches/storage_sparse.rs Sep 01 23:12:29.582 INFO kablam! Sep 01 23:12:29.582 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 23:12:29.582 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 01 23:12:29.583 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 01 23:12:29.583 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 23:12:29.583 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 23:12:29.583 INFO kablam! Sep 01 23:12:29.583 INFO kablam! For more information on this warning you can consult Sep 01 23:12:29.583 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 23:12:29.891 INFO kablam! Compiling specs-derive v0.2.0 Sep 01 23:12:29.894 INFO kablam! Checking csv v1.0.1 Sep 01 23:12:29.894 INFO kablam! Checking cgmath v0.14.1 Sep 01 23:12:29.894 INFO kablam! Checking ron v0.2.2 Sep 01 23:12:29.895 INFO kablam! Checking handlebars v0.32.4 Sep 01 23:12:29.897 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 01 23:12:35.994 INFO kablam! Checking criterion v0.2.5 Sep 01 23:12:51.067 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:51.067 INFO kablam! --> benches/parallel.rs:219:21 Sep 01 23:12:51.067 INFO kablam! | Sep 01 23:12:51.067 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 01 23:12:51.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:51.068 INFO kablam! | Sep 01 23:12:51.068 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 23:12:51.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:51.068 INFO kablam! Sep 01 23:12:51.069 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:51.069 INFO kablam! --> benches/parallel.rs:224:21 Sep 01 23:12:51.069 INFO kablam! | Sep 01 23:12:51.069 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 01 23:12:51.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:51.069 INFO kablam! | Sep 01 23:12:51.069 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:51.069 INFO kablam! Sep 01 23:12:51.069 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:51.069 INFO kablam! --> benches/parallel.rs:230:13 Sep 01 23:12:51.069 INFO kablam! | Sep 01 23:12:51.069 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 01 23:12:51.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:51.069 INFO kablam! | Sep 01 23:12:51.070 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:51.070 INFO kablam! Sep 01 23:12:51.070 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:51.070 INFO kablam! --> benches/parallel.rs:232:13 Sep 01 23:12:51.070 INFO kablam! | Sep 01 23:12:51.070 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 01 23:12:51.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:51.070 INFO kablam! | Sep 01 23:12:51.070 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:51.070 INFO kablam! Sep 01 23:12:51.070 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:51.070 INFO kablam! --> benches/parallel.rs:233:13 Sep 01 23:12:51.070 INFO kablam! | Sep 01 23:12:51.070 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 01 23:12:51.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:51.070 INFO kablam! | Sep 01 23:12:51.070 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:51.070 INFO kablam! Sep 01 23:12:51.070 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:51.070 INFO kablam! --> benches/parallel.rs:234:13 Sep 01 23:12:51.070 INFO kablam! | Sep 01 23:12:51.070 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 01 23:12:51.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:51.071 INFO kablam! | Sep 01 23:12:51.071 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:51.071 INFO kablam! Sep 01 23:12:51.071 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:51.071 INFO kablam! --> benches/parallel.rs:235:13 Sep 01 23:12:51.071 INFO kablam! | Sep 01 23:12:51.071 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 01 23:12:51.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:51.071 INFO kablam! | Sep 01 23:12:51.071 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:51.071 INFO kablam! Sep 01 23:12:53.867 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:53.867 INFO kablam! --> benches/world.rs:147:13 Sep 01 23:12:53.867 INFO kablam! | Sep 01 23:12:53.867 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 01 23:12:53.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:53.867 INFO kablam! | Sep 01 23:12:53.868 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 23:12:53.868 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:53.869 INFO kablam! Sep 01 23:12:53.870 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:53.870 INFO kablam! --> benches/world.rs:169:13 Sep 01 23:12:53.870 INFO kablam! | Sep 01 23:12:53.870 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 01 23:12:53.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:53.871 INFO kablam! | Sep 01 23:12:53.871 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:53.872 INFO kablam! Sep 01 23:12:57.397 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.397 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 01 23:12:57.397 INFO kablam! | Sep 01 23:12:57.397 INFO kablam! 25 | storage.insert(e, C::default()); Sep 01 23:12:57.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.397 INFO kablam! | Sep 01 23:12:57.397 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 23:12:57.397 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.397 INFO kablam! Sep 01 23:12:57.398 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.398 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 01 23:12:57.398 INFO kablam! | Sep 01 23:12:57.398 INFO kablam! 47 | storage.insert(e, C::default()); Sep 01 23:12:57.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.398 INFO kablam! | Sep 01 23:12:57.398 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.398 INFO kablam! Sep 01 23:12:57.398 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.398 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 01 23:12:57.398 INFO kablam! | Sep 01 23:12:57.398 INFO kablam! 80 | storage.insert(e, C::default()); Sep 01 23:12:57.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.398 INFO kablam! | Sep 01 23:12:57.398 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.398 INFO kablam! Sep 01 23:12:57.400 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.400 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.400 INFO kablam! | Sep 01 23:12:57.400 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.401 INFO kablam! ... Sep 01 23:12:57.401 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.401 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.401 INFO kablam! | Sep 01 23:12:57.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.401 INFO kablam! Sep 01 23:12:57.402 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.402 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.402 INFO kablam! | Sep 01 23:12:57.402 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.402 INFO kablam! ... Sep 01 23:12:57.402 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.402 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.402 INFO kablam! | Sep 01 23:12:57.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.402 INFO kablam! Sep 01 23:12:57.402 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.402 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.402 INFO kablam! | Sep 01 23:12:57.402 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.403 INFO kablam! ... Sep 01 23:12:57.403 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.403 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.403 INFO kablam! | Sep 01 23:12:57.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.403 INFO kablam! Sep 01 23:12:57.403 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.403 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.403 INFO kablam! | Sep 01 23:12:57.403 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.403 INFO kablam! ... Sep 01 23:12:57.403 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.403 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.403 INFO kablam! | Sep 01 23:12:57.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.404 INFO kablam! Sep 01 23:12:57.404 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.404 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.404 INFO kablam! | Sep 01 23:12:57.404 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.405 INFO kablam! ... Sep 01 23:12:57.405 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.405 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.405 INFO kablam! | Sep 01 23:12:57.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.405 INFO kablam! Sep 01 23:12:57.405 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.405 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.405 INFO kablam! | Sep 01 23:12:57.405 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.405 INFO kablam! ... Sep 01 23:12:57.405 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.405 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.405 INFO kablam! | Sep 01 23:12:57.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.405 INFO kablam! Sep 01 23:12:57.405 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.406 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.406 INFO kablam! | Sep 01 23:12:57.406 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.406 INFO kablam! ... Sep 01 23:12:57.406 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.406 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.406 INFO kablam! | Sep 01 23:12:57.406 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.406 INFO kablam! Sep 01 23:12:57.406 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.406 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.406 INFO kablam! | Sep 01 23:12:57.406 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.406 INFO kablam! ... Sep 01 23:12:57.406 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.406 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.406 INFO kablam! | Sep 01 23:12:57.406 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.407 INFO kablam! Sep 01 23:12:57.407 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.407 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.407 INFO kablam! | Sep 01 23:12:57.407 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.407 INFO kablam! ... Sep 01 23:12:57.407 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.407 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.407 INFO kablam! | Sep 01 23:12:57.407 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.407 INFO kablam! Sep 01 23:12:57.407 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.407 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.407 INFO kablam! | Sep 01 23:12:57.407 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.407 INFO kablam! ... Sep 01 23:12:57.407 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.408 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.408 INFO kablam! | Sep 01 23:12:57.408 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.408 INFO kablam! Sep 01 23:12:57.408 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.408 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.408 INFO kablam! | Sep 01 23:12:57.408 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.408 INFO kablam! ... Sep 01 23:12:57.408 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.408 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.408 INFO kablam! | Sep 01 23:12:57.408 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.408 INFO kablam! Sep 01 23:12:57.408 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.408 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.409 INFO kablam! | Sep 01 23:12:57.409 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.409 INFO kablam! ... Sep 01 23:12:57.409 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.409 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.409 INFO kablam! | Sep 01 23:12:57.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.409 INFO kablam! Sep 01 23:12:57.410 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.410 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.410 INFO kablam! | Sep 01 23:12:57.410 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.410 INFO kablam! ... Sep 01 23:12:57.410 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.411 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.411 INFO kablam! | Sep 01 23:12:57.411 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.411 INFO kablam! Sep 01 23:12:57.411 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.411 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.411 INFO kablam! | Sep 01 23:12:57.411 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.411 INFO kablam! ... Sep 01 23:12:57.411 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.411 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.411 INFO kablam! | Sep 01 23:12:57.412 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.412 INFO kablam! Sep 01 23:12:57.413 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.413 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.413 INFO kablam! | Sep 01 23:12:57.413 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.413 INFO kablam! ... Sep 01 23:12:57.413 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.413 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.413 INFO kablam! | Sep 01 23:12:57.413 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.413 INFO kablam! Sep 01 23:12:57.414 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.414 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.414 INFO kablam! | Sep 01 23:12:57.414 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.414 INFO kablam! ... Sep 01 23:12:57.414 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.414 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.414 INFO kablam! | Sep 01 23:12:57.414 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.414 INFO kablam! Sep 01 23:12:57.415 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.415 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.415 INFO kablam! | Sep 01 23:12:57.415 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.416 INFO kablam! ... Sep 01 23:12:57.416 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.416 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.416 INFO kablam! | Sep 01 23:12:57.416 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.416 INFO kablam! Sep 01 23:12:57.416 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.416 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.416 INFO kablam! | Sep 01 23:12:57.416 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.416 INFO kablam! ... Sep 01 23:12:57.416 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.417 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.417 INFO kablam! | Sep 01 23:12:57.417 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.417 INFO kablam! Sep 01 23:12:57.418 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.418 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.418 INFO kablam! | Sep 01 23:12:57.418 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.418 INFO kablam! ... Sep 01 23:12:57.418 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.418 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.418 INFO kablam! | Sep 01 23:12:57.418 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.418 INFO kablam! Sep 01 23:12:57.419 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.419 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.419 INFO kablam! | Sep 01 23:12:57.419 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.419 INFO kablam! ... Sep 01 23:12:57.419 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 23:12:57.419 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 23:12:57.419 INFO kablam! | Sep 01 23:12:57.419 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.419 INFO kablam! Sep 01 23:12:57.421 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.421 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.421 INFO kablam! | Sep 01 23:12:57.421 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.421 INFO kablam! ... Sep 01 23:12:57.421 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.421 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.421 INFO kablam! | Sep 01 23:12:57.421 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.422 INFO kablam! Sep 01 23:12:57.422 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.422 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.422 INFO kablam! | Sep 01 23:12:57.422 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.422 INFO kablam! ... Sep 01 23:12:57.422 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.422 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.422 INFO kablam! | Sep 01 23:12:57.422 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.422 INFO kablam! Sep 01 23:12:57.423 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.424 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.424 INFO kablam! | Sep 01 23:12:57.424 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.424 INFO kablam! ... Sep 01 23:12:57.424 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.424 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.424 INFO kablam! | Sep 01 23:12:57.424 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.424 INFO kablam! Sep 01 23:12:57.424 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.424 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.424 INFO kablam! | Sep 01 23:12:57.424 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.425 INFO kablam! ... Sep 01 23:12:57.425 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.425 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.425 INFO kablam! | Sep 01 23:12:57.425 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.425 INFO kablam! Sep 01 23:12:57.426 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.426 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.426 INFO kablam! | Sep 01 23:12:57.426 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.426 INFO kablam! ... Sep 01 23:12:57.426 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.426 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.426 INFO kablam! | Sep 01 23:12:57.426 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.426 INFO kablam! Sep 01 23:12:57.427 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.427 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.427 INFO kablam! | Sep 01 23:12:57.427 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.427 INFO kablam! ... Sep 01 23:12:57.427 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.427 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.427 INFO kablam! | Sep 01 23:12:57.427 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.427 INFO kablam! Sep 01 23:12:57.429 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.429 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.429 INFO kablam! | Sep 01 23:12:57.429 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.429 INFO kablam! ... Sep 01 23:12:57.429 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.429 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.429 INFO kablam! | Sep 01 23:12:57.429 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.429 INFO kablam! Sep 01 23:12:57.429 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.429 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.429 INFO kablam! | Sep 01 23:12:57.430 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.430 INFO kablam! ... Sep 01 23:12:57.430 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.430 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.430 INFO kablam! | Sep 01 23:12:57.430 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.430 INFO kablam! Sep 01 23:12:57.431 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.431 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.431 INFO kablam! | Sep 01 23:12:57.431 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.431 INFO kablam! ... Sep 01 23:12:57.431 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.431 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.432 INFO kablam! | Sep 01 23:12:57.432 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.432 INFO kablam! Sep 01 23:12:57.432 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.432 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.432 INFO kablam! | Sep 01 23:12:57.432 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.432 INFO kablam! ... Sep 01 23:12:57.432 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.432 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.432 INFO kablam! | Sep 01 23:12:57.432 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.432 INFO kablam! Sep 01 23:12:57.434 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.434 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.434 INFO kablam! | Sep 01 23:12:57.434 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.434 INFO kablam! ... Sep 01 23:12:57.434 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.434 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.434 INFO kablam! | Sep 01 23:12:57.434 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.434 INFO kablam! Sep 01 23:12:57.434 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.434 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.434 INFO kablam! | Sep 01 23:12:57.435 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.435 INFO kablam! ... Sep 01 23:12:57.435 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.435 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.435 INFO kablam! | Sep 01 23:12:57.435 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.435 INFO kablam! Sep 01 23:12:57.436 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.436 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.436 INFO kablam! | Sep 01 23:12:57.436 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.436 INFO kablam! ... Sep 01 23:12:57.436 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.436 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.436 INFO kablam! | Sep 01 23:12:57.437 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.437 INFO kablam! Sep 01 23:12:57.437 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.437 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.437 INFO kablam! | Sep 01 23:12:57.437 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.437 INFO kablam! ... Sep 01 23:12:57.437 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.437 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.437 INFO kablam! | Sep 01 23:12:57.437 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.437 INFO kablam! Sep 01 23:12:57.438 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.439 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.439 INFO kablam! | Sep 01 23:12:57.439 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.439 INFO kablam! ... Sep 01 23:12:57.439 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.439 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.439 INFO kablam! | Sep 01 23:12:57.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.439 INFO kablam! Sep 01 23:12:57.439 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.439 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.439 INFO kablam! | Sep 01 23:12:57.439 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.439 INFO kablam! ... Sep 01 23:12:57.440 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.440 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.440 INFO kablam! | Sep 01 23:12:57.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.440 INFO kablam! Sep 01 23:12:57.441 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.441 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.441 INFO kablam! | Sep 01 23:12:57.441 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.441 INFO kablam! ... Sep 01 23:12:57.441 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.441 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.441 INFO kablam! | Sep 01 23:12:57.441 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.441 INFO kablam! Sep 01 23:12:57.442 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.442 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.442 INFO kablam! | Sep 01 23:12:57.442 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.442 INFO kablam! ... Sep 01 23:12:57.442 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.442 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.442 INFO kablam! | Sep 01 23:12:57.442 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.442 INFO kablam! Sep 01 23:12:57.443 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.444 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.444 INFO kablam! | Sep 01 23:12:57.444 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.444 INFO kablam! ... Sep 01 23:12:57.444 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.444 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.444 INFO kablam! | Sep 01 23:12:57.444 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.444 INFO kablam! Sep 01 23:12:57.444 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.444 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.444 INFO kablam! | Sep 01 23:12:57.444 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.445 INFO kablam! ... Sep 01 23:12:57.445 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 23:12:57.445 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 23:12:57.445 INFO kablam! | Sep 01 23:12:57.445 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.445 INFO kablam! Sep 01 23:12:57.447 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.447 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.447 INFO kablam! | Sep 01 23:12:57.447 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.447 INFO kablam! ... Sep 01 23:12:57.447 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.447 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.447 INFO kablam! | Sep 01 23:12:57.447 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.447 INFO kablam! Sep 01 23:12:57.448 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.448 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.448 INFO kablam! | Sep 01 23:12:57.448 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.448 INFO kablam! ... Sep 01 23:12:57.448 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.448 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.448 INFO kablam! | Sep 01 23:12:57.448 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.448 INFO kablam! Sep 01 23:12:57.449 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.450 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.450 INFO kablam! | Sep 01 23:12:57.450 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.450 INFO kablam! ... Sep 01 23:12:57.450 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.450 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.450 INFO kablam! | Sep 01 23:12:57.450 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.450 INFO kablam! Sep 01 23:12:57.450 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.450 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.450 INFO kablam! | Sep 01 23:12:57.451 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.451 INFO kablam! ... Sep 01 23:12:57.451 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.451 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.451 INFO kablam! | Sep 01 23:12:57.451 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.451 INFO kablam! Sep 01 23:12:57.452 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.452 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.452 INFO kablam! | Sep 01 23:12:57.452 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.452 INFO kablam! ... Sep 01 23:12:57.452 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.452 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.452 INFO kablam! | Sep 01 23:12:57.452 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.452 INFO kablam! Sep 01 23:12:57.453 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.453 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.453 INFO kablam! | Sep 01 23:12:57.453 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.453 INFO kablam! ... Sep 01 23:12:57.453 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.453 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.453 INFO kablam! | Sep 01 23:12:57.453 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.453 INFO kablam! Sep 01 23:12:57.454 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.454 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.454 INFO kablam! | Sep 01 23:12:57.455 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.455 INFO kablam! ... Sep 01 23:12:57.455 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.455 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.455 INFO kablam! | Sep 01 23:12:57.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.455 INFO kablam! Sep 01 23:12:57.455 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.455 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.455 INFO kablam! | Sep 01 23:12:57.455 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.455 INFO kablam! ... Sep 01 23:12:57.456 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.456 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.456 INFO kablam! | Sep 01 23:12:57.456 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.456 INFO kablam! Sep 01 23:12:57.457 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.457 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.457 INFO kablam! | Sep 01 23:12:57.457 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.457 INFO kablam! ... Sep 01 23:12:57.457 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.457 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.457 INFO kablam! | Sep 01 23:12:57.457 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.457 INFO kablam! Sep 01 23:12:57.458 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.458 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.458 INFO kablam! | Sep 01 23:12:57.458 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.458 INFO kablam! ... Sep 01 23:12:57.458 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.458 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.458 INFO kablam! | Sep 01 23:12:57.458 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.458 INFO kablam! Sep 01 23:12:57.459 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.459 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.459 INFO kablam! | Sep 01 23:12:57.459 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.460 INFO kablam! ... Sep 01 23:12:57.460 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.460 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.461 INFO kablam! | Sep 01 23:12:57.461 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.461 INFO kablam! Sep 01 23:12:57.461 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.461 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.461 INFO kablam! | Sep 01 23:12:57.461 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.461 INFO kablam! ... Sep 01 23:12:57.461 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.461 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.461 INFO kablam! | Sep 01 23:12:57.461 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.461 INFO kablam! Sep 01 23:12:57.462 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.462 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.462 INFO kablam! | Sep 01 23:12:57.462 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.462 INFO kablam! ... Sep 01 23:12:57.462 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.462 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.462 INFO kablam! | Sep 01 23:12:57.462 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.462 INFO kablam! Sep 01 23:12:57.462 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.462 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.462 INFO kablam! | Sep 01 23:12:57.462 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.463 INFO kablam! ... Sep 01 23:12:57.463 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.463 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.463 INFO kablam! | Sep 01 23:12:57.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.463 INFO kablam! Sep 01 23:12:57.464 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.464 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.464 INFO kablam! | Sep 01 23:12:57.464 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.464 INFO kablam! ... Sep 01 23:12:57.464 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.464 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.464 INFO kablam! | Sep 01 23:12:57.464 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.464 INFO kablam! Sep 01 23:12:57.465 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.465 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.465 INFO kablam! | Sep 01 23:12:57.465 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.465 INFO kablam! ... Sep 01 23:12:57.465 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.465 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.465 INFO kablam! | Sep 01 23:12:57.465 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.465 INFO kablam! Sep 01 23:12:57.466 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.466 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.466 INFO kablam! | Sep 01 23:12:57.467 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.467 INFO kablam! ... Sep 01 23:12:57.467 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.467 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.467 INFO kablam! | Sep 01 23:12:57.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.467 INFO kablam! Sep 01 23:12:57.467 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.467 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.467 INFO kablam! | Sep 01 23:12:57.467 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.467 INFO kablam! ... Sep 01 23:12:57.468 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.468 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.468 INFO kablam! | Sep 01 23:12:57.468 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.468 INFO kablam! Sep 01 23:12:57.469 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.469 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.469 INFO kablam! | Sep 01 23:12:57.469 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.469 INFO kablam! ... Sep 01 23:12:57.469 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.469 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.469 INFO kablam! | Sep 01 23:12:57.469 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.469 INFO kablam! Sep 01 23:12:57.470 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.470 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.470 INFO kablam! | Sep 01 23:12:57.470 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.470 INFO kablam! ... Sep 01 23:12:57.470 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 23:12:57.470 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 23:12:57.470 INFO kablam! | Sep 01 23:12:57.470 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.470 INFO kablam! Sep 01 23:12:57.472 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.472 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.472 INFO kablam! | Sep 01 23:12:57.472 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.472 INFO kablam! ... Sep 01 23:12:57.472 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.472 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.472 INFO kablam! | Sep 01 23:12:57.473 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.473 INFO kablam! Sep 01 23:12:57.473 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.473 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.473 INFO kablam! | Sep 01 23:12:57.473 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.473 INFO kablam! ... Sep 01 23:12:57.473 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.473 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.473 INFO kablam! | Sep 01 23:12:57.473 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.473 INFO kablam! Sep 01 23:12:57.475 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.475 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.475 INFO kablam! | Sep 01 23:12:57.475 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.475 INFO kablam! ... Sep 01 23:12:57.475 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.475 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.475 INFO kablam! | Sep 01 23:12:57.475 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.475 INFO kablam! Sep 01 23:12:57.475 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.476 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.476 INFO kablam! | Sep 01 23:12:57.476 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.476 INFO kablam! ... Sep 01 23:12:57.476 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.476 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.476 INFO kablam! | Sep 01 23:12:57.476 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.476 INFO kablam! Sep 01 23:12:57.477 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.477 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.477 INFO kablam! | Sep 01 23:12:57.477 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.477 INFO kablam! ... Sep 01 23:12:57.477 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.478 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.478 INFO kablam! | Sep 01 23:12:57.478 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.478 INFO kablam! Sep 01 23:12:57.478 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.478 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.478 INFO kablam! | Sep 01 23:12:57.478 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.478 INFO kablam! ... Sep 01 23:12:57.478 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.478 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.478 INFO kablam! | Sep 01 23:12:57.479 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.479 INFO kablam! Sep 01 23:12:57.480 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.480 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.480 INFO kablam! | Sep 01 23:12:57.480 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.480 INFO kablam! ... Sep 01 23:12:57.480 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.480 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.480 INFO kablam! | Sep 01 23:12:57.480 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.480 INFO kablam! Sep 01 23:12:57.481 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.481 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.481 INFO kablam! | Sep 01 23:12:57.481 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.481 INFO kablam! ... Sep 01 23:12:57.481 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.481 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.481 INFO kablam! | Sep 01 23:12:57.481 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.481 INFO kablam! Sep 01 23:12:57.482 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.482 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.482 INFO kablam! | Sep 01 23:12:57.482 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.483 INFO kablam! ... Sep 01 23:12:57.483 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.483 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.483 INFO kablam! | Sep 01 23:12:57.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.483 INFO kablam! Sep 01 23:12:57.483 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.483 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.483 INFO kablam! | Sep 01 23:12:57.483 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.483 INFO kablam! ... Sep 01 23:12:57.483 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.483 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.484 INFO kablam! | Sep 01 23:12:57.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.484 INFO kablam! Sep 01 23:12:57.485 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.485 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.485 INFO kablam! | Sep 01 23:12:57.485 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.485 INFO kablam! ... Sep 01 23:12:57.485 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.485 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.485 INFO kablam! | Sep 01 23:12:57.485 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.485 INFO kablam! Sep 01 23:12:57.486 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.486 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.486 INFO kablam! | Sep 01 23:12:57.486 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.486 INFO kablam! ... Sep 01 23:12:57.486 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.486 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.486 INFO kablam! | Sep 01 23:12:57.486 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.486 INFO kablam! Sep 01 23:12:57.487 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.487 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.487 INFO kablam! | Sep 01 23:12:57.488 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.488 INFO kablam! ... Sep 01 23:12:57.488 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.488 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.488 INFO kablam! | Sep 01 23:12:57.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.488 INFO kablam! Sep 01 23:12:57.488 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.488 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.488 INFO kablam! | Sep 01 23:12:57.488 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.489 INFO kablam! ... Sep 01 23:12:57.489 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.489 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.489 INFO kablam! | Sep 01 23:12:57.489 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.489 INFO kablam! Sep 01 23:12:57.490 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.490 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.490 INFO kablam! | Sep 01 23:12:57.490 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.490 INFO kablam! ... Sep 01 23:12:57.490 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.490 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.490 INFO kablam! | Sep 01 23:12:57.490 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.490 INFO kablam! Sep 01 23:12:57.491 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.491 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.491 INFO kablam! | Sep 01 23:12:57.491 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.491 INFO kablam! ... Sep 01 23:12:57.491 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.491 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.491 INFO kablam! | Sep 01 23:12:57.491 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.491 INFO kablam! Sep 01 23:12:57.492 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.492 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.493 INFO kablam! | Sep 01 23:12:57.493 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.493 INFO kablam! ... Sep 01 23:12:57.493 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.493 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.493 INFO kablam! | Sep 01 23:12:57.493 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.493 INFO kablam! Sep 01 23:12:57.493 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.493 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.493 INFO kablam! | Sep 01 23:12:57.493 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.494 INFO kablam! ... Sep 01 23:12:57.494 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.494 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.494 INFO kablam! | Sep 01 23:12:57.494 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.494 INFO kablam! Sep 01 23:12:57.495 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.495 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 23:12:57.495 INFO kablam! | Sep 01 23:12:57.495 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 23:12:57.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.495 INFO kablam! ... Sep 01 23:12:57.495 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.495 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.495 INFO kablam! | Sep 01 23:12:57.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.496 INFO kablam! Sep 01 23:12:57.496 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 23:12:57.496 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 23:12:57.496 INFO kablam! | Sep 01 23:12:57.496 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 23:12:57.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:12:57.496 INFO kablam! ... Sep 01 23:12:57.496 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 23:12:57.496 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 23:12:57.496 INFO kablam! | Sep 01 23:12:57.496 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 23:12:57.496 INFO kablam! Sep 01 23:12:57.598 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.03s Sep 01 23:12:57.647 INFO kablam! su: No module specific data is present Sep 01 23:12:58.218 INFO running `"docker" "rm" "-f" "54b725f8aa37f5f5a5dc86057f017f557b53967c629799c036d9e31ce14ba07b"` Sep 01 23:12:58.376 INFO blam! 54b725f8aa37f5f5a5dc86057f017f557b53967c629799c036d9e31ce14ba07b