Sep 19 19:52:23.810 INFO checking specs-0.11.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:52:23.810 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:52:23.810 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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.038 INFO blam! 8588bbebb96e5910033fac3cd49ab810472a5f3b17cd73f2cfe9927e73e9107d Sep 19 19:52:24.040 INFO running `"docker" "start" "-a" "8588bbebb96e5910033fac3cd49ab810472a5f3b17cd73f2cfe9927e73e9107d"` Sep 19 19:52:25.184 INFO kablam! usermod: no changes Sep 19 19:52:25.214 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 19 19:52:25.214 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 19 19:52:25.214 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 19:52:25.215 INFO kablam! files will be included as a benchmark target: Sep 19 19:52:25.215 INFO kablam! Sep 19 19:52:25.215 INFO kablam! * /source/benches/storage_cmp.rs Sep 19 19:52:25.215 INFO kablam! * /source/benches/storage_sparse.rs Sep 19 19:52:25.215 INFO kablam! Sep 19 19:52:25.215 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 19:52:25.215 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 19 19:52:25.215 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 19 19:52:25.215 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 19:52:25.215 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 19:52:25.215 INFO kablam! Sep 19 19:52:25.215 INFO kablam! For more information on this warning you can consult Sep 19 19:52:25.215 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 19:52:25.395 INFO kablam! Compiling serde v1.0.79 Sep 19 19:52:25.402 INFO kablam! Checking specs v0.11.2 (/source) Sep 19 19:52:38.106 INFO kablam! Checking serde_json v1.0.28 Sep 19 19:52:38.106 INFO kablam! Checking csv v1.0.1 Sep 19 19:52:38.106 INFO kablam! Checking cgmath v0.14.1 Sep 19 19:52:38.114 INFO kablam! Checking ron v0.2.2 Sep 19 19:52:41.498 INFO kablam! Checking handlebars v0.32.4 Sep 19 19:52:44.446 INFO kablam! Checking criterion v0.2.5 Sep 19 19:52:50.822 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:50.822 INFO kablam! --> benches/parallel.rs:219:21 Sep 19 19:52:50.822 INFO kablam! | Sep 19 19:52:50.822 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 19 19:52:50.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:50.822 INFO kablam! | Sep 19 19:52:50.822 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 19:52:50.822 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:50.822 INFO kablam! Sep 19 19:52:50.822 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:50.822 INFO kablam! --> benches/parallel.rs:224:21 Sep 19 19:52:50.822 INFO kablam! | Sep 19 19:52:50.822 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 19 19:52:50.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:50.822 INFO kablam! | Sep 19 19:52:50.822 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:50.822 INFO kablam! Sep 19 19:52:50.822 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:50.822 INFO kablam! --> benches/parallel.rs:230:13 Sep 19 19:52:50.822 INFO kablam! | Sep 19 19:52:50.822 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 19 19:52:50.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:50.822 INFO kablam! | Sep 19 19:52:50.822 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:50.822 INFO kablam! Sep 19 19:52:50.822 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:50.823 INFO kablam! --> benches/parallel.rs:232:13 Sep 19 19:52:50.823 INFO kablam! | Sep 19 19:52:50.823 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 19 19:52:50.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:50.823 INFO kablam! | Sep 19 19:52:50.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:50.834 INFO kablam! Sep 19 19:52:50.834 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:50.834 INFO kablam! --> benches/parallel.rs:233:13 Sep 19 19:52:50.834 INFO kablam! | Sep 19 19:52:50.834 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 19 19:52:50.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:50.834 INFO kablam! | Sep 19 19:52:50.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:50.834 INFO kablam! Sep 19 19:52:50.834 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:50.834 INFO kablam! --> benches/parallel.rs:234:13 Sep 19 19:52:50.834 INFO kablam! | Sep 19 19:52:50.834 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 19 19:52:50.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:50.834 INFO kablam! | Sep 19 19:52:50.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:50.834 INFO kablam! Sep 19 19:52:50.834 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:50.834 INFO kablam! --> benches/parallel.rs:235:13 Sep 19 19:52:50.834 INFO kablam! | Sep 19 19:52:50.834 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 19 19:52:50.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:50.834 INFO kablam! | Sep 19 19:52:50.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:50.834 INFO kablam! Sep 19 19:52:51.094 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:51.094 INFO kablam! --> benches/world.rs:147:13 Sep 19 19:52:51.094 INFO kablam! | Sep 19 19:52:51.094 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 19 19:52:51.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:51.094 INFO kablam! | Sep 19 19:52:51.094 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 19:52:51.094 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:51.094 INFO kablam! Sep 19 19:52:51.094 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:51.094 INFO kablam! --> benches/world.rs:169:13 Sep 19 19:52:51.094 INFO kablam! | Sep 19 19:52:51.094 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 19 19:52:51.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:51.094 INFO kablam! | Sep 19 19:52:51.094 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:51.094 INFO kablam! Sep 19 19:52:53.118 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.118 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 19 19:52:53.118 INFO kablam! | Sep 19 19:52:53.118 INFO kablam! 25 | storage.insert(e, C::default()); Sep 19 19:52:53.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.118 INFO kablam! | Sep 19 19:52:53.118 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 19:52:53.118 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.118 INFO kablam! Sep 19 19:52:53.118 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.118 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 19 19:52:53.118 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! 47 | storage.insert(e, C::default()); Sep 19 19:52:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.119 INFO kablam! Sep 19 19:52:53.119 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.119 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! 80 | storage.insert(e, C::default()); Sep 19 19:52:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.119 INFO kablam! Sep 19 19:52:53.119 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.119 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.119 INFO kablam! ... Sep 19 19:52:53.119 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.119 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.119 INFO kablam! Sep 19 19:52:53.119 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.119 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.119 INFO kablam! ... Sep 19 19:52:53.119 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.119 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.119 INFO kablam! Sep 19 19:52:53.119 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.119 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.119 INFO kablam! ... Sep 19 19:52:53.119 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.119 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.119 INFO kablam! Sep 19 19:52:53.119 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.119 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.119 INFO kablam! ... Sep 19 19:52:53.119 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.119 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.119 INFO kablam! Sep 19 19:52:53.119 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.119 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.119 INFO kablam! ... Sep 19 19:52:53.119 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.119 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.119 INFO kablam! Sep 19 19:52:53.119 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.119 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.119 INFO kablam! | Sep 19 19:52:53.119 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.120 INFO kablam! ... Sep 19 19:52:53.120 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.120 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.120 INFO kablam! Sep 19 19:52:53.120 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.120 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.120 INFO kablam! ... Sep 19 19:52:53.120 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.120 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.120 INFO kablam! Sep 19 19:52:53.120 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.120 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.120 INFO kablam! ... Sep 19 19:52:53.120 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.120 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.120 INFO kablam! Sep 19 19:52:53.120 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.120 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.120 INFO kablam! ... Sep 19 19:52:53.120 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.120 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.120 INFO kablam! Sep 19 19:52:53.120 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.120 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.120 INFO kablam! ... Sep 19 19:52:53.120 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.120 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.120 INFO kablam! Sep 19 19:52:53.120 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.120 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.120 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.123 INFO kablam! ... Sep 19 19:52:53.123 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.123 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.123 INFO kablam! Sep 19 19:52:53.123 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.123 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.123 INFO kablam! ... Sep 19 19:52:53.123 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.123 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.123 INFO kablam! Sep 19 19:52:53.123 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.123 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.123 INFO kablam! ... Sep 19 19:52:53.123 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.123 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.123 INFO kablam! Sep 19 19:52:53.123 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.123 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.123 INFO kablam! ... Sep 19 19:52:53.123 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.123 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.123 INFO kablam! Sep 19 19:52:53.123 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.123 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.123 INFO kablam! ... Sep 19 19:52:53.123 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.123 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.123 INFO kablam! Sep 19 19:52:53.123 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.123 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.123 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.123 INFO kablam! ... Sep 19 19:52:53.123 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.123 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.123 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.124 INFO kablam! Sep 19 19:52:53.124 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.124 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.124 INFO kablam! ... Sep 19 19:52:53.124 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.124 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.124 INFO kablam! Sep 19 19:52:53.124 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.124 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.124 INFO kablam! ... Sep 19 19:52:53.124 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.124 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.124 INFO kablam! Sep 19 19:52:53.124 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.124 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.124 INFO kablam! ... Sep 19 19:52:53.124 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.124 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.124 INFO kablam! Sep 19 19:52:53.124 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.124 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.124 INFO kablam! ... Sep 19 19:52:53.124 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 19:52:53.124 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.124 INFO kablam! Sep 19 19:52:53.124 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.124 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.124 INFO kablam! ... Sep 19 19:52:53.124 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.124 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.124 INFO kablam! Sep 19 19:52:53.124 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.124 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.124 INFO kablam! ... Sep 19 19:52:53.124 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.124 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.124 INFO kablam! | Sep 19 19:52:53.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.124 INFO kablam! Sep 19 19:52:53.127 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.127 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.127 INFO kablam! ... Sep 19 19:52:53.127 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.127 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.127 INFO kablam! Sep 19 19:52:53.127 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.127 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.127 INFO kablam! ... Sep 19 19:52:53.127 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.127 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.127 INFO kablam! Sep 19 19:52:53.127 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.127 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.127 INFO kablam! ... Sep 19 19:52:53.127 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.127 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.127 INFO kablam! Sep 19 19:52:53.127 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.127 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.127 INFO kablam! ... Sep 19 19:52:53.127 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.127 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.127 INFO kablam! Sep 19 19:52:53.127 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.127 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.127 INFO kablam! | Sep 19 19:52:53.127 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.127 INFO kablam! ... Sep 19 19:52:53.127 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.128 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.128 INFO kablam! | Sep 19 19:52:53.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.128 INFO kablam! Sep 19 19:52:53.128 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.128 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.128 INFO kablam! | Sep 19 19:52:53.128 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.128 INFO kablam! ... Sep 19 19:52:53.128 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.128 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.128 INFO kablam! | Sep 19 19:52:53.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.128 INFO kablam! Sep 19 19:52:53.128 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.128 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.128 INFO kablam! | Sep 19 19:52:53.128 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.128 INFO kablam! ... Sep 19 19:52:53.128 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.128 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.128 INFO kablam! | Sep 19 19:52:53.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.128 INFO kablam! Sep 19 19:52:53.128 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.128 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.128 INFO kablam! | Sep 19 19:52:53.128 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.128 INFO kablam! ... Sep 19 19:52:53.128 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.128 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.128 INFO kablam! | Sep 19 19:52:53.128 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.128 INFO kablam! Sep 19 19:52:53.129 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.129 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.129 INFO kablam! ... Sep 19 19:52:53.129 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.129 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.129 INFO kablam! Sep 19 19:52:53.129 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.129 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.129 INFO kablam! ... Sep 19 19:52:53.129 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.129 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.129 INFO kablam! Sep 19 19:52:53.129 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.129 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.129 INFO kablam! ... Sep 19 19:52:53.129 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.129 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.129 INFO kablam! Sep 19 19:52:53.129 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.129 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.129 INFO kablam! ... Sep 19 19:52:53.129 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.129 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.129 INFO kablam! Sep 19 19:52:53.129 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.129 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.129 INFO kablam! ... Sep 19 19:52:53.129 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.129 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.129 INFO kablam! Sep 19 19:52:53.129 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.129 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.129 INFO kablam! | Sep 19 19:52:53.129 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.129 INFO kablam! ... Sep 19 19:52:53.129 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.130 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.130 INFO kablam! | Sep 19 19:52:53.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.130 INFO kablam! Sep 19 19:52:53.130 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.130 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.130 INFO kablam! | Sep 19 19:52:53.130 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.130 INFO kablam! ... Sep 19 19:52:53.130 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.130 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.130 INFO kablam! | Sep 19 19:52:53.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.130 INFO kablam! Sep 19 19:52:53.130 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.130 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.130 INFO kablam! | Sep 19 19:52:53.130 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.130 INFO kablam! ... Sep 19 19:52:53.130 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.130 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.130 INFO kablam! | Sep 19 19:52:53.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.130 INFO kablam! Sep 19 19:52:53.130 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.130 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.130 INFO kablam! | Sep 19 19:52:53.130 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.130 INFO kablam! ... Sep 19 19:52:53.130 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.130 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.130 INFO kablam! | Sep 19 19:52:53.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.130 INFO kablam! Sep 19 19:52:53.130 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.130 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.130 INFO kablam! | Sep 19 19:52:53.130 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.131 INFO kablam! ... Sep 19 19:52:53.131 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 19:52:53.131 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.131 INFO kablam! Sep 19 19:52:53.131 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.131 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.131 INFO kablam! ... Sep 19 19:52:53.131 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.131 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.131 INFO kablam! Sep 19 19:52:53.131 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.131 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.131 INFO kablam! ... Sep 19 19:52:53.131 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.131 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.131 INFO kablam! Sep 19 19:52:53.131 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.131 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.131 INFO kablam! ... Sep 19 19:52:53.131 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.131 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.131 INFO kablam! Sep 19 19:52:53.131 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.131 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.131 INFO kablam! ... Sep 19 19:52:53.131 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.131 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.131 INFO kablam! | Sep 19 19:52:53.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.131 INFO kablam! Sep 19 19:52:53.138 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.138 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.138 INFO kablam! | Sep 19 19:52:53.138 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.138 INFO kablam! ... Sep 19 19:52:53.138 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.138 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.138 INFO kablam! | Sep 19 19:52:53.138 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.138 INFO kablam! Sep 19 19:52:53.138 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.138 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.138 INFO kablam! | Sep 19 19:52:53.138 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.138 INFO kablam! ... Sep 19 19:52:53.138 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.138 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.138 INFO kablam! | Sep 19 19:52:53.138 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.138 INFO kablam! Sep 19 19:52:53.138 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.138 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.138 INFO kablam! | Sep 19 19:52:53.138 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.138 INFO kablam! ... Sep 19 19:52:53.138 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.138 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.138 INFO kablam! | Sep 19 19:52:53.138 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.139 INFO kablam! Sep 19 19:52:53.139 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.139 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.139 INFO kablam! | Sep 19 19:52:53.139 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.139 INFO kablam! ... Sep 19 19:52:53.139 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.139 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.139 INFO kablam! | Sep 19 19:52:53.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.139 INFO kablam! Sep 19 19:52:53.139 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.139 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.139 INFO kablam! | Sep 19 19:52:53.139 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.139 INFO kablam! ... Sep 19 19:52:53.139 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.139 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.139 INFO kablam! | Sep 19 19:52:53.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.139 INFO kablam! Sep 19 19:52:53.139 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.139 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.139 INFO kablam! | Sep 19 19:52:53.139 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.139 INFO kablam! ... Sep 19 19:52:53.139 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.139 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.139 INFO kablam! | Sep 19 19:52:53.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.139 INFO kablam! Sep 19 19:52:53.146 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.146 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.146 INFO kablam! | Sep 19 19:52:53.146 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.147 INFO kablam! ... Sep 19 19:52:53.147 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.147 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.147 INFO kablam! Sep 19 19:52:53.147 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.147 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.147 INFO kablam! ... Sep 19 19:52:53.147 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.147 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.147 INFO kablam! Sep 19 19:52:53.147 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.147 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.147 INFO kablam! ... Sep 19 19:52:53.147 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.147 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.147 INFO kablam! Sep 19 19:52:53.147 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.147 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.147 INFO kablam! ... Sep 19 19:52:53.147 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.147 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.147 INFO kablam! Sep 19 19:52:53.147 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.147 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.147 INFO kablam! ... Sep 19 19:52:53.147 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.147 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.147 INFO kablam! Sep 19 19:52:53.147 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.147 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.147 INFO kablam! ... Sep 19 19:52:53.147 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.147 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.147 INFO kablam! Sep 19 19:52:53.147 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.147 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.147 INFO kablam! | Sep 19 19:52:53.147 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.148 INFO kablam! ... Sep 19 19:52:53.148 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.148 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.148 INFO kablam! Sep 19 19:52:53.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.148 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.148 INFO kablam! ... Sep 19 19:52:53.148 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.148 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.148 INFO kablam! Sep 19 19:52:53.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.148 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.148 INFO kablam! ... Sep 19 19:52:53.148 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.148 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.148 INFO kablam! Sep 19 19:52:53.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.148 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.148 INFO kablam! ... Sep 19 19:52:53.148 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 19:52:53.148 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.148 INFO kablam! Sep 19 19:52:53.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.148 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.148 INFO kablam! ... Sep 19 19:52:53.148 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.148 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.148 INFO kablam! Sep 19 19:52:53.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.148 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.148 INFO kablam! ... Sep 19 19:52:53.148 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.148 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.148 INFO kablam! Sep 19 19:52:53.148 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.148 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.148 INFO kablam! | Sep 19 19:52:53.148 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.149 INFO kablam! ... Sep 19 19:52:53.149 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.149 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.149 INFO kablam! Sep 19 19:52:53.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.149 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.149 INFO kablam! ... Sep 19 19:52:53.149 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.149 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.149 INFO kablam! Sep 19 19:52:53.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.149 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.149 INFO kablam! ... Sep 19 19:52:53.149 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.149 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.149 INFO kablam! Sep 19 19:52:53.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.149 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.149 INFO kablam! ... Sep 19 19:52:53.149 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.149 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.149 INFO kablam! Sep 19 19:52:53.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.149 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.149 INFO kablam! ... Sep 19 19:52:53.149 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.149 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.149 INFO kablam! Sep 19 19:52:53.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.149 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.149 INFO kablam! ... Sep 19 19:52:53.149 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.149 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.149 INFO kablam! Sep 19 19:52:53.149 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.149 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.149 INFO kablam! ... Sep 19 19:52:53.149 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.149 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.149 INFO kablam! | Sep 19 19:52:53.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.150 INFO kablam! Sep 19 19:52:53.150 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.150 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.150 INFO kablam! | Sep 19 19:52:53.150 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.150 INFO kablam! ... Sep 19 19:52:53.150 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.150 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.150 INFO kablam! | Sep 19 19:52:53.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.150 INFO kablam! Sep 19 19:52:53.150 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.150 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.150 INFO kablam! | Sep 19 19:52:53.150 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.150 INFO kablam! ... Sep 19 19:52:53.150 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.150 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.150 INFO kablam! | Sep 19 19:52:53.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.150 INFO kablam! Sep 19 19:52:53.150 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.150 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.150 INFO kablam! | Sep 19 19:52:53.150 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.150 INFO kablam! ... Sep 19 19:52:53.150 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.150 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.150 INFO kablam! | Sep 19 19:52:53.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.150 INFO kablam! Sep 19 19:52:53.150 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.150 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.150 INFO kablam! | Sep 19 19:52:53.150 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.151 INFO kablam! ... Sep 19 19:52:53.151 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.151 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.151 INFO kablam! Sep 19 19:52:53.151 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.151 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.151 INFO kablam! ... Sep 19 19:52:53.151 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.151 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.151 INFO kablam! Sep 19 19:52:53.151 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.151 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.151 INFO kablam! ... Sep 19 19:52:53.151 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.151 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.151 INFO kablam! Sep 19 19:52:53.151 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.151 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.151 INFO kablam! ... Sep 19 19:52:53.151 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.151 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.151 INFO kablam! Sep 19 19:52:53.151 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.151 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.151 INFO kablam! ... Sep 19 19:52:53.151 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.151 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.151 INFO kablam! Sep 19 19:52:53.151 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.151 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.151 INFO kablam! ... Sep 19 19:52:53.151 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.151 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.151 INFO kablam! Sep 19 19:52:53.151 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.151 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 19:52:53.151 INFO kablam! | Sep 19 19:52:53.151 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 19:52:53.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.152 INFO kablam! ... Sep 19 19:52:53.152 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.152 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.152 INFO kablam! | Sep 19 19:52:53.152 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.152 INFO kablam! Sep 19 19:52:53.152 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 19:52:53.152 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 19:52:53.152 INFO kablam! | Sep 19 19:52:53.152 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 19:52:53.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:52:53.152 INFO kablam! ... Sep 19 19:52:53.152 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 19:52:53.152 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 19:52:53.152 INFO kablam! | Sep 19 19:52:53.152 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 19:52:53.152 INFO kablam! Sep 19 19:52:53.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.01s Sep 19 19:52:53.242 INFO kablam! su: No module specific data is present Sep 19 19:52:53.770 INFO running `"docker" "rm" "-f" "8588bbebb96e5910033fac3cd49ab810472a5f3b17cd73f2cfe9927e73e9107d"` Sep 19 19:52:53.877 INFO blam! 8588bbebb96e5910033fac3cd49ab810472a5f3b17cd73f2cfe9927e73e9107d