Sep 21 02:43:38.514 INFO checking specs-0.11.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 02:43:38.514 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 02:43:38.515 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:43:38.638 INFO blam! aa13523738183e998972024f505b977f0bdcd82bec21b4cc892e9e2959adf6e4 Sep 21 02:43:38.640 INFO running `"docker" "start" "-a" "aa13523738183e998972024f505b977f0bdcd82bec21b4cc892e9e2959adf6e4"` Sep 21 02:43:40.438 INFO kablam! usermod: no changes Sep 21 02:43:40.466 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 21 02:43:40.466 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 21 02:43:40.466 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 02:43:40.466 INFO kablam! files will be included as a benchmark target: Sep 21 02:43:40.466 INFO kablam! Sep 21 02:43:40.466 INFO kablam! * /source/benches/storage_cmp.rs Sep 21 02:43:40.466 INFO kablam! * /source/benches/storage_sparse.rs Sep 21 02:43:40.466 INFO kablam! Sep 21 02:43:40.466 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 02:43:40.466 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 21 02:43:40.466 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 21 02:43:40.466 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 02:43:40.466 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 02:43:40.466 INFO kablam! Sep 21 02:43:40.466 INFO kablam! For more information on this warning you can consult Sep 21 02:43:40.466 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 02:43:40.710 INFO kablam! Checking serde_json v1.0.28 Sep 21 02:43:40.710 INFO kablam! Checking csv v1.0.1 Sep 21 02:43:40.710 INFO kablam! Checking cgmath v0.14.1 Sep 21 02:43:40.710 INFO kablam! Checking ron v0.2.2 Sep 21 02:43:40.710 INFO kablam! Checking specs v0.11.2 (/source) Sep 21 02:43:46.223 INFO kablam! Checking handlebars v0.32.4 Sep 21 02:43:48.962 INFO kablam! Checking criterion v0.2.5 Sep 21 02:43:58.530 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.530 INFO kablam! --> benches/world.rs:147:13 Sep 21 02:43:58.530 INFO kablam! | Sep 21 02:43:58.530 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 21 02:43:58.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.530 INFO kablam! | Sep 21 02:43:58.530 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 02:43:58.530 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.530 INFO kablam! Sep 21 02:43:58.530 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.530 INFO kablam! --> benches/world.rs:169:13 Sep 21 02:43:58.530 INFO kablam! | Sep 21 02:43:58.530 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 21 02:43:58.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.530 INFO kablam! | Sep 21 02:43:58.530 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.530 INFO kablam! Sep 21 02:43:58.635 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.635 INFO kablam! --> benches/parallel.rs:219:21 Sep 21 02:43:58.636 INFO kablam! | Sep 21 02:43:58.636 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 21 02:43:58.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.636 INFO kablam! | Sep 21 02:43:58.636 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 02:43:58.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.636 INFO kablam! Sep 21 02:43:58.636 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.636 INFO kablam! --> benches/parallel.rs:224:21 Sep 21 02:43:58.636 INFO kablam! | Sep 21 02:43:58.636 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 21 02:43:58.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.636 INFO kablam! | Sep 21 02:43:58.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.636 INFO kablam! Sep 21 02:43:58.636 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.636 INFO kablam! --> benches/parallel.rs:230:13 Sep 21 02:43:58.636 INFO kablam! | Sep 21 02:43:58.636 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 21 02:43:58.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.636 INFO kablam! | Sep 21 02:43:58.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.636 INFO kablam! Sep 21 02:43:58.636 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.636 INFO kablam! --> benches/parallel.rs:232:13 Sep 21 02:43:58.636 INFO kablam! | Sep 21 02:43:58.636 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 21 02:43:58.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.636 INFO kablam! | Sep 21 02:43:58.637 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.637 INFO kablam! Sep 21 02:43:58.637 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.637 INFO kablam! --> benches/parallel.rs:233:13 Sep 21 02:43:58.637 INFO kablam! | Sep 21 02:43:58.637 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 21 02:43:58.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.637 INFO kablam! | Sep 21 02:43:58.637 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.637 INFO kablam! Sep 21 02:43:58.637 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.637 INFO kablam! --> benches/parallel.rs:234:13 Sep 21 02:43:58.637 INFO kablam! | Sep 21 02:43:58.637 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 21 02:43:58.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.637 INFO kablam! | Sep 21 02:43:58.637 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.637 INFO kablam! Sep 21 02:43:58.637 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:58.637 INFO kablam! --> benches/parallel.rs:235:13 Sep 21 02:43:58.637 INFO kablam! | Sep 21 02:43:58.637 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 21 02:43:58.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:58.637 INFO kablam! | Sep 21 02:43:58.637 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:58.637 INFO kablam! Sep 21 02:43:59.770 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.770 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 21 02:43:59.770 INFO kablam! | Sep 21 02:43:59.770 INFO kablam! 25 | storage.insert(e, C::default()); Sep 21 02:43:59.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.770 INFO kablam! | Sep 21 02:43:59.770 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 02:43:59.770 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.770 INFO kablam! Sep 21 02:43:59.770 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.770 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 21 02:43:59.770 INFO kablam! | Sep 21 02:43:59.770 INFO kablam! 47 | storage.insert(e, C::default()); Sep 21 02:43:59.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.770 INFO kablam! | Sep 21 02:43:59.770 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.770 INFO kablam! Sep 21 02:43:59.771 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.771 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 21 02:43:59.771 INFO kablam! | Sep 21 02:43:59.771 INFO kablam! 80 | storage.insert(e, C::default()); Sep 21 02:43:59.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.771 INFO kablam! | Sep 21 02:43:59.771 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.771 INFO kablam! Sep 21 02:43:59.774 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.774 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.774 INFO kablam! | Sep 21 02:43:59.774 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.774 INFO kablam! ... Sep 21 02:43:59.774 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.774 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.774 INFO kablam! | Sep 21 02:43:59.774 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.774 INFO kablam! Sep 21 02:43:59.775 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.775 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.775 INFO kablam! | Sep 21 02:43:59.775 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.775 INFO kablam! ... Sep 21 02:43:59.775 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.775 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.775 INFO kablam! | Sep 21 02:43:59.775 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.775 INFO kablam! Sep 21 02:43:59.776 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.776 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.776 INFO kablam! | Sep 21 02:43:59.776 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.777 INFO kablam! ... Sep 21 02:43:59.777 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.777 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.777 INFO kablam! | Sep 21 02:43:59.777 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.777 INFO kablam! Sep 21 02:43:59.777 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.777 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.777 INFO kablam! | Sep 21 02:43:59.778 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.778 INFO kablam! ... Sep 21 02:43:59.778 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.778 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.778 INFO kablam! | Sep 21 02:43:59.778 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.779 INFO kablam! Sep 21 02:43:59.779 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.779 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.780 INFO kablam! | Sep 21 02:43:59.781 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.781 INFO kablam! ... Sep 21 02:43:59.781 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.781 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.781 INFO kablam! | Sep 21 02:43:59.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.781 INFO kablam! Sep 21 02:43:59.781 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.781 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.782 INFO kablam! | Sep 21 02:43:59.782 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.782 INFO kablam! ... Sep 21 02:43:59.782 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.782 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.784 INFO kablam! | Sep 21 02:43:59.784 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.784 INFO kablam! Sep 21 02:43:59.784 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.784 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.784 INFO kablam! | Sep 21 02:43:59.784 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.784 INFO kablam! ... Sep 21 02:43:59.784 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.784 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.784 INFO kablam! | Sep 21 02:43:59.784 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.784 INFO kablam! Sep 21 02:43:59.784 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.784 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.785 INFO kablam! | Sep 21 02:43:59.785 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.785 INFO kablam! ... Sep 21 02:43:59.785 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.785 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.785 INFO kablam! | Sep 21 02:43:59.785 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.785 INFO kablam! Sep 21 02:43:59.785 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.786 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.786 INFO kablam! | Sep 21 02:43:59.786 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.786 INFO kablam! ... Sep 21 02:43:59.786 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.786 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.786 INFO kablam! | Sep 21 02:43:59.786 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.786 INFO kablam! Sep 21 02:43:59.786 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.787 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.787 INFO kablam! | Sep 21 02:43:59.787 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.787 INFO kablam! ... Sep 21 02:43:59.787 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.787 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.787 INFO kablam! | Sep 21 02:43:59.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.787 INFO kablam! Sep 21 02:43:59.788 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.788 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.789 INFO kablam! | Sep 21 02:43:59.789 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.789 INFO kablam! ... Sep 21 02:43:59.789 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.789 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.789 INFO kablam! | Sep 21 02:43:59.790 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.790 INFO kablam! Sep 21 02:43:59.790 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.790 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.790 INFO kablam! | Sep 21 02:43:59.790 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.790 INFO kablam! ... Sep 21 02:43:59.790 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.790 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.790 INFO kablam! | Sep 21 02:43:59.794 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.794 INFO kablam! Sep 21 02:43:59.794 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.794 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.794 INFO kablam! | Sep 21 02:43:59.794 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.794 INFO kablam! ... Sep 21 02:43:59.794 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.794 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.794 INFO kablam! | Sep 21 02:43:59.794 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.794 INFO kablam! Sep 21 02:43:59.794 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.794 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.794 INFO kablam! | Sep 21 02:43:59.794 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.794 INFO kablam! ... Sep 21 02:43:59.794 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.794 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.794 INFO kablam! | Sep 21 02:43:59.794 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.794 INFO kablam! Sep 21 02:43:59.794 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.794 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.794 INFO kablam! | Sep 21 02:43:59.794 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.794 INFO kablam! ... Sep 21 02:43:59.794 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.794 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.795 INFO kablam! | Sep 21 02:43:59.795 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.795 INFO kablam! Sep 21 02:43:59.796 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.796 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.796 INFO kablam! | Sep 21 02:43:59.796 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.796 INFO kablam! ... Sep 21 02:43:59.796 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.796 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.796 INFO kablam! | Sep 21 02:43:59.796 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.796 INFO kablam! Sep 21 02:43:59.800 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.800 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.800 INFO kablam! | Sep 21 02:43:59.800 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.800 INFO kablam! ... Sep 21 02:43:59.800 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.800 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.800 INFO kablam! | Sep 21 02:43:59.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.800 INFO kablam! Sep 21 02:43:59.800 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.800 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.801 INFO kablam! | Sep 21 02:43:59.801 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.801 INFO kablam! ... Sep 21 02:43:59.801 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.801 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.812 INFO kablam! | Sep 21 02:43:59.812 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.812 INFO kablam! Sep 21 02:43:59.812 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.812 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.812 INFO kablam! | Sep 21 02:43:59.812 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.812 INFO kablam! ... Sep 21 02:43:59.812 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.812 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.812 INFO kablam! | Sep 21 02:43:59.812 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.812 INFO kablam! Sep 21 02:43:59.812 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.812 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.812 INFO kablam! | Sep 21 02:43:59.812 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.813 INFO kablam! ... Sep 21 02:43:59.813 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 21 02:43:59.813 INFO kablam! | ---------------------------------- in this macro invocation Sep 21 02:43:59.813 INFO kablam! | Sep 21 02:43:59.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.813 INFO kablam! Sep 21 02:43:59.814 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.814 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.814 INFO kablam! | Sep 21 02:43:59.814 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.814 INFO kablam! ... Sep 21 02:43:59.814 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.814 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.814 INFO kablam! | Sep 21 02:43:59.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.814 INFO kablam! Sep 21 02:43:59.814 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.814 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.814 INFO kablam! | Sep 21 02:43:59.814 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.814 INFO kablam! ... Sep 21 02:43:59.814 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.814 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.814 INFO kablam! | Sep 21 02:43:59.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.814 INFO kablam! Sep 21 02:43:59.815 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.815 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.815 INFO kablam! | Sep 21 02:43:59.815 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.815 INFO kablam! ... Sep 21 02:43:59.815 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.815 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.815 INFO kablam! | Sep 21 02:43:59.815 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.815 INFO kablam! Sep 21 02:43:59.815 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.815 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.815 INFO kablam! | Sep 21 02:43:59.815 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.815 INFO kablam! ... Sep 21 02:43:59.815 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.815 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.815 INFO kablam! | Sep 21 02:43:59.815 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.815 INFO kablam! Sep 21 02:43:59.815 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.815 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.815 INFO kablam! | Sep 21 02:43:59.815 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.815 INFO kablam! ... Sep 21 02:43:59.815 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.815 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.815 INFO kablam! | Sep 21 02:43:59.816 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.816 INFO kablam! Sep 21 02:43:59.816 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.816 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.816 INFO kablam! | Sep 21 02:43:59.816 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.816 INFO kablam! ... Sep 21 02:43:59.816 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.816 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.816 INFO kablam! | Sep 21 02:43:59.816 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.816 INFO kablam! Sep 21 02:43:59.817 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.817 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.817 INFO kablam! | Sep 21 02:43:59.817 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.817 INFO kablam! ... Sep 21 02:43:59.817 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.818 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.818 INFO kablam! | Sep 21 02:43:59.818 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.818 INFO kablam! Sep 21 02:43:59.818 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.818 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.818 INFO kablam! | Sep 21 02:43:59.818 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.818 INFO kablam! ... Sep 21 02:43:59.818 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.818 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.818 INFO kablam! | Sep 21 02:43:59.818 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.818 INFO kablam! Sep 21 02:43:59.819 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.819 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.819 INFO kablam! | Sep 21 02:43:59.819 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.819 INFO kablam! ... Sep 21 02:43:59.819 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.819 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.819 INFO kablam! | Sep 21 02:43:59.819 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.819 INFO kablam! Sep 21 02:43:59.819 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.819 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.819 INFO kablam! | Sep 21 02:43:59.819 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.819 INFO kablam! ... Sep 21 02:43:59.819 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.819 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.819 INFO kablam! | Sep 21 02:43:59.819 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.819 INFO kablam! Sep 21 02:43:59.820 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.820 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.820 INFO kablam! | Sep 21 02:43:59.820 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.820 INFO kablam! ... Sep 21 02:43:59.820 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.820 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.820 INFO kablam! | Sep 21 02:43:59.820 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.820 INFO kablam! Sep 21 02:43:59.820 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.820 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.820 INFO kablam! | Sep 21 02:43:59.820 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.820 INFO kablam! ... Sep 21 02:43:59.820 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.820 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.820 INFO kablam! | Sep 21 02:43:59.820 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.820 INFO kablam! Sep 21 02:43:59.821 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.821 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.821 INFO kablam! | Sep 21 02:43:59.821 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.821 INFO kablam! ... Sep 21 02:43:59.821 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.821 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.821 INFO kablam! | Sep 21 02:43:59.821 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.821 INFO kablam! Sep 21 02:43:59.821 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.821 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.821 INFO kablam! | Sep 21 02:43:59.821 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.821 INFO kablam! ... Sep 21 02:43:59.821 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.821 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.821 INFO kablam! | Sep 21 02:43:59.821 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.821 INFO kablam! Sep 21 02:43:59.822 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.822 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.822 INFO kablam! | Sep 21 02:43:59.822 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.822 INFO kablam! ... Sep 21 02:43:59.822 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.822 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.822 INFO kablam! | Sep 21 02:43:59.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.823 INFO kablam! Sep 21 02:43:59.823 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.823 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.823 INFO kablam! | Sep 21 02:43:59.823 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.823 INFO kablam! ... Sep 21 02:43:59.823 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.823 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.823 INFO kablam! | Sep 21 02:43:59.823 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.823 INFO kablam! Sep 21 02:43:59.824 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.824 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.824 INFO kablam! | Sep 21 02:43:59.824 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.824 INFO kablam! ... Sep 21 02:43:59.824 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.824 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.824 INFO kablam! | Sep 21 02:43:59.824 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.824 INFO kablam! Sep 21 02:43:59.824 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.824 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.824 INFO kablam! | Sep 21 02:43:59.824 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.824 INFO kablam! ... Sep 21 02:43:59.824 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.824 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.824 INFO kablam! | Sep 21 02:43:59.824 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.824 INFO kablam! Sep 21 02:43:59.825 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.825 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.825 INFO kablam! | Sep 21 02:43:59.825 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.825 INFO kablam! ... Sep 21 02:43:59.826 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.826 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.826 INFO kablam! | Sep 21 02:43:59.826 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.826 INFO kablam! Sep 21 02:43:59.826 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.826 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.826 INFO kablam! | Sep 21 02:43:59.826 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.826 INFO kablam! ... Sep 21 02:43:59.826 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 21 02:43:59.826 INFO kablam! | --------------------------------------------- in this macro invocation Sep 21 02:43:59.826 INFO kablam! | Sep 21 02:43:59.826 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.826 INFO kablam! Sep 21 02:43:59.827 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.827 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.827 INFO kablam! | Sep 21 02:43:59.827 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.827 INFO kablam! ... Sep 21 02:43:59.827 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.827 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.827 INFO kablam! | Sep 21 02:43:59.827 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.827 INFO kablam! Sep 21 02:43:59.827 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.827 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.827 INFO kablam! | Sep 21 02:43:59.827 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.827 INFO kablam! ... Sep 21 02:43:59.827 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.827 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.827 INFO kablam! | Sep 21 02:43:59.827 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.827 INFO kablam! Sep 21 02:43:59.828 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.828 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.828 INFO kablam! | Sep 21 02:43:59.828 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.828 INFO kablam! ... Sep 21 02:43:59.828 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.828 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.828 INFO kablam! | Sep 21 02:43:59.828 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.828 INFO kablam! Sep 21 02:43:59.828 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.828 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.828 INFO kablam! | Sep 21 02:43:59.828 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.828 INFO kablam! ... Sep 21 02:43:59.828 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.828 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.828 INFO kablam! | Sep 21 02:43:59.828 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.828 INFO kablam! Sep 21 02:43:59.829 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.829 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.829 INFO kablam! | Sep 21 02:43:59.829 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.829 INFO kablam! ... Sep 21 02:43:59.830 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.830 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.830 INFO kablam! | Sep 21 02:43:59.830 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.830 INFO kablam! Sep 21 02:43:59.830 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.830 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.830 INFO kablam! | Sep 21 02:43:59.830 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.830 INFO kablam! ... Sep 21 02:43:59.830 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.830 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.830 INFO kablam! | Sep 21 02:43:59.830 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.830 INFO kablam! Sep 21 02:43:59.830 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.830 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.830 INFO kablam! | Sep 21 02:43:59.830 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.830 INFO kablam! ... Sep 21 02:43:59.830 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.830 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.831 INFO kablam! | Sep 21 02:43:59.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.831 INFO kablam! Sep 21 02:43:59.831 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.831 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.831 INFO kablam! | Sep 21 02:43:59.831 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.831 INFO kablam! ... Sep 21 02:43:59.831 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.831 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.831 INFO kablam! | Sep 21 02:43:59.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.831 INFO kablam! Sep 21 02:43:59.831 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.831 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.831 INFO kablam! | Sep 21 02:43:59.831 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.831 INFO kablam! ... Sep 21 02:43:59.831 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.831 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.831 INFO kablam! | Sep 21 02:43:59.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.831 INFO kablam! Sep 21 02:43:59.832 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.832 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.832 INFO kablam! | Sep 21 02:43:59.832 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.832 INFO kablam! ... Sep 21 02:43:59.832 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.832 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.833 INFO kablam! | Sep 21 02:43:59.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.833 INFO kablam! Sep 21 02:43:59.833 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.833 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.833 INFO kablam! | Sep 21 02:43:59.833 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.833 INFO kablam! ... Sep 21 02:43:59.833 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.833 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.833 INFO kablam! | Sep 21 02:43:59.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.833 INFO kablam! Sep 21 02:43:59.833 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.833 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.833 INFO kablam! | Sep 21 02:43:59.833 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.833 INFO kablam! ... Sep 21 02:43:59.833 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.833 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.833 INFO kablam! | Sep 21 02:43:59.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.834 INFO kablam! Sep 21 02:43:59.834 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.834 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.834 INFO kablam! | Sep 21 02:43:59.834 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.834 INFO kablam! ... Sep 21 02:43:59.834 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.834 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.834 INFO kablam! | Sep 21 02:43:59.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.834 INFO kablam! Sep 21 02:43:59.835 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.835 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.835 INFO kablam! | Sep 21 02:43:59.835 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.836 INFO kablam! ... Sep 21 02:43:59.836 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.836 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.836 INFO kablam! | Sep 21 02:43:59.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.836 INFO kablam! Sep 21 02:43:59.836 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.836 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.836 INFO kablam! | Sep 21 02:43:59.836 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.836 INFO kablam! ... Sep 21 02:43:59.836 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.836 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.836 INFO kablam! | Sep 21 02:43:59.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.836 INFO kablam! Sep 21 02:43:59.836 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.836 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.836 INFO kablam! | Sep 21 02:43:59.836 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.836 INFO kablam! ... Sep 21 02:43:59.836 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.836 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.836 INFO kablam! | Sep 21 02:43:59.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.836 INFO kablam! Sep 21 02:43:59.838 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.838 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.838 INFO kablam! | Sep 21 02:43:59.838 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.838 INFO kablam! ... Sep 21 02:43:59.838 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.838 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.838 INFO kablam! | Sep 21 02:43:59.838 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.838 INFO kablam! Sep 21 02:43:59.838 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.838 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.838 INFO kablam! | Sep 21 02:43:59.838 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.838 INFO kablam! ... Sep 21 02:43:59.838 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.838 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.838 INFO kablam! | Sep 21 02:43:59.838 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.838 INFO kablam! Sep 21 02:43:59.838 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.838 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.838 INFO kablam! | Sep 21 02:43:59.838 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.838 INFO kablam! ... Sep 21 02:43:59.838 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.838 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.838 INFO kablam! | Sep 21 02:43:59.838 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.839 INFO kablam! Sep 21 02:43:59.839 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.839 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.839 INFO kablam! | Sep 21 02:43:59.839 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.839 INFO kablam! ... Sep 21 02:43:59.839 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 21 02:43:59.839 INFO kablam! | ------------------------------------------ in this macro invocation Sep 21 02:43:59.839 INFO kablam! | Sep 21 02:43:59.839 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.839 INFO kablam! Sep 21 02:43:59.840 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.841 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.841 INFO kablam! ... Sep 21 02:43:59.841 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.841 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.841 INFO kablam! Sep 21 02:43:59.841 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.841 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.841 INFO kablam! ... Sep 21 02:43:59.841 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.841 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.841 INFO kablam! Sep 21 02:43:59.841 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.841 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.841 INFO kablam! ... Sep 21 02:43:59.841 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.841 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.841 INFO kablam! Sep 21 02:43:59.841 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.841 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.841 INFO kablam! ... Sep 21 02:43:59.841 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.841 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.841 INFO kablam! Sep 21 02:43:59.841 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.841 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.841 INFO kablam! | Sep 21 02:43:59.841 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.841 INFO kablam! ... Sep 21 02:43:59.841 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.841 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.842 INFO kablam! | Sep 21 02:43:59.842 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.842 INFO kablam! Sep 21 02:43:59.842 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.842 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.842 INFO kablam! | Sep 21 02:43:59.842 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.842 INFO kablam! ... Sep 21 02:43:59.842 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.842 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.842 INFO kablam! | Sep 21 02:43:59.842 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.842 INFO kablam! Sep 21 02:43:59.844 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.844 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.844 INFO kablam! | Sep 21 02:43:59.844 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.844 INFO kablam! ... Sep 21 02:43:59.844 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.844 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.844 INFO kablam! | Sep 21 02:43:59.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.844 INFO kablam! Sep 21 02:43:59.844 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.844 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.844 INFO kablam! | Sep 21 02:43:59.844 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.844 INFO kablam! ... Sep 21 02:43:59.844 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.844 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.844 INFO kablam! | Sep 21 02:43:59.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.844 INFO kablam! Sep 21 02:43:59.844 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.844 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.844 INFO kablam! | Sep 21 02:43:59.844 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.844 INFO kablam! ... Sep 21 02:43:59.844 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.844 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.844 INFO kablam! | Sep 21 02:43:59.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.844 INFO kablam! Sep 21 02:43:59.844 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.844 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.844 INFO kablam! | Sep 21 02:43:59.844 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.844 INFO kablam! ... Sep 21 02:43:59.844 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.844 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.844 INFO kablam! | Sep 21 02:43:59.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.844 INFO kablam! Sep 21 02:43:59.845 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.845 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.845 INFO kablam! | Sep 21 02:43:59.845 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.845 INFO kablam! ... Sep 21 02:43:59.845 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.845 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.845 INFO kablam! | Sep 21 02:43:59.845 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.845 INFO kablam! Sep 21 02:43:59.845 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.846 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.846 INFO kablam! | Sep 21 02:43:59.846 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.846 INFO kablam! ... Sep 21 02:43:59.846 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.846 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.846 INFO kablam! | Sep 21 02:43:59.846 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.846 INFO kablam! Sep 21 02:43:59.850 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.850 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.850 INFO kablam! | Sep 21 02:43:59.850 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.850 INFO kablam! ... Sep 21 02:43:59.850 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.850 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.850 INFO kablam! | Sep 21 02:43:59.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.850 INFO kablam! Sep 21 02:43:59.850 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.850 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.850 INFO kablam! | Sep 21 02:43:59.850 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.850 INFO kablam! ... Sep 21 02:43:59.850 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.850 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.850 INFO kablam! | Sep 21 02:43:59.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.850 INFO kablam! Sep 21 02:43:59.850 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.850 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.850 INFO kablam! | Sep 21 02:43:59.850 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.850 INFO kablam! ... Sep 21 02:43:59.850 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.850 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.850 INFO kablam! | Sep 21 02:43:59.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.850 INFO kablam! Sep 21 02:43:59.850 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.850 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.851 INFO kablam! ... Sep 21 02:43:59.851 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.851 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.851 INFO kablam! Sep 21 02:43:59.851 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.851 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.851 INFO kablam! ... Sep 21 02:43:59.851 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.851 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.851 INFO kablam! Sep 21 02:43:59.851 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.851 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.851 INFO kablam! ... Sep 21 02:43:59.851 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.851 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.851 INFO kablam! Sep 21 02:43:59.851 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.851 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 21 02:43:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.851 INFO kablam! ... Sep 21 02:43:59.851 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.851 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.851 INFO kablam! Sep 21 02:43:59.851 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 02:43:59.851 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 21 02:43:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:59.851 INFO kablam! ... Sep 21 02:43:59.851 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 21 02:43:59.851 INFO kablam! | -------------------------------------- in this macro invocation Sep 21 02:43:59.851 INFO kablam! | Sep 21 02:43:59.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 02:43:59.851 INFO kablam! Sep 21 02:43:59.986 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.53s Sep 21 02:44:00.018 INFO kablam! su: No module specific data is present Sep 21 02:44:00.703 INFO running `"docker" "rm" "-f" "aa13523738183e998972024f505b977f0bdcd82bec21b4cc892e9e2959adf6e4"` Sep 21 02:44:00.810 INFO blam! aa13523738183e998972024f505b977f0bdcd82bec21b4cc892e9e2959adf6e4