[INFO] fetching crate yansi 0.5.0... [INFO] extracting crate yansi 0.5.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/yansi/0.5.0 [INFO] extracting crate yansi 0.5.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/yansi/0.5.0 [INFO] validating manifest of yansi-0.5.0 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 yansi-0.5.0 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 yansi-0.5.0 [INFO] finished frobbing yansi-0.5.0 [INFO] frobbed toml for yansi-0.5.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/yansi/0.5.0/Cargo.toml [INFO] started frobbing yansi-0.5.0 [INFO] finished frobbing yansi-0.5.0 [INFO] frobbed toml for yansi-0.5.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/yansi/0.5.0/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 yansi-0.5.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/yansi/0.5.0:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] a79bde77392fb0b8e581fc5c6eff1424f85b4eb4efedf09d9a73e2f315b8ea84 [INFO] running `"docker" "start" "-a" "a79bde77392fb0b8e581fc5c6eff1424f85b4eb4efedf09d9a73e2f315b8ea84"` [INFO] [stderr] Compiling yansi v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:185:52 [INFO] [stderr] | [INFO] [stderr] 185 | fn write_spliced(c: &mut bool, f: &mut fmt::Write, t: T) -> fmt::Result { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:412:38 [INFO] [stderr] | [INFO] [stderr] 412 | pub fn fmt_prefix(&self, f: &mut fmt::Write) -> fmt::Result { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:474:38 [INFO] [stderr] | [INFO] [stderr] 474 | pub fn fmt_suffix(&self, f: &mut fmt::Write) -> fmt::Result { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/color.rs:73:44 [INFO] [stderr] | [INFO] [stderr] 73 | pub(crate) fn ascii_fmt(&self, f: &mut fmt::Write) -> fmt::Result { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `"docker" "inspect" "a79bde77392fb0b8e581fc5c6eff1424f85b4eb4efedf09d9a73e2f315b8ea84"` [INFO] running `"docker" "rm" "-f" "a79bde77392fb0b8e581fc5c6eff1424f85b4eb4efedf09d9a73e2f315b8ea84"` [INFO] [stdout] a79bde77392fb0b8e581fc5c6eff1424f85b4eb4efedf09d9a73e2f315b8ea84 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/yansi/0.5.0:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 9aab320ba8bbbbd6e1d115ab9003ec0df43e8e9d184fc6bb7c0af2878638ff99 [INFO] running `"docker" "start" "-a" "9aab320ba8bbbbd6e1d115ab9003ec0df43e8e9d184fc6bb7c0af2878638ff99"` [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling yansi v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:185:52 [INFO] [stderr] | [INFO] [stderr] 185 | fn write_spliced(c: &mut bool, f: &mut fmt::Write, t: T) -> fmt::Result { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:412:38 [INFO] [stderr] | [INFO] [stderr] 412 | pub fn fmt_prefix(&self, f: &mut fmt::Write) -> fmt::Result { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/style.rs:474:38 [INFO] [stderr] | [INFO] [stderr] 474 | pub fn fmt_suffix(&self, f: &mut fmt::Write) -> fmt::Result { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/color.rs:73:44 [INFO] [stderr] | [INFO] [stderr] 73 | pub(crate) fn ascii_fmt(&self, f: &mut fmt::Write) -> fmt::Result { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.34s [INFO] running `"docker" "inspect" "9aab320ba8bbbbd6e1d115ab9003ec0df43e8e9d184fc6bb7c0af2878638ff99"` [INFO] running `"docker" "rm" "-f" "9aab320ba8bbbbd6e1d115ab9003ec0df43e8e9d184fc6bb7c0af2878638ff99"` [INFO] [stdout] 9aab320ba8bbbbd6e1d115ab9003ec0df43e8e9d184fc6bb7c0af2878638ff99 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/yansi/0.5.0:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 9233f02191321fc9df4f5185df894c3da565ddc9fb2f341aacff732595d355fd [INFO] running `"docker" "start" "-a" "9233f02191321fc9df4f5185df894c3da565ddc9fb2f341aacff732595d355fd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/yansi-56d0bcbb5f70e035 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::hash_eq ... ok [INFO] [stdout] test tests::wrapping ... ok [INFO] [stdout] test tests::masked_when_disabled ... ok [INFO] [stdout] test tests::masked_when_enabled ... ok [INFO] [stdout] test tests::colors_enabled ... ok [INFO] [stdout] test tests::colors_disabled ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests yansi [INFO] [stdout] [INFO] [stdout] running 74 tests [INFO] [stdout] test src/docify.rs - paint::Paint::blink (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::dimmed (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::bold (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::blue (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::cyan (line 62) ... ok [INFO] [stdout] test src/color.rs - color::Color::paint (line 49) ... ok [INFO] [stdout] test src/color.rs - color::Color::style (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::black (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::green (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::red (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::hidden (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::magenta (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::italic (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::strikethrough (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::invert (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::underline (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::white (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::blink (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::dimmed (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::bold (line 62) ... ok [INFO] [stdout] test src/docify.rs - paint::Paint::yellow (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::is_blink (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::invert (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::hidden (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::is_bold (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::is_dimmed (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::is_strikethrough (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::is_italic (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::is_underline (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::is_hidden (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::italic (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::is_invert (line 62) ... ok [INFO] [stdout] test src/lib.rs - (line 160) ... ok [INFO] [stdout] test src/docify.rs - style::Style::strikethrough (line 62) ... ok [INFO] [stdout] test src/docify.rs - style::Style::underline (line 62) ... ok [INFO] [stdout] test src/lib.rs - (line 47) ... ok [INFO] [stdout] test src/lib.rs - (line 114) ... ok [INFO] [stdout] test src/lib.rs - (line 170) ... ok [INFO] [stdout] test src/lib.rs - (line 141) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint (line 65) ... ok [INFO] [stdout] test src/lib.rs - (line 31) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint<()>::enable_windows_ascii (line 454) ... ok [INFO] [stdout] test src/lib.rs - (line 87) ... ok [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] test src/lib.rs - (line 58) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint<()>::enable (line 401) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint<()>::disable (line 382) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint<()>::is_enabled (line 425) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::default (line 122) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::bg (line 324) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::fg (line 310) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::inner (line 226) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::fixed (line 196) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::style (line 211) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::rgb (line 183) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::masked (line 139) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::mask (line 266) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::new (line 109) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::with_style (line 243) ... ok [INFO] [stdout] test src/style.rs - style::Style::fg (line 211) ... ok [INFO] [stdout] test src/style.rs - style::Style (line 101) ... ok [INFO] [stdout] test src/style.rs - style::Style::bg (line 224) ... ok [INFO] [stdout] test src/style.rs - style::Style::fmt_prefix (line 395) ... ok [INFO] [stdout] test src/style.rs - style::Style::bg_color (line 321) ... ok [INFO] [stdout] test src/style.rs - style::Style::fg_color (line 305) ... ok [INFO] [stdout] test src/style.rs - style::Style::fmt_suffix (line 457) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::wrap (line 292) ... ok [INFO] [stdout] test src/style.rs - style::Style::is_wrapping (line 353) ... ok [INFO] [stdout] test src/paint.rs - paint::Paint::wrapping (line 165) ... ok [INFO] [stdout] test src/style.rs - style::Style::is_masked (line 337) ... ok [INFO] [stdout] test src/style.rs - style::Style::new (line 198) ... ok [INFO] [stdout] test src/style.rs - style::Style::mask (line 241) ... ok [INFO] [stdout] test src/style.rs - style::Style::wrap (line 267) ... ok [INFO] [stdout] test src/style.rs - style::Style::paint (line 292) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9233f02191321fc9df4f5185df894c3da565ddc9fb2f341aacff732595d355fd"` [INFO] running `"docker" "rm" "-f" "9233f02191321fc9df4f5185df894c3da565ddc9fb2f341aacff732595d355fd"` [INFO] [stdout] 9233f02191321fc9df4f5185df894c3da565ddc9fb2f341aacff732595d355fd