[INFO] fetching crate error-stack 0.5.0... [INFO] testing error-stack-0.5.0 against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] extracting crate error-stack 0.5.0 into /workspace/builds/worker-0-tc2/source [INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate error-stack 0.5.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate error-stack 0.5.0 [INFO] tweaked toml for crates.io crate error-stack 0.5.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate error-stack 0.5.0 on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate error-stack 0.5.0 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d8505f120853e19e6c47553095db5ec192cc7098dd8c831e0c39f49d667bd259 [INFO] running `Command { std: "docker" "start" "-a" "d8505f120853e19e6c47553095db5ec192cc7098dd8c831e0c39f49d667bd259", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8505f120853e19e6c47553095db5ec192cc7098dd8c831e0c39f49d667bd259", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8505f120853e19e6c47553095db5ec192cc7098dd8c831e0c39f49d667bd259", kill_on_drop: false }` [INFO] [stdout] d8505f120853e19e6c47553095db5ec192cc7098dd8c831e0c39f49d667bd259 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c8ee6d314513a97990bce5170e7debeede7bb25ca18179644fa407d0384286fa [INFO] running `Command { std: "docker" "start" "-a" "c8ee6d314513a97990bce5170e7debeede7bb25ca18179644fa407d0384286fa", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling error-stack v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fmt/mod.rs:590:16 [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fmt/color.rs:282:56 [INFO] [stdout] | [INFO] [stdout] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s [INFO] running `Command { std: "docker" "inspect" "c8ee6d314513a97990bce5170e7debeede7bb25ca18179644fa407d0384286fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8ee6d314513a97990bce5170e7debeede7bb25ca18179644fa407d0384286fa", kill_on_drop: false }` [INFO] [stdout] c8ee6d314513a97990bce5170e7debeede7bb25ca18179644fa407d0384286fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f0b22960ea6c402b440c705b007d1ff12e014e385341fbc5f08e378b31501e27 [INFO] running `Command { std: "docker" "start" "-a" "f0b22960ea6c402b440c705b007d1ff12e014e385341fbc5f08e378b31501e27", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling winnow v0.6.13 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling syn v2.0.70 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.62 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling trybuild v1.0.97 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling similar v2.5.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling dissimilar v1.0.9 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fmt/mod.rs:590:16 [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fmt/color.rs:282:56 [INFO] [stdout] | [INFO] [stdout] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling expect-test v1.5.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling thiserror-impl v1.0.62 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling ansi-to-html v0.2.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling serde_spanned v0.6.6 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling ron v0.7.1 [INFO] [stderr] Compiling toml_edit v0.22.15 [INFO] [stderr] Compiling insta v1.39.0 [INFO] [stderr] Compiling toml v0.8.14 [INFO] [stderr] Compiling error-stack v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fmt/mod.rs:590:16 [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction { [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fmt/color.rs:282:56 [INFO] [stdout] | [INFO] [stdout] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay { [INFO] [stdout] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 33.18s [INFO] running `Command { std: "docker" "inspect" "f0b22960ea6c402b440c705b007d1ff12e014e385341fbc5f08e378b31501e27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0b22960ea6c402b440c705b007d1ff12e014e385341fbc5f08e378b31501e27", kill_on_drop: false }` [INFO] [stdout] f0b22960ea6c402b440c705b007d1ff12e014e385341fbc5f08e378b31501e27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3ce7334b16f07f44ce9f86a2d39384102eef01fc8809cd25c66701a264180803 [INFO] running `Command { std: "docker" "start" "-a" "3ce7334b16f07f44ce9f86a2d39384102eef01fc8809cd25c66701a264180803", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/fmt/mod.rs:590:16 [INFO] [stderr] | [INFO] [stderr] 590 | fn prepare(&self) -> PreparedInstruction { [INFO] [stderr] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/fmt/color.rs:282:56 [INFO] [stderr] | [INFO] [stderr] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `error-stack` (lib) generated 2 warnings (run `cargo fix --lib -p error-stack` to apply 2 suggestions) [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> tests/common.rs:208:31 [INFO] [stderr] | [INFO] [stderr] 208 | pub fn frame_kinds(report: &Report) -> Vec { [INFO] [stderr] | ^^^^^^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `error-stack` (test "test_attach") generated 1 warning (run `cargo fix --test "test_attach"` to apply 1 suggestion) [INFO] [stderr] warning: `error-stack` (test "test_attach_printable") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_debug") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_extend") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_frame") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_iter") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_macros") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_provision") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_change_context") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `error-stack` (test "test_display") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_backtrace") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_downcast") generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/error_stack-690bc589d221863f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/compiletest.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/compiletest-c35ad6be4ced63b9) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.62 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking is_ci v1.2.0 [INFO] [stderr] Checking dissimilar v1.0.9 [INFO] [stderr] Checking similar v2.5.0 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking owo-colors v4.0.0 [INFO] [stderr] Checking supports-unicode v3.0.0 [INFO] [stderr] Checking supports-color v3.0.0 [INFO] [stderr] Checking expect-test v1.5.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling error-stack v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.70 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> /opt/rustwide/workdir/src/fmt/mod.rs:590:16 [INFO] [stderr] | [INFO] [stderr] 590 | fn prepare(&self) -> PreparedInstruction { [INFO] [stderr] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> /opt/rustwide/workdir/src/fmt/color.rs:282:56 [INFO] [stderr] | [INFO] [stderr] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay { [INFO] [stderr] | ^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `error-stack` (lib) generated 2 warnings (run `cargo fix --lib -p error-stack` to apply 2 suggestions) [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling thiserror-impl v1.0.62 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking ansi-to-html v0.2.1 [INFO] [stderr] Checking ron v0.7.1 [INFO] [stderr] Checking insta v1.39.0 [INFO] [stderr] Checking error-stack-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/error-stack) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.72s [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] test tests/ui/macro_invalid_args.rs ... mismatch [INFO] [stderr] [INFO] [stderr] EXPECTED: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error: unexpected end of macro invocation [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | let _ = report!(); [INFO] [stderr] | ^^^^^^^^^ missing tokens in macro arguments [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$err:expr` [INFO] [stderr] --> src/macros.rs [INFO] [stderr] | [INFO] [stderr] | ($err:expr $(,)?) => {{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unexpected end of macro invocation [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | bail!() [INFO] [stderr] | ^^^^^^^ missing tokens in macro arguments [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$err:expr` [INFO] [stderr] --> src/macros.rs [INFO] [stderr] | [INFO] [stderr] | ($err:expr $(,)?) => {{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unexpected end of macro invocation [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | let _ = ensure!(true); [INFO] [stderr] | ^ missing tokens in macro arguments [INFO] [stderr] | [INFO] [stderr] note: while trying to match `,` [INFO] [stderr] --> src/macros.rs [INFO] [stderr] | [INFO] [stderr] | ($cond:expr, $err:expr $(,)?) => {{ [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: unexpected end of macro invocation [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | let _ = ensure!(); [INFO] [stderr] | ^^^^^^^^^ missing tokens in macro arguments [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$cond:expr` [INFO] [stderr] --> src/macros.rs [INFO] [stderr] | [INFO] [stderr] | ($cond:expr, $err:expr $(,)?) => {{ [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `__kind` exists for reference `&&str`, but its trait bounds were not satisfied [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | let _ = report!("Error"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `str: error_stack::Context` [INFO] [stderr] which is required by `&str: __private::specialization::ContextTag` [INFO] [stderr] `&str: error_stack::Context` [INFO] [stderr] which is required by `&&str: __private::specialization::ContextTag` [INFO] [stderr] = note: this error originates in the macro `report` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `__kind` exists for reference `&&str`, but its trait bounds were not satisfied [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | bail!("Error") [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `str: error_stack::Context` [INFO] [stderr] which is required by `&str: __private::specialization::ContextTag` [INFO] [stderr] `&str: error_stack::Context` [INFO] [stderr] which is required by `&&str: __private::specialization::ContextTag` [INFO] [stderr] = note: this error originates in the macro `$crate::report` which comes from the expansion of the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `__kind` exists for reference `&&str`, but its trait bounds were not satisfied [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | let _ = ensure!(true, "Error"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `str: error_stack::Context` [INFO] [stderr] which is required by `&str: __private::specialization::ContextTag` [INFO] [stderr] `&str: error_stack::Context` [INFO] [stderr] which is required by `&&str: __private::specialization::ContextTag` [INFO] [stderr] = note: this error originates in the macro `$crate::report` which comes from the expansion of the macro `ensure` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | let _ = ensure!("No boolean", RootError); [INFO] [stderr] | --------^^^^^^^^^^^^------------ [INFO] [stderr] | | | [INFO] [stderr] | | expected `bool`, found `&str` [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: associated function defined here [INFO] [stderr] --> $RUST/core/src/convert/mod.rs [INFO] [stderr] | [INFO] [stderr] | fn from(value: T) -> Self; [INFO] [stderr] | ^^^^ [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] ACTUAL OUTPUT: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error: unexpected end of macro invocation [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | let _ = report!(); [INFO] [stderr] | ^^^^^^^^^ missing tokens in macro arguments [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$err:expr` [INFO] [stderr] --> src/macros.rs [INFO] [stderr] | [INFO] [stderr] | ($err:expr $(,)?) => {{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unexpected end of macro invocation [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | bail!() [INFO] [stderr] | ^^^^^^^ missing tokens in macro arguments [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$err:expr` [INFO] [stderr] --> src/macros.rs [INFO] [stderr] | [INFO] [stderr] | ($err:expr $(,)?) => {{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unexpected end of macro invocation [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | let _ = ensure!(true); [INFO] [stderr] | ^ missing tokens in macro arguments [INFO] [stderr] | [INFO] [stderr] note: while trying to match `,` [INFO] [stderr] --> src/macros.rs [INFO] [stderr] | [INFO] [stderr] | ($cond:expr, $err:expr $(,)?) => {{ [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: unexpected end of macro invocation [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | let _ = ensure!(); [INFO] [stderr] | ^^^^^^^^^ missing tokens in macro arguments [INFO] [stderr] | [INFO] [stderr] note: while trying to match meta-variable `$cond:expr` [INFO] [stderr] --> src/macros.rs [INFO] [stderr] | [INFO] [stderr] | ($cond:expr, $err:expr $(,)?) => {{ [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `__kind` exists for reference `&&str`, but its trait bounds were not satisfied [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | let _ = report!("Error"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `str: error_stack::Context` [INFO] [stderr] which is required by `&str: __private::specialization::ContextTag` [INFO] [stderr] `&str: error_stack::Context` [INFO] [stderr] which is required by `&&str: __private::specialization::ContextTag` [INFO] [stderr] = note: this error originates in the macro `report` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `__kind` exists for reference `&&str`, but its trait bounds were not satisfied [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | bail!("Error") [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `str: error_stack::Context` [INFO] [stderr] which is required by `&str: __private::specialization::ContextTag` [INFO] [stderr] `&str: error_stack::Context` [INFO] [stderr] which is required by `&&str: __private::specialization::ContextTag` [INFO] [stderr] = note: this error originates in the macro `$crate::report` which comes from the expansion of the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `__kind` exists for reference `&&str`, but its trait bounds were not satisfied [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | let _ = ensure!(true, "Error"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `str: error_stack::Context` [INFO] [stderr] which is required by `&str: __private::specialization::ContextTag` [INFO] [stderr] `&str: error_stack::Context` [INFO] [stderr] which is required by `&&str: __private::specialization::ContextTag` [INFO] [stderr] = note: this error originates in the macro `$crate::report` which comes from the expansion of the macro `ensure` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/ui/macro_invalid_args.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | let _ = ensure!("No boolean", RootError); [INFO] [stderr] | --------^^^^^^^^^^^^------------ [INFO] [stderr] | | | [INFO] [stderr] | | expected `bool`, found `&str` [INFO] [stderr] | arguments to this function are incorrect [INFO] [stderr] | [INFO] [stderr] note: associated function defined here [INFO] [stderr] --> $RUST/core/src/convert/mod.rs [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning [INFO] [stderr] your test with the environment variable TRYBUILD=overwrite [INFO] [stderr] [INFO] [stderr] test tests/ui/must_use.rs ... ok [INFO] [stderr] [INFO] [stderr] [INFO] [stdout] test ui ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- ui stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'ui' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.97/src/run.rs:101:13: [INFO] [stdout] 1 of 2 tests failed [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x7d25db15e302 - std::backtrace_rs::backtrace::libunwind::trace::hc0462517b060cf4b [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x7d25db15e302 - std::backtrace_rs::backtrace::trace_unsynchronized::he3231a4df0b43f00 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x7d25db15e302 - std::sys::backtrace::_print_fmt::h7f744866c41d3a31 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x7d25db15e302 - ::fmt::h1ef81e33f64f634e [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x7d25db19d793 - core::fmt::rt::Argument::fmt::h81a194710c4034a0 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x7d25db19d793 - core::fmt::write::h1ab4e554d51bab56 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/fmt/mod.rs:1460:25 [INFO] [stdout] 6: 0x7d25db15acc3 - std::io::default_write_fmt::h1d8065796ed487b7 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x7d25db15acc3 - std::io::Write::write_fmt::hb706b37400bb89a4 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x7d25db15e152 - std::sys::backtrace::BacktraceLock::print::h727d5db2588a6e85 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x7d25db1606ec - std::panicking::default_hook::{{closure}}::h6350a945c4503995 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x7d25db160542 - std::panicking::default_hook::h4b8983249f85bd0b [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x7d25db129e84 - as core::ops::function::Fn>::call::hede30da1739cef56 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 12: 0x7d25db129e84 - test::test_main_with_exit_callback::{{closure}}::h0965311d4539e3e1 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x7d25db161153 - as core::ops::function::Fn>::call::hae484572816f635a [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 14: 0x7d25db161153 - std::panicking::rust_panic_with_hook::hb38a28752bc10485 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x7d25db160e3a - std::panicking::begin_panic_handler::{{closure}}::h006ddf6127456535 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x7d25db15e7f9 - std::sys::backtrace::__rust_end_short_backtrace::hf5f4a9954877c175 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 17: 0x7d25db160acd - __rustc[d925719a8a7e767]::rust_begin_unwind [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x7d25dae43080 - core::panicking::panic_fmt::h82f8bf7d1bff5441 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x7d25daea42a5 - trybuild::run::::run::h69081e428edff6e8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.97/src/run.rs:101:13 [INFO] [stdout] 20: 0x7d25daea98a8 - ::drop::hc8585848a50b205f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.97/src/lib.rs:319:38 [INFO] [stdout] 21: 0x7d25dae43f87 - core::ptr::drop_in_place::h60dfbc55d6573bde [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/ptr/mod.rs:799:1 [INFO] [stdout] 22: 0x7d25dae44683 - compiletest::ui::h1f46fadb0f00355e [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:7:1 [INFO] [stdout] 23: 0x7d25dae44617 - compiletest::ui::{{closure}}::hcb5933b7a2d276f8 [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:4:8 [INFO] [stdout] 24: 0x7d25dae43ee6 - core::ops::function::FnOnce::call_once::h51fc59320f30817a [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x7d25db12f62b - core::ops::function::FnOnce::call_once::h3d2c0f0c5993581d [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x7d25db12f62b - test::__rust_begin_short_backtrace::hf54991c0c0d36629 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/test/src/lib.rs:648:18 [INFO] [stdout] 27: 0x7d25db12e7ee - test::run_test_in_process::{{closure}}::h0341f8cea17536bb [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/test/src/lib.rs:671:74 [INFO] [stdout] 28: 0x7d25db12e7ee - as core::ops::function::FnOnce<()>>::call_once::h1553eed696704d3d [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x7d25db12e7ee - std::panicking::catch_unwind::do_call::h1f63de62998cca9c [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:589:40 [INFO] [stdout] 30: 0x7d25db12e7ee - std::panicking::catch_unwind::h4302cf2989a72c19 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:552:19 [INFO] [stdout] 31: 0x7d25db12e7ee - std::panic::catch_unwind::h755c1d140d191b4d [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x7d25db12e7ee - test::run_test_in_process::h9532e6446792790f [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/test/src/lib.rs:671:27 [INFO] [stdout] 33: 0x7d25db12e7ee - test::run_test::{{closure}}::h4a686694e7a14850 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/test/src/lib.rs:592:43 [INFO] [stdout] 34: 0x7d25db0f3644 - test::run_test::{{closure}}::hc71fa205a786e45a [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/test/src/lib.rs:622:41 [INFO] [stdout] 35: 0x7d25db0f3644 - std::sys::backtrace::__rust_begin_short_backtrace::h47b19d02f1433fd6 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 36: 0x7d25db0f6d8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h70d3ad48daaae9ca [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x7d25db0f6d8a - as core::ops::function::FnOnce<()>>::call_once::h05c136ea56e78f01 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x7d25db0f6d8a - std::panicking::catch_unwind::do_call::h319e6bf1ae676552 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:589:40 [INFO] [stdout] 39: 0x7d25db0f6d8a - std::panicking::catch_unwind::h87e2ae4fefda4094 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panicking.rs:552:19 [INFO] [stdout] 40: 0x7d25db0f6d8a - std::panic::catch_unwind::hfb9059861e181e57 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x7d25db0f6d8a - std::thread::Builder::spawn_unchecked_::{{closure}}::h9acdf04a4f8f3746 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x7d25db0f6d8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h04b8077dc2df262e [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x7d25db164107 - as core::ops::function::FnOnce>::call_once::hfdaf4814ac3c8671 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 44: 0x7d25db164107 - as core::ops::function::FnOnce>::call_once::h1e491c0829796b5d [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 45: 0x7d25db164107 - std::sys::pal::unix::thread::Thread::new::thread_start::h72c96c274d9d1b61 [INFO] [stdout] at /rustc/c066bf6804adc55193b71afdff6a56922f4a8689/library/std/src/sys/pal/unix/thread.rs:97:17 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] ui [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.47s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test compiletest` [INFO] running `Command { std: "docker" "inspect" "3ce7334b16f07f44ce9f86a2d39384102eef01fc8809cd25c66701a264180803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ce7334b16f07f44ce9f86a2d39384102eef01fc8809cd25c66701a264180803", kill_on_drop: false }` [INFO] [stdout] 3ce7334b16f07f44ce9f86a2d39384102eef01fc8809cd25c66701a264180803