[INFO] fetching crate tracing_facade 0.1.0... [INFO] testing tracing_facade-0.1.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate tracing_facade 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate tracing_facade 0.1.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tracing_facade 0.1.0 [INFO] finished tweaking crates.io crate tracing_facade 0.1.0 [INFO] tweaked toml for crates.io crate tracing_facade 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d14491945eb40177defdc084949b94770ba5ac14f3763bc998c8fc598c3177f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1d14491945eb40177defdc084949b94770ba5ac14f3763bc998c8fc598c3177f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d14491945eb40177defdc084949b94770ba5ac14f3763bc998c8fc598c3177f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d14491945eb40177defdc084949b94770ba5ac14f3763bc998c8fc598c3177f", kill_on_drop: false }` [INFO] [stdout] 1d14491945eb40177defdc084949b94770ba5ac14f3763bc998c8fc598c3177f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d0e8c006c6dc1aae13f6f756f75419e6dcb0e07792f2c35f8e4bd5d379f8240 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3d0e8c006c6dc1aae13f6f756f75419e6dcb0e07792f2c35f8e4bd5d379f8240", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling tracing_facade v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:225:36 [INFO] [stdout] | [INFO] [stdout] 225 | static mut TRACER: Option<&'static Tracer> = None; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:238:48 [INFO] [stdout] | [INFO] [stdout] 238 | fn get_tracer_assume_initialized() -> &'static Tracer { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:245:36 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn set_tracer(tracer: &'static Tracer) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:253:37 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn set_boxed_tracer(tracer: Box) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:258:37 [INFO] [stdout] | [INFO] [stdout] 258 | fn set_tracer_impl(tracer: &'static Tracer) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.02s [INFO] running `Command { std: "docker" "inspect" "3d0e8c006c6dc1aae13f6f756f75419e6dcb0e07792f2c35f8e4bd5d379f8240", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d0e8c006c6dc1aae13f6f756f75419e6dcb0e07792f2c35f8e4bd5d379f8240", kill_on_drop: false }` [INFO] [stdout] 3d0e8c006c6dc1aae13f6f756f75419e6dcb0e07792f2c35f8e4bd5d379f8240 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76c6f56888be9a0319f41ea314dbe8a6cd925d78243e2f4dfd63349315a4b5fc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "76c6f56888be9a0319f41ea314dbe8a6cd925d78243e2f4dfd63349315a4b5fc", kill_on_drop: false }` [INFO] [stderr] Compiling tracing_facade v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:225:36 [INFO] [stdout] | [INFO] [stdout] 225 | static mut TRACER: Option<&'static Tracer> = None; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:238:48 [INFO] [stdout] | [INFO] [stdout] 238 | fn get_tracer_assume_initialized() -> &'static Tracer { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:245:36 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn set_tracer(tracer: &'static Tracer) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:253:37 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn set_boxed_tracer(tracer: Box) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:258:37 [INFO] [stdout] | [INFO] [stdout] 258 | fn set_tracer_impl(tracer: &'static Tracer) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:225:36 [INFO] [stdout] | [INFO] [stdout] 225 | static mut TRACER: Option<&'static Tracer> = None; [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:238:48 [INFO] [stdout] | [INFO] [stdout] 238 | fn get_tracer_assume_initialized() -> &'static Tracer { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:245:36 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn set_tracer(tracer: &'static Tracer) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:253:37 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn set_boxed_tracer(tracer: Box) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:258:37 [INFO] [stdout] | [INFO] [stdout] 258 | fn set_tracer_impl(tracer: &'static Tracer) { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "76c6f56888be9a0319f41ea314dbe8a6cd925d78243e2f4dfd63349315a4b5fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76c6f56888be9a0319f41ea314dbe8a6cd925d78243e2f4dfd63349315a4b5fc", kill_on_drop: false }` [INFO] [stdout] 76c6f56888be9a0319f41ea314dbe8a6cd925d78243e2f4dfd63349315a4b5fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fd28958cd87c4d2d98bd93db20e2129bc63bd223a437d47d9dd5f71f2674cdd1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fd28958cd87c4d2d98bd93db20e2129bc63bd223a437d47d9dd5f71f2674cdd1", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:225:36 [INFO] [stderr] | [INFO] [stderr] 225 | static mut TRACER: Option<&'static Tracer> = None; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:238:48 [INFO] [stderr] | [INFO] [stderr] 238 | fn get_tracer_assume_initialized() -> &'static Tracer { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:245:36 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn set_tracer(tracer: &'static Tracer) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:253:37 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn set_boxed_tracer(tracer: Box) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:258:37 [INFO] [stderr] | [INFO] [stderr] 258 | fn set_tracer_impl(tracer: &'static Tracer) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:225:36 [INFO] [stderr] | [INFO] [stderr] 225 | static mut TRACER: Option<&'static Tracer> = None; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:238:48 [INFO] [stderr] | [INFO] [stderr] 238 | fn get_tracer_assume_initialized() -> &'static Tracer { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:245:36 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn set_tracer(tracer: &'static Tracer) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:253:37 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn set_boxed_tracer(tracer: Box) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:258:37 [INFO] [stderr] | [INFO] [stderr] 258 | fn set_tracer_impl(tracer: &'static Tracer) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Tracer` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tracing_facade-6b4cf9510b8e2b66) [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] Doc-tests tracing_facade [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/macros.rs - trace_end (line 64) ... ok [INFO] [stdout] test src/macros.rs - trace_begin (line 15) ... ok [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fd28958cd87c4d2d98bd93db20e2129bc63bd223a437d47d9dd5f71f2674cdd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd28958cd87c4d2d98bd93db20e2129bc63bd223a437d47d9dd5f71f2674cdd1", kill_on_drop: false }` [INFO] [stdout] fd28958cd87c4d2d98bd93db20e2129bc63bd223a437d47d9dd5f71f2674cdd1