[INFO] crate console 0.7.1 is already in cache [INFO] extracting crate console 0.7.1 into work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/reg/console/0.7.1 [INFO] extracting crate console 0.7.1 into work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/reg/console/0.7.1 [INFO] validating manifest of console-0.7.1 on toolchain master#df25d79a33b0c82b716699a75a41bfdc6089850a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of console-0.7.1 on toolchain try#424a4ae163d6517f301cd4048a4b5dd785be5b2f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing console-0.7.1 [INFO] finished frobbing console-0.7.1 [INFO] frobbed toml for console-0.7.1 written to work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/reg/console/0.7.1/Cargo.toml [INFO] started frobbing console-0.7.1 [INFO] finished frobbing console-0.7.1 [INFO] frobbed toml for console-0.7.1 written to work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/reg/console/0.7.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking console-0.7.1 against master#df25d79a33b0c82b716699a75a41bfdc6089850a for pr-59928 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-59928/worker-4/master#df25d79a33b0c82b716699a75a41bfdc6089850a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/reg/console/0.7.1:/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" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c0f0cb9944b988a41a0872188fb7364def1781aad53a3ccf1f55a3ad05e580b8 [INFO] running `"docker" "start" "-a" "c0f0cb9944b988a41a0872188fb7364def1781aad53a3ccf1f55a3ad05e580b8"` [INFO] [stderr] Checking clicolors-control v0.3.2 [INFO] [stderr] Checking console v0.7.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `libc` is imported redundantly [INFO] [stderr] --> src/term.rs:270:13 [INFO] [stderr] | [INFO] [stderr] 270 | use libc; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | extern crate libc; [INFO] [stderr] | ------------------ the item `libc` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `libc` is imported redundantly [INFO] [stderr] --> src/term.rs:270:13 [INFO] [stderr] | [INFO] [stderr] 270 | use libc; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | extern crate libc; [INFO] [stderr] | ------------------ the item `libc` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/term.rs:142:22 [INFO] [stderr] | [INFO] [stderr] 142 | let len = rv.trim_right_matches(&['\r', '\n'][..]).len(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/unix_term.rs:77:22 [INFO] [stderr] | [INFO] [stderr] 77 | let len = rv.trim_right_matches(&['\r', '\n'][..]).len(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/term.rs:142:22 [INFO] [stderr] | [INFO] [stderr] 142 | let len = rv.trim_right_matches(&['\r', '\n'][..]).len(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/unix_term.rs:77:22 [INFO] [stderr] | [INFO] [stderr] 77 | let len = rv.trim_right_matches(&['\r', '\n'][..]).len(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.64s [INFO] running `"docker" "inspect" "c0f0cb9944b988a41a0872188fb7364def1781aad53a3ccf1f55a3ad05e580b8"` [INFO] running `"docker" "rm" "-f" "c0f0cb9944b988a41a0872188fb7364def1781aad53a3ccf1f55a3ad05e580b8"` [INFO] [stdout] c0f0cb9944b988a41a0872188fb7364def1781aad53a3ccf1f55a3ad05e580b8