Sep 01 05:55:41.329 INFO checking specs-0.11.2 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 05:55:41.329 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 05:55:41.329 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:55:41.582 INFO blam! f4a00ac5447a8b51c820ad9f6cf6877ca2c5ef8061ed2d2f2caa243d00fc1d4c Sep 01 05:55:41.584 INFO running `"docker" "start" "-a" "f4a00ac5447a8b51c820ad9f6cf6877ca2c5ef8061ed2d2f2caa243d00fc1d4c"` Sep 01 05:55:42.593 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 01 05:55:42.593 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 01 05:55:42.593 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 05:55:42.593 INFO kablam! files will be included as a benchmark target: Sep 01 05:55:42.593 INFO kablam! Sep 01 05:55:42.593 INFO kablam! * /source/benches/storage_cmp.rs Sep 01 05:55:42.593 INFO kablam! * /source/benches/storage_sparse.rs Sep 01 05:55:42.593 INFO kablam! Sep 01 05:55:42.593 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 05:55:42.594 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 01 05:55:42.594 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 01 05:55:42.594 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 05:55:42.594 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 05:55:42.594 INFO kablam! Sep 01 05:55:42.594 INFO kablam! For more information on this warning you can consult Sep 01 05:55:42.594 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 05:55:42.952 INFO kablam! Compiling serde v1.0.75 Sep 01 05:55:42.962 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 01 05:56:00.508 INFO kablam! Checking serde_json v1.0.26 Sep 01 05:56:00.510 INFO kablam! Checking csv v1.0.1 Sep 01 05:56:00.512 INFO kablam! Checking ron v0.2.2 Sep 01 05:56:00.514 INFO kablam! Checking cgmath v0.14.1 Sep 01 05:56:07.764 INFO kablam! Checking handlebars v0.32.4 Sep 01 05:56:12.128 INFO kablam! Checking criterion v0.2.5 Sep 01 05:56:26.684 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:26.684 INFO kablam! --> benches/parallel.rs:219:21 Sep 01 05:56:26.684 INFO kablam! | Sep 01 05:56:26.684 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 01 05:56:26.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:26.684 INFO kablam! | Sep 01 05:56:26.684 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 05:56:26.684 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:26.684 INFO kablam! Sep 01 05:56:26.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:26.685 INFO kablam! --> benches/parallel.rs:224:21 Sep 01 05:56:26.685 INFO kablam! | Sep 01 05:56:26.685 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 01 05:56:26.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:26.685 INFO kablam! | Sep 01 05:56:26.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:26.685 INFO kablam! Sep 01 05:56:26.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:26.685 INFO kablam! --> benches/parallel.rs:230:13 Sep 01 05:56:26.685 INFO kablam! | Sep 01 05:56:26.685 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 01 05:56:26.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:26.685 INFO kablam! | Sep 01 05:56:26.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:26.685 INFO kablam! Sep 01 05:56:26.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:26.685 INFO kablam! --> benches/parallel.rs:232:13 Sep 01 05:56:26.685 INFO kablam! | Sep 01 05:56:26.685 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 01 05:56:26.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:26.685 INFO kablam! | Sep 01 05:56:26.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:26.685 INFO kablam! Sep 01 05:56:26.685 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:26.686 INFO kablam! --> benches/parallel.rs:233:13 Sep 01 05:56:26.686 INFO kablam! | Sep 01 05:56:26.686 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 01 05:56:26.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:26.686 INFO kablam! | Sep 01 05:56:26.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:26.686 INFO kablam! Sep 01 05:56:26.686 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:26.686 INFO kablam! --> benches/parallel.rs:234:13 Sep 01 05:56:26.686 INFO kablam! | Sep 01 05:56:26.686 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 01 05:56:26.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:26.686 INFO kablam! | Sep 01 05:56:26.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:26.686 INFO kablam! Sep 01 05:56:26.686 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:26.686 INFO kablam! --> benches/parallel.rs:235:13 Sep 01 05:56:26.686 INFO kablam! | Sep 01 05:56:26.686 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 01 05:56:26.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:26.686 INFO kablam! | Sep 01 05:56:26.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:26.686 INFO kablam! Sep 01 05:56:27.698 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:27.698 INFO kablam! --> benches/world.rs:147:13 Sep 01 05:56:27.698 INFO kablam! | Sep 01 05:56:27.698 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 01 05:56:27.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:27.698 INFO kablam! | Sep 01 05:56:27.698 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 05:56:27.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:27.698 INFO kablam! Sep 01 05:56:27.698 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:27.698 INFO kablam! --> benches/world.rs:169:13 Sep 01 05:56:27.698 INFO kablam! | Sep 01 05:56:27.698 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 01 05:56:27.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:27.699 INFO kablam! | Sep 01 05:56:27.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:27.699 INFO kablam! Sep 01 05:56:31.591 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.591 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 01 05:56:31.591 INFO kablam! | Sep 01 05:56:31.591 INFO kablam! 25 | storage.insert(e, C::default()); Sep 01 05:56:31.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.591 INFO kablam! | Sep 01 05:56:31.591 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 05:56:31.591 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.591 INFO kablam! Sep 01 05:56:31.592 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.592 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 01 05:56:31.592 INFO kablam! | Sep 01 05:56:31.592 INFO kablam! 47 | storage.insert(e, C::default()); Sep 01 05:56:31.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.592 INFO kablam! | Sep 01 05:56:31.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.592 INFO kablam! Sep 01 05:56:31.592 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.592 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 01 05:56:31.592 INFO kablam! | Sep 01 05:56:31.592 INFO kablam! 80 | storage.insert(e, C::default()); Sep 01 05:56:31.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.592 INFO kablam! | Sep 01 05:56:31.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.592 INFO kablam! Sep 01 05:56:31.593 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.593 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.594 INFO kablam! | Sep 01 05:56:31.594 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.594 INFO kablam! ... Sep 01 05:56:31.594 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.594 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.594 INFO kablam! | Sep 01 05:56:31.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.594 INFO kablam! Sep 01 05:56:31.594 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.594 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.594 INFO kablam! | Sep 01 05:56:31.594 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.594 INFO kablam! ... Sep 01 05:56:31.594 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.594 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.594 INFO kablam! | Sep 01 05:56:31.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.595 INFO kablam! Sep 01 05:56:31.595 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.595 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.595 INFO kablam! | Sep 01 05:56:31.595 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.595 INFO kablam! ... Sep 01 05:56:31.595 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.595 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.595 INFO kablam! | Sep 01 05:56:31.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.595 INFO kablam! Sep 01 05:56:31.595 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.596 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.596 INFO kablam! | Sep 01 05:56:31.596 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.596 INFO kablam! ... Sep 01 05:56:31.596 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.596 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.596 INFO kablam! | Sep 01 05:56:31.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.596 INFO kablam! Sep 01 05:56:31.596 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.596 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.596 INFO kablam! | Sep 01 05:56:31.596 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.596 INFO kablam! ... Sep 01 05:56:31.596 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.596 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.596 INFO kablam! | Sep 01 05:56:31.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.597 INFO kablam! Sep 01 05:56:31.597 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.597 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.597 INFO kablam! | Sep 01 05:56:31.597 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.597 INFO kablam! ... Sep 01 05:56:31.598 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.598 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.598 INFO kablam! | Sep 01 05:56:31.598 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.598 INFO kablam! Sep 01 05:56:31.598 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.598 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.598 INFO kablam! | Sep 01 05:56:31.598 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.598 INFO kablam! ... Sep 01 05:56:31.598 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.598 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.598 INFO kablam! | Sep 01 05:56:31.598 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.598 INFO kablam! Sep 01 05:56:31.598 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.598 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.598 INFO kablam! | Sep 01 05:56:31.598 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.599 INFO kablam! ... Sep 01 05:56:31.599 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.599 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.599 INFO kablam! | Sep 01 05:56:31.599 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.599 INFO kablam! Sep 01 05:56:31.599 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.599 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.599 INFO kablam! | Sep 01 05:56:31.599 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.599 INFO kablam! ... Sep 01 05:56:31.599 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.599 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.599 INFO kablam! | Sep 01 05:56:31.599 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.599 INFO kablam! Sep 01 05:56:31.599 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.599 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.600 INFO kablam! | Sep 01 05:56:31.600 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.600 INFO kablam! ... Sep 01 05:56:31.600 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.600 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.600 INFO kablam! | Sep 01 05:56:31.600 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.600 INFO kablam! Sep 01 05:56:31.600 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.600 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.600 INFO kablam! | Sep 01 05:56:31.600 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.600 INFO kablam! ... Sep 01 05:56:31.600 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.600 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.600 INFO kablam! | Sep 01 05:56:31.600 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.600 INFO kablam! Sep 01 05:56:31.601 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.601 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.601 INFO kablam! | Sep 01 05:56:31.601 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.601 INFO kablam! ... Sep 01 05:56:31.601 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.601 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.601 INFO kablam! | Sep 01 05:56:31.601 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.601 INFO kablam! Sep 01 05:56:31.601 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.601 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.601 INFO kablam! | Sep 01 05:56:31.601 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.601 INFO kablam! ... Sep 01 05:56:31.601 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.601 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.601 INFO kablam! | Sep 01 05:56:31.602 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.602 INFO kablam! Sep 01 05:56:31.602 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.602 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.602 INFO kablam! | Sep 01 05:56:31.602 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.602 INFO kablam! ... Sep 01 05:56:31.602 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.602 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.602 INFO kablam! | Sep 01 05:56:31.602 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.602 INFO kablam! Sep 01 05:56:31.602 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.602 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.602 INFO kablam! | Sep 01 05:56:31.602 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.602 INFO kablam! ... Sep 01 05:56:31.602 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.603 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.603 INFO kablam! | Sep 01 05:56:31.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.603 INFO kablam! Sep 01 05:56:31.603 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.603 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.603 INFO kablam! | Sep 01 05:56:31.603 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.603 INFO kablam! ... Sep 01 05:56:31.603 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.603 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.603 INFO kablam! | Sep 01 05:56:31.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.603 INFO kablam! Sep 01 05:56:31.603 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.603 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.603 INFO kablam! | Sep 01 05:56:31.603 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.604 INFO kablam! ... Sep 01 05:56:31.604 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.604 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.604 INFO kablam! | Sep 01 05:56:31.604 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.604 INFO kablam! Sep 01 05:56:31.604 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.604 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.604 INFO kablam! | Sep 01 05:56:31.604 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.604 INFO kablam! ... Sep 01 05:56:31.604 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.604 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.604 INFO kablam! | Sep 01 05:56:31.604 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.604 INFO kablam! Sep 01 05:56:31.604 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.604 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.605 INFO kablam! | Sep 01 05:56:31.605 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.605 INFO kablam! ... Sep 01 05:56:31.605 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.605 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.605 INFO kablam! | Sep 01 05:56:31.605 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.605 INFO kablam! Sep 01 05:56:31.605 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.605 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.605 INFO kablam! | Sep 01 05:56:31.605 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.605 INFO kablam! ... Sep 01 05:56:31.605 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 01 05:56:31.605 INFO kablam! | ---------------------------------- in this macro invocation Sep 01 05:56:31.605 INFO kablam! | Sep 01 05:56:31.605 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.605 INFO kablam! Sep 01 05:56:31.606 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.606 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.606 INFO kablam! | Sep 01 05:56:31.606 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.606 INFO kablam! ... Sep 01 05:56:31.606 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.606 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.606 INFO kablam! | Sep 01 05:56:31.606 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.606 INFO kablam! Sep 01 05:56:31.606 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.606 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.606 INFO kablam! | Sep 01 05:56:31.606 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.606 INFO kablam! ... Sep 01 05:56:31.606 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.606 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.606 INFO kablam! | Sep 01 05:56:31.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.607 INFO kablam! Sep 01 05:56:31.607 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.607 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.607 INFO kablam! | Sep 01 05:56:31.607 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.607 INFO kablam! ... Sep 01 05:56:31.607 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.607 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.607 INFO kablam! | Sep 01 05:56:31.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.607 INFO kablam! Sep 01 05:56:31.607 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.607 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.607 INFO kablam! | Sep 01 05:56:31.607 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.607 INFO kablam! ... Sep 01 05:56:31.607 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.608 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.608 INFO kablam! | Sep 01 05:56:31.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.608 INFO kablam! Sep 01 05:56:31.608 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.608 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.608 INFO kablam! | Sep 01 05:56:31.608 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.608 INFO kablam! ... Sep 01 05:56:31.608 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.608 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.608 INFO kablam! | Sep 01 05:56:31.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.608 INFO kablam! Sep 01 05:56:31.608 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.608 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.608 INFO kablam! | Sep 01 05:56:31.608 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.609 INFO kablam! ... Sep 01 05:56:31.609 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.609 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.609 INFO kablam! | Sep 01 05:56:31.609 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.609 INFO kablam! Sep 01 05:56:31.609 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.609 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.609 INFO kablam! | Sep 01 05:56:31.609 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.609 INFO kablam! ... Sep 01 05:56:31.609 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.609 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.609 INFO kablam! | Sep 01 05:56:31.609 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.609 INFO kablam! Sep 01 05:56:31.609 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.609 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.609 INFO kablam! | Sep 01 05:56:31.610 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.610 INFO kablam! ... Sep 01 05:56:31.610 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.610 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.610 INFO kablam! | Sep 01 05:56:31.610 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.610 INFO kablam! Sep 01 05:56:31.610 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.610 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.610 INFO kablam! | Sep 01 05:56:31.610 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.610 INFO kablam! ... Sep 01 05:56:31.610 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.610 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.610 INFO kablam! | Sep 01 05:56:31.610 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.610 INFO kablam! Sep 01 05:56:31.610 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.611 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.611 INFO kablam! | Sep 01 05:56:31.611 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.611 INFO kablam! ... Sep 01 05:56:31.611 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.611 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.611 INFO kablam! | Sep 01 05:56:31.611 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.611 INFO kablam! Sep 01 05:56:31.611 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.611 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.611 INFO kablam! | Sep 01 05:56:31.611 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.611 INFO kablam! ... Sep 01 05:56:31.611 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.611 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.611 INFO kablam! | Sep 01 05:56:31.611 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.612 INFO kablam! Sep 01 05:56:31.612 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.612 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.612 INFO kablam! | Sep 01 05:56:31.612 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.612 INFO kablam! ... Sep 01 05:56:31.612 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.612 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.612 INFO kablam! | Sep 01 05:56:31.612 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.612 INFO kablam! Sep 01 05:56:31.612 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.612 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.612 INFO kablam! | Sep 01 05:56:31.612 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.612 INFO kablam! ... Sep 01 05:56:31.612 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.612 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.613 INFO kablam! | Sep 01 05:56:31.613 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.613 INFO kablam! Sep 01 05:56:31.613 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.613 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.613 INFO kablam! | Sep 01 05:56:31.613 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.613 INFO kablam! ... Sep 01 05:56:31.613 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.613 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.613 INFO kablam! | Sep 01 05:56:31.613 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.613 INFO kablam! Sep 01 05:56:31.613 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.613 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.613 INFO kablam! | Sep 01 05:56:31.613 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.613 INFO kablam! ... Sep 01 05:56:31.614 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.614 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.614 INFO kablam! | Sep 01 05:56:31.614 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.614 INFO kablam! Sep 01 05:56:31.614 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.614 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.614 INFO kablam! | Sep 01 05:56:31.614 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.614 INFO kablam! ... Sep 01 05:56:31.614 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.614 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.614 INFO kablam! | Sep 01 05:56:31.614 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.614 INFO kablam! Sep 01 05:56:31.614 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.614 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.614 INFO kablam! | Sep 01 05:56:31.614 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.615 INFO kablam! ... Sep 01 05:56:31.615 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.615 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.615 INFO kablam! | Sep 01 05:56:31.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.615 INFO kablam! Sep 01 05:56:31.615 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.615 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.615 INFO kablam! | Sep 01 05:56:31.615 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.615 INFO kablam! ... Sep 01 05:56:31.615 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.615 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.615 INFO kablam! | Sep 01 05:56:31.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.615 INFO kablam! Sep 01 05:56:31.615 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.615 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.615 INFO kablam! | Sep 01 05:56:31.616 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.616 INFO kablam! ... Sep 01 05:56:31.616 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.616 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.616 INFO kablam! | Sep 01 05:56:31.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.616 INFO kablam! Sep 01 05:56:31.616 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.616 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.616 INFO kablam! | Sep 01 05:56:31.616 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.616 INFO kablam! ... Sep 01 05:56:31.616 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 01 05:56:31.616 INFO kablam! | --------------------------------------------- in this macro invocation Sep 01 05:56:31.616 INFO kablam! | Sep 01 05:56:31.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.616 INFO kablam! Sep 01 05:56:31.616 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.617 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.617 INFO kablam! | Sep 01 05:56:31.617 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.617 INFO kablam! ... Sep 01 05:56:31.617 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.617 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.617 INFO kablam! | Sep 01 05:56:31.617 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.617 INFO kablam! Sep 01 05:56:31.617 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.617 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.617 INFO kablam! | Sep 01 05:56:31.617 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.617 INFO kablam! ... Sep 01 05:56:31.617 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.617 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.617 INFO kablam! | Sep 01 05:56:31.617 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.618 INFO kablam! Sep 01 05:56:31.618 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.618 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.618 INFO kablam! | Sep 01 05:56:31.618 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.618 INFO kablam! ... Sep 01 05:56:31.618 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.618 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.618 INFO kablam! | Sep 01 05:56:31.618 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.618 INFO kablam! Sep 01 05:56:31.618 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.618 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.618 INFO kablam! | Sep 01 05:56:31.618 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.618 INFO kablam! ... Sep 01 05:56:31.618 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.618 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.619 INFO kablam! | Sep 01 05:56:31.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.619 INFO kablam! Sep 01 05:56:31.619 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.619 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.619 INFO kablam! | Sep 01 05:56:31.619 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.619 INFO kablam! ... Sep 01 05:56:31.619 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.619 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.619 INFO kablam! | Sep 01 05:56:31.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.619 INFO kablam! Sep 01 05:56:31.619 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.619 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.619 INFO kablam! | Sep 01 05:56:31.619 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.619 INFO kablam! ... Sep 01 05:56:31.620 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.620 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.620 INFO kablam! | Sep 01 05:56:31.620 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.620 INFO kablam! Sep 01 05:56:31.620 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.620 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.620 INFO kablam! | Sep 01 05:56:31.620 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.620 INFO kablam! ... Sep 01 05:56:31.620 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.620 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.620 INFO kablam! | Sep 01 05:56:31.620 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.620 INFO kablam! Sep 01 05:56:31.620 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.620 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.620 INFO kablam! | Sep 01 05:56:31.620 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.621 INFO kablam! ... Sep 01 05:56:31.621 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.621 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.621 INFO kablam! | Sep 01 05:56:31.621 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.621 INFO kablam! Sep 01 05:56:31.621 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.621 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.621 INFO kablam! | Sep 01 05:56:31.621 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.621 INFO kablam! ... Sep 01 05:56:31.621 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.621 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.621 INFO kablam! | Sep 01 05:56:31.621 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.621 INFO kablam! Sep 01 05:56:31.621 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.621 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.622 INFO kablam! | Sep 01 05:56:31.623 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.623 INFO kablam! ... Sep 01 05:56:31.623 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.623 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.623 INFO kablam! | Sep 01 05:56:31.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.624 INFO kablam! Sep 01 05:56:31.624 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.624 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.624 INFO kablam! | Sep 01 05:56:31.624 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.624 INFO kablam! ... Sep 01 05:56:31.624 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.624 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.624 INFO kablam! | Sep 01 05:56:31.624 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.624 INFO kablam! Sep 01 05:56:31.624 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.624 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.624 INFO kablam! | Sep 01 05:56:31.624 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.624 INFO kablam! ... Sep 01 05:56:31.624 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.626 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.626 INFO kablam! | Sep 01 05:56:31.626 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.626 INFO kablam! Sep 01 05:56:31.626 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.626 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.626 INFO kablam! | Sep 01 05:56:31.626 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.626 INFO kablam! ... Sep 01 05:56:31.626 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.626 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.626 INFO kablam! | Sep 01 05:56:31.626 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.626 INFO kablam! Sep 01 05:56:31.626 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.626 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.626 INFO kablam! | Sep 01 05:56:31.626 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.627 INFO kablam! ... Sep 01 05:56:31.627 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.627 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.627 INFO kablam! | Sep 01 05:56:31.627 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.627 INFO kablam! Sep 01 05:56:31.628 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.628 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.628 INFO kablam! | Sep 01 05:56:31.628 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.628 INFO kablam! ... Sep 01 05:56:31.628 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.628 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.628 INFO kablam! | Sep 01 05:56:31.628 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.628 INFO kablam! Sep 01 05:56:31.629 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.629 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.629 INFO kablam! | Sep 01 05:56:31.629 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.629 INFO kablam! ... Sep 01 05:56:31.629 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.629 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.629 INFO kablam! | Sep 01 05:56:31.629 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.629 INFO kablam! Sep 01 05:56:31.629 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.631 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.631 INFO kablam! | Sep 01 05:56:31.631 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.631 INFO kablam! ... Sep 01 05:56:31.631 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.631 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.631 INFO kablam! | Sep 01 05:56:31.631 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.631 INFO kablam! Sep 01 05:56:31.631 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.631 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.631 INFO kablam! | Sep 01 05:56:31.631 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.631 INFO kablam! ... Sep 01 05:56:31.631 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.632 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.632 INFO kablam! | Sep 01 05:56:31.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.632 INFO kablam! Sep 01 05:56:31.632 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.632 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.632 INFO kablam! | Sep 01 05:56:31.632 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.632 INFO kablam! ... Sep 01 05:56:31.632 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.632 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.632 INFO kablam! | Sep 01 05:56:31.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.632 INFO kablam! Sep 01 05:56:31.632 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.632 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.632 INFO kablam! | Sep 01 05:56:31.632 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.633 INFO kablam! ... Sep 01 05:56:31.633 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 01 05:56:31.633 INFO kablam! | ------------------------------------------ in this macro invocation Sep 01 05:56:31.633 INFO kablam! | Sep 01 05:56:31.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.633 INFO kablam! Sep 01 05:56:31.633 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.633 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.633 INFO kablam! | Sep 01 05:56:31.633 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.633 INFO kablam! ... Sep 01 05:56:31.633 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.633 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.633 INFO kablam! | Sep 01 05:56:31.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.633 INFO kablam! Sep 01 05:56:31.633 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.633 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.633 INFO kablam! | Sep 01 05:56:31.634 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.634 INFO kablam! ... Sep 01 05:56:31.634 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.634 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.634 INFO kablam! | Sep 01 05:56:31.634 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.634 INFO kablam! Sep 01 05:56:31.634 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.634 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.634 INFO kablam! | Sep 01 05:56:31.634 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.634 INFO kablam! ... Sep 01 05:56:31.634 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.634 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.634 INFO kablam! | Sep 01 05:56:31.634 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.634 INFO kablam! Sep 01 05:56:31.634 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.635 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.635 INFO kablam! | Sep 01 05:56:31.635 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.635 INFO kablam! ... Sep 01 05:56:31.635 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.635 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.635 INFO kablam! | Sep 01 05:56:31.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.635 INFO kablam! Sep 01 05:56:31.635 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.635 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.635 INFO kablam! | Sep 01 05:56:31.635 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.635 INFO kablam! ... Sep 01 05:56:31.635 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.635 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.635 INFO kablam! | Sep 01 05:56:31.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.635 INFO kablam! Sep 01 05:56:31.636 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.636 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.636 INFO kablam! | Sep 01 05:56:31.636 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.636 INFO kablam! ... Sep 01 05:56:31.636 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.636 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.636 INFO kablam! | Sep 01 05:56:31.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.636 INFO kablam! Sep 01 05:56:31.636 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.636 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.636 INFO kablam! | Sep 01 05:56:31.636 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.636 INFO kablam! ... Sep 01 05:56:31.636 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.636 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.636 INFO kablam! | Sep 01 05:56:31.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.636 INFO kablam! Sep 01 05:56:31.636 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.637 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.637 INFO kablam! | Sep 01 05:56:31.637 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.637 INFO kablam! ... Sep 01 05:56:31.637 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.637 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.637 INFO kablam! | Sep 01 05:56:31.637 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.637 INFO kablam! Sep 01 05:56:31.637 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.637 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.637 INFO kablam! | Sep 01 05:56:31.637 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.637 INFO kablam! ... Sep 01 05:56:31.637 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.637 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.637 INFO kablam! | Sep 01 05:56:31.637 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.637 INFO kablam! Sep 01 05:56:31.638 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.638 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.638 INFO kablam! | Sep 01 05:56:31.638 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.638 INFO kablam! ... Sep 01 05:56:31.638 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.638 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.638 INFO kablam! | Sep 01 05:56:31.638 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.638 INFO kablam! Sep 01 05:56:31.638 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.638 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.638 INFO kablam! | Sep 01 05:56:31.638 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.638 INFO kablam! ... Sep 01 05:56:31.638 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.638 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.638 INFO kablam! | Sep 01 05:56:31.638 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.639 INFO kablam! Sep 01 05:56:31.639 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.639 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.639 INFO kablam! | Sep 01 05:56:31.639 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.639 INFO kablam! ... Sep 01 05:56:31.639 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.639 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.639 INFO kablam! | Sep 01 05:56:31.639 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.639 INFO kablam! Sep 01 05:56:31.639 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.639 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.639 INFO kablam! | Sep 01 05:56:31.639 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.639 INFO kablam! ... Sep 01 05:56:31.639 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.639 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.639 INFO kablam! | Sep 01 05:56:31.639 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.639 INFO kablam! Sep 01 05:56:31.639 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.640 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.640 INFO kablam! | Sep 01 05:56:31.640 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.640 INFO kablam! ... Sep 01 05:56:31.640 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.640 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.640 INFO kablam! | Sep 01 05:56:31.640 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.640 INFO kablam! Sep 01 05:56:31.640 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.640 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.640 INFO kablam! | Sep 01 05:56:31.640 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.640 INFO kablam! ... Sep 01 05:56:31.640 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.640 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.640 INFO kablam! | Sep 01 05:56:31.640 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.640 INFO kablam! Sep 01 05:56:31.641 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.641 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.641 INFO kablam! | Sep 01 05:56:31.641 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.641 INFO kablam! ... Sep 01 05:56:31.641 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.641 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.641 INFO kablam! | Sep 01 05:56:31.641 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.641 INFO kablam! Sep 01 05:56:31.641 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.641 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.641 INFO kablam! | Sep 01 05:56:31.641 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.641 INFO kablam! ... Sep 01 05:56:31.641 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.641 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.641 INFO kablam! | Sep 01 05:56:31.641 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.641 INFO kablam! Sep 01 05:56:31.641 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.641 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.641 INFO kablam! | Sep 01 05:56:31.641 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.641 INFO kablam! ... Sep 01 05:56:31.641 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.641 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.641 INFO kablam! | Sep 01 05:56:31.641 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.642 INFO kablam! Sep 01 05:56:31.642 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.642 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 01 05:56:31.642 INFO kablam! | Sep 01 05:56:31.642 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 01 05:56:31.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.642 INFO kablam! ... Sep 01 05:56:31.642 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.642 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.642 INFO kablam! | Sep 01 05:56:31.642 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.642 INFO kablam! Sep 01 05:56:31.642 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 05:56:31.642 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 01 05:56:31.642 INFO kablam! | Sep 01 05:56:31.642 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 01 05:56:31.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:56:31.642 INFO kablam! ... Sep 01 05:56:31.642 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 01 05:56:31.642 INFO kablam! | -------------------------------------- in this macro invocation Sep 01 05:56:31.642 INFO kablam! | Sep 01 05:56:31.642 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 05:56:31.642 INFO kablam! Sep 01 05:56:31.665 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.10s Sep 01 05:56:31.688 INFO kablam! su: No module specific data is present Sep 01 05:56:32.298 INFO running `"docker" "rm" "-f" "f4a00ac5447a8b51c820ad9f6cf6877ca2c5ef8061ed2d2f2caa243d00fc1d4c"` Sep 01 05:56:32.417 INFO blam! f4a00ac5447a8b51c820ad9f6cf6877ca2c5ef8061ed2d2f2caa243d00fc1d4c