Sep 19 19:52:24.551 INFO checking specs-0.11.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:52:24.551 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:52:24.551 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:52:24.736 INFO blam! c10f9338a4f57d8a53cc9eaaefc27ef34859badd3578c7b676473e35ece6f104 Sep 19 19:52:24.738 INFO running `"docker" "start" "-a" "c10f9338a4f57d8a53cc9eaaefc27ef34859badd3578c7b676473e35ece6f104"` Sep 19 19:52:25.600 INFO kablam! usermod: no changes Sep 19 19:52:25.638 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 19 19:52:25.638 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 19 19:52:25.638 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 19:52:25.638 INFO kablam! files will be included as a benchmark target: Sep 19 19:52:25.638 INFO kablam! Sep 19 19:52:25.638 INFO kablam! * /source/benches/storage_cmp.rs Sep 19 19:52:25.638 INFO kablam! * /source/benches/storage_sparse.rs Sep 19 19:52:25.638 INFO kablam! Sep 19 19:52:25.638 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 19:52:25.638 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 19 19:52:25.638 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 19 19:52:25.638 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 19:52:25.638 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 19:52:25.638 INFO kablam! Sep 19 19:52:25.638 INFO kablam! For more information on this warning you can consult Sep 19 19:52:25.638 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 19:52:25.822 INFO kablam! Compiling serde v1.0.79 Sep 19 19:52:25.822 INFO kablam! Compiling proc-macro2 v0.2.3 Sep 19 19:52:25.830 INFO kablam! Checking specs v0.11.2 (/source) Sep 19 19:52:30.671 INFO kablam! Compiling quote v0.4.2 Sep 19 19:52:32.088 INFO kablam! Compiling syn v0.12.15 Sep 19 19:52:40.083 INFO kablam! Compiling specs-derive v0.2.0 Sep 19 19:52:42.082 INFO kablam! Checking serde_json v1.0.28 Sep 19 19:52:42.082 INFO kablam! Checking csv v1.0.1 Sep 19 19:52:42.082 INFO kablam! Checking cgmath v0.14.1 Sep 19 19:52:42.086 INFO kablam! Checking ron v0.2.2 Sep 19 19:52:46.113 INFO kablam! Checking handlebars v0.32.4 Sep 19 19:52:48.511 INFO kablam! Checking criterion v0.2.5 Sep 19 19:52:53.807 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.807 INFO kablam! --> benches/parallel.rs:219:21 Sep 19 19:52:53.807 INFO kablam! | Sep 19 19:52:53.807 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 19 19:52:53.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.807 INFO kablam! | Sep 19 19:52:53.807 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 19:52:53.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.807 INFO kablam! Sep 19 19:52:53.807 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.807 INFO kablam! --> benches/parallel.rs:224:21 Sep 19 19:52:53.807 INFO kablam! | Sep 19 19:52:53.807 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 19 19:52:53.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.807 INFO kablam! | Sep 19 19:52:53.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.807 INFO kablam! Sep 19 19:52:53.807 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.807 INFO kablam! --> benches/parallel.rs:230:13 Sep 19 19:52:53.807 INFO kablam! | Sep 19 19:52:53.807 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 19 19:52:53.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.807 INFO kablam! | Sep 19 19:52:53.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.807 INFO kablam! Sep 19 19:52:53.808 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.808 INFO kablam! --> benches/parallel.rs:232:13 Sep 19 19:52:53.808 INFO kablam! | Sep 19 19:52:53.808 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 19 19:52:53.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.808 INFO kablam! | Sep 19 19:52:53.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.808 INFO kablam! Sep 19 19:52:53.808 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.808 INFO kablam! --> benches/parallel.rs:233:13 Sep 19 19:52:53.808 INFO kablam! | Sep 19 19:52:53.808 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 19 19:52:53.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.808 INFO kablam! | Sep 19 19:52:53.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.808 INFO kablam! Sep 19 19:52:53.808 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.808 INFO kablam! --> benches/parallel.rs:234:13 Sep 19 19:52:53.808 INFO kablam! | Sep 19 19:52:53.808 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 19 19:52:53.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.808 INFO kablam! | Sep 19 19:52:53.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.808 INFO kablam! Sep 19 19:52:53.808 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.808 INFO kablam! --> benches/parallel.rs:235:13 Sep 19 19:52:53.808 INFO kablam! | Sep 19 19:52:53.808 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 19 19:52:53.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.808 INFO kablam! | Sep 19 19:52:53.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.808 INFO kablam! Sep 19 19:52:54.806 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:54.806 INFO kablam! --> benches/world.rs:147:13 Sep 19 19:52:54.806 INFO kablam! | Sep 19 19:52:54.806 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 19 19:52:54.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:54.806 INFO kablam! | Sep 19 19:52:54.806 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 19:52:54.806 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:54.806 INFO kablam! Sep 19 19:52:54.808 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:54.808 INFO kablam! --> benches/world.rs:169:13 Sep 19 19:52:54.808 INFO kablam! | Sep 19 19:52:54.808 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 19 19:52:54.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:54.808 INFO kablam! | Sep 19 19:52:54.808 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:54.808 INFO kablam! Sep 19 19:52:55.144 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.144 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 19 19:52:55.144 INFO kablam! | Sep 19 19:52:55.144 INFO kablam! 25 | storage.insert(e, C::default()); Sep 19 19:52:55.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.144 INFO kablam! | Sep 19 19:52:55.144 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 19:52:55.144 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.144 INFO kablam! Sep 19 19:52:55.144 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.144 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 19 19:52:55.144 INFO kablam! | Sep 19 19:52:55.144 INFO kablam! 47 | storage.insert(e, C::default()); Sep 19 19:52:55.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.144 INFO kablam! | Sep 19 19:52:55.144 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.144 INFO kablam! Sep 19 19:52:55.144 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.144 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 19 19:52:55.144 INFO kablam! | Sep 19 19:52:55.144 INFO kablam! 80 | storage.insert(e, C::default()); Sep 19 19:52:55.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.144 INFO kablam! | Sep 19 19:52:55.144 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.144 INFO kablam! Sep 19 19:52:55.145 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.145 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.145 INFO kablam! | Sep 19 19:52:55.145 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.145 INFO kablam! ... Sep 19 19:52:55.145 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.145 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.145 INFO kablam! | Sep 19 19:52:55.145 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.145 INFO kablam! Sep 19 19:52:55.145 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.145 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.145 INFO kablam! | Sep 19 19:52:55.145 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.145 INFO kablam! ... Sep 19 19:52:55.145 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.145 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.145 INFO kablam! | Sep 19 19:52:55.145 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.145 INFO kablam! Sep 19 19:52:55.145 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.145 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.145 INFO kablam! | Sep 19 19:52:55.145 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.145 INFO kablam! ... Sep 19 19:52:55.145 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.145 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.145 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.146 INFO kablam! Sep 19 19:52:55.146 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.146 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.146 INFO kablam! ... Sep 19 19:52:55.146 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.146 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.146 INFO kablam! Sep 19 19:52:55.146 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.146 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.146 INFO kablam! ... Sep 19 19:52:55.146 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.146 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.146 INFO kablam! Sep 19 19:52:55.146 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.146 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.146 INFO kablam! ... Sep 19 19:52:55.146 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.146 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.146 INFO kablam! Sep 19 19:52:55.146 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.146 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.146 INFO kablam! ... Sep 19 19:52:55.146 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.146 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.146 INFO kablam! Sep 19 19:52:55.146 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.146 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.146 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.146 INFO kablam! ... Sep 19 19:52:55.146 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.146 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.146 INFO kablam! | Sep 19 19:52:55.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.147 INFO kablam! Sep 19 19:52:55.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.148 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.148 INFO kablam! | Sep 19 19:52:55.148 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.148 INFO kablam! ... Sep 19 19:52:55.148 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.148 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.148 INFO kablam! | Sep 19 19:52:55.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.148 INFO kablam! Sep 19 19:52:55.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.148 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.148 INFO kablam! | Sep 19 19:52:55.148 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.148 INFO kablam! ... Sep 19 19:52:55.148 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.148 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.148 INFO kablam! | Sep 19 19:52:55.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.148 INFO kablam! Sep 19 19:52:55.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.148 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.148 INFO kablam! | Sep 19 19:52:55.148 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.148 INFO kablam! ... Sep 19 19:52:55.148 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.149 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.149 INFO kablam! Sep 19 19:52:55.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.149 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.149 INFO kablam! ... Sep 19 19:52:55.149 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.149 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.149 INFO kablam! Sep 19 19:52:55.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.149 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.149 INFO kablam! ... Sep 19 19:52:55.149 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.149 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.149 INFO kablam! Sep 19 19:52:55.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.149 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.149 INFO kablam! ... Sep 19 19:52:55.149 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.149 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.149 INFO kablam! Sep 19 19:52:55.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.149 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.149 INFO kablam! ... Sep 19 19:52:55.149 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.149 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.149 INFO kablam! Sep 19 19:52:55.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.149 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.149 INFO kablam! | Sep 19 19:52:55.149 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.149 INFO kablam! ... Sep 19 19:52:55.149 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.149 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.150 INFO kablam! Sep 19 19:52:55.150 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.150 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.150 INFO kablam! ... Sep 19 19:52:55.150 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.150 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.150 INFO kablam! Sep 19 19:52:55.150 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.150 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.150 INFO kablam! ... Sep 19 19:52:55.150 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.150 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.150 INFO kablam! Sep 19 19:52:55.150 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.150 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.150 INFO kablam! ... Sep 19 19:52:55.150 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.150 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.150 INFO kablam! Sep 19 19:52:55.150 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.150 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.150 INFO kablam! ... Sep 19 19:52:55.150 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:55.150 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:55.150 INFO kablam! | Sep 19 19:52:55.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.150 INFO kablam! Sep 19 19:52:55.153 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.153 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.154 INFO kablam! ... Sep 19 19:52:55.154 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.154 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.154 INFO kablam! Sep 19 19:52:55.154 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.154 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.154 INFO kablam! ... Sep 19 19:52:55.154 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.154 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.154 INFO kablam! Sep 19 19:52:55.154 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.154 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.154 INFO kablam! ... Sep 19 19:52:55.154 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.154 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.154 INFO kablam! Sep 19 19:52:55.154 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.154 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.154 INFO kablam! ... Sep 19 19:52:55.154 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.154 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.154 INFO kablam! Sep 19 19:52:55.154 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.154 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.154 INFO kablam! ... Sep 19 19:52:55.154 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.154 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.154 INFO kablam! Sep 19 19:52:55.154 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.154 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.154 INFO kablam! ... Sep 19 19:52:55.154 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.154 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.154 INFO kablam! Sep 19 19:52:55.154 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.154 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.154 INFO kablam! | Sep 19 19:52:55.154 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.155 INFO kablam! ... Sep 19 19:52:55.155 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.155 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.155 INFO kablam! Sep 19 19:52:55.155 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.155 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.155 INFO kablam! ... Sep 19 19:52:55.155 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.155 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.155 INFO kablam! Sep 19 19:52:55.155 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.155 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.155 INFO kablam! ... Sep 19 19:52:55.155 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.155 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.155 INFO kablam! Sep 19 19:52:55.155 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.155 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.155 INFO kablam! ... Sep 19 19:52:55.155 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.155 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.155 INFO kablam! Sep 19 19:52:55.155 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.155 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.155 INFO kablam! ... Sep 19 19:52:55.155 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.155 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.155 INFO kablam! Sep 19 19:52:55.155 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.155 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.155 INFO kablam! ... Sep 19 19:52:55.155 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.155 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.155 INFO kablam! Sep 19 19:52:55.155 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.155 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.155 INFO kablam! | Sep 19 19:52:55.155 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.155 INFO kablam! ... Sep 19 19:52:55.155 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.156 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.156 INFO kablam! | Sep 19 19:52:55.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.156 INFO kablam! Sep 19 19:52:55.156 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.156 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.156 INFO kablam! | Sep 19 19:52:55.156 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.156 INFO kablam! ... Sep 19 19:52:55.156 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.156 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.156 INFO kablam! | Sep 19 19:52:55.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.156 INFO kablam! Sep 19 19:52:55.156 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.156 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.156 INFO kablam! | Sep 19 19:52:55.156 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.156 INFO kablam! ... Sep 19 19:52:55.156 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.156 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.156 INFO kablam! | Sep 19 19:52:55.156 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.158 INFO kablam! Sep 19 19:52:55.158 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.158 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.158 INFO kablam! | Sep 19 19:52:55.158 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.158 INFO kablam! ... Sep 19 19:52:55.158 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.158 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.158 INFO kablam! | Sep 19 19:52:55.158 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.158 INFO kablam! Sep 19 19:52:55.158 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.158 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.158 INFO kablam! | Sep 19 19:52:55.158 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.158 INFO kablam! ... Sep 19 19:52:55.158 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.158 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.158 INFO kablam! | Sep 19 19:52:55.158 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.158 INFO kablam! Sep 19 19:52:55.158 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.158 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.158 INFO kablam! | Sep 19 19:52:55.158 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.158 INFO kablam! ... Sep 19 19:52:55.158 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.158 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.158 INFO kablam! | Sep 19 19:52:55.158 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.158 INFO kablam! Sep 19 19:52:55.158 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.158 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.158 INFO kablam! | Sep 19 19:52:55.158 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.159 INFO kablam! ... Sep 19 19:52:55.159 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.159 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.159 INFO kablam! Sep 19 19:52:55.159 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.159 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.159 INFO kablam! ... Sep 19 19:52:55.159 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:55.159 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.159 INFO kablam! Sep 19 19:52:55.159 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.159 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.159 INFO kablam! ... Sep 19 19:52:55.159 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.159 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.159 INFO kablam! Sep 19 19:52:55.159 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.159 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.159 INFO kablam! ... Sep 19 19:52:55.159 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.159 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.159 INFO kablam! Sep 19 19:52:55.159 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.159 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.159 INFO kablam! ... Sep 19 19:52:55.159 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.159 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.159 INFO kablam! | Sep 19 19:52:55.159 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.159 INFO kablam! Sep 19 19:52:55.159 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.159 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.160 INFO kablam! | Sep 19 19:52:55.160 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.160 INFO kablam! ... Sep 19 19:52:55.160 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.160 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.160 INFO kablam! | Sep 19 19:52:55.160 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.160 INFO kablam! Sep 19 19:52:55.160 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.160 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.160 INFO kablam! | Sep 19 19:52:55.160 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.160 INFO kablam! ... Sep 19 19:52:55.160 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.160 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.160 INFO kablam! | Sep 19 19:52:55.160 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.160 INFO kablam! Sep 19 19:52:55.160 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.160 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.160 INFO kablam! | Sep 19 19:52:55.160 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.160 INFO kablam! ... Sep 19 19:52:55.160 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.160 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.160 INFO kablam! | Sep 19 19:52:55.160 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.160 INFO kablam! Sep 19 19:52:55.162 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.162 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.162 INFO kablam! | Sep 19 19:52:55.162 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.162 INFO kablam! ... Sep 19 19:52:55.162 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.162 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.162 INFO kablam! | Sep 19 19:52:55.162 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.163 INFO kablam! Sep 19 19:52:55.163 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.163 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.163 INFO kablam! ... Sep 19 19:52:55.163 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.163 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.163 INFO kablam! Sep 19 19:52:55.163 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.163 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.163 INFO kablam! ... Sep 19 19:52:55.163 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.163 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.163 INFO kablam! Sep 19 19:52:55.163 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.163 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.163 INFO kablam! ... Sep 19 19:52:55.163 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.163 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.163 INFO kablam! Sep 19 19:52:55.163 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.163 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.163 INFO kablam! ... Sep 19 19:52:55.163 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.163 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.163 INFO kablam! Sep 19 19:52:55.163 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.163 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.163 INFO kablam! ... Sep 19 19:52:55.163 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.163 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.163 INFO kablam! Sep 19 19:52:55.163 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.163 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.163 INFO kablam! ... Sep 19 19:52:55.163 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.163 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.163 INFO kablam! Sep 19 19:52:55.163 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.163 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.163 INFO kablam! | Sep 19 19:52:55.163 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.164 INFO kablam! ... Sep 19 19:52:55.164 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.164 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.164 INFO kablam! Sep 19 19:52:55.164 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.164 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.164 INFO kablam! ... Sep 19 19:52:55.164 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.164 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.164 INFO kablam! Sep 19 19:52:55.164 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.164 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.164 INFO kablam! ... Sep 19 19:52:55.164 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.164 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.164 INFO kablam! Sep 19 19:52:55.164 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.164 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.164 INFO kablam! ... Sep 19 19:52:55.164 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.164 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.164 INFO kablam! Sep 19 19:52:55.164 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.164 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.164 INFO kablam! ... Sep 19 19:52:55.164 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.164 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.164 INFO kablam! Sep 19 19:52:55.164 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.164 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.164 INFO kablam! ... Sep 19 19:52:55.164 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.164 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.164 INFO kablam! Sep 19 19:52:55.164 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.164 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.164 INFO kablam! ... Sep 19 19:52:55.164 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:55.164 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:55.164 INFO kablam! | Sep 19 19:52:55.164 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.164 INFO kablam! Sep 19 19:52:55.165 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.165 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.165 INFO kablam! ... Sep 19 19:52:55.165 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.165 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.165 INFO kablam! Sep 19 19:52:55.165 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.165 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.165 INFO kablam! ... Sep 19 19:52:55.165 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.165 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.165 INFO kablam! Sep 19 19:52:55.165 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.165 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.165 INFO kablam! ... Sep 19 19:52:55.165 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.165 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.165 INFO kablam! Sep 19 19:52:55.165 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.165 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.165 INFO kablam! ... Sep 19 19:52:55.165 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.165 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.165 INFO kablam! Sep 19 19:52:55.165 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.165 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.165 INFO kablam! ... Sep 19 19:52:55.165 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.165 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.165 INFO kablam! | Sep 19 19:52:55.165 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.165 INFO kablam! Sep 19 19:52:55.165 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.166 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.166 INFO kablam! ... Sep 19 19:52:55.166 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.166 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.166 INFO kablam! Sep 19 19:52:55.166 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.166 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.166 INFO kablam! ... Sep 19 19:52:55.166 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.166 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.166 INFO kablam! Sep 19 19:52:55.166 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.166 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.166 INFO kablam! ... Sep 19 19:52:55.166 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.166 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.166 INFO kablam! Sep 19 19:52:55.166 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.166 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.166 INFO kablam! ... Sep 19 19:52:55.166 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.166 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.166 INFO kablam! Sep 19 19:52:55.166 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.166 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.166 INFO kablam! ... Sep 19 19:52:55.166 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.166 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.166 INFO kablam! Sep 19 19:52:55.166 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.166 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.166 INFO kablam! | Sep 19 19:52:55.166 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.167 INFO kablam! ... Sep 19 19:52:55.167 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.167 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.167 INFO kablam! Sep 19 19:52:55.167 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.167 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.167 INFO kablam! ... Sep 19 19:52:55.167 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.167 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.167 INFO kablam! Sep 19 19:52:55.167 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.167 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.167 INFO kablam! ... Sep 19 19:52:55.167 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.167 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.167 INFO kablam! Sep 19 19:52:55.167 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.167 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.167 INFO kablam! ... Sep 19 19:52:55.167 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.167 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.167 INFO kablam! Sep 19 19:52:55.167 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.167 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.167 INFO kablam! ... Sep 19 19:52:55.167 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.167 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.167 INFO kablam! Sep 19 19:52:55.167 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.167 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.167 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.167 INFO kablam! ... Sep 19 19:52:55.167 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.167 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.167 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.168 INFO kablam! Sep 19 19:52:55.168 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.168 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.168 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.168 INFO kablam! ... Sep 19 19:52:55.168 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.168 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.168 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.168 INFO kablam! Sep 19 19:52:55.168 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.168 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.168 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.168 INFO kablam! ... Sep 19 19:52:55.168 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.168 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.168 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.168 INFO kablam! Sep 19 19:52:55.168 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.168 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:55.168 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:55.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.168 INFO kablam! ... Sep 19 19:52:55.168 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.168 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.168 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.168 INFO kablam! Sep 19 19:52:55.168 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:55.168 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:55.168 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:55.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:55.168 INFO kablam! ... Sep 19 19:52:55.168 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:55.168 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:55.168 INFO kablam! | Sep 19 19:52:55.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:55.168 INFO kablam! Sep 19 19:52:56.193 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.56s Sep 19 19:52:56.214 INFO kablam! su: No module specific data is present Sep 19 19:52:57.011 INFO running `"docker" "rm" "-f" "c10f9338a4f57d8a53cc9eaaefc27ef34859badd3578c7b676473e35ece6f104"` Sep 19 19:52:57.064 INFO blam! c10f9338a4f57d8a53cc9eaaefc27ef34859badd3578c7b676473e35ece6f104