[INFO] fetching crate color-output 7.2.7... [INFO] testing color-output-7.2.7 against 1.90.0 for beta-1.91-3 [INFO] extracting crate color-output 7.2.7 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate color-output 7.2.7 [INFO] finished tweaking crates.io crate color-output 7.2.7 [INFO] tweaked toml for crates.io crate color-output 7.2.7 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate color-output 7.2.7 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate color-output 7.2.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hyperlane-time v0.7.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d47358ef6232e59dd1e8f805c6006c284a72443390d149902f77b8b1b97054a [INFO] running `Command { std: "docker" "start" "-a" "4d47358ef6232e59dd1e8f805c6006c284a72443390d149902f77b8b1b97054a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d47358ef6232e59dd1e8f805c6006c284a72443390d149902f77b8b1b97054a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d47358ef6232e59dd1e8f805c6006c284a72443390d149902f77b8b1b97054a", kill_on_drop: false }` [INFO] [stdout] 4d47358ef6232e59dd1e8f805c6006c284a72443390d149902f77b8b1b97054a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 131f4077439d825ebfdff3b672efce9963f8bfeef2e9547468f9a425f85de6bb [INFO] running `Command { std: "docker" "start" "-a" "131f4077439d825ebfdff3b672efce9963f8bfeef2e9547468f9a425f85de6bb", kill_on_drop: false }` [INFO] [stderr] Compiling hyperlane-time v0.7.7 [INFO] [stderr] Compiling color-output v7.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/output_builder/impl.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn build(&self) -> Output { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn build(&self) -> Output<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/output_list_builder/impl.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn query_idx(&self, idx: usize) -> Output { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn query_idx(&self, idx: usize) -> Output<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [optimized] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "131f4077439d825ebfdff3b672efce9963f8bfeef2e9547468f9a425f85de6bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "131f4077439d825ebfdff3b672efce9963f8bfeef2e9547468f9a425f85de6bb", kill_on_drop: false }` [INFO] [stdout] 131f4077439d825ebfdff3b672efce9963f8bfeef2e9547468f9a425f85de6bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0696e7f0acb058b05638cbc6b425bebac8c3499bcb294e430221707b86e6216 [INFO] running `Command { std: "docker" "start" "-a" "d0696e7f0acb058b05638cbc6b425bebac8c3499bcb294e430221707b86e6216", kill_on_drop: false }` [INFO] [stderr] Compiling color-output v7.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/output_builder/impl.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn build(&self) -> Output { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn build(&self) -> Output<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/output_list_builder/impl.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn query_idx(&self, idx: usize) -> Output { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn query_idx(&self, idx: usize) -> Output<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/output_builder/impl.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn build(&self) -> Output { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn build(&self) -> Output<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/output_list_builder/impl.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn query_idx(&self, idx: usize) -> Output { [INFO] [stdout] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn query_idx(&self, idx: usize) -> Output<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [optimized] target(s) in 12.40s [INFO] running `Command { std: "docker" "inspect" "d0696e7f0acb058b05638cbc6b425bebac8c3499bcb294e430221707b86e6216", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0696e7f0acb058b05638cbc6b425bebac8c3499bcb294e430221707b86e6216", kill_on_drop: false }` [INFO] [stdout] d0696e7f0acb058b05638cbc6b425bebac8c3499bcb294e430221707b86e6216 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 80b567d58b0b280056455ccc146204f8d2a7fb8baf878a27d35afda26eb14d3c [INFO] running `Command { std: "docker" "start" "-a" "80b567d58b0b280056455ccc146204f8d2a7fb8baf878a27d35afda26eb14d3c", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/output_builder/impl.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn build(&self) -> Output { [INFO] [stderr] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 104 | pub fn build(&self) -> Output<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/output_list_builder/impl.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn query_idx(&self, idx: usize) -> Output { [INFO] [stderr] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 93 | pub fn query_idx(&self, idx: usize) -> Output<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `color-output` (lib) generated 2 warnings [INFO] [stderr] warning: `color-output` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [optimized] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/color_output-21f87841abec8192) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test color::cfg::test_bg_color ... ok [INFO] [stdout] test color::cfg::test_bg_color_get_str ... ok [INFO] [stdout] test color::cfg::test_color256_bg_color ... ok [INFO] [stdout] test color::cfg::test_color256_fg_color ... ok [INFO] [stdout] test color::cfg::test_color_get_str ... ok [INFO] [stdout] test color::cfg::test_rgb_fg_color ... ok [INFO] [stdout] test color::cfg::test_rgb_bg_color ... ok [INFO] [stdout] test output::cfg::test_output_struct_function ... ok [INFO] [stdout] test output_builder::cfg::test_output_builder_new_from ... ok [INFO] [stdout] test output_list::cfg::test_output_list_struct ... ok [INFO] [stdout] test r#macro::cfg::test_print_type ... ok [INFO] [stdout] test output::cfg::test_output_struct_output_method ... ok [INFO] [stdout] test output_builder::cfg::test_output_builder ... ok [INFO] [stdout] test r#macro::cfg::test_proc_macro_multiple ... ok [INFO] [stdout] test r#macro::cfg::test_proc_macro_output_builder ... ok [INFO] [stdout] test output_list_builder::cfg::test_new_from_output_list_builder ... ok [INFO] [stdout] test output_list_builder::cfg::test_new_output_list_builder ... ok [INFO] [stdout] test r#macro::cfg::test_proc_macro_output_struct ... ok [INFO] [stdout] test task::cfg::test_task ... ok [INFO] [stdout] test text::cfg::test_text ... ok [INFO] [stdout] test color::cfg::test_color ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests color_output [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "80b567d58b0b280056455ccc146204f8d2a7fb8baf878a27d35afda26eb14d3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80b567d58b0b280056455ccc146204f8d2a7fb8baf878a27d35afda26eb14d3c", kill_on_drop: false }` [INFO] [stdout] 80b567d58b0b280056455ccc146204f8d2a7fb8baf878a27d35afda26eb14d3c