Sep 19 17:53:35.175 INFO checking specs-0.11.2 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 17:53:35.175 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 17:53:35.176 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:53:35.390 INFO blam! 53a4f8ba1b85fed4bd65f77b05ed264397668f3a1fa2685ae84e83668560bd09 Sep 19 17:53:35.392 INFO running `"docker" "start" "-a" "53a4f8ba1b85fed4bd65f77b05ed264397668f3a1fa2685ae84e83668560bd09"` Sep 19 17:53:36.709 INFO kablam! usermod: no changes Sep 19 17:53:36.774 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 19 17:53:36.775 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 19 17:53:36.775 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 17:53:36.775 INFO kablam! files will be included as a benchmark target: Sep 19 17:53:36.775 INFO kablam! Sep 19 17:53:36.775 INFO kablam! * /source/benches/storage_cmp.rs Sep 19 17:53:36.775 INFO kablam! * /source/benches/storage_sparse.rs Sep 19 17:53:36.775 INFO kablam! Sep 19 17:53:36.775 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 17:53:36.775 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 19 17:53:36.775 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 19 17:53:36.775 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 17:53:36.775 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 17:53:36.775 INFO kablam! Sep 19 17:53:36.775 INFO kablam! For more information on this warning you can consult Sep 19 17:53:36.775 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 17:53:37.092 INFO kablam! Compiling serde v1.0.79 Sep 19 17:53:37.093 INFO kablam! Compiling specs-derive v0.2.0 Sep 19 17:53:37.099 INFO kablam! Checking specs v0.11.2 (/source) Sep 19 17:53:50.483 INFO kablam! Checking serde_json v1.0.28 Sep 19 17:53:50.483 INFO kablam! Checking csv v1.0.1 Sep 19 17:53:50.483 INFO kablam! Checking cgmath v0.14.1 Sep 19 17:53:50.491 INFO kablam! Checking ron v0.2.2 Sep 19 17:53:55.188 INFO kablam! Checking handlebars v0.32.4 Sep 19 17:53:57.840 INFO kablam! Checking criterion v0.2.5 Sep 19 17:54:05.575 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.575 INFO kablam! --> benches/world.rs:147:13 Sep 19 17:54:05.575 INFO kablam! | Sep 19 17:54:05.575 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 19 17:54:05.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.575 INFO kablam! | Sep 19 17:54:05.575 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 17:54:05.575 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.575 INFO kablam! Sep 19 17:54:05.575 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.575 INFO kablam! --> benches/world.rs:169:13 Sep 19 17:54:05.575 INFO kablam! | Sep 19 17:54:05.575 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 19 17:54:05.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.575 INFO kablam! | Sep 19 17:54:05.575 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.575 INFO kablam! Sep 19 17:54:05.679 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.679 INFO kablam! --> benches/parallel.rs:219:21 Sep 19 17:54:05.679 INFO kablam! | Sep 19 17:54:05.679 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 19 17:54:05.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.679 INFO kablam! | Sep 19 17:54:05.679 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 17:54:05.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.679 INFO kablam! Sep 19 17:54:05.679 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.679 INFO kablam! --> benches/parallel.rs:224:21 Sep 19 17:54:05.679 INFO kablam! | Sep 19 17:54:05.679 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 19 17:54:05.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.679 INFO kablam! | Sep 19 17:54:05.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.679 INFO kablam! Sep 19 17:54:05.679 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.679 INFO kablam! --> benches/parallel.rs:230:13 Sep 19 17:54:05.679 INFO kablam! | Sep 19 17:54:05.679 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 19 17:54:05.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.679 INFO kablam! | Sep 19 17:54:05.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.679 INFO kablam! Sep 19 17:54:05.679 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.679 INFO kablam! --> benches/parallel.rs:232:13 Sep 19 17:54:05.679 INFO kablam! | Sep 19 17:54:05.680 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 19 17:54:05.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.680 INFO kablam! | Sep 19 17:54:05.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.680 INFO kablam! Sep 19 17:54:05.680 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.680 INFO kablam! --> benches/parallel.rs:233:13 Sep 19 17:54:05.680 INFO kablam! | Sep 19 17:54:05.680 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 19 17:54:05.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.680 INFO kablam! | Sep 19 17:54:05.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.680 INFO kablam! Sep 19 17:54:05.680 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.680 INFO kablam! --> benches/parallel.rs:234:13 Sep 19 17:54:05.680 INFO kablam! | Sep 19 17:54:05.680 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 19 17:54:05.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.680 INFO kablam! | Sep 19 17:54:05.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.680 INFO kablam! Sep 19 17:54:05.680 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:05.680 INFO kablam! --> benches/parallel.rs:235:13 Sep 19 17:54:05.680 INFO kablam! | Sep 19 17:54:05.680 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 19 17:54:05.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:05.680 INFO kablam! | Sep 19 17:54:05.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:05.680 INFO kablam! Sep 19 17:54:06.355 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.355 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 19 17:54:06.355 INFO kablam! | Sep 19 17:54:06.355 INFO kablam! 25 | storage.insert(e, C::default()); Sep 19 17:54:06.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.355 INFO kablam! | Sep 19 17:54:06.355 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 17:54:06.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.355 INFO kablam! Sep 19 17:54:06.355 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.355 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 19 17:54:06.355 INFO kablam! | Sep 19 17:54:06.355 INFO kablam! 47 | storage.insert(e, C::default()); Sep 19 17:54:06.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.355 INFO kablam! | Sep 19 17:54:06.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.355 INFO kablam! Sep 19 17:54:06.355 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.355 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 19 17:54:06.355 INFO kablam! | Sep 19 17:54:06.355 INFO kablam! 80 | storage.insert(e, C::default()); Sep 19 17:54:06.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.355 INFO kablam! | Sep 19 17:54:06.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.355 INFO kablam! Sep 19 17:54:06.359 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.359 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.359 INFO kablam! | Sep 19 17:54:06.359 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.360 INFO kablam! ... Sep 19 17:54:06.360 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.360 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.360 INFO kablam! | Sep 19 17:54:06.360 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.360 INFO kablam! Sep 19 17:54:06.360 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.360 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.360 INFO kablam! | Sep 19 17:54:06.360 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.360 INFO kablam! ... Sep 19 17:54:06.360 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.360 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.360 INFO kablam! | Sep 19 17:54:06.360 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.360 INFO kablam! Sep 19 17:54:06.360 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.360 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.360 INFO kablam! | Sep 19 17:54:06.360 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.360 INFO kablam! ... Sep 19 17:54:06.360 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.360 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.360 INFO kablam! | Sep 19 17:54:06.360 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.360 INFO kablam! Sep 19 17:54:06.360 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.360 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.360 INFO kablam! | Sep 19 17:54:06.360 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.360 INFO kablam! ... Sep 19 17:54:06.360 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.361 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.361 INFO kablam! | Sep 19 17:54:06.361 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.361 INFO kablam! Sep 19 17:54:06.361 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.361 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.361 INFO kablam! | Sep 19 17:54:06.361 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.361 INFO kablam! ... Sep 19 17:54:06.361 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.361 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.361 INFO kablam! | Sep 19 17:54:06.361 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.361 INFO kablam! Sep 19 17:54:06.361 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.361 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.361 INFO kablam! | Sep 19 17:54:06.361 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.361 INFO kablam! ... Sep 19 17:54:06.361 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.361 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.361 INFO kablam! | Sep 19 17:54:06.361 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.361 INFO kablam! Sep 19 17:54:06.361 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.361 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.361 INFO kablam! | Sep 19 17:54:06.361 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.361 INFO kablam! ... Sep 19 17:54:06.361 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.361 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.361 INFO kablam! | Sep 19 17:54:06.361 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.361 INFO kablam! Sep 19 17:54:06.361 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.361 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.362 INFO kablam! | Sep 19 17:54:06.362 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.362 INFO kablam! ... Sep 19 17:54:06.362 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.362 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.362 INFO kablam! | Sep 19 17:54:06.362 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.362 INFO kablam! Sep 19 17:54:06.362 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.362 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.362 INFO kablam! | Sep 19 17:54:06.362 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.362 INFO kablam! ... Sep 19 17:54:06.362 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.362 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.362 INFO kablam! | Sep 19 17:54:06.362 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.362 INFO kablam! Sep 19 17:54:06.362 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.362 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.362 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.363 INFO kablam! ... Sep 19 17:54:06.363 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.363 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.363 INFO kablam! Sep 19 17:54:06.363 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.363 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.363 INFO kablam! ... Sep 19 17:54:06.363 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.363 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.363 INFO kablam! Sep 19 17:54:06.363 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.363 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.363 INFO kablam! ... Sep 19 17:54:06.363 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.363 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.363 INFO kablam! Sep 19 17:54:06.363 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.363 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.363 INFO kablam! ... Sep 19 17:54:06.363 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.363 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.363 INFO kablam! Sep 19 17:54:06.363 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.363 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.363 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.363 INFO kablam! ... Sep 19 17:54:06.363 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.363 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.363 INFO kablam! | Sep 19 17:54:06.364 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.364 INFO kablam! Sep 19 17:54:06.364 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.364 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.364 INFO kablam! | Sep 19 17:54:06.364 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.364 INFO kablam! ... Sep 19 17:54:06.364 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.364 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.364 INFO kablam! | Sep 19 17:54:06.364 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.364 INFO kablam! Sep 19 17:54:06.364 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.364 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.364 INFO kablam! | Sep 19 17:54:06.364 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.364 INFO kablam! ... Sep 19 17:54:06.364 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.364 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.364 INFO kablam! | Sep 19 17:54:06.364 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.364 INFO kablam! Sep 19 17:54:06.364 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.364 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.364 INFO kablam! | Sep 19 17:54:06.364 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.364 INFO kablam! ... Sep 19 17:54:06.364 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.364 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.364 INFO kablam! | Sep 19 17:54:06.364 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.364 INFO kablam! Sep 19 17:54:06.367 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.367 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.367 INFO kablam! | Sep 19 17:54:06.367 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.367 INFO kablam! ... Sep 19 17:54:06.367 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.367 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.367 INFO kablam! | Sep 19 17:54:06.367 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.367 INFO kablam! Sep 19 17:54:06.367 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.367 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.367 INFO kablam! | Sep 19 17:54:06.367 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.367 INFO kablam! ... Sep 19 17:54:06.367 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.367 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.367 INFO kablam! | Sep 19 17:54:06.367 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.367 INFO kablam! Sep 19 17:54:06.367 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.367 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.367 INFO kablam! | Sep 19 17:54:06.367 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.367 INFO kablam! ... Sep 19 17:54:06.367 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:06.367 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:06.367 INFO kablam! | Sep 19 17:54:06.367 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.368 INFO kablam! Sep 19 17:54:06.368 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.368 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.368 INFO kablam! ... Sep 19 17:54:06.368 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.368 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.368 INFO kablam! Sep 19 17:54:06.368 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.368 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.368 INFO kablam! ... Sep 19 17:54:06.368 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.368 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.368 INFO kablam! Sep 19 17:54:06.368 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.368 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.368 INFO kablam! ... Sep 19 17:54:06.368 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.368 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.368 INFO kablam! Sep 19 17:54:06.368 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.368 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.368 INFO kablam! ... Sep 19 17:54:06.368 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.368 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.368 INFO kablam! Sep 19 17:54:06.368 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.368 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.368 INFO kablam! | Sep 19 17:54:06.368 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.368 INFO kablam! ... Sep 19 17:54:06.368 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.369 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.369 INFO kablam! | Sep 19 17:54:06.369 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.369 INFO kablam! Sep 19 17:54:06.369 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.369 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.369 INFO kablam! | Sep 19 17:54:06.369 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.369 INFO kablam! ... Sep 19 17:54:06.369 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.369 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.369 INFO kablam! | Sep 19 17:54:06.369 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.369 INFO kablam! Sep 19 17:54:06.369 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.369 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.369 INFO kablam! | Sep 19 17:54:06.369 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.369 INFO kablam! ... Sep 19 17:54:06.369 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.369 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.369 INFO kablam! | Sep 19 17:54:06.369 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.369 INFO kablam! Sep 19 17:54:06.369 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.369 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.369 INFO kablam! | Sep 19 17:54:06.369 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.369 INFO kablam! ... Sep 19 17:54:06.369 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.370 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.370 INFO kablam! | Sep 19 17:54:06.370 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.370 INFO kablam! Sep 19 17:54:06.370 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.370 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.370 INFO kablam! | Sep 19 17:54:06.370 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.370 INFO kablam! ... Sep 19 17:54:06.370 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.370 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.370 INFO kablam! | Sep 19 17:54:06.370 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.370 INFO kablam! Sep 19 17:54:06.370 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.370 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.370 INFO kablam! | Sep 19 17:54:06.370 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.370 INFO kablam! ... Sep 19 17:54:06.370 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.370 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.370 INFO kablam! | Sep 19 17:54:06.370 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.370 INFO kablam! Sep 19 17:54:06.371 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.371 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.371 INFO kablam! | Sep 19 17:54:06.371 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.371 INFO kablam! ... Sep 19 17:54:06.371 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.371 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.371 INFO kablam! | Sep 19 17:54:06.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.371 INFO kablam! Sep 19 17:54:06.371 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.371 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.371 INFO kablam! | Sep 19 17:54:06.371 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.371 INFO kablam! ... Sep 19 17:54:06.371 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.371 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.371 INFO kablam! | Sep 19 17:54:06.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.371 INFO kablam! Sep 19 17:54:06.371 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.371 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.371 INFO kablam! | Sep 19 17:54:06.371 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.371 INFO kablam! ... Sep 19 17:54:06.371 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.371 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.371 INFO kablam! | Sep 19 17:54:06.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.371 INFO kablam! Sep 19 17:54:06.371 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.371 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.371 INFO kablam! | Sep 19 17:54:06.371 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.371 INFO kablam! ... Sep 19 17:54:06.371 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.371 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.371 INFO kablam! | Sep 19 17:54:06.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.371 INFO kablam! Sep 19 17:54:06.371 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.371 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.372 INFO kablam! ... Sep 19 17:54:06.372 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.372 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.372 INFO kablam! Sep 19 17:54:06.372 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.372 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.372 INFO kablam! ... Sep 19 17:54:06.372 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.372 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.372 INFO kablam! Sep 19 17:54:06.372 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.372 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.372 INFO kablam! ... Sep 19 17:54:06.372 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.372 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.372 INFO kablam! Sep 19 17:54:06.372 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.372 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.372 INFO kablam! ... Sep 19 17:54:06.372 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.372 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.372 INFO kablam! Sep 19 17:54:06.372 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.372 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.372 INFO kablam! | Sep 19 17:54:06.372 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.372 INFO kablam! ... Sep 19 17:54:06.372 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.372 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.373 INFO kablam! Sep 19 17:54:06.373 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.373 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.373 INFO kablam! ... Sep 19 17:54:06.373 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:06.373 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.373 INFO kablam! Sep 19 17:54:06.373 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.373 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.373 INFO kablam! ... Sep 19 17:54:06.373 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.373 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.373 INFO kablam! Sep 19 17:54:06.373 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.373 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.373 INFO kablam! ... Sep 19 17:54:06.373 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.373 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.373 INFO kablam! Sep 19 17:54:06.373 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.373 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.373 INFO kablam! ... Sep 19 17:54:06.373 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.373 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.373 INFO kablam! Sep 19 17:54:06.373 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.373 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.373 INFO kablam! | Sep 19 17:54:06.373 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.373 INFO kablam! ... Sep 19 17:54:06.374 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.374 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.374 INFO kablam! | Sep 19 17:54:06.374 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.374 INFO kablam! Sep 19 17:54:06.374 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.374 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.374 INFO kablam! | Sep 19 17:54:06.374 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.374 INFO kablam! ... Sep 19 17:54:06.374 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.374 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.374 INFO kablam! | Sep 19 17:54:06.374 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.374 INFO kablam! Sep 19 17:54:06.374 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.374 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.374 INFO kablam! | Sep 19 17:54:06.374 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.374 INFO kablam! ... Sep 19 17:54:06.374 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.374 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.374 INFO kablam! | Sep 19 17:54:06.374 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.374 INFO kablam! Sep 19 17:54:06.374 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.374 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.374 INFO kablam! | Sep 19 17:54:06.374 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.374 INFO kablam! ... Sep 19 17:54:06.374 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.374 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.374 INFO kablam! | Sep 19 17:54:06.374 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.374 INFO kablam! Sep 19 17:54:06.379 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.379 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.379 INFO kablam! ... Sep 19 17:54:06.379 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.379 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.379 INFO kablam! Sep 19 17:54:06.379 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.379 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.379 INFO kablam! ... Sep 19 17:54:06.379 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.379 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.379 INFO kablam! Sep 19 17:54:06.379 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.379 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.379 INFO kablam! ... Sep 19 17:54:06.379 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.379 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.379 INFO kablam! Sep 19 17:54:06.379 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.379 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.379 INFO kablam! ... Sep 19 17:54:06.379 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.379 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.379 INFO kablam! Sep 19 17:54:06.379 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.379 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.379 INFO kablam! | Sep 19 17:54:06.379 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.380 INFO kablam! ... Sep 19 17:54:06.380 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.380 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.380 INFO kablam! | Sep 19 17:54:06.380 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.380 INFO kablam! Sep 19 17:54:06.380 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.380 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.380 INFO kablam! | Sep 19 17:54:06.380 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.380 INFO kablam! ... Sep 19 17:54:06.380 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.380 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.380 INFO kablam! | Sep 19 17:54:06.380 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.380 INFO kablam! Sep 19 17:54:06.380 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.380 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.380 INFO kablam! | Sep 19 17:54:06.380 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.380 INFO kablam! ... Sep 19 17:54:06.380 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.380 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.380 INFO kablam! | Sep 19 17:54:06.380 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.380 INFO kablam! Sep 19 17:54:06.380 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.380 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.380 INFO kablam! | Sep 19 17:54:06.380 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.380 INFO kablam! ... Sep 19 17:54:06.380 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.381 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.381 INFO kablam! Sep 19 17:54:06.381 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.381 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.381 INFO kablam! ... Sep 19 17:54:06.381 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.381 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.381 INFO kablam! Sep 19 17:54:06.381 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.381 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.381 INFO kablam! ... Sep 19 17:54:06.381 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.381 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.381 INFO kablam! Sep 19 17:54:06.381 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.381 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.381 INFO kablam! ... Sep 19 17:54:06.381 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.381 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.381 INFO kablam! Sep 19 17:54:06.381 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.381 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.381 INFO kablam! ... Sep 19 17:54:06.381 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.381 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.381 INFO kablam! Sep 19 17:54:06.381 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.381 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.381 INFO kablam! ... Sep 19 17:54:06.381 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:06.381 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.381 INFO kablam! Sep 19 17:54:06.381 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.381 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.381 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.381 INFO kablam! ... Sep 19 17:54:06.381 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.381 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.381 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.382 INFO kablam! Sep 19 17:54:06.382 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.382 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.382 INFO kablam! ... Sep 19 17:54:06.382 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.382 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.382 INFO kablam! Sep 19 17:54:06.382 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.382 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.382 INFO kablam! ... Sep 19 17:54:06.382 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.382 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.382 INFO kablam! Sep 19 17:54:06.382 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.382 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.382 INFO kablam! ... Sep 19 17:54:06.382 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.382 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.382 INFO kablam! Sep 19 17:54:06.382 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.382 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.382 INFO kablam! ... Sep 19 17:54:06.382 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.382 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.382 INFO kablam! Sep 19 17:54:06.382 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.382 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.382 INFO kablam! ... Sep 19 17:54:06.382 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.382 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.382 INFO kablam! | Sep 19 17:54:06.382 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.382 INFO kablam! Sep 19 17:54:06.383 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.383 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.383 INFO kablam! ... Sep 19 17:54:06.383 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.383 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.383 INFO kablam! Sep 19 17:54:06.383 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.383 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.383 INFO kablam! ... Sep 19 17:54:06.383 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.383 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.383 INFO kablam! Sep 19 17:54:06.383 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.383 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.383 INFO kablam! ... Sep 19 17:54:06.383 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.383 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.383 INFO kablam! Sep 19 17:54:06.383 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.383 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.383 INFO kablam! ... Sep 19 17:54:06.383 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.383 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.383 INFO kablam! Sep 19 17:54:06.383 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.383 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.383 INFO kablam! ... Sep 19 17:54:06.383 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.383 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.383 INFO kablam! Sep 19 17:54:06.383 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.383 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.383 INFO kablam! | Sep 19 17:54:06.383 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.383 INFO kablam! ... Sep 19 17:54:06.383 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.384 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.384 INFO kablam! Sep 19 17:54:06.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.384 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.384 INFO kablam! ... Sep 19 17:54:06.384 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.384 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.384 INFO kablam! Sep 19 17:54:06.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.384 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.384 INFO kablam! ... Sep 19 17:54:06.384 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.384 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.384 INFO kablam! Sep 19 17:54:06.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.384 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.384 INFO kablam! ... Sep 19 17:54:06.384 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.384 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.384 INFO kablam! Sep 19 17:54:06.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.384 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.384 INFO kablam! ... Sep 19 17:54:06.384 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.384 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.384 INFO kablam! Sep 19 17:54:06.384 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.384 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.384 INFO kablam! ... Sep 19 17:54:06.384 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.384 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.384 INFO kablam! | Sep 19 17:54:06.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.385 INFO kablam! Sep 19 17:54:06.387 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.387 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.387 INFO kablam! | Sep 19 17:54:06.388 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.388 INFO kablam! ... Sep 19 17:54:06.388 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.388 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.388 INFO kablam! | Sep 19 17:54:06.388 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.388 INFO kablam! Sep 19 17:54:06.388 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.388 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:06.388 INFO kablam! | Sep 19 17:54:06.388 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:06.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.388 INFO kablam! ... Sep 19 17:54:06.388 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.388 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.388 INFO kablam! | Sep 19 17:54:06.388 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.388 INFO kablam! Sep 19 17:54:06.388 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:06.388 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:06.388 INFO kablam! | Sep 19 17:54:06.388 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:06.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:06.388 INFO kablam! ... Sep 19 17:54:06.388 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:06.388 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:06.388 INFO kablam! | Sep 19 17:54:06.388 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:06.388 INFO kablam! Sep 19 17:54:07.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.89s Sep 19 17:54:07.630 INFO kablam! su: No module specific data is present Sep 19 17:54:08.168 INFO running `"docker" "rm" "-f" "53a4f8ba1b85fed4bd65f77b05ed264397668f3a1fa2685ae84e83668560bd09"` Sep 19 17:54:08.301 INFO blam! 53a4f8ba1b85fed4bd65f77b05ed264397668f3a1fa2685ae84e83668560bd09