Sep 19 17:53:34.944 INFO checking specs-0.11.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:53:34.944 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:53:34.944 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:53:35.150 INFO blam! b208d754bcc2f5f1d137eeb44529f9892f92a9c4c0e958381209f41c2a6416f9 Sep 19 17:53:35.150 INFO running `"docker" "start" "-a" "b208d754bcc2f5f1d137eeb44529f9892f92a9c4c0e958381209f41c2a6416f9"` Sep 19 17:53:36.053 INFO kablam! usermod: no changes Sep 19 17:53:36.110 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 19 17:53:36.111 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 19 17:53:36.111 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 17:53:36.111 INFO kablam! files will be included as a benchmark target: Sep 19 17:53:36.111 INFO kablam! Sep 19 17:53:36.111 INFO kablam! * /source/benches/storage_cmp.rs Sep 19 17:53:36.111 INFO kablam! * /source/benches/storage_sparse.rs Sep 19 17:53:36.111 INFO kablam! Sep 19 17:53:36.111 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 17:53:36.111 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 19 17:53:36.111 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 19 17:53:36.111 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 17:53:36.111 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 17:53:36.111 INFO kablam! Sep 19 17:53:36.111 INFO kablam! For more information on this warning you can consult Sep 19 17:53:36.111 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 17:53:36.319 INFO kablam! Compiling serde v1.0.79 Sep 19 17:53:36.327 INFO kablam! Checking specs v0.11.2 (/source) Sep 19 17:53:47.959 INFO kablam! Checking serde_json v1.0.28 Sep 19 17:53:47.959 INFO kablam! Checking csv v1.0.1 Sep 19 17:53:47.959 INFO kablam! Checking cgmath v0.14.1 Sep 19 17:53:47.959 INFO kablam! Checking ron v0.2.2 Sep 19 17:53:51.679 INFO kablam! Checking handlebars v0.32.4 Sep 19 17:53:54.963 INFO kablam! Checking criterion v0.2.5 Sep 19 17:54:01.303 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:01.303 INFO kablam! --> benches/parallel.rs:219:21 Sep 19 17:54:01.303 INFO kablam! | Sep 19 17:54:01.303 INFO kablam! 219 | rect.insert(entity, Rect { a, b }); Sep 19 17:54:01.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:01.303 INFO kablam! | Sep 19 17:54:01.303 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 17:54:01.303 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:01.303 INFO kablam! Sep 19 17:54:01.303 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:01.303 INFO kablam! --> benches/parallel.rs:224:21 Sep 19 17:54:01.303 INFO kablam! | Sep 19 17:54:01.303 INFO kablam! 224 | ball.insert(entity, Ball { radius }); Sep 19 17:54:01.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:01.303 INFO kablam! | Sep 19 17:54:01.303 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:01.303 INFO kablam! Sep 19 17:54:01.303 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:01.303 INFO kablam! --> benches/parallel.rs:230:13 Sep 19 17:54:01.303 INFO kablam! | Sep 19 17:54:01.303 INFO kablam! 230 | inv_mass.insert(entity, InvMass(spawn_inv_mass)); Sep 19 17:54:01.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:01.303 INFO kablam! | Sep 19 17:54:01.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:01.304 INFO kablam! Sep 19 17:54:01.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:01.304 INFO kablam! --> benches/parallel.rs:232:13 Sep 19 17:54:01.304 INFO kablam! | Sep 19 17:54:01.304 INFO kablam! 232 | pos.insert(entity, Pos(spawn_pos)); Sep 19 17:54:01.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:01.304 INFO kablam! | Sep 19 17:54:01.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:01.304 INFO kablam! Sep 19 17:54:01.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:01.304 INFO kablam! --> benches/parallel.rs:233:13 Sep 19 17:54:01.304 INFO kablam! | Sep 19 17:54:01.304 INFO kablam! 233 | vel.insert(entity, Vel(Vec2::new(gen(), gen()))); Sep 19 17:54:01.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:01.304 INFO kablam! | Sep 19 17:54:01.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:01.304 INFO kablam! Sep 19 17:54:01.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:01.304 INFO kablam! --> benches/parallel.rs:234:13 Sep 19 17:54:01.304 INFO kablam! | Sep 19 17:54:01.304 INFO kablam! 234 | force.insert(entity, Force(Vec2::zero())); Sep 19 17:54:01.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:01.304 INFO kablam! | Sep 19 17:54:01.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:01.304 INFO kablam! Sep 19 17:54:01.304 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:01.305 INFO kablam! --> benches/parallel.rs:235:13 Sep 19 17:54:01.305 INFO kablam! | Sep 19 17:54:01.305 INFO kablam! 235 | color.insert(entity, spawn_color); Sep 19 17:54:01.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:01.305 INFO kablam! | Sep 19 17:54:01.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:01.305 INFO kablam! Sep 19 17:54:02.081 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:02.081 INFO kablam! --> benches/world.rs:147:13 Sep 19 17:54:02.081 INFO kablam! | Sep 19 17:54:02.081 INFO kablam! 147 | comp_int.insert(*e, CompInt(i as i32)); Sep 19 17:54:02.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:02.081 INFO kablam! | Sep 19 17:54:02.081 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 17:54:02.081 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:02.081 INFO kablam! Sep 19 17:54:02.081 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:02.081 INFO kablam! --> benches/world.rs:169:13 Sep 19 17:54:02.082 INFO kablam! | Sep 19 17:54:02.082 INFO kablam! 169 | comp_int.insert(*e, CompInt(i as i32)); Sep 19 17:54:02.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:02.082 INFO kablam! | Sep 19 17:54:02.082 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:02.082 INFO kablam! Sep 19 17:54:03.830 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.831 INFO kablam! --> benches/storage_cmp.rs:25:17 Sep 19 17:54:03.831 INFO kablam! | Sep 19 17:54:03.831 INFO kablam! 25 | storage.insert(e, C::default()); Sep 19 17:54:03.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.831 INFO kablam! | Sep 19 17:54:03.831 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 17:54:03.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.831 INFO kablam! Sep 19 17:54:03.831 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.831 INFO kablam! --> benches/storage_cmp.rs:47:21 Sep 19 17:54:03.831 INFO kablam! | Sep 19 17:54:03.831 INFO kablam! 47 | storage.insert(e, C::default()); Sep 19 17:54:03.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.831 INFO kablam! | Sep 19 17:54:03.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.831 INFO kablam! Sep 19 17:54:03.831 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.831 INFO kablam! --> benches/storage_cmp.rs:80:21 Sep 19 17:54:03.831 INFO kablam! | Sep 19 17:54:03.831 INFO kablam! 80 | storage.insert(e, C::default()); Sep 19 17:54:03.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.831 INFO kablam! | Sep 19 17:54:03.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.831 INFO kablam! Sep 19 17:54:03.831 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.831 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.831 INFO kablam! | Sep 19 17:54:03.831 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.831 INFO kablam! ... Sep 19 17:54:03.831 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.831 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.831 INFO kablam! | Sep 19 17:54:03.832 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.832 INFO kablam! Sep 19 17:54:03.832 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.832 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.832 INFO kablam! | Sep 19 17:54:03.832 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.838 INFO kablam! ... Sep 19 17:54:03.839 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.839 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.839 INFO kablam! Sep 19 17:54:03.839 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.839 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.839 INFO kablam! ... Sep 19 17:54:03.839 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.839 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.839 INFO kablam! Sep 19 17:54:03.839 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.839 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.839 INFO kablam! ... Sep 19 17:54:03.839 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.839 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.839 INFO kablam! Sep 19 17:54:03.839 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.839 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.839 INFO kablam! ... Sep 19 17:54:03.839 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.839 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.839 INFO kablam! Sep 19 17:54:03.839 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.839 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.839 INFO kablam! ... Sep 19 17:54:03.839 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.839 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.839 INFO kablam! Sep 19 17:54:03.839 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.839 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.839 INFO kablam! ... Sep 19 17:54:03.839 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.839 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.839 INFO kablam! Sep 19 17:54:03.839 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.839 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.839 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.839 INFO kablam! ... Sep 19 17:54:03.839 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.839 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.839 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.840 INFO kablam! Sep 19 17:54:03.840 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.840 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.840 INFO kablam! ... Sep 19 17:54:03.840 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.840 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.840 INFO kablam! Sep 19 17:54:03.840 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.840 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.840 INFO kablam! ... Sep 19 17:54:03.840 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.840 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.840 INFO kablam! Sep 19 17:54:03.840 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.840 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.840 INFO kablam! ... Sep 19 17:54:03.840 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.840 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.840 INFO kablam! Sep 19 17:54:03.840 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.840 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.840 INFO kablam! ... Sep 19 17:54:03.840 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.840 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.840 INFO kablam! Sep 19 17:54:03.840 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.840 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.840 INFO kablam! ... Sep 19 17:54:03.840 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.840 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.840 INFO kablam! Sep 19 17:54:03.840 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.840 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.840 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.840 INFO kablam! ... Sep 19 17:54:03.840 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.840 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.840 INFO kablam! | Sep 19 17:54:03.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.843 INFO kablam! Sep 19 17:54:03.843 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.843 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.843 INFO kablam! | Sep 19 17:54:03.843 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.843 INFO kablam! ... Sep 19 17:54:03.843 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.843 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.843 INFO kablam! | Sep 19 17:54:03.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.843 INFO kablam! Sep 19 17:54:03.843 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.843 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.843 INFO kablam! | Sep 19 17:54:03.843 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.843 INFO kablam! ... Sep 19 17:54:03.843 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.843 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.843 INFO kablam! | Sep 19 17:54:03.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.843 INFO kablam! Sep 19 17:54:03.843 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.844 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.844 INFO kablam! | Sep 19 17:54:03.844 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.844 INFO kablam! ... Sep 19 17:54:03.844 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.844 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.844 INFO kablam! | Sep 19 17:54:03.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.844 INFO kablam! Sep 19 17:54:03.844 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.844 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.844 INFO kablam! | Sep 19 17:54:03.844 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.844 INFO kablam! ... Sep 19 17:54:03.844 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.844 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.844 INFO kablam! | Sep 19 17:54:03.844 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.844 INFO kablam! Sep 19 17:54:03.844 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.844 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.844 INFO kablam! | Sep 19 17:54:03.844 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.844 INFO kablam! ... Sep 19 17:54:03.845 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.845 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.845 INFO kablam! | Sep 19 17:54:03.845 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.845 INFO kablam! Sep 19 17:54:03.845 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.845 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.845 INFO kablam! | Sep 19 17:54:03.845 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.845 INFO kablam! ... Sep 19 17:54:03.845 INFO kablam! 159 | tests!(vec_storage => VecStorage); Sep 19 17:54:03.845 INFO kablam! | ---------------------------------- in this macro invocation Sep 19 17:54:03.845 INFO kablam! | Sep 19 17:54:03.845 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.845 INFO kablam! Sep 19 17:54:03.845 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.845 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.845 INFO kablam! | Sep 19 17:54:03.845 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.845 INFO kablam! ... Sep 19 17:54:03.845 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.845 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.845 INFO kablam! | Sep 19 17:54:03.845 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.845 INFO kablam! Sep 19 17:54:03.845 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.846 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.846 INFO kablam! | Sep 19 17:54:03.846 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.846 INFO kablam! ... Sep 19 17:54:03.846 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.846 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.846 INFO kablam! | Sep 19 17:54:03.846 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.846 INFO kablam! Sep 19 17:54:03.846 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.846 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.846 INFO kablam! | Sep 19 17:54:03.846 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.846 INFO kablam! ... Sep 19 17:54:03.846 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.846 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.846 INFO kablam! | Sep 19 17:54:03.846 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.846 INFO kablam! Sep 19 17:54:03.846 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.846 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.846 INFO kablam! | Sep 19 17:54:03.846 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.846 INFO kablam! ... Sep 19 17:54:03.846 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.846 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.846 INFO kablam! | Sep 19 17:54:03.846 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.847 INFO kablam! Sep 19 17:54:03.847 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.847 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.847 INFO kablam! | Sep 19 17:54:03.847 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.847 INFO kablam! ... Sep 19 17:54:03.847 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.847 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.847 INFO kablam! | Sep 19 17:54:03.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.847 INFO kablam! Sep 19 17:54:03.847 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.847 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.847 INFO kablam! | Sep 19 17:54:03.847 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.848 INFO kablam! ... Sep 19 17:54:03.848 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.848 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.848 INFO kablam! | Sep 19 17:54:03.848 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.848 INFO kablam! Sep 19 17:54:03.848 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.848 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.848 INFO kablam! | Sep 19 17:54:03.848 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.848 INFO kablam! ... Sep 19 17:54:03.848 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.848 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.849 INFO kablam! | Sep 19 17:54:03.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.849 INFO kablam! Sep 19 17:54:03.849 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.849 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.849 INFO kablam! | Sep 19 17:54:03.849 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.849 INFO kablam! ... Sep 19 17:54:03.849 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.849 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.849 INFO kablam! | Sep 19 17:54:03.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.849 INFO kablam! Sep 19 17:54:03.849 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.849 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.849 INFO kablam! | Sep 19 17:54:03.849 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.849 INFO kablam! ... Sep 19 17:54:03.849 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.849 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.849 INFO kablam! | Sep 19 17:54:03.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.849 INFO kablam! Sep 19 17:54:03.849 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.849 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.849 INFO kablam! | Sep 19 17:54:03.849 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.849 INFO kablam! ... Sep 19 17:54:03.849 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.850 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.850 INFO kablam! | Sep 19 17:54:03.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.850 INFO kablam! Sep 19 17:54:03.850 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.850 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.850 INFO kablam! | Sep 19 17:54:03.850 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.850 INFO kablam! ... Sep 19 17:54:03.850 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.850 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.850 INFO kablam! | Sep 19 17:54:03.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.850 INFO kablam! Sep 19 17:54:03.850 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.850 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.850 INFO kablam! | Sep 19 17:54:03.850 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.850 INFO kablam! ... Sep 19 17:54:03.850 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.850 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.850 INFO kablam! | Sep 19 17:54:03.850 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.850 INFO kablam! Sep 19 17:54:03.850 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.850 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.850 INFO kablam! | Sep 19 17:54:03.851 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.851 INFO kablam! ... Sep 19 17:54:03.851 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.851 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.851 INFO kablam! | Sep 19 17:54:03.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.851 INFO kablam! Sep 19 17:54:03.851 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.851 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.851 INFO kablam! | Sep 19 17:54:03.851 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.851 INFO kablam! ... Sep 19 17:54:03.851 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.851 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.851 INFO kablam! | Sep 19 17:54:03.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.851 INFO kablam! Sep 19 17:54:03.851 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.851 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.851 INFO kablam! | Sep 19 17:54:03.851 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.852 INFO kablam! ... Sep 19 17:54:03.852 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.852 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.852 INFO kablam! | Sep 19 17:54:03.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.852 INFO kablam! Sep 19 17:54:03.852 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.852 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.852 INFO kablam! | Sep 19 17:54:03.852 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.852 INFO kablam! ... Sep 19 17:54:03.852 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.852 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.852 INFO kablam! | Sep 19 17:54:03.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.852 INFO kablam! Sep 19 17:54:03.852 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.852 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.852 INFO kablam! | Sep 19 17:54:03.853 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.853 INFO kablam! ... Sep 19 17:54:03.853 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.853 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.853 INFO kablam! | Sep 19 17:54:03.853 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.853 INFO kablam! Sep 19 17:54:03.853 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.853 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.853 INFO kablam! | Sep 19 17:54:03.853 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.853 INFO kablam! ... Sep 19 17:54:03.853 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.853 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.853 INFO kablam! | Sep 19 17:54:03.853 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.853 INFO kablam! Sep 19 17:54:03.853 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.853 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.853 INFO kablam! | Sep 19 17:54:03.854 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.854 INFO kablam! ... Sep 19 17:54:03.854 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.854 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.854 INFO kablam! | Sep 19 17:54:03.854 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.854 INFO kablam! Sep 19 17:54:03.854 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.854 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.854 INFO kablam! | Sep 19 17:54:03.854 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.854 INFO kablam! ... Sep 19 17:54:03.854 INFO kablam! 160 | tests!(dense_vec_storage => DenseVecStorage); Sep 19 17:54:03.854 INFO kablam! | --------------------------------------------- in this macro invocation Sep 19 17:54:03.854 INFO kablam! | Sep 19 17:54:03.854 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.854 INFO kablam! Sep 19 17:54:03.854 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.854 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.854 INFO kablam! | Sep 19 17:54:03.854 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.854 INFO kablam! ... Sep 19 17:54:03.854 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.854 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.854 INFO kablam! | Sep 19 17:54:03.854 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.854 INFO kablam! Sep 19 17:54:03.854 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.854 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.854 INFO kablam! | Sep 19 17:54:03.854 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.854 INFO kablam! ... Sep 19 17:54:03.854 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.854 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.855 INFO kablam! | Sep 19 17:54:03.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.855 INFO kablam! Sep 19 17:54:03.855 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.855 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.855 INFO kablam! | Sep 19 17:54:03.855 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.856 INFO kablam! ... Sep 19 17:54:03.856 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.856 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.856 INFO kablam! | Sep 19 17:54:03.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.856 INFO kablam! Sep 19 17:54:03.856 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.856 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.856 INFO kablam! | Sep 19 17:54:03.856 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.856 INFO kablam! ... Sep 19 17:54:03.856 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.856 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.856 INFO kablam! | Sep 19 17:54:03.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.856 INFO kablam! Sep 19 17:54:03.856 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.856 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.856 INFO kablam! | Sep 19 17:54:03.856 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.856 INFO kablam! ... Sep 19 17:54:03.856 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.856 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.856 INFO kablam! | Sep 19 17:54:03.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.856 INFO kablam! Sep 19 17:54:03.856 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.856 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.856 INFO kablam! | Sep 19 17:54:03.856 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.856 INFO kablam! ... Sep 19 17:54:03.856 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.856 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.856 INFO kablam! | Sep 19 17:54:03.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.857 INFO kablam! Sep 19 17:54:03.857 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.857 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.857 INFO kablam! | Sep 19 17:54:03.857 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.857 INFO kablam! ... Sep 19 17:54:03.857 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.857 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.857 INFO kablam! | Sep 19 17:54:03.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.857 INFO kablam! Sep 19 17:54:03.857 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.857 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.857 INFO kablam! | Sep 19 17:54:03.857 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.858 INFO kablam! ... Sep 19 17:54:03.858 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.858 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.858 INFO kablam! Sep 19 17:54:03.858 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.858 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.858 INFO kablam! ... Sep 19 17:54:03.858 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.858 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.858 INFO kablam! Sep 19 17:54:03.858 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.858 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.858 INFO kablam! ... Sep 19 17:54:03.858 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.858 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.858 INFO kablam! Sep 19 17:54:03.858 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.858 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.858 INFO kablam! ... Sep 19 17:54:03.858 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.858 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.858 INFO kablam! Sep 19 17:54:03.858 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.858 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.858 INFO kablam! ... Sep 19 17:54:03.858 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.858 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.858 INFO kablam! | Sep 19 17:54:03.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.858 INFO kablam! Sep 19 17:54:03.858 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.860 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.860 INFO kablam! | Sep 19 17:54:03.860 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.860 INFO kablam! ... Sep 19 17:54:03.860 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.860 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.860 INFO kablam! | Sep 19 17:54:03.860 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.860 INFO kablam! Sep 19 17:54:03.860 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.860 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.860 INFO kablam! | Sep 19 17:54:03.860 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.860 INFO kablam! ... Sep 19 17:54:03.861 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.861 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.861 INFO kablam! | Sep 19 17:54:03.861 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.861 INFO kablam! Sep 19 17:54:03.861 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.861 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.861 INFO kablam! | Sep 19 17:54:03.861 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.861 INFO kablam! ... Sep 19 17:54:03.861 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.861 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.861 INFO kablam! | Sep 19 17:54:03.861 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.861 INFO kablam! Sep 19 17:54:03.861 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.861 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.861 INFO kablam! | Sep 19 17:54:03.862 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.862 INFO kablam! ... Sep 19 17:54:03.862 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.862 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.862 INFO kablam! | Sep 19 17:54:03.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.862 INFO kablam! Sep 19 17:54:03.862 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.862 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.862 INFO kablam! | Sep 19 17:54:03.862 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.862 INFO kablam! ... Sep 19 17:54:03.862 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.862 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.862 INFO kablam! | Sep 19 17:54:03.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.862 INFO kablam! Sep 19 17:54:03.862 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.862 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.862 INFO kablam! | Sep 19 17:54:03.862 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.862 INFO kablam! ... Sep 19 17:54:03.862 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.862 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.862 INFO kablam! | Sep 19 17:54:03.862 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.862 INFO kablam! Sep 19 17:54:03.862 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.862 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.862 INFO kablam! | Sep 19 17:54:03.862 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.862 INFO kablam! ... Sep 19 17:54:03.863 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.863 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.863 INFO kablam! | Sep 19 17:54:03.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.863 INFO kablam! Sep 19 17:54:03.863 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.863 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.863 INFO kablam! | Sep 19 17:54:03.863 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.863 INFO kablam! ... Sep 19 17:54:03.863 INFO kablam! 161 | tests!(hashmap_storage => HashMapStorage); Sep 19 17:54:03.863 INFO kablam! | ------------------------------------------ in this macro invocation Sep 19 17:54:03.863 INFO kablam! | Sep 19 17:54:03.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.863 INFO kablam! Sep 19 17:54:03.863 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.863 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.863 INFO kablam! | Sep 19 17:54:03.863 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.863 INFO kablam! ... Sep 19 17:54:03.863 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.863 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.863 INFO kablam! | Sep 19 17:54:03.863 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.863 INFO kablam! Sep 19 17:54:03.863 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.863 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.863 INFO kablam! | Sep 19 17:54:03.864 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.864 INFO kablam! ... Sep 19 17:54:03.864 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.864 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.864 INFO kablam! | Sep 19 17:54:03.864 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.864 INFO kablam! Sep 19 17:54:03.864 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.864 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.864 INFO kablam! | Sep 19 17:54:03.864 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.864 INFO kablam! ... Sep 19 17:54:03.864 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.865 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.865 INFO kablam! | Sep 19 17:54:03.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.865 INFO kablam! Sep 19 17:54:03.865 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.865 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.865 INFO kablam! | Sep 19 17:54:03.865 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.865 INFO kablam! ... Sep 19 17:54:03.865 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.865 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.865 INFO kablam! | Sep 19 17:54:03.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.865 INFO kablam! Sep 19 17:54:03.865 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.865 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.865 INFO kablam! | Sep 19 17:54:03.865 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.865 INFO kablam! ... Sep 19 17:54:03.865 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.865 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.865 INFO kablam! | Sep 19 17:54:03.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.865 INFO kablam! Sep 19 17:54:03.865 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.865 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.865 INFO kablam! | Sep 19 17:54:03.865 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.865 INFO kablam! ... Sep 19 17:54:03.865 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.865 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.865 INFO kablam! | Sep 19 17:54:03.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.866 INFO kablam! Sep 19 17:54:03.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.866 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.866 INFO kablam! | Sep 19 17:54:03.866 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.866 INFO kablam! ... Sep 19 17:54:03.866 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.866 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.866 INFO kablam! | Sep 19 17:54:03.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.866 INFO kablam! Sep 19 17:54:03.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.866 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.866 INFO kablam! | Sep 19 17:54:03.866 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.866 INFO kablam! ... Sep 19 17:54:03.866 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.866 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.866 INFO kablam! | Sep 19 17:54:03.866 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.866 INFO kablam! Sep 19 17:54:03.866 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.866 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.866 INFO kablam! | Sep 19 17:54:03.866 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.866 INFO kablam! ... Sep 19 17:54:03.867 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.867 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.867 INFO kablam! | Sep 19 17:54:03.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.867 INFO kablam! Sep 19 17:54:03.867 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.867 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.867 INFO kablam! | Sep 19 17:54:03.867 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.867 INFO kablam! ... Sep 19 17:54:03.867 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.867 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.867 INFO kablam! | Sep 19 17:54:03.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.868 INFO kablam! Sep 19 17:54:03.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.868 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.868 INFO kablam! | Sep 19 17:54:03.868 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.868 INFO kablam! ... Sep 19 17:54:03.868 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.868 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.868 INFO kablam! | Sep 19 17:54:03.868 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.868 INFO kablam! Sep 19 17:54:03.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.868 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.868 INFO kablam! | Sep 19 17:54:03.868 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.868 INFO kablam! ... Sep 19 17:54:03.868 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.868 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.868 INFO kablam! | Sep 19 17:54:03.868 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.868 INFO kablam! Sep 19 17:54:03.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.868 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.868 INFO kablam! | Sep 19 17:54:03.868 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.868 INFO kablam! ... Sep 19 17:54:03.868 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.868 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.868 INFO kablam! | Sep 19 17:54:03.868 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.868 INFO kablam! Sep 19 17:54:03.868 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.868 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.868 INFO kablam! | Sep 19 17:54:03.868 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.869 INFO kablam! ... Sep 19 17:54:03.869 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.869 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.869 INFO kablam! | Sep 19 17:54:03.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.869 INFO kablam! Sep 19 17:54:03.869 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.869 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.869 INFO kablam! | Sep 19 17:54:03.869 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.869 INFO kablam! ... Sep 19 17:54:03.869 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.869 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.869 INFO kablam! | Sep 19 17:54:03.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.869 INFO kablam! Sep 19 17:54:03.869 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.869 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.869 INFO kablam! | Sep 19 17:54:03.869 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.869 INFO kablam! ... Sep 19 17:54:03.869 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.869 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.869 INFO kablam! | Sep 19 17:54:03.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.869 INFO kablam! Sep 19 17:54:03.869 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.869 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.869 INFO kablam! | Sep 19 17:54:03.869 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.870 INFO kablam! ... Sep 19 17:54:03.870 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.870 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.870 INFO kablam! | Sep 19 17:54:03.870 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.870 INFO kablam! Sep 19 17:54:03.870 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.870 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.870 INFO kablam! | Sep 19 17:54:03.870 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.870 INFO kablam! ... Sep 19 17:54:03.870 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.870 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.870 INFO kablam! | Sep 19 17:54:03.870 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.870 INFO kablam! Sep 19 17:54:03.870 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.870 INFO kablam! --> benches/storage_sparse.rs:50:25 Sep 19 17:54:03.871 INFO kablam! | Sep 19 17:54:03.871 INFO kablam! 50 | ints.insert(entity, CompInt::default()); Sep 19 17:54:03.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.871 INFO kablam! ... Sep 19 17:54:03.871 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.871 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.871 INFO kablam! | Sep 19 17:54:03.871 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.871 INFO kablam! Sep 19 17:54:03.871 INFO kablam! warning: unused `std::result::Result` which must be used Sep 19 17:54:03.871 INFO kablam! --> benches/storage_sparse.rs:51:25 Sep 19 17:54:03.871 INFO kablam! | Sep 19 17:54:03.871 INFO kablam! 51 | bools.insert(entity, CompBool::default()); Sep 19 17:54:03.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:54:03.871 INFO kablam! ... Sep 19 17:54:03.871 INFO kablam! 162 | tests!(btree_storage => BTreeStorage); Sep 19 17:54:03.871 INFO kablam! | -------------------------------------- in this macro invocation Sep 19 17:54:03.871 INFO kablam! | Sep 19 17:54:03.871 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 19 17:54:03.872 INFO kablam! Sep 19 17:54:03.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.83s Sep 19 17:54:03.942 INFO kablam! su: No module specific data is present Sep 19 17:54:04.958 INFO running `"docker" "rm" "-f" "b208d754bcc2f5f1d137eeb44529f9892f92a9c4c0e958381209f41c2a6416f9"` Sep 19 17:54:05.179 INFO blam! b208d754bcc2f5f1d137eeb44529f9892f92a9c4c0e958381209f41c2a6416f9