[INFO] fetching crate pretty-exec-lib 0.5.0... [INFO] checking pretty-exec-lib-0.5.0 against try#028201683a76a5cd349729c6819c46607119c4e8 for pr-144157 [INFO] extracting crate pretty-exec-lib 0.5.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate pretty-exec-lib 0.5.0 [INFO] finished tweaking crates.io crate pretty-exec-lib 0.5.0 [INFO] tweaked toml for crates.io crate pretty-exec-lib 0.5.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pretty-exec-lib 0.5.0 on toolchain 028201683a76a5cd349729c6819c46607119c4e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028201683a76a5cd349729c6819c46607119c4e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028201683a76a5cd349729c6819c46607119c4e8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 76 packages to latest compatible versions [INFO] [stderr] Adding derive_more v0.99.20 (available: v2.0.1) [INFO] [stderr] Adding is-terminal v0.3.0 (available: v0.4.16) [INFO] [stderr] Adding itertools v0.10.5 (available: v0.14.0) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.12) [INFO] [stderr] Adding typed-builder v0.10.0 (available: v0.21.0) [INFO] [stderr] Adding yansi v0.5.1 (available: v1.0.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028201683a76a5cd349729c6819c46607119c4e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+028201683a76a5cd349729c6819c46607119c4e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b759afff004a23e3ad6396d81b54f03bfc13674feff048018f6a6ca704f3c4f4 [INFO] running `Command { std: "docker" "start" "-a" "b759afff004a23e3ad6396d81b54f03bfc13674feff048018f6a6ca704f3c4f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b759afff004a23e3ad6396d81b54f03bfc13674feff048018f6a6ca704f3c4f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b759afff004a23e3ad6396d81b54f03bfc13674feff048018f6a6ca704f3c4f4", kill_on_drop: false }` [INFO] [stdout] b759afff004a23e3ad6396d81b54f03bfc13674feff048018f6a6ca704f3c4f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+028201683a76a5cd349729c6819c46607119c4e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc55b27a7520600236ef4ee1430d934eaf9bc5a72ddf0981390b1d7d51a0ac34 [INFO] running `Command { std: "docker" "start" "-a" "cc55b27a7520600236ef4ee1430d934eaf9bc5a72ddf0981390b1d7d51a0ac34", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Compiling io-lifetimes v0.7.5 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling rustix v0.35.16 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking linux-raw-sys v0.0.46 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking pipe-trait v0.4.0 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Checking shell-escape v0.1.5 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking clap_builder v4.5.41 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking is-terminal v0.3.0 [INFO] [stderr] Compiling typed-builder v0.10.0 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Checking clap v4.5.41 [INFO] [stderr] Checking clap_complete v4.5.55 [INFO] [stderr] Checking clap-utilities v0.2.0 [INFO] [stderr] Checking pretty-exec-lib v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/log/syntax_highlight.rs:70:35 [INFO] [stdout] | [INFO] [stdout] 70 | fn paint_escape(text: Cow, style: Style) -> impl Display + '_ { [INFO] [stdout] | ^^^^^^^^ the lifetime is hidden here -- the same 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 70 | fn paint_escape(text: Cow<'_, str>, style: Style) -> impl Display + '_ { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/log/syntax_highlight.rs:70:35 [INFO] [stdout] | [INFO] [stdout] 70 | fn paint_escape(text: Cow, style: Style) -> impl Display + '_ { [INFO] [stdout] | ^^^^^^^^ the lifetime is hidden here -- the same 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 70 | fn paint_escape(text: Cow<'_, str>, style: Style) -> impl Display + '_ { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s [INFO] running `Command { std: "docker" "inspect" "cc55b27a7520600236ef4ee1430d934eaf9bc5a72ddf0981390b1d7d51a0ac34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc55b27a7520600236ef4ee1430d934eaf9bc5a72ddf0981390b1d7d51a0ac34", kill_on_drop: false }` [INFO] [stdout] cc55b27a7520600236ef4ee1430d934eaf9bc5a72ddf0981390b1d7d51a0ac34