Oct 13 01:30:31.096 INFO checking aleozlx/alg-matching against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 01:30:31.096 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 01:30:31.556 INFO blam! 8032e37833f9f20772060eb64c61ec722f015df8e7eea88e0bddf48f36f8ec51 Oct 13 01:30:31.565 INFO running `"docker" "start" "-a" "8032e37833f9f20772060eb64c61ec722f015df8e7eea88e0bddf48f36f8ec51"` Oct 13 01:30:32.404 INFO kablam! usermod: no changes Oct 13 01:30:32.440 INFO kablam! Checking alg-matching v0.1.0 (/source) Oct 13 01:30:32.984 INFO kablam! warning: unused macro definition Oct 13 01:30:32.984 INFO kablam! --> src/main.rs:70:1 Oct 13 01:30:32.985 INFO kablam! | Oct 13 01:30:32.985 INFO kablam! 70 | / macro_rules! unweighted_graph( Oct 13 01:30:32.985 INFO kablam! 71 | | { $($u:expr => [ $($v:expr),+ ]),+ } => { Oct 13 01:30:32.985 INFO kablam! 72 | | { Oct 13 01:30:32.985 INFO kablam! 73 | | let mut g = AdjGraph { adj: HashMap::new() }; Oct 13 01:30:32.985 INFO kablam! ... | Oct 13 01:30:32.985 INFO kablam! 79 | | }; Oct 13 01:30:32.986 INFO kablam! 80 | | ); Oct 13 01:30:32.986 INFO kablam! | |__^ Oct 13 01:30:32.986 INFO kablam! | Oct 13 01:30:32.986 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:30:32.986 INFO kablam! Oct 13 01:30:33.018 INFO kablam! warning: unused variable: `f` Oct 13 01:30:33.018 INFO kablam! --> src/main.rs:186:9 Oct 13 01:30:33.018 INFO kablam! | Oct 13 01:30:33.018 INFO kablam! 186 | let f: AdjFlowI32 = AdjFlowI32{ g: AdjGraph::new() }; Oct 13 01:30:33.018 INFO kablam! | ^ help: consider using `_f` instead Oct 13 01:30:33.018 INFO kablam! | Oct 13 01:30:33.018 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:30:33.018 INFO kablam! Oct 13 01:30:33.018 INFO kablam! warning: unused variable: `res` Oct 13 01:30:33.018 INFO kablam! --> src/main.rs:116:13 Oct 13 01:30:33.018 INFO kablam! | Oct 13 01:30:33.018 INFO kablam! 116 | let res = self.residual_graph(); Oct 13 01:30:33.018 INFO kablam! | ^^^ help: consider using `_res` instead Oct 13 01:30:33.018 INFO kablam! Oct 13 01:30:33.018 INFO kablam! warning: unused variable: `s` Oct 13 01:30:33.018 INFO kablam! --> src/main.rs:115:43 Oct 13 01:30:33.018 INFO kablam! | Oct 13 01:30:33.018 INFO kablam! 115 | fn edmonds_karp_maxflow<'g>(&'g self, s: &'g V, t: &'g V) -> Self { Oct 13 01:30:33.018 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:30:33.018 INFO kablam! Oct 13 01:30:33.018 INFO kablam! warning: unused variable: `t` Oct 13 01:30:33.018 INFO kablam! --> src/main.rs:115:53 Oct 13 01:30:33.018 INFO kablam! | Oct 13 01:30:33.018 INFO kablam! 115 | fn edmonds_karp_maxflow<'g>(&'g self, s: &'g V, t: &'g V) -> Self { Oct 13 01:30:33.018 INFO kablam! | ^ help: consider using `_t` instead Oct 13 01:30:33.018 INFO kablam! Oct 13 01:30:33.214 INFO kablam! warning: unused variable: `f` Oct 13 01:30:33.214 INFO kablam! --> src/main.rs:186:9 Oct 13 01:30:33.214 INFO kablam! | Oct 13 01:30:33.214 INFO kablam! 186 | let f: AdjFlowI32 = AdjFlowI32{ g: AdjGraph::new() }; Oct 13 01:30:33.214 INFO kablam! | ^ help: consider using `_f` instead Oct 13 01:30:33.214 INFO kablam! | Oct 13 01:30:33.214 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:30:33.214 INFO kablam! Oct 13 01:30:33.214 INFO kablam! warning: unused variable: `res` Oct 13 01:30:33.214 INFO kablam! --> src/main.rs:116:13 Oct 13 01:30:33.214 INFO kablam! | Oct 13 01:30:33.214 INFO kablam! 116 | let res = self.residual_graph(); Oct 13 01:30:33.214 INFO kablam! | ^^^ help: consider using `_res` instead Oct 13 01:30:33.214 INFO kablam! Oct 13 01:30:33.214 INFO kablam! warning: unused variable: `s` Oct 13 01:30:33.214 INFO kablam! --> src/main.rs:115:43 Oct 13 01:30:33.214 INFO kablam! | Oct 13 01:30:33.214 INFO kablam! 115 | fn edmonds_karp_maxflow<'g>(&'g self, s: &'g V, t: &'g V) -> Self { Oct 13 01:30:33.214 INFO kablam! | ^ help: consider using `_s` instead Oct 13 01:30:33.214 INFO kablam! Oct 13 01:30:33.214 INFO kablam! warning: unused variable: `t` Oct 13 01:30:33.214 INFO kablam! --> src/main.rs:115:53 Oct 13 01:30:33.214 INFO kablam! | Oct 13 01:30:33.214 INFO kablam! 115 | fn edmonds_karp_maxflow<'g>(&'g self, s: &'g V, t: &'g V) -> Self { Oct 13 01:30:33.214 INFO kablam! | ^ help: consider using `_t` instead Oct 13 01:30:33.214 INFO kablam! Oct 13 01:30:33.261 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 13 01:30:33.264 INFO kablam! su: No module specific data is present Oct 13 01:30:33.668 INFO running `"docker" "rm" "-f" "8032e37833f9f20772060eb64c61ec722f015df8e7eea88e0bddf48f36f8ec51"` Oct 13 01:30:33.804 INFO blam! 8032e37833f9f20772060eb64c61ec722f015df8e7eea88e0bddf48f36f8ec51