Dec 19 08:40:07.385 INFO checking sjsyrek/cormen-rust against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 08:40:07.385 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/sjsyrek/cormen-rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 08:40:07.535 INFO [stdout] 70e6611108c44f067a3ac6ad39424f1624f431a1f1495aa8acdde150d8e42be5 Dec 19 08:40:07.542 INFO running `"docker" "start" "-a" "70e6611108c44f067a3ac6ad39424f1624f431a1f1495aa8acdde150d8e42be5"` Dec 19 08:40:08.260 INFO [stderr] Checking cormen_rust v0.2.0 (/opt/crater/workdir) Dec 19 08:40:08.344 INFO [stderr] warning: unnecessary parentheses around function argument Dec 19 08:40:08.344 INFO [stderr] --> src/sorts/merge_sort.rs:14:40 Dec 19 08:40:08.344 INFO [stderr] | Dec 19 08:40:08.344 INFO [stderr] 14 | let mut left: Vec = vec![0; (n1 + 1)]; Dec 19 08:40:08.344 INFO [stderr] | ^^^^^^^^ help: remove these parentheses Dec 19 08:40:08.344 INFO [stderr] | Dec 19 08:40:08.344 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 19 08:40:08.344 INFO [stderr] Dec 19 08:40:08.344 INFO [stderr] warning: unnecessary parentheses around function argument Dec 19 08:40:08.344 INFO [stderr] --> src/sorts/merge_sort.rs:15:41 Dec 19 08:40:08.344 INFO [stderr] | Dec 19 08:40:08.344 INFO [stderr] 15 | let mut right: Vec = vec![0; (n2 + 1)]; Dec 19 08:40:08.344 INFO [stderr] | ^^^^^^^^ help: remove these parentheses Dec 19 08:40:08.344 INFO [stderr] Dec 19 08:40:08.348 INFO [stderr] warning: unnecessary parentheses around function argument Dec 19 08:40:08.348 INFO [stderr] --> src/sorts/merge_sort.rs:14:40 Dec 19 08:40:08.348 INFO [stderr] | Dec 19 08:40:08.348 INFO [stderr] 14 | let mut left: Vec = vec![0; (n1 + 1)]; Dec 19 08:40:08.348 INFO [stderr] | ^^^^^^^^ help: remove these parentheses Dec 19 08:40:08.348 INFO [stderr] | Dec 19 08:40:08.348 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 19 08:40:08.348 INFO [stderr] Dec 19 08:40:08.348 INFO [stderr] warning: unnecessary parentheses around function argument Dec 19 08:40:08.348 INFO [stderr] --> src/sorts/merge_sort.rs:15:41 Dec 19 08:40:08.348 INFO [stderr] | Dec 19 08:40:08.348 INFO [stderr] 15 | let mut right: Vec = vec![0; (n2 + 1)]; Dec 19 08:40:08.348 INFO [stderr] | ^^^^^^^^ help: remove these parentheses Dec 19 08:40:08.348 INFO [stderr] Dec 19 08:40:08.362 INFO [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` Dec 19 08:40:08.362 INFO [stderr] --> src/utils.rs:15:26 Dec 19 08:40:08.362 INFO [stderr] | Dec 19 08:40:08.362 INFO [stderr] 15 | "[".to_string() + &s.trim_right_matches(", ").to_string() + "]" Dec 19 08:40:08.362 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 19 08:40:08.362 INFO [stderr] | Dec 19 08:40:08.362 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 08:40:08.362 INFO [stderr] Dec 19 08:40:08.367 INFO [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` Dec 19 08:40:08.367 INFO [stderr] --> src/utils.rs:15:26 Dec 19 08:40:08.367 INFO [stderr] | Dec 19 08:40:08.367 INFO [stderr] 15 | "[".to_string() + &s.trim_right_matches(", ").to_string() + "]" Dec 19 08:40:08.367 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 19 08:40:08.367 INFO [stderr] | Dec 19 08:40:08.367 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 08:40:08.367 INFO [stderr] Dec 19 08:40:08.525 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s Dec 19 08:40:08.832 INFO running `"docker" "inspect" "70e6611108c44f067a3ac6ad39424f1624f431a1f1495aa8acdde150d8e42be5"` Dec 19 08:40:08.931 INFO running `"docker" "rm" "-f" "70e6611108c44f067a3ac6ad39424f1624f431a1f1495aa8acdde150d8e42be5"` Dec 19 08:40:09.056 INFO [stdout] 70e6611108c44f067a3ac6ad39424f1624f431a1f1495aa8acdde150d8e42be5