[INFO] fetching crate syntex_errors 0.59.1... [INFO] checking syntex_errors-0.59.1 against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [INFO] extracting crate syntex_errors 0.59.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate syntex_errors 0.59.1 on toolchain 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate syntex_errors 0.59.1 [INFO] finished tweaking crates.io crate syntex_errors 0.59.1 [INFO] tweaked toml for crates.io crate syntex_errors 0.59.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 352135a2964e95b862a1ed9d54bbf4e5f4b6be6643891b757541e6b2502d5c6a [INFO] running `Command { std: "docker" "start" "-a" "352135a2964e95b862a1ed9d54bbf4e5f4b6be6643891b757541e6b2502d5c6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "352135a2964e95b862a1ed9d54bbf4e5f4b6be6643891b757541e6b2502d5c6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "352135a2964e95b862a1ed9d54bbf4e5f4b6be6643891b757541e6b2502d5c6a", kill_on_drop: false }` [INFO] [stdout] 352135a2964e95b862a1ed9d54bbf4e5f4b6be6643891b757541e6b2502d5c6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f63f338abc7f7bd4b68b763e02224135a2e6380f1c87c60050e5e110d014ffeb [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" "f63f338abc7f7bd4b68b763e02224135a2e6380f1c87c60050e5e110d014ffeb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Checking term v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Checking syntex_pos v0.59.1 [INFO] [stderr] Checking syntex_errors v0.59.1 (/opt/rustwide/workdir) [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic.rs:124:40 [INFO] [stdout] | [INFO] [stdout] 124 | ... label: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic.rs:133:46 [INFO] [stdout] | [INFO] [stdout] 133 | ... label: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic.rs:136:55 [INFO] [stdout] | [INFO] [stdout] 136 | ... expected_extra: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic.rs:137:52 [INFO] [stdout] | [INFO] [stdout] 137 | ... found_extra: &fmt::Display) [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic_builder.rs:124:49 [INFO] [stdout] | [INFO] [stdout] 124 | ... label: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic_builder.rs:130:55 [INFO] [stdout] | [INFO] [stdout] 130 | ... label: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic_builder.rs:133:64 [INFO] [stdout] | [INFO] [stdout] 133 | ... expected_extra: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic_builder.rs:134:61 [INFO] [stdout] | [INFO] [stdout] 134 | ... found_extra: &fmt::Display) [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | cm: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:112:66 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn stderr(color_config: ColorConfig, code_map: Option>) -> EmitterWriter { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn new(dst: Box, code_map: Option>) -> EmitterWriter { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:127:60 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn new(dst: Box, code_map: Option>) -> EmitterWriter { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `libc` is imported redundantly [INFO] [stdout] --> src/emitter.rs:1257:9 [INFO] [stdout] | [INFO] [stdout] 1257 | use libc; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern crate libc; [INFO] [stdout] | ------------------ the item `libc` is already imported here [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:1277:27 [INFO] [stdout] | [INFO] [stdout] 1277 | pub type BufferedStderr = term::Terminal + Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn term::Terminal + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:1282:13 [INFO] [stdout] | [INFO] [stdout] 1282 | Raw(Box), [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/snippet.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | codemap: Rc, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lock.rs:113:48 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn acquire_global_lock(_name: &str) -> Box { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:112:37 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn splice_lines(&self, cm: &CodeMapper) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Loc` is imported redundantly [INFO] [stdout] --> src/lib.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 42 | use syntax_pos::{BytePos, Loc, FileLinesResult, FileName, MultiSpan, Span, NO_EXPANSION}; [INFO] [stdout] | --- the item `Loc` is already imported here [INFO] [stdout] ... [INFO] [stdout] 113 | use syntax_pos::{CharPos, Loc, Pos}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:253:26 [INFO] [stdout] | [INFO] [stdout] 253 | emitter: RefCell>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Emitter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:264:43 [INFO] [stdout] | [INFO] [stdout] 264 | ... cm: Option>) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:272:32 [INFO] [stdout] | [INFO] [stdout] 272 | e: Box) [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Emitter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic.rs:124:40 [INFO] [stdout] | [INFO] [stdout] 124 | ... label: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic.rs:133:46 [INFO] [stdout] | [INFO] [stdout] 133 | ... label: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic.rs:136:55 [INFO] [stdout] | [INFO] [stdout] 136 | ... expected_extra: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic.rs:137:52 [INFO] [stdout] | [INFO] [stdout] 137 | ... found_extra: &fmt::Display) [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic_builder.rs:124:49 [INFO] [stdout] | [INFO] [stdout] 124 | ... label: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic_builder.rs:130:55 [INFO] [stdout] | [INFO] [stdout] 130 | ... label: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic_builder.rs:133:64 [INFO] [stdout] | [INFO] [stdout] 133 | ... expected_extra: &fmt::Display, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/diagnostic_builder.rs:134:61 [INFO] [stdout] | [INFO] [stdout] 134 | ... found_extra: &fmt::Display) [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | cm: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:112:66 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn stderr(color_config: ColorConfig, code_map: Option>) -> EmitterWriter { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:127:25 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn new(dst: Box, code_map: Option>) -> EmitterWriter { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:127:60 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn new(dst: Box, code_map: Option>) -> EmitterWriter { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `libc` is imported redundantly [INFO] [stdout] --> src/emitter.rs:1257:9 [INFO] [stdout] | [INFO] [stdout] 1257 | use libc; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern crate libc; [INFO] [stdout] | ------------------ the item `libc` is already imported here [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:1277:27 [INFO] [stdout] | [INFO] [stdout] 1277 | pub type BufferedStderr = term::Terminal + Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn term::Terminal + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/emitter.rs:1282:13 [INFO] [stdout] | [INFO] [stdout] 1282 | Raw(Box), [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/snippet.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | codemap: Rc, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lock.rs:113:48 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn acquire_global_lock(_name: &str) -> Box { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:112:37 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn splice_lines(&self, cm: &CodeMapper) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Loc` is imported redundantly [INFO] [stdout] --> src/lib.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 42 | use syntax_pos::{BytePos, Loc, FileLinesResult, FileName, MultiSpan, Span, NO_EXPANSION}; [INFO] [stdout] | --- the item `Loc` is already imported here [INFO] [stdout] ... [INFO] [stdout] 113 | use syntax_pos::{CharPos, Loc, Pos}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:253:26 [INFO] [stdout] | [INFO] [stdout] 253 | emitter: RefCell>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Emitter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:264:43 [INFO] [stdout] | [INFO] [stdout] 264 | ... cm: Option>) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn CodeMapper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:272:32 [INFO] [stdout] | [INFO] [stdout] 272 | e: Box) [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Emitter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syntex_errors` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f63f338abc7f7bd4b68b763e02224135a2e6380f1c87c60050e5e110d014ffeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f63f338abc7f7bd4b68b763e02224135a2e6380f1c87c60050e5e110d014ffeb", kill_on_drop: false }` [INFO] [stdout] f63f338abc7f7bd4b68b763e02224135a2e6380f1c87c60050e5e110d014ffeb