[INFO] fetching crate tokio-trace 0.1.0... [INFO] testing tokio-trace-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate tokio-trace 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate tokio-trace 0.1.0 [INFO] finished tweaking crates.io crate tokio-trace 0.1.0 [INFO] tweaked toml for crates.io crate tokio-trace 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tokio-trace 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 11 packages to latest compatible versions [INFO] [stderr] Adding ansi_term v0.11.0 (available: v0.12.1) [INFO] [stderr] Adding cfg-if v0.1.10 (available: v1.0.3) [INFO] [stderr] Adding futures v0.1.31 (available: v0.3.31) [INFO] [stderr] Adding humantime v1.3.0 (available: v2.3.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c348d103f576d1b87c41097c824e906376dd517fc672add3b9ede2917a1b651d [INFO] running `Command { std: "docker" "start" "-a" "c348d103f576d1b87c41097c824e906376dd517fc672add3b9ede2917a1b651d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c348d103f576d1b87c41097c824e906376dd517fc672add3b9ede2917a1b651d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c348d103f576d1b87c41097c824e906376dd517fc672add3b9ede2917a1b651d", kill_on_drop: false }` [INFO] [stdout] c348d103f576d1b87c41097c824e906376dd517fc672add3b9ede2917a1b651d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbd13479be323d9d6f2c561453d41613d907e85527105e75882b0aacfbd8072a [INFO] running `Command { std: "docker" "start" "-a" "bbd13479be323d9d6f2c561453d41613d907e85527105e75882b0aacfbd8072a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling tokio-trace-core v0.2.0 [INFO] [stderr] Compiling tokio-trace v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:303:58 [INFO] [stdout] | [INFO] [stdout] 303 | .value_set(&[(&field, Some(value as &field::Value))]), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 303 | .value_set(&[(&field, Some(value as &dyn field::Value))]), [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:531:51 [INFO] [stdout] | [INFO] [stdout] 531 | self.0.record(&mut |k: &field::Field, v: &fmt::Debug| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 531 | self.0.record(&mut |k: &field::Field, v: &dyn fmt::Debug| { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:543:51 [INFO] [stdout] | [INFO] [stdout] 543 | self.0.record(&mut |k: &field::Field, v: &fmt::Debug| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 543 | self.0.record(&mut |k: &field::Field, v: &dyn fmt::Debug| { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/span.rs:445:14 [INFO] [stdout] | [INFO] [stdout] 445 | fn enter(&self) -> Entered { [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] 445 | fn enter(&self) -> Entered<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `Command { std: "docker" "inspect" "bbd13479be323d9d6f2c561453d41613d907e85527105e75882b0aacfbd8072a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbd13479be323d9d6f2c561453d41613d907e85527105e75882b0aacfbd8072a", kill_on_drop: false }` [INFO] [stdout] bbd13479be323d9d6f2c561453d41613d907e85527105e75882b0aacfbd8072a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4bf6eaac8b74901b223f82be65e06d83b48c6a9e3f5ab362de83519a25dbe8d [INFO] running `Command { std: "docker" "start" "-a" "a4bf6eaac8b74901b223f82be65e06d83b48c6a9e3f5ab362de83519a25dbe8d", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:303:58 [INFO] [stdout] | [INFO] [stdout] 303 | .value_set(&[(&field, Some(value as &field::Value))]), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 303 | .value_set(&[(&field, Some(value as &dyn field::Value))]), [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:531:51 [INFO] [stdout] | [INFO] [stdout] 531 | self.0.record(&mut |k: &field::Field, v: &fmt::Debug| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 531 | self.0.record(&mut |k: &field::Field, v: &dyn fmt::Debug| { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:543:51 [INFO] [stdout] | [INFO] [stdout] 543 | self.0.record(&mut |k: &field::Field, v: &fmt::Debug| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 543 | self.0.record(&mut |k: &field::Field, v: &dyn fmt::Debug| { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/span.rs:445:14 [INFO] [stdout] | [INFO] [stdout] 445 | fn enter(&self) -> Entered { [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] 445 | fn enter(&self) -> Entered<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling tokio-trace v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:158:55 [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a Value> for MockValue { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a dyn Value> for MockValue { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:198:59 [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:89:56 [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &Value, ctx: &str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &dyn Value, ctx: &str) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:158:55 [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a Value> for MockValue { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a dyn Value> for MockValue { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:198:59 [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:89:56 [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &Value, ctx: &str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &dyn Value, ctx: &str) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/counters.rs:51:47 [INFO] [stdout] | [INFO] [stdout] 51 | fn record_debug(&mut self, _: &Field, _: &fmt::Debug) {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 | fn record_debug(&mut self, _: &Field, _: &dyn fmt::Debug) {} [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:158:55 [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a Value> for MockValue { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a dyn Value> for MockValue { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:198:59 [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:303:58 [INFO] [stdout] | [INFO] [stdout] 303 | .value_set(&[(&field, Some(value as &field::Value))]), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 303 | .value_set(&[(&field, Some(value as &dyn field::Value))]), [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:531:51 [INFO] [stdout] | [INFO] [stdout] 531 | self.0.record(&mut |k: &field::Field, v: &fmt::Debug| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 531 | self.0.record(&mut |k: &field::Field, v: &dyn fmt::Debug| { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/span.rs:543:51 [INFO] [stdout] | [INFO] [stdout] 543 | self.0.record(&mut |k: &field::Field, v: &fmt::Debug| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 543 | self.0.record(&mut |k: &field::Field, v: &dyn fmt::Debug| { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:89:56 [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &Value, ctx: &str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &dyn Value, ctx: &str) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:158:55 [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a Value> for MockValue { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a dyn Value> for MockValue { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:198:59 [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:89:56 [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &Value, ctx: &str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &dyn Value, ctx: &str) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/counters.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | fn visitor(&self) -> Count { [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] 55 | fn visitor(&self) -> Count<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `AssertSend` is never used [INFO] [stdout] --> src/span.rs:604:11 [INFO] [stdout] | [INFO] [stdout] 604 | trait AssertSend: Send {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `AssertSync` is never used [INFO] [stdout] --> src/span.rs:607:11 [INFO] [stdout] | [INFO] [stdout] 607 | trait AssertSync: Sync {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/span.rs:445:14 [INFO] [stdout] | [INFO] [stdout] 445 | fn enter(&self) -> Entered { [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)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 445 | fn enter(&self) -> Entered<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:158:55 [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 176 | fn from(value: &'a dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a Value> for MockValue { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 175 | impl<'a> From<&'a dyn Value> for MockValue { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:198:59 [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 | fn record_debug(&mut self, _: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &Value) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 | pub fn with_value(self, value: &dyn Value) -> Self { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/support/field.rs:89:56 [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &Value, ctx: &str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 | fn compare_or_panic(&mut self, name: &str, value: &dyn Value, ctx: &str) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/sloggish/sloggish_subscriber.rs:123:55 [INFO] [stdout] | [INFO] [stdout] 123 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/sloggish/sloggish_subscriber.rs:117:55 [INFO] [stdout] | [INFO] [stdout] 117 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 117 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.73s [INFO] running `Command { std: "docker" "inspect" "a4bf6eaac8b74901b223f82be65e06d83b48c6a9e3f5ab362de83519a25dbe8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4bf6eaac8b74901b223f82be65e06d83b48c6a9e3f5ab362de83519a25dbe8d", kill_on_drop: false }` [INFO] [stdout] a4bf6eaac8b74901b223f82be65e06d83b48c6a9e3f5ab362de83519a25dbe8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 08dfff24ab4a78b254f7629d141f4febd9d5bea6059ea31a7bedcccb0544a561 [INFO] running `Command { std: "docker" "start" "-a" "08dfff24ab4a78b254f7629d141f4febd9d5bea6059ea31a7bedcccb0544a561", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/span.rs:303:58 [INFO] [stderr] | [INFO] [stderr] 303 | .value_set(&[(&field, Some(value as &field::Value))]), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 303 | .value_set(&[(&field, Some(value as &dyn field::Value))]), [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/span.rs:531:51 [INFO] [stderr] | [INFO] [stderr] 531 | self.0.record(&mut |k: &field::Field, v: &fmt::Debug| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 531 | self.0.record(&mut |k: &field::Field, v: &dyn fmt::Debug| { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/span.rs:543:51 [INFO] [stderr] | [INFO] [stderr] 543 | self.0.record(&mut |k: &field::Field, v: &fmt::Debug| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 543 | self.0.record(&mut |k: &field::Field, v: &dyn fmt::Debug| { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/span.rs:445:14 [INFO] [stderr] | [INFO] [stderr] 445 | fn enter(&self) -> Entered { [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] 445 | fn enter(&self) -> Entered<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `tokio-trace` (lib) generated 4 warnings (run `cargo fix --lib -p tokio-trace` to apply 4 suggestions) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/sloggish/sloggish_subscriber.rs:123:55 [INFO] [stderr] | [INFO] [stderr] 123 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 123 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/sloggish/sloggish_subscriber.rs:117:55 [INFO] [stderr] | [INFO] [stderr] 117 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 117 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/span.rs:303:58 [INFO] [stderr] | [INFO] [stderr] 303 | .value_set(&[(&field, Some(value as &field::Value))]), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 303 | .value_set(&[(&field, Some(value as &dyn field::Value))]), [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait `AssertSend` is never used [INFO] [stderr] --> src/span.rs:604:11 [INFO] [stderr] | [INFO] [stderr] 604 | trait AssertSend: Send {} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: trait `AssertSync` is never used [INFO] [stderr] --> src/span.rs:607:11 [INFO] [stderr] | [INFO] [stderr] 607 | trait AssertSync: Sync {} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/span.rs:445:14 [INFO] [stderr] | [INFO] [stderr] 445 | fn enter(&self) -> Entered { [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)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 445 | fn enter(&self) -> Entered<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/support/field.rs:158:55 [INFO] [stderr] | [INFO] [stderr] 158 | fn record_debug(&mut self, field: &Field, value: &fmt::Debug) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 158 | fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/support/field.rs:176:24 [INFO] [stderr] | [INFO] [stderr] 176 | fn from(value: &'a Value) -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 176 | fn from(value: &'a dyn Value) -> Self { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/support/field.rs:175:19 [INFO] [stderr] | [INFO] [stderr] 175 | impl<'a> From<&'a Value> for MockValue { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 175 | impl<'a> From<&'a dyn Value> for MockValue { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/support/field.rs:198:59 [INFO] [stderr] | [INFO] [stderr] 198 | fn record_debug(&mut self, _: &Field, value: &fmt::Debug) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 198 | fn record_debug(&mut self, _: &Field, value: &dyn fmt::Debug) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/support/field.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn with_value(self, value: &Value) -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 43 | pub fn with_value(self, value: &dyn Value) -> Self { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/support/field.rs:89:56 [INFO] [stderr] | [INFO] [stderr] 89 | fn compare_or_panic(&mut self, name: &str, value: &Value, ctx: &str) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 89 | fn compare_or_panic(&mut self, name: &str, value: &dyn Value, ctx: &str) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `tokio-trace` (example "sloggish") generated 2 warnings (run `cargo fix --example "sloggish"` to apply 2 suggestions) [INFO] [stderr] warning: `tokio-trace` (lib test) generated 6 warnings (2 duplicates) (run `cargo fix --lib -p tokio-trace --tests` to apply 2 suggestions) [INFO] [stderr] warning: `tokio-trace` (test "span") generated 6 warnings (run `cargo fix --test "span"` to apply 6 suggestions) [INFO] [stderr] warning: `tokio-trace` (test "filter_caching_is_lexically_scoped") generated 6 warnings (6 duplicates) [INFO] [stderr] warning: `tokio-trace` (test "filters_are_not_reevaluated_for_the_same_span") generated 6 warnings (6 duplicates) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/counters.rs:51:47 [INFO] [stderr] | [INFO] [stderr] 51 | fn record_debug(&mut self, _: &Field, _: &fmt::Debug) {} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 51 | fn record_debug(&mut self, _: &Field, _: &dyn fmt::Debug) {} [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/counters.rs:55:16 [INFO] [stderr] | [INFO] [stderr] 55 | fn visitor(&self) -> Count { [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] 55 | fn visitor(&self) -> Count<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `tokio-trace` (test "filters_are_reevaluated_for_different_call_sites") generated 6 warnings (6 duplicates) [INFO] [stderr] warning: `tokio-trace` (example "counters") generated 2 warnings (run `cargo fix --example "counters"` to apply 2 suggestions) [INFO] [stderr] warning: `tokio-trace` (test "event") generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tokio_trace-51f1165b1c62a22a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/event.rs (/opt/rustwide/target/debug/deps/event-8d010cc5f85748a8) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test event_without_message ... ok [INFO] [stdout] test moved_field ... ok [INFO] [stdout] test one_with_everything ... ok [INFO] [stdout] test dotted_field_name ... ok [INFO] [stdout] test borrowed_field ... ok [INFO] [stdout] test move_field_out_of_struct ... ok [INFO] [stdout] test event_with_message ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/filter_caching_is_lexically_scoped.rs (/opt/rustwide/target/debug/deps/filter_caching_is_lexically_scoped-c9a1fd9cc1002a55) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test filter_caching_is_lexically_scoped ... 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/filters_are_not_reevaluated_for_the_same_span.rs (/opt/rustwide/target/debug/deps/filters_are_not_reevaluated_for_the_same_span-37c5c426574bb42e) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test filters_are_not_reevaluated_for_the_same_span ... 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/filters_are_reevaluated_for_different_call_sites.rs (/opt/rustwide/target/debug/deps/filters_are_reevaluated_for_different_call_sites-f09deb23d3634119) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test filters_are_reevaluated_for_different_call_sites ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/macros.rs (/opt/rustwide/target/debug/deps/macros-d1060eab4ac4dc1b) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test debug_span_with_parent ... ok [INFO] [stdout] test callsite_macro_api ... ok [INFO] [stdout] test debug_span_root ... ok [INFO] [stdout] test error_span_with_parent ... ok [INFO] [stdout] test event ... ok [INFO] [stdout] test info_span ... ok [INFO] [stdout] test info_span_root ... ok [INFO] [stdout] test info_span_with_parent ... ok [INFO] [stdout] test span ... ok [INFO] [stdout] test span_with_parent ... ok [INFO] [stdout] test trace ... ok [INFO] [stdout] test trace_span ... ok [INFO] [stdout] test span_root ... ok [INFO] [stdout] test info ... ok [INFO] [stdout] test trace_span_root ... ok [INFO] [stdout] test trace_span_with_parent ... ok [INFO] [stdout] test error_span ... ok [INFO] [stdout] test error_span_root ... ok [INFO] [stdout] test error ... ok [INFO] [stdout] test debug ... ok [INFO] [stdout] test warn_span ... ok [INFO] [stdout] test warn_span_root ... ok [INFO] [stdout] test warn_span_with_parent ... ok [INFO] [stderr] Running tests/span.rs (/opt/rustwide/target/debug/deps/span-f04fc18ec22a8712) [INFO] [stdout] test warn ... ok [INFO] [stdout] test debug_span ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test clone_and_drop_span_always_go_to_the_subscriber_that_tagged_the_span ... ok [INFO] [stdout] test add_field_after_new_span ... ok [INFO] [stdout] test cloning_a_span_calls_clone_span ... ok [INFO] [stdout] test add_fields_only_after_new_span ... ok [INFO] [stdout] test explicit_child ... ok [INFO] [stdout] test explicit_child_regardless_of_ctx ... ok [INFO] [stderr] Running tests/subscriber.rs (/opt/rustwide/target/debug/deps/subscriber-85125330e51462fb) [INFO] [stdout] test contextual_root ... ok [INFO] [stderr] Doc-tests tokio_trace [INFO] [stdout] test contextual_child ... ok [INFO] [stdout] test borrowed_field ... ok [INFO] [stdout] test drop_span_when_exiting_dispatchers_context ... ok [INFO] [stdout] test event_outside_of_span ... ok [INFO] [stdout] test explicit_root_span_is_root ... ok [INFO] [stdout] test dropping_a_span_calls_drop_span ... ok [INFO] [stdout] test dotted_field_name ... ok [INFO] [stdout] test explicit_root_span_is_root_regardless_of_ctx ... ok [INFO] [stdout] test handles_to_different_spans_are_not_equal ... ok [INFO] [stdout] test handles_to_different_spans_with_the_same_metadata_are_not_equal ... ok [INFO] [stdout] test handles_to_the_same_span_are_equal ... ok [INFO] [stdout] test move_field_out_of_struct ... ok [INFO] [stdout] test moved_field ... ok [INFO] [stdout] test new_span_after_event ... ok [INFO] [stdout] test new_span_with_target_and_log_level ... ok [INFO] [stdout] test span_closes_after_event ... ok [INFO] [stdout] test span_closes_when_exited ... ok [INFO] [stdout] test spans_always_go_to_the_subscriber_that_tagged_them ... ok [INFO] [stdout] test spans_always_go_to_the_subscriber_that_tagged_them_even_across_threads ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test event_macros_dont_infinite_loop ... 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 33 tests [INFO] [stdout] test src/lib.rs - (line 254) ... ok [INFO] [stdout] test src/lib.rs - (line 151) ... ok [INFO] [stdout] test src/lib.rs - (line 312) ... ok [INFO] [stdout] test src/lib.rs - (line 210) ... ok [INFO] [stdout] test src/lib.rs - (line 107) ... ok [INFO] [stdout] test src/lib.rs - (line 237) ... ok [INFO] [stdout] test src/lib.rs - (line 219) ... ok [INFO] [stdout] test src/lib.rs - (line 121) ... ok [INFO] [stdout] test src/lib.rs - (line 82) ... ok [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] test src/macros.rs - macros::debug_span (line 320) ... ok [INFO] [stdout] test src/macros.rs - macros::event (line 702) - compile fail ... ok [INFO] [stdout] test src/macros.rs - macros::event (line 675) ... ok [INFO] [stdout] test src/macros.rs - macros::debug (line 916) ... ok [INFO] [stdout] test src/lib.rs - (line 59) ... ok [INFO] [stdout] test src/macros.rs - macros::error_span (line 586) ... ok [INFO] [stdout] test src/macros.rs - macros::info (line 990) ... ok [INFO] [stdout] test src/macros.rs - macros::event (line 713) - compile fail ... ok [INFO] [stdout] test src/macros.rs - macros::error (line 1156) ... ok [INFO] [stdout] test src/macros.rs - macros::span (line 19) ... ok [INFO] [stdout] test src/macros.rs - macros::span (line 31) ... ok [INFO] [stdout] test src/macros.rs - macros::span (line 73) - compile fail ... ok [INFO] [stdout] test src/macros.rs - macros::trace (line 825) ... ok [INFO] [stdout] test src/macros.rs - macros::span (line 6) ... ok [INFO] [stdout] test src/macros.rs - macros::info_span (line 409) ... ok [INFO] [stdout] test src/macros.rs - macros::trace_span (line 231) ... ok [INFO] [stdout] test src/macros.rs - macros::span (line 62) ... ok [INFO] [stdout] test src/macros.rs - macros::span (line 46) ... ok [INFO] [stdout] test src/span.rs - span (line 13) ... ok [INFO] [stdout] test src/span.rs - span (line 79) ... ok [INFO] [stdout] test src/span.rs - span (line 37) ... ok [INFO] [stdout] test src/macros.rs - macros::warn_span (line 498) ... ok [INFO] [stdout] test src/macros.rs - macros::warn (line 1075) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "08dfff24ab4a78b254f7629d141f4febd9d5bea6059ea31a7bedcccb0544a561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08dfff24ab4a78b254f7629d141f4febd9d5bea6059ea31a7bedcccb0544a561", kill_on_drop: false }` [INFO] [stdout] 08dfff24ab4a78b254f7629d141f4febd9d5bea6059ea31a7bedcccb0544a561