[INFO] fetching crate termo_gen 1.0.3... [INFO] testing termo_gen-1.0.3 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate termo_gen 1.0.3 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate termo_gen 1.0.3 [INFO] finished tweaking crates.io crate termo_gen 1.0.3 [INFO] tweaked toml for crates.io crate termo_gen 1.0.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate termo_gen 1.0.3 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e9cea992174a9c053a60c82337cb1d1ac3b649fc057c398d62bd8171d9c0679 [INFO] running `Command { std: "docker" "start" "-a" "3e9cea992174a9c053a60c82337cb1d1ac3b649fc057c398d62bd8171d9c0679", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e9cea992174a9c053a60c82337cb1d1ac3b649fc057c398d62bd8171d9c0679", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e9cea992174a9c053a60c82337cb1d1ac3b649fc057c398d62bd8171d9c0679", kill_on_drop: false }` [INFO] [stdout] 3e9cea992174a9c053a60c82337cb1d1ac3b649fc057c398d62bd8171d9c0679 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 348a5bde791249528640c082833a50de39f26d3e93214a4ccaa3623cf769203a [INFO] running `Command { std: "docker" "start" "-a" "348a5bde791249528640c082833a50de39f26d3e93214a4ccaa3623cf769203a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling termo_gen v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | let mut struct_def = quote! { [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | let mut dbg_impl = quote! { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s [INFO] running `Command { std: "docker" "inspect" "348a5bde791249528640c082833a50de39f26d3e93214a4ccaa3623cf769203a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "348a5bde791249528640c082833a50de39f26d3e93214a4ccaa3623cf769203a", kill_on_drop: false }` [INFO] [stdout] 348a5bde791249528640c082833a50de39f26d3e93214a4ccaa3623cf769203a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8918d2ff6a1aa89510aaf2147f42779ed73400337ab87647767aa2b60a707292 [INFO] running `Command { std: "docker" "start" "-a" "8918d2ff6a1aa89510aaf2147f42779ed73400337ab87647767aa2b60a707292", kill_on_drop: false }` [INFO] [stderr] Compiling termo_gen v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | let mut struct_def = quote! { [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | let mut dbg_impl = quote! { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | let mut struct_def = quote! { [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | let mut dbg_impl = quote! { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "8918d2ff6a1aa89510aaf2147f42779ed73400337ab87647767aa2b60a707292", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8918d2ff6a1aa89510aaf2147f42779ed73400337ab87647767aa2b60a707292", kill_on_drop: false }` [INFO] [stdout] 8918d2ff6a1aa89510aaf2147f42779ed73400337ab87647767aa2b60a707292 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9fe37b0a0eb7c19d8ba92a4684374bfae625c161779057f2598bb25ec95e6b7f [INFO] running `Command { std: "docker" "start" "-a" "9fe37b0a0eb7c19d8ba92a4684374bfae625c161779057f2598bb25ec95e6b7f", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | let mut struct_def = quote! { [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | let mut dbg_impl = quote! { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: `termo_gen` (lib) generated 2 warnings (run `cargo fix --lib -p termo_gen` to apply 2 suggestions) [INFO] [stderr] warning: `termo_gen` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/termo_gen-955fe53576b3cee9) [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 termo_gen [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - display (line 32) ... FAILED [INFO] [stdout] test src/lib.rs - display (line 15) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - display (line 32) stdout ---- [INFO] [stdout] error: unknown start of token: \u{256d} [INFO] [stdout] --> src/lib.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:2 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭- DedicatedCar ───────── [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 8 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar --------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 7 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar ─-------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 6 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar ──------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 5 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar ───------ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 4 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar ────----- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:22 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 3 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar ─────---- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar ──────--- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears once more [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar ───────-- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:33:25 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 1 - ╭─ DedicatedCar ───────── [INFO] [stdout] 1 + ╭─ DedicatedCar ────────- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2570} [INFO] [stdout] --> src/lib.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:2 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 23 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰------------------------ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:3 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 22 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰─----------------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:4 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 21 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰──---------------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 20 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰───--------------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:6 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 19 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰────-------------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 18 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰─────------------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 17 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰──────------------------ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 16 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰───────----------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 15 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰────────---------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 14 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰─────────--------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 13 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰──────────-------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 12 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰───────────------------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 11 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰────────────------------ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 10 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰─────────────----------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 9 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰──────────────---------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 8 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰───────────────--------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 7 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰────────────────-------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 6 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰─────────────────------- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 5 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰──────────────────------ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 4 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰───────────────────----- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 3 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰────────────────────---- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:23 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰─────────────────────--- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:24 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears once more [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰──────────────────────-- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2500} [INFO] [stdout] --> src/lib.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 13 | ╰──────────────────────── [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not [INFO] [stdout] | [INFO] [stdout] 13 - ╰──────────────────────── [INFO] [stdout] 13 + ╰───────────────────────- [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected item, found `-` [INFO] [stdout] --> src/lib.rs:33:2 [INFO] [stdout] | [INFO] [stdout] 1 | ╭─ DedicatedCar ───────── [INFO] [stdout] | ^ expected item [INFO] [stdout] | [INFO] [stdout] = note: for a full list of items that can appear in modules, see [INFO] [stdout] [INFO] [stdout] error: aborting due to 37 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - display (line 15) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termo` [INFO] [stdout] --> src/lib.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[termo::display] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `termo` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateTime` in this scope [INFO] [stdout] --> src/lib.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 5 | pub date: DateTime, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Utc` in this scope [INFO] [stdout] --> src/lib.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 5 | pub date: DateTime, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | pub struct DedicatedCar { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DateTime` in this scope [INFO] [stdout] --> src/lib.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 8 | pub time: DateTime, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Utc` in this scope [INFO] [stdout] --> src/lib.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 8 | pub time: DateTime, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | pub struct DedicatedCar { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - display (line 15) [INFO] [stdout] src/lib.rs - display (line 32) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "9fe37b0a0eb7c19d8ba92a4684374bfae625c161779057f2598bb25ec95e6b7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fe37b0a0eb7c19d8ba92a4684374bfae625c161779057f2598bb25ec95e6b7f", kill_on_drop: false }` [INFO] [stdout] 9fe37b0a0eb7c19d8ba92a4684374bfae625c161779057f2598bb25ec95e6b7f