[INFO] fetching crate error-stack 0.5.0... [INFO] testing error-stack-0.5.0 against try#981ca440e18f6cc4bc9026d4be8ddb1ca8378af7 for pr-145277 [INFO] extracting crate error-stack 0.5.0 into /workspace/builds/worker-7-tc2/source [INFO] removed /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate error-stack 0.5.0 on toolchain 981ca440e18f6cc4bc9026d4be8ddb1ca8378af7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "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" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f3ef49f13de006e72d9507568a71a66f0b3cff08c91d52202f208252af7009d [INFO] running `Command { std: "docker" "start" "-a" "6f3ef49f13de006e72d9507568a71a66f0b3cff08c91d52202f208252af7009d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f3ef49f13de006e72d9507568a71a66f0b3cff08c91d52202f208252af7009d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f3ef49f13de006e72d9507568a71a66f0b3cff08c91d52202f208252af7009d", kill_on_drop: false }` [INFO] [stdout] 6f3ef49f13de006e72d9507568a71a66f0b3cff08c91d52202f208252af7009d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0190940ba1221b223539bccad7a43442fd29ae89759d2639a372066a5f649736 [INFO] running `Command { std: "docker" "start" "-a" "0190940ba1221b223539bccad7a43442fd29ae89759d2639a372066a5f649736", 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fmt/mod.rs:590:16 [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction { [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] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 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] 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.33s [INFO] running `Command { std: "docker" "inspect" "0190940ba1221b223539bccad7a43442fd29ae89759d2639a372066a5f649736", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0190940ba1221b223539bccad7a43442fd29ae89759d2639a372066a5f649736", kill_on_drop: false }` [INFO] [stdout] 0190940ba1221b223539bccad7a43442fd29ae89759d2639a372066a5f649736 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5d05b1f54e7ff1418b99b44a7da913195056e6d5bbd7d3d4cf4c3015867b53e [INFO] running `Command { std: "docker" "start" "-a" "c5d05b1f54e7ff1418b99b44a7da913195056e6d5bbd7d3d4cf4c3015867b53e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling thiserror v1.0.62 [INFO] [stderr] Compiling winnow v0.6.13 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling syn v2.0.70 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling trybuild v1.0.97 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling similar v2.5.0 [INFO] [stderr] Compiling dissimilar v1.0.9 [INFO] [stderr] Compiling expect-test v1.5.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling supports-color v3.0.0 [INFO] [stderr] Compiling owo-colors v4.0.0 [INFO] [stderr] Compiling supports-unicode v3.0.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fmt/mod.rs:590:16 [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction { [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] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 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] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [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 serde_derive v1.0.204 [INFO] [stderr] Compiling thiserror-impl v1.0.62 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling ansi-to-html v0.2.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling serde_spanned 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fmt/mod.rs:590:16 [INFO] [stdout] | [INFO] [stdout] 590 | fn prepare(&self) -> PreparedInstruction { [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] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 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] 282 | pub(crate) const fn apply(self, value: &T) -> StyleDisplay<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/common.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 46.53s [INFO] running `Command { std: "docker" "inspect" "c5d05b1f54e7ff1418b99b44a7da913195056e6d5bbd7d3d4cf4c3015867b53e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5d05b1f54e7ff1418b99b44a7da913195056e6d5bbd7d3d4cf4c3015867b53e", kill_on_drop: false }` [INFO] [stdout] c5d05b1f54e7ff1418b99b44a7da913195056e6d5bbd7d3d4cf4c3015867b53e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fa31717759c156c0d4766ee5c92b383db08f482fcd1499acafe8ae32d7bea3e4 [INFO] running `Command { std: "docker" "start" "-a" "fa31717759c156c0d4766ee5c92b383db08f482fcd1499acafe8ae32d7bea3e4", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/fmt/mod.rs:590:16 [INFO] [stderr] | [INFO] [stderr] 590 | fn prepare(&self) -> PreparedInstruction { [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] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 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] 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> tests/common.rs:208:31 [INFO] [stderr] | [INFO] [stderr] 208 | pub fn frame_kinds(report: &Report) -> Vec { [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] 208 | pub fn frame_kinds(report: &Report) -> Vec> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `error-stack` (test "test_attach_printable") generated 1 warning (run `cargo fix --test "test_attach_printable"` to apply 1 suggestion) [INFO] [stderr] warning: `error-stack` (test "test_debug") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_downcast") 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_extend") 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_frame") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (test "test_change_context") 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_display") 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_attach") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `error-stack` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/error_stack-6e352fd374d4238c) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/compiletest.rs (/opt/rustwide/target/debug/deps/compiletest-ad54984ba59a06c6) [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] [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 autocfg v1.3.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.62 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling error-stack v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Compiling syn v2.0.70 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking dissimilar v1.0.9 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking is_ci v1.2.0 [INFO] [stderr] Checking similar v2.5.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking expect-test v1.5.0 [INFO] [stderr] Checking supports-color v3.0.0 [INFO] [stderr] Checking owo-colors v4.0.0 [INFO] [stderr] Checking supports-unicode v3.0.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> /opt/rustwide/workdir/src/fmt/mod.rs:590:16 [INFO] [stderr] | [INFO] [stderr] 590 | fn prepare(&self) -> PreparedInstruction { [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] 590 | fn prepare(&self) -> PreparedInstruction<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 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] 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 futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking regex v1.10.5 [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 ansi-to-html v0.2.1 [INFO] [stderr] Checking tracing v0.1.40 [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 14.25s [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] 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 ... mismatch [INFO] [stderr] [INFO] [stderr] EXPECTED: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error: unused `error_stack::Report` that must be used [INFO] [stderr] --> tests/ui/must_use.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | Report::new(RootError); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> tests/ui/must_use.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(unused_must_use)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 19 | let _ = Report::new(RootError); [INFO] [stderr] | +++++++ [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] ACTUAL OUTPUT: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error: unused `error_stack::Report` that must be used [INFO] [stderr] --> tests/ui/must_use.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | Report::new(RootError); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> tests/ui/must_use.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(unused_must_use)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 19 | let _ = Report::new(RootError); [INFO] [stderr] | +++++++ [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] [INFO] [stderr] [INFO] [stdout] test ui ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- ui stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'ui' (19) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.97/src/run.rs:101:13: [INFO] [stdout] 2 of 2 tests failed [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5dc800f1bbb2 - std::backtrace_rs::backtrace::libunwind::trace::h603d1cddbbc3aee5 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5dc800f1bbb2 - std::backtrace_rs::backtrace::trace_unsynchronized::h17954303270b0fe7 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5dc800f1bbb2 - std::sys::backtrace::_print_fmt::h12f20495e200ef40 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5dc800f1bbb2 - ::fmt::hd8794d3b627b79c6 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5dc800f453ef - core::fmt::rt::Argument::fmt::h29a4dd23d8e0207f [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5dc800f453ef - core::fmt::write::hd015a34b7a8dbc58 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5dc800f18093 - std::io::default_write_fmt::h1b7c8ab466132bbd [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5dc800f18093 - std::io::Write::write_fmt::h159cacfb2877164c [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5dc800f1ba02 - std::sys::backtrace::BacktraceLock::print::hcb8a13fab1ccb0f8 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5dc800f1dfca - std::panicking::default_hook::{{closure}}::hb169ba01439337b6 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5dc800f1de36 - std::panicking::default_hook::he6935678ffbb5d6c [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5dc800ee2dee - as core::ops::function::Fn>::call::h92d2bbce9eaf7e22 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5dc800ee2dee - test::test_main_with_exit_callback::{{closure}}::hb33dfe196144200d [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5dc800f1eafe - as core::ops::function::Fn>::call::hcf71595d202aee46 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5dc800f1eafe - std::panicking::panic_with_hook::hb405d6ae42f8ef97 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5dc800f1e7ca - std::panicking::panic_handler::{{closure}}::h53dfc32706f7bb91 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5dc800f1c0b9 - std::sys::backtrace::__rust_end_short_backtrace::h851bc60adf74dd8c [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5dc800f1e45d - __rustc[387a65602a2331bd]::rust_begin_unwind [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5dc800f43780 - core::panicking::panic_fmt::h69e946a0bcc8de75 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5dc800d36c73 - trybuild::run::::run::hc57b4b73b6928830 [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: 0x5dc800d3c508 - ::drop::h45c151c50174aa58 [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: 0x5dc800c04267 - core::ptr::drop_in_place::hc4cbd93d939c6005 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 22: 0x5dc800c04963 - compiletest::ui::h21625e1ec7c80355 [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:7:1 [INFO] [stdout] 23: 0x5dc800c048f7 - compiletest::ui::{{closure}}::hcab9ac3ef8af6406 [INFO] [stdout] at /opt/rustwide/workdir/tests/compiletest.rs:4:8 [INFO] [stdout] 24: 0x5dc800c041d6 - core::ops::function::FnOnce::call_once::h2c149fd269b14a92 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5dc800ee857b - core::ops::function::FnOnce::call_once::h10f8f50294af1db0 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x5dc800ee857b - test::__rust_begin_short_backtrace::he9fcae209818bbd1 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5dc800ee7735 - test::run_test_in_process::{{closure}}::hcaf872d254e37171 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5dc800ee7735 - as core::ops::function::FnOnce<()>>::call_once::h47dd53224a144a3e [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x5dc800ee7735 - std::panicking::catch_unwind::do_call::h84daeea6f976d9bf [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x5dc800ee7735 - std::panicking::catch_unwind::h6c8f823dd867330d [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x5dc800ee7735 - std::panic::catch_unwind::hf9c8b255823304bb [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panic.rs:357:14 [INFO] [stdout] 32: 0x5dc800ee7735 - test::run_test_in_process::hfd80f57565d96336 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5dc800ee7735 - test::run_test::{{closure}}::hd6aef6133b8fb50e [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5dc800eaa964 - test::run_test::{{closure}}::hb799cee1357743da [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5dc800eaa964 - std::sys::backtrace::__rust_begin_short_backtrace::h8840cc5158104d4a [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5dc800eae22a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h2e224e32be1f52f7 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x5dc800eae22a - as core::ops::function::FnOnce<()>>::call_once::hb46a9efbe0edcbcb [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x5dc800eae22a - std::panicking::catch_unwind::do_call::h591967696f9b17c5 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x5dc800eae22a - std::panicking::catch_unwind::h98cfd7540f2626a2 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x5dc800eae22a - std::panic::catch_unwind::h88ac09ce0391d070 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/panic.rs:357:14 [INFO] [stdout] 41: 0x5dc800eae22a - std::thread::Builder::spawn_unchecked_::{{closure}}::hd980038de8c8fa34 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x5dc800eae22a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h491febe5417b88b4 [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x5dc800f2201f - as core::ops::function::FnOnce>::call_once::hf454ae6067ead2ce [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 44: 0x5dc800f2201f - std::sys::pal::unix::thread::Thread::new::thread_start::ha98c612b19c4bd3d [INFO] [stdout] at /rustc/981ca440e18f6cc4bc9026d4be8ddb1ca8378af7/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 45: 0x7c8bb37abaa4 - [INFO] [stdout] 46: 0x7c8bb3838a34 - clone [INFO] [stdout] 47: 0x0 - [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 14.67s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test compiletest` [INFO] running `Command { std: "docker" "inspect" "fa31717759c156c0d4766ee5c92b383db08f482fcd1499acafe8ae32d7bea3e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa31717759c156c0d4766ee5c92b383db08f482fcd1499acafe8ae32d7bea3e4", kill_on_drop: false }` [INFO] [stdout] fa31717759c156c0d4766ee5c92b383db08f482fcd1499acafe8ae32d7bea3e4