Sep 02 01:14:59.673 INFO checking rustix-bl-0.5.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:14:59.673 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:14:59.673 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:14:59.947 INFO blam! e744bb094f1b3665f446a0bba78d54cf54ebe406392d5dd79faf4127f611a066 Sep 02 01:14:59.949 INFO running `"docker" "start" "-a" "e744bb094f1b3665f446a0bba78d54cf54ebe406392d5dd79faf4127f611a066"` Sep 02 01:15:01.262 INFO kablam! Checking custom_derive v0.1.7 Sep 02 01:15:01.266 INFO kablam! Compiling lmdb-sys v0.8.0 Sep 02 01:15:01.281 INFO kablam! Compiling typescriptify-derive v0.1.5 Sep 02 01:15:01.281 INFO kablam! Checking suffix-rs v0.1.0 Sep 02 01:15:07.374 INFO kablam! Checking typescriptify v0.1.5 Sep 02 01:15:08.611 INFO kablam! Checking lmdb v0.8.0 Sep 02 01:15:10.215 INFO kablam! Checking rustix-bl v0.5.0 (file:///source) Sep 02 01:15:17.841 INFO kablam! warning: variable does not need to be mutable Sep 02 01:15:17.841 INFO kablam! --> src/lib.rs:69:9 Sep 02 01:15:17.841 INFO kablam! | Sep 02 01:15:17.841 INFO kablam! 69 | let mut config = StaticConfig::default_persistence(dir.to_str().unwrap()); Sep 02 01:15:17.841 INFO kablam! | ----^^^^^^ Sep 02 01:15:17.841 INFO kablam! | | Sep 02 01:15:17.841 INFO kablam! | help: remove this `mut` Sep 02 01:15:17.841 INFO kablam! | Sep 02 01:15:17.841 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 01:15:17.841 INFO kablam! Sep 02 01:15:18.862 INFO kablam! warning: variable does not need to be mutable Sep 02 01:15:18.862 INFO kablam! --> src/rustix_backend.rs:319:13 Sep 02 01:15:18.862 INFO kablam! | Sep 02 01:15:18.862 INFO kablam! 319 | let mut file_raw= File::open(filepath); Sep 02 01:15:18.862 INFO kablam! | ----^^^^^^^^ Sep 02 01:15:18.862 INFO kablam! | | Sep 02 01:15:18.862 INFO kablam! | help: remove this `mut` Sep 02 01:15:18.862 INFO kablam! Sep 02 01:15:18.878 INFO kablam! warning: variable does not need to be mutable Sep 02 01:15:18.879 INFO kablam! --> src/persistencer.rs:115:13 Sep 02 01:15:18.879 INFO kablam! | Sep 02 01:15:18.879 INFO kablam! 115 | let mut fp = FilePersister { Sep 02 01:15:18.879 INFO kablam! | ----^^ Sep 02 01:15:18.879 INFO kablam! | | Sep 02 01:15:18.879 INFO kablam! | help: remove this `mut` Sep 02 01:15:18.879 INFO kablam! Sep 02 01:15:18.970 INFO kablam! warning: variable does not need to be mutable Sep 02 01:15:18.970 INFO kablam! --> src/lib.rs:69:9 Sep 02 01:15:18.970 INFO kablam! | Sep 02 01:15:18.970 INFO kablam! 69 | let mut config = StaticConfig::default_persistence(dir.to_str().unwrap()); Sep 02 01:15:18.970 INFO kablam! | ----^^^^^^ Sep 02 01:15:18.970 INFO kablam! | | Sep 02 01:15:18.970 INFO kablam! | help: remove this `mut` Sep 02 01:15:18.970 INFO kablam! | Sep 02 01:15:18.970 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 01:15:18.970 INFO kablam! Sep 02 01:15:20.033 INFO kablam! warning: variable does not need to be mutable Sep 02 01:15:20.033 INFO kablam! --> src/rustix_backend.rs:319:13 Sep 02 01:15:20.033 INFO kablam! | Sep 02 01:15:20.033 INFO kablam! 319 | let mut file_raw= File::open(filepath); Sep 02 01:15:20.033 INFO kablam! | ----^^^^^^^^ Sep 02 01:15:20.033 INFO kablam! | | Sep 02 01:15:20.033 INFO kablam! | help: remove this `mut` Sep 02 01:15:20.033 INFO kablam! Sep 02 01:15:20.351 INFO kablam! warning: variable does not need to be mutable Sep 02 01:15:20.351 INFO kablam! --> src/persistencer.rs:115:13 Sep 02 01:15:20.351 INFO kablam! | Sep 02 01:15:20.351 INFO kablam! 115 | let mut fp = FilePersister { Sep 02 01:15:20.351 INFO kablam! | ----^^ Sep 02 01:15:20.351 INFO kablam! | | Sep 02 01:15:20.351 INFO kablam! | help: remove this `mut` Sep 02 01:15:20.352 INFO kablam! Sep 02 01:15:20.609 INFO kablam! warning: unused import: `std::mem::replace` Sep 02 01:15:20.609 INFO kablam! --> benches/benchmark.rs:7:5 Sep 02 01:15:20.609 INFO kablam! | Sep 02 01:15:20.609 INFO kablam! 7 | use std::mem::replace; Sep 02 01:15:20.609 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 01:15:20.609 INFO kablam! | Sep 02 01:15:20.609 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 01:15:20.609 INFO kablam! Sep 02 01:15:21.013 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.00s Sep 02 01:15:21.020 INFO kablam! su: No module specific data is present Sep 02 01:15:21.409 INFO running `"docker" "rm" "-f" "e744bb094f1b3665f446a0bba78d54cf54ebe406392d5dd79faf4127f611a066"` Sep 02 01:15:21.505 INFO blam! e744bb094f1b3665f446a0bba78d54cf54ebe406392d5dd79faf4127f611a066