Sep 04 07:45:40.412 INFO checking rustix-bl-0.5.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:45:40.412 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:45:40.412 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:45:40.632 INFO blam! 69b0c95b16c5b7b51907c516357ac44aea1640ca08e12207bc857a22e7e2697f Sep 04 07:45:40.633 INFO running `"docker" "start" "-a" "69b0c95b16c5b7b51907c516357ac44aea1640ca08e12207bc857a22e7e2697f"` Sep 04 07:45:41.550 INFO kablam! Compiling lmdb-sys v0.8.0 Sep 04 07:45:41.557 INFO kablam! Checking typescriptify v0.1.5 Sep 04 07:45:41.557 INFO kablam! Checking suffix-rs v0.1.0 Sep 04 07:45:46.948 INFO kablam! Checking lmdb v0.8.0 Sep 04 07:45:48.551 INFO kablam! Checking rustix-bl v0.5.0 (file:///source) Sep 04 07:45:55.596 INFO kablam! warning: variable does not need to be mutable Sep 04 07:45:55.596 INFO kablam! --> src/lib.rs:69:9 Sep 04 07:45:55.596 INFO kablam! | Sep 04 07:45:55.596 INFO kablam! 69 | let mut config = StaticConfig::default_persistence(dir.to_str().unwrap()); Sep 04 07:45:55.596 INFO kablam! | ----^^^^^^ Sep 04 07:45:55.596 INFO kablam! | | Sep 04 07:45:55.596 INFO kablam! | help: remove this `mut` Sep 04 07:45:55.597 INFO kablam! | Sep 04 07:45:55.597 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:45:55.597 INFO kablam! Sep 04 07:45:56.460 INFO kablam! warning: variable does not need to be mutable Sep 04 07:45:56.460 INFO kablam! --> src/rustix_backend.rs:319:13 Sep 04 07:45:56.460 INFO kablam! | Sep 04 07:45:56.460 INFO kablam! 319 | let mut file_raw= File::open(filepath); Sep 04 07:45:56.460 INFO kablam! | ----^^^^^^^^ Sep 04 07:45:56.460 INFO kablam! | | Sep 04 07:45:56.460 INFO kablam! | help: remove this `mut` Sep 04 07:45:56.460 INFO kablam! Sep 04 07:45:56.473 INFO kablam! warning: variable does not need to be mutable Sep 04 07:45:56.473 INFO kablam! --> src/persistencer.rs:115:13 Sep 04 07:45:56.473 INFO kablam! | Sep 04 07:45:56.473 INFO kablam! 115 | let mut fp = FilePersister { Sep 04 07:45:56.474 INFO kablam! | ----^^ Sep 04 07:45:56.474 INFO kablam! | | Sep 04 07:45:56.474 INFO kablam! | help: remove this `mut` Sep 04 07:45:56.474 INFO kablam! Sep 04 07:45:56.681 INFO kablam! warning: variable does not need to be mutable Sep 04 07:45:56.683 INFO kablam! --> src/lib.rs:69:9 Sep 04 07:45:56.683 INFO kablam! | Sep 04 07:45:56.683 INFO kablam! 69 | let mut config = StaticConfig::default_persistence(dir.to_str().unwrap()); Sep 04 07:45:56.683 INFO kablam! | ----^^^^^^ Sep 04 07:45:56.683 INFO kablam! | | Sep 04 07:45:56.683 INFO kablam! | help: remove this `mut` Sep 04 07:45:56.683 INFO kablam! | Sep 04 07:45:56.683 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:45:56.683 INFO kablam! Sep 04 07:45:57.564 INFO kablam! warning: variable does not need to be mutable Sep 04 07:45:57.564 INFO kablam! --> src/rustix_backend.rs:319:13 Sep 04 07:45:57.564 INFO kablam! | Sep 04 07:45:57.564 INFO kablam! 319 | let mut file_raw= File::open(filepath); Sep 04 07:45:57.564 INFO kablam! | ----^^^^^^^^ Sep 04 07:45:57.565 INFO kablam! | | Sep 04 07:45:57.565 INFO kablam! | help: remove this `mut` Sep 04 07:45:57.565 INFO kablam! Sep 04 07:45:57.810 INFO kablam! warning: variable does not need to be mutable Sep 04 07:45:57.810 INFO kablam! --> src/persistencer.rs:115:13 Sep 04 07:45:57.810 INFO kablam! | Sep 04 07:45:57.810 INFO kablam! 115 | let mut fp = FilePersister { Sep 04 07:45:57.810 INFO kablam! | ----^^ Sep 04 07:45:57.810 INFO kablam! | | Sep 04 07:45:57.810 INFO kablam! | help: remove this `mut` Sep 04 07:45:57.811 INFO kablam! Sep 04 07:45:58.351 INFO kablam! warning: unused import: `std::mem::replace` Sep 04 07:45:58.351 INFO kablam! --> benches/benchmark.rs:7:5 Sep 04 07:45:58.351 INFO kablam! | Sep 04 07:45:58.351 INFO kablam! 7 | use std::mem::replace; Sep 04 07:45:58.351 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 07:45:58.351 INFO kablam! | Sep 04 07:45:58.351 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:45:58.352 INFO kablam! Sep 04 07:45:58.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.39s Sep 04 07:45:58.827 INFO kablam! su: No module specific data is present Sep 04 07:45:59.401 INFO running `"docker" "rm" "-f" "69b0c95b16c5b7b51907c516357ac44aea1640ca08e12207bc857a22e7e2697f"` Sep 04 07:45:59.517 INFO blam! 69b0c95b16c5b7b51907c516357ac44aea1640ca08e12207bc857a22e7e2697f