[INFO] fetching crate console 0.7.5... [INFO] extracting crate console 0.7.5 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/console/0.7.5 [INFO] extracting crate console 0.7.5 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/console/0.7.5 [INFO] validating manifest of console-0.7.5 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of console-0.7.5 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing console-0.7.5 [INFO] finished frobbing console-0.7.5 [INFO] frobbed toml for console-0.7.5 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/console/0.7.5/Cargo.toml [INFO] started frobbing console-0.7.5 [INFO] finished frobbing console-0.7.5 [INFO] frobbed toml for console-0.7.5 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/console/0.7.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing console-0.7.5 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/console/0.7.5:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 8fcf36c2a2007f2a7bcc43ff147de905fa56865314ea2f6fb19a37ccd5480910 [INFO] running `"docker" "start" "-a" "8fcf36c2a2007f2a7bcc43ff147de905fa56865314ea2f6fb19a37ccd5480910"` [INFO] [stderr] Compiling console v0.7.5 (/opt/crater/workdir) [INFO] [stderr] warning: the item `libc` is imported redundantly [INFO] [stderr] --> src/term.rs:350:13 [INFO] [stderr] | [INFO] [stderr] 350 | use libc; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | 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:213:22 [INFO] [stderr] | [INFO] [stderr] 213 | 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.01s [INFO] running `"docker" "inspect" "8fcf36c2a2007f2a7bcc43ff147de905fa56865314ea2f6fb19a37ccd5480910"` [INFO] running `"docker" "rm" "-f" "8fcf36c2a2007f2a7bcc43ff147de905fa56865314ea2f6fb19a37ccd5480910"` [INFO] [stdout] 8fcf36c2a2007f2a7bcc43ff147de905fa56865314ea2f6fb19a37ccd5480910 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/console/0.7.5:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 157c1ce5191c145857b373e57c68d7a72346d5582fbc28b977b0afece415a67b [INFO] running `"docker" "start" "-a" "157c1ce5191c145857b373e57c68d7a72346d5582fbc28b977b0afece415a67b"` [INFO] [stderr] Compiling console v0.7.5 (/opt/crater/workdir) [INFO] [stderr] warning: the item `libc` is imported redundantly [INFO] [stderr] --> src/term.rs:350:13 [INFO] [stderr] | [INFO] [stderr] 350 | use libc; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | 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:213:22 [INFO] [stderr] | [INFO] [stderr] 213 | 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 3.36s [INFO] running `"docker" "inspect" "157c1ce5191c145857b373e57c68d7a72346d5582fbc28b977b0afece415a67b"` [INFO] running `"docker" "rm" "-f" "157c1ce5191c145857b373e57c68d7a72346d5582fbc28b977b0afece415a67b"` [INFO] [stdout] 157c1ce5191c145857b373e57c68d7a72346d5582fbc28b977b0afece415a67b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/console/0.7.5:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 7a7d7e6c8d68298b9699c1cde86e35c9ee30ebe82d32f97ca733871f634d5c10 [INFO] running `"docker" "start" "-a" "7a7d7e6c8d68298b9699c1cde86e35c9ee30ebe82d32f97ca733871f634d5c10"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/console-cf418e3df240cc63 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test utils::test_pad_str_with ... ok [INFO] [stdout] test utils::test_text_width ... ok [INFO] [stdout] test utils::test_pad_str ... ok [INFO] [stdout] test utils::test_truncate_str ... ok [INFO] [stdout] test utils::test_ansi_iter_re ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests console [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/utils.rs - utils::style (line 326) ... ok [INFO] [stdout] test src/utils.rs - utils::style (line 318) ... ok [INFO] [stdout] test src/utils.rs - utils::Emoji (line 512) ... ok [INFO] [stdout] test src/lib.rs - (line 50) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7a7d7e6c8d68298b9699c1cde86e35c9ee30ebe82d32f97ca733871f634d5c10"` [INFO] running `"docker" "rm" "-f" "7a7d7e6c8d68298b9699c1cde86e35c9ee30ebe82d32f97ca733871f634d5c10"` [INFO] [stdout] 7a7d7e6c8d68298b9699c1cde86e35c9ee30ebe82d32f97ca733871f634d5c10