Sep 04 02:31:45.237 INFO checking specs-0.11.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 02:31:45.237 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 02:31:45.237 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:31:45.450 INFO blam! c225880a1e826942979df724865ce37fe7a9c416c492d14ee3f0c05919f2fe60 Sep 04 02:31:45.452 INFO running `"docker" "start" "-a" "c225880a1e826942979df724865ce37fe7a9c416c492d14ee3f0c05919f2fe60"` Sep 04 02:31:46.236 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 04 02:31:46.236 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 04 02:31:46.236 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 02:31:46.236 INFO kablam! files will be included as a benchmark target: Sep 04 02:31:46.236 INFO kablam! Sep 04 02:31:46.236 INFO kablam! * /source/benches/storage_cmp.rs Sep 04 02:31:46.236 INFO kablam! * /source/benches/storage_sparse.rs Sep 04 02:31:46.236 INFO kablam! Sep 04 02:31:46.236 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 02:31:46.236 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 04 02:31:46.236 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 04 02:31:46.236 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 02:31:46.237 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 02:31:46.237 INFO kablam! Sep 04 02:31:46.237 INFO kablam! For more information on this warning you can consult Sep 04 02:31:46.237 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 02:31:46.518 INFO kablam! Compiling serde v1.0.76 Sep 04 02:31:46.527 INFO kablam! Compiling specs-derive v0.2.0 Sep 04 02:31:46.533 INFO kablam! Checking specs v0.11.2 (file:///source) Sep 04 02:32:08.110 INFO kablam! Checking serde_json v1.0.26 Sep 04 02:32:08.110 INFO kablam! Checking csv v1.0.1 Sep 04 02:32:08.111 INFO kablam! Checking ron v0.2.2 Sep 04 02:32:08.112 INFO kablam! Checking cgmath v0.14.1 Sep 04 02:32:13.848 INFO kablam! Checking handlebars v0.32.4 Sep 04 02:32:19.587 INFO kablam! Checking criterion v0.2.5 Sep 04 02:32:32.946 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.946 INFO kablam! --> benches/world.rs:147:13 Sep 04 02:32:32.946 INFO kablam! | Sep 04 02:32:32.946 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 04 02:32:32.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.947 INFO kablam! | Sep 04 02:32:32.947 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 02:32:32.947 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.947 INFO kablam! Sep 04 02:32:32.947 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.947 INFO kablam! --> benches/world.rs:169:13 Sep 04 02:32:32.947 INFO kablam! | Sep 04 02:32:32.947 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 04 02:32:32.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.947 INFO kablam! | Sep 04 02:32:32.947 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.947 INFO kablam! Sep 04 02:32:32.980 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.980 INFO kablam! --> benches/parallel.rs:219:21 Sep 04 02:32:32.980 INFO kablam! | Sep 04 02:32:32.980 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 04 02:32:32.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.980 INFO kablam! | Sep 04 02:32:32.981 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 02:32:32.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.981 INFO kablam! Sep 04 02:32:32.981 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.981 INFO kablam! --> benches/parallel.rs:224:21 Sep 04 02:32:32.981 INFO kablam! | Sep 04 02:32:32.981 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 04 02:32:32.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.981 INFO kablam! | Sep 04 02:32:32.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.981 INFO kablam! Sep 04 02:32:32.981 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.981 INFO kablam! --> benches/parallel.rs:230:13 Sep 04 02:32:32.981 INFO kablam! | Sep 04 02:32:32.981 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 04 02:32:32.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.981 INFO kablam! | Sep 04 02:32:32.981 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.981 INFO kablam! Sep 04 02:32:32.981 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.981 INFO kablam! --> benches/parallel.rs:232:13 Sep 04 02:32:32.981 INFO kablam! | Sep 04 02:32:32.981 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 04 02:32:32.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.982 INFO kablam! | Sep 04 02:32:32.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.982 INFO kablam! Sep 04 02:32:32.982 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.982 INFO kablam! --> benches/parallel.rs:233:13 Sep 04 02:32:32.982 INFO kablam! | Sep 04 02:32:32.982 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 04 02:32:32.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.982 INFO kablam! | Sep 04 02:32:32.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.982 INFO kablam! Sep 04 02:32:32.982 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.982 INFO kablam! --> benches/parallel.rs:234:13 Sep 04 02:32:32.982 INFO kablam! | Sep 04 02:32:32.982 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 04 02:32:32.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.982 INFO kablam! | Sep 04 02:32:32.982 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.982 INFO kablam! Sep 04 02:32:32.982 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:32.982 INFO kablam! --> benches/parallel.rs:235:13 Sep 04 02:32:32.983 INFO kablam! | Sep 04 02:32:32.983 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 04 02:32:32.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:32.983 INFO kablam! | Sep 04 02:32:32.983 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:32.983 INFO kablam! Sep 04 02:32:35.567 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.567 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 04 02:32:35.567 INFO kablam! | Sep 04 02:32:35.567 INFO kablam! 25 | storage.insert(e, C::default()); Sep 04 02:32:35.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.567 INFO kablam! | Sep 04 02:32:35.567 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 02:32:35.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.567 INFO kablam! Sep 04 02:32:35.567 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.567 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 04 02:32:35.567 INFO kablam! | Sep 04 02:32:35.567 INFO kablam! 47 | storage.insert(e, C::default()); Sep 04 02:32:35.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.567 INFO kablam! | Sep 04 02:32:35.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.567 INFO kablam! Sep 04 02:32:35.567 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.567 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 04 02:32:35.568 INFO kablam! | Sep 04 02:32:35.568 INFO kablam! 80 | storage.insert(e, C::default()); Sep 04 02:32:35.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.568 INFO kablam! | Sep 04 02:32:35.568 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.568 INFO kablam! Sep 04 02:32:35.570 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.570 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.570 INFO kablam! | Sep 04 02:32:35.570 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.570 INFO kablam! ... Sep 04 02:32:35.570 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.570 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.571 INFO kablam! | Sep 04 02:32:35.571 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.571 INFO kablam! Sep 04 02:32:35.571 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.571 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.571 INFO kablam! | Sep 04 02:32:35.571 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.571 INFO kablam! ... Sep 04 02:32:35.571 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.571 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.571 INFO kablam! | Sep 04 02:32:35.571 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.571 INFO kablam! Sep 04 02:32:35.571 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.571 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.571 INFO kablam! | Sep 04 02:32:35.571 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.572 INFO kablam! ... Sep 04 02:32:35.572 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.572 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.572 INFO kablam! | Sep 04 02:32:35.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.572 INFO kablam! Sep 04 02:32:35.572 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.572 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.572 INFO kablam! | Sep 04 02:32:35.572 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.572 INFO kablam! ... Sep 04 02:32:35.572 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.572 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.572 INFO kablam! | Sep 04 02:32:35.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.572 INFO kablam! Sep 04 02:32:35.573 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.573 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.573 INFO kablam! | Sep 04 02:32:35.573 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.573 INFO kablam! ... Sep 04 02:32:35.573 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.574 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.574 INFO kablam! | Sep 04 02:32:35.574 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.574 INFO kablam! Sep 04 02:32:35.574 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.574 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.574 INFO kablam! | Sep 04 02:32:35.574 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.574 INFO kablam! ... Sep 04 02:32:35.574 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.574 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.574 INFO kablam! | Sep 04 02:32:35.574 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.574 INFO kablam! Sep 04 02:32:35.575 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.575 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.575 INFO kablam! | Sep 04 02:32:35.575 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.575 INFO kablam! ... Sep 04 02:32:35.575 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.575 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.575 INFO kablam! | Sep 04 02:32:35.575 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.575 INFO kablam! Sep 04 02:32:35.575 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.575 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.575 INFO kablam! | Sep 04 02:32:35.576 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.576 INFO kablam! ... Sep 04 02:32:35.576 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.576 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.576 INFO kablam! | Sep 04 02:32:35.576 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.576 INFO kablam! Sep 04 02:32:35.576 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.576 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.576 INFO kablam! | Sep 04 02:32:35.576 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.576 INFO kablam! ... Sep 04 02:32:35.576 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.576 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.576 INFO kablam! | Sep 04 02:32:35.577 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.577 INFO kablam! Sep 04 02:32:35.579 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.579 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.579 INFO kablam! | Sep 04 02:32:35.580 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.580 INFO kablam! ... Sep 04 02:32:35.580 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.580 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.580 INFO kablam! | Sep 04 02:32:35.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.580 INFO kablam! Sep 04 02:32:35.580 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.580 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.581 INFO kablam! | Sep 04 02:32:35.581 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.581 INFO kablam! ... Sep 04 02:32:35.581 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.581 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.581 INFO kablam! | Sep 04 02:32:35.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.581 INFO kablam! Sep 04 02:32:35.581 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.581 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.581 INFO kablam! | Sep 04 02:32:35.581 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.581 INFO kablam! ... Sep 04 02:32:35.581 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.581 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.581 INFO kablam! | Sep 04 02:32:35.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.581 INFO kablam! Sep 04 02:32:35.581 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.581 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.582 INFO kablam! | Sep 04 02:32:35.582 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.582 INFO kablam! ... Sep 04 02:32:35.582 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.582 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.582 INFO kablam! | Sep 04 02:32:35.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.582 INFO kablam! Sep 04 02:32:35.582 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.582 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.582 INFO kablam! | Sep 04 02:32:35.582 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.583 INFO kablam! ... Sep 04 02:32:35.583 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.583 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.583 INFO kablam! | Sep 04 02:32:35.583 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.583 INFO kablam! Sep 04 02:32:35.583 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.583 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.583 INFO kablam! | Sep 04 02:32:35.583 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.583 INFO kablam! ... Sep 04 02:32:35.584 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.584 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.584 INFO kablam! | Sep 04 02:32:35.584 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.584 INFO kablam! Sep 04 02:32:35.584 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.584 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.584 INFO kablam! | Sep 04 02:32:35.584 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.584 INFO kablam! ... Sep 04 02:32:35.584 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.584 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.584 INFO kablam! | Sep 04 02:32:35.584 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.584 INFO kablam! Sep 04 02:32:35.584 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.584 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.584 INFO kablam! | Sep 04 02:32:35.585 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.585 INFO kablam! ... Sep 04 02:32:35.585 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.585 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.585 INFO kablam! | Sep 04 02:32:35.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.585 INFO kablam! Sep 04 02:32:35.585 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.585 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.585 INFO kablam! | Sep 04 02:32:35.585 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.585 INFO kablam! ... Sep 04 02:32:35.585 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.585 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.585 INFO kablam! | Sep 04 02:32:35.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.585 INFO kablam! Sep 04 02:32:35.586 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.586 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.586 INFO kablam! | Sep 04 02:32:35.586 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.586 INFO kablam! ... Sep 04 02:32:35.586 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.586 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.586 INFO kablam! | Sep 04 02:32:35.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.586 INFO kablam! Sep 04 02:32:35.586 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.586 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.586 INFO kablam! | Sep 04 02:32:35.586 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.586 INFO kablam! ... Sep 04 02:32:35.587 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 04 02:32:35.587 INFO kablam! | ---------------------------------- in this macro invocation Sep 04 02:32:35.587 INFO kablam! | Sep 04 02:32:35.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.587 INFO kablam! Sep 04 02:32:35.587 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.587 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.587 INFO kablam! | Sep 04 02:32:35.587 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.587 INFO kablam! ... Sep 04 02:32:35.587 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.587 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.587 INFO kablam! | Sep 04 02:32:35.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.587 INFO kablam! Sep 04 02:32:35.587 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.587 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.587 INFO kablam! | Sep 04 02:32:35.588 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.588 INFO kablam! ... Sep 04 02:32:35.588 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.588 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.588 INFO kablam! | Sep 04 02:32:35.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.588 INFO kablam! Sep 04 02:32:35.588 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.588 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.588 INFO kablam! | Sep 04 02:32:35.588 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.588 INFO kablam! ... Sep 04 02:32:35.588 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.588 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.588 INFO kablam! | Sep 04 02:32:35.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.588 INFO kablam! Sep 04 02:32:35.588 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.589 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.589 INFO kablam! | Sep 04 02:32:35.589 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.589 INFO kablam! ... Sep 04 02:32:35.589 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.589 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.589 INFO kablam! | Sep 04 02:32:35.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.589 INFO kablam! Sep 04 02:32:35.589 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.589 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.589 INFO kablam! | Sep 04 02:32:35.589 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.589 INFO kablam! ... Sep 04 02:32:35.589 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.589 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.589 INFO kablam! | Sep 04 02:32:35.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.590 INFO kablam! Sep 04 02:32:35.590 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.590 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.590 INFO kablam! | Sep 04 02:32:35.590 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.590 INFO kablam! ... Sep 04 02:32:35.590 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.590 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.590 INFO kablam! | Sep 04 02:32:35.590 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.590 INFO kablam! Sep 04 02:32:35.590 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.590 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.590 INFO kablam! | Sep 04 02:32:35.590 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.590 INFO kablam! ... Sep 04 02:32:35.590 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.591 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.591 INFO kablam! | Sep 04 02:32:35.591 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.591 INFO kablam! Sep 04 02:32:35.591 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.591 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.591 INFO kablam! | Sep 04 02:32:35.591 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.591 INFO kablam! ... Sep 04 02:32:35.591 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.591 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.591 INFO kablam! | Sep 04 02:32:35.591 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.591 INFO kablam! Sep 04 02:32:35.591 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.591 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.591 INFO kablam! | Sep 04 02:32:35.591 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.592 INFO kablam! ... Sep 04 02:32:35.592 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.592 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.592 INFO kablam! | Sep 04 02:32:35.592 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.592 INFO kablam! Sep 04 02:32:35.592 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.592 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.592 INFO kablam! | Sep 04 02:32:35.593 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.593 INFO kablam! ... Sep 04 02:32:35.593 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.593 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.593 INFO kablam! | Sep 04 02:32:35.593 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.593 INFO kablam! Sep 04 02:32:35.593 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.593 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.593 INFO kablam! | Sep 04 02:32:35.593 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.593 INFO kablam! ... Sep 04 02:32:35.593 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.593 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.593 INFO kablam! | Sep 04 02:32:35.593 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.594 INFO kablam! Sep 04 02:32:35.594 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.594 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.594 INFO kablam! | Sep 04 02:32:35.594 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.594 INFO kablam! ... Sep 04 02:32:35.594 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.594 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.594 INFO kablam! | Sep 04 02:32:35.594 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.594 INFO kablam! Sep 04 02:32:35.594 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.594 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.594 INFO kablam! | Sep 04 02:32:35.594 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.594 INFO kablam! ... Sep 04 02:32:35.594 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.595 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.595 INFO kablam! | Sep 04 02:32:35.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.595 INFO kablam! Sep 04 02:32:35.595 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.595 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.595 INFO kablam! | Sep 04 02:32:35.595 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.595 INFO kablam! ... Sep 04 02:32:35.595 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.595 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.595 INFO kablam! | Sep 04 02:32:35.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.595 INFO kablam! Sep 04 02:32:35.595 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.595 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.595 INFO kablam! | Sep 04 02:32:35.596 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.596 INFO kablam! ... Sep 04 02:32:35.596 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.596 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.596 INFO kablam! | Sep 04 02:32:35.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.596 INFO kablam! Sep 04 02:32:35.596 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.596 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.596 INFO kablam! | Sep 04 02:32:35.596 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.596 INFO kablam! ... Sep 04 02:32:35.596 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.596 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.596 INFO kablam! | Sep 04 02:32:35.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.597 INFO kablam! Sep 04 02:32:35.597 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.597 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.597 INFO kablam! | Sep 04 02:32:35.597 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.597 INFO kablam! ... Sep 04 02:32:35.597 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.597 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.597 INFO kablam! | Sep 04 02:32:35.597 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.597 INFO kablam! Sep 04 02:32:35.598 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.598 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.598 INFO kablam! | Sep 04 02:32:35.598 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.598 INFO kablam! ... Sep 04 02:32:35.598 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.598 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.598 INFO kablam! | Sep 04 02:32:35.598 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.598 INFO kablam! Sep 04 02:32:35.598 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.598 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.599 INFO kablam! | Sep 04 02:32:35.599 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.599 INFO kablam! ... Sep 04 02:32:35.599 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.599 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.599 INFO kablam! | Sep 04 02:32:35.599 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.599 INFO kablam! Sep 04 02:32:35.599 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.599 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.599 INFO kablam! | Sep 04 02:32:35.599 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.599 INFO kablam! ... Sep 04 02:32:35.600 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 04 02:32:35.600 INFO kablam! | --------------------------------------------- in this macro invocation Sep 04 02:32:35.600 INFO kablam! | Sep 04 02:32:35.600 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.600 INFO kablam! Sep 04 02:32:35.600 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.600 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.600 INFO kablam! | Sep 04 02:32:35.600 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.600 INFO kablam! ... Sep 04 02:32:35.600 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.600 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.600 INFO kablam! | Sep 04 02:32:35.600 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.600 INFO kablam! Sep 04 02:32:35.600 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.601 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.601 INFO kablam! | Sep 04 02:32:35.601 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.601 INFO kablam! ... Sep 04 02:32:35.601 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.601 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.601 INFO kablam! | Sep 04 02:32:35.601 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.601 INFO kablam! Sep 04 02:32:35.601 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.601 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.601 INFO kablam! | Sep 04 02:32:35.601 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.602 INFO kablam! ... Sep 04 02:32:35.602 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.602 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.602 INFO kablam! | Sep 04 02:32:35.602 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.602 INFO kablam! Sep 04 02:32:35.602 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.602 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.602 INFO kablam! | Sep 04 02:32:35.602 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.602 INFO kablam! ... Sep 04 02:32:35.602 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.603 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.603 INFO kablam! | Sep 04 02:32:35.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.603 INFO kablam! Sep 04 02:32:35.603 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.603 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.603 INFO kablam! | Sep 04 02:32:35.603 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.603 INFO kablam! ... Sep 04 02:32:35.603 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.603 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.603 INFO kablam! | Sep 04 02:32:35.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.603 INFO kablam! Sep 04 02:32:35.603 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.603 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.603 INFO kablam! | Sep 04 02:32:35.603 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.603 INFO kablam! ... Sep 04 02:32:35.604 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.604 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.604 INFO kablam! | Sep 04 02:32:35.604 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.604 INFO kablam! Sep 04 02:32:35.604 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.604 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.604 INFO kablam! | Sep 04 02:32:35.604 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.604 INFO kablam! ... Sep 04 02:32:35.604 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.604 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.604 INFO kablam! | Sep 04 02:32:35.604 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.604 INFO kablam! Sep 04 02:32:35.604 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.604 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.604 INFO kablam! | Sep 04 02:32:35.604 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.605 INFO kablam! ... Sep 04 02:32:35.605 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.605 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.605 INFO kablam! | Sep 04 02:32:35.605 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.605 INFO kablam! Sep 04 02:32:35.605 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.605 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.605 INFO kablam! | Sep 04 02:32:35.605 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.605 INFO kablam! ... Sep 04 02:32:35.605 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.605 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.605 INFO kablam! | Sep 04 02:32:35.605 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.605 INFO kablam! Sep 04 02:32:35.605 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.605 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.606 INFO kablam! | Sep 04 02:32:35.606 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.606 INFO kablam! ... Sep 04 02:32:35.606 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.606 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.606 INFO kablam! | Sep 04 02:32:35.606 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.606 INFO kablam! Sep 04 02:32:35.606 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.606 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.606 INFO kablam! | Sep 04 02:32:35.606 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.606 INFO kablam! ... Sep 04 02:32:35.606 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.606 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.606 INFO kablam! | Sep 04 02:32:35.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.607 INFO kablam! Sep 04 02:32:35.607 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.607 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.607 INFO kablam! | Sep 04 02:32:35.607 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.607 INFO kablam! ... Sep 04 02:32:35.607 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.607 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.607 INFO kablam! | Sep 04 02:32:35.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.607 INFO kablam! Sep 04 02:32:35.607 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.607 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.607 INFO kablam! | Sep 04 02:32:35.607 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.608 INFO kablam! ... Sep 04 02:32:35.608 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.608 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.608 INFO kablam! | Sep 04 02:32:35.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.608 INFO kablam! Sep 04 02:32:35.608 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.608 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.608 INFO kablam! | Sep 04 02:32:35.608 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.608 INFO kablam! ... Sep 04 02:32:35.608 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.608 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.608 INFO kablam! | Sep 04 02:32:35.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.608 INFO kablam! Sep 04 02:32:35.608 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.609 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.609 INFO kablam! | Sep 04 02:32:35.609 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.609 INFO kablam! ... Sep 04 02:32:35.609 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.609 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.609 INFO kablam! | Sep 04 02:32:35.609 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.609 INFO kablam! Sep 04 02:32:35.609 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.609 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.609 INFO kablam! | Sep 04 02:32:35.609 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.609 INFO kablam! ... Sep 04 02:32:35.609 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.609 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.609 INFO kablam! | Sep 04 02:32:35.609 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.609 INFO kablam! Sep 04 02:32:35.609 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.610 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.610 INFO kablam! | Sep 04 02:32:35.610 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.610 INFO kablam! ... Sep 04 02:32:35.610 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.610 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.610 INFO kablam! | Sep 04 02:32:35.610 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.610 INFO kablam! Sep 04 02:32:35.610 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.610 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.610 INFO kablam! | Sep 04 02:32:35.610 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.610 INFO kablam! ... Sep 04 02:32:35.610 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.610 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.610 INFO kablam! | Sep 04 02:32:35.611 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.611 INFO kablam! Sep 04 02:32:35.611 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.611 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.611 INFO kablam! | Sep 04 02:32:35.611 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.611 INFO kablam! ... Sep 04 02:32:35.611 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.611 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.611 INFO kablam! | Sep 04 02:32:35.611 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.611 INFO kablam! Sep 04 02:32:35.611 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.611 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.611 INFO kablam! | Sep 04 02:32:35.611 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.612 INFO kablam! ... Sep 04 02:32:35.612 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 04 02:32:35.612 INFO kablam! | ------------------------------------------ in this macro invocation Sep 04 02:32:35.612 INFO kablam! | Sep 04 02:32:35.612 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.612 INFO kablam! Sep 04 02:32:35.612 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.612 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.612 INFO kablam! | Sep 04 02:32:35.612 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.612 INFO kablam! ... Sep 04 02:32:35.612 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.612 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.612 INFO kablam! | Sep 04 02:32:35.612 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.612 INFO kablam! Sep 04 02:32:35.612 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.613 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.613 INFO kablam! | Sep 04 02:32:35.613 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.613 INFO kablam! ... Sep 04 02:32:35.613 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.613 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.613 INFO kablam! | Sep 04 02:32:35.613 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.613 INFO kablam! Sep 04 02:32:35.613 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.613 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.613 INFO kablam! | Sep 04 02:32:35.613 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.613 INFO kablam! ... Sep 04 02:32:35.614 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.614 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.614 INFO kablam! | Sep 04 02:32:35.614 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.614 INFO kablam! Sep 04 02:32:35.614 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.614 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.614 INFO kablam! | Sep 04 02:32:35.614 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.614 INFO kablam! ... Sep 04 02:32:35.614 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.614 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.614 INFO kablam! | Sep 04 02:32:35.614 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.614 INFO kablam! Sep 04 02:32:35.614 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.615 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.615 INFO kablam! | Sep 04 02:32:35.615 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.615 INFO kablam! ... Sep 04 02:32:35.615 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.615 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.615 INFO kablam! | Sep 04 02:32:35.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.615 INFO kablam! Sep 04 02:32:35.615 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.615 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.615 INFO kablam! | Sep 04 02:32:35.615 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.615 INFO kablam! ... Sep 04 02:32:35.615 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.615 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.616 INFO kablam! | Sep 04 02:32:35.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.616 INFO kablam! Sep 04 02:32:35.616 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.616 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.616 INFO kablam! | Sep 04 02:32:35.616 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.616 INFO kablam! ... Sep 04 02:32:35.616 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.616 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.616 INFO kablam! | Sep 04 02:32:35.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.616 INFO kablam! Sep 04 02:32:35.616 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.616 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.616 INFO kablam! | Sep 04 02:32:35.616 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.617 INFO kablam! ... Sep 04 02:32:35.617 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.617 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.617 INFO kablam! | Sep 04 02:32:35.617 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.617 INFO kablam! Sep 04 02:32:35.617 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.617 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.617 INFO kablam! | Sep 04 02:32:35.617 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.617 INFO kablam! ... Sep 04 02:32:35.617 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.617 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.617 INFO kablam! | Sep 04 02:32:35.617 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.617 INFO kablam! Sep 04 02:32:35.617 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.618 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.618 INFO kablam! | Sep 04 02:32:35.618 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.618 INFO kablam! ... Sep 04 02:32:35.618 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.618 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.618 INFO kablam! | Sep 04 02:32:35.618 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.618 INFO kablam! Sep 04 02:32:35.618 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.618 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.618 INFO kablam! | Sep 04 02:32:35.618 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.618 INFO kablam! ... Sep 04 02:32:35.618 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.619 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.619 INFO kablam! | Sep 04 02:32:35.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.619 INFO kablam! Sep 04 02:32:35.619 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.619 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.619 INFO kablam! | Sep 04 02:32:35.619 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.619 INFO kablam! ... Sep 04 02:32:35.619 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.619 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.619 INFO kablam! | Sep 04 02:32:35.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.619 INFO kablam! Sep 04 02:32:35.619 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.619 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.620 INFO kablam! | Sep 04 02:32:35.620 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.620 INFO kablam! ... Sep 04 02:32:35.620 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.620 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.620 INFO kablam! | Sep 04 02:32:35.620 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.620 INFO kablam! Sep 04 02:32:35.620 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.620 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.620 INFO kablam! | Sep 04 02:32:35.620 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.620 INFO kablam! ... Sep 04 02:32:35.620 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.620 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.621 INFO kablam! | Sep 04 02:32:35.621 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.621 INFO kablam! Sep 04 02:32:35.621 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.621 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.621 INFO kablam! | Sep 04 02:32:35.621 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.621 INFO kablam! ... Sep 04 02:32:35.621 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.621 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.621 INFO kablam! | Sep 04 02:32:35.621 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.621 INFO kablam! Sep 04 02:32:35.621 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.621 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.621 INFO kablam! | Sep 04 02:32:35.621 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.622 INFO kablam! ... Sep 04 02:32:35.622 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.622 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.622 INFO kablam! | Sep 04 02:32:35.622 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.622 INFO kablam! Sep 04 02:32:35.622 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.622 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.622 INFO kablam! | Sep 04 02:32:35.622 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.622 INFO kablam! ... Sep 04 02:32:35.622 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.622 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.622 INFO kablam! | Sep 04 02:32:35.622 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.622 INFO kablam! Sep 04 02:32:35.622 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.622 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.623 INFO kablam! | Sep 04 02:32:35.623 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.623 INFO kablam! ... Sep 04 02:32:35.623 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.623 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.623 INFO kablam! | Sep 04 02:32:35.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.623 INFO kablam! Sep 04 02:32:35.623 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.623 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 04 02:32:35.623 INFO kablam! | Sep 04 02:32:35.623 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 04 02:32:35.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.623 INFO kablam! ... Sep 04 02:32:35.623 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.623 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.623 INFO kablam! | Sep 04 02:32:35.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.623 INFO kablam! Sep 04 02:32:35.624 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 02:32:35.624 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 04 02:32:35.624 INFO kablam! | Sep 04 02:32:35.624 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 04 02:32:35.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:32:35.624 INFO kablam! ... Sep 04 02:32:35.624 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 04 02:32:35.624 INFO kablam! | -------------------------------------- in this macro invocation Sep 04 02:32:35.624 INFO kablam! | Sep 04 02:32:35.624 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 02:32:35.624 INFO kablam! Sep 04 02:32:35.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.43s Sep 04 02:32:35.680 INFO kablam! su: No module specific data is present Sep 04 02:32:36.099 INFO running `"docker" "rm" "-f" "c225880a1e826942979df724865ce37fe7a9c416c492d14ee3f0c05919f2fe60"` Sep 04 02:32:36.201 INFO blam! c225880a1e826942979df724865ce37fe7a9c416c492d14ee3f0c05919f2fe60