[INFO] cloning repository https://github.com/CarpeQueso/craindown [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CarpeQueso/craindown" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarpeQueso%2Fcraindown", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarpeQueso%2Fcraindown'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cb988a85672b73bacc99c62dda41d737a423b81c [INFO] checking CarpeQueso/craindown against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarpeQueso%2Fcraindown" "/workspace/builds/worker-109/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-109/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CarpeQueso/craindown on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/CarpeQueso/craindown [INFO] finished tweaking git repo https://github.com/CarpeQueso/craindown [INFO] tweaked toml for git repo https://github.com/CarpeQueso/craindown written to /workspace/builds/worker-109/source/Cargo.toml [INFO] crate git repo https://github.com/CarpeQueso/craindown already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 561a3e491df897920b7a7b5c29b915664e7181983813c72369ad1e8377922e47 [INFO] running `Command { std: "docker" "start" "-a" "561a3e491df897920b7a7b5c29b915664e7181983813c72369ad1e8377922e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "561a3e491df897920b7a7b5c29b915664e7181983813c72369ad1e8377922e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "561a3e491df897920b7a7b5c29b915664e7181983813c72369ad1e8377922e47", kill_on_drop: false }` [INFO] [stdout] 561a3e491df897920b7a7b5c29b915664e7181983813c72369ad1e8377922e47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3029dbc8818fe39ec3c4bfbf3a667c10dd16e67d7ac339dcbe375387b99dff71 [INFO] running `Command { std: "docker" "start" "-a" "3029dbc8818fe39ec3c4bfbf3a667c10dd16e67d7ac339dcbe375387b99dff71", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking craindown v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stdout] error: cannot find macro `formatted_text_type` in this scope [INFO] [stdout] --> src/parse.rs:832:17 [INFO] [stdout] | [INFO] [stdout] 832 | formatted_text_type!(FormatSpecifier::Strikethrough), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] crate::formatted_text_type [INFO] [stdout] = help: have you added the `#[macro_use]` on the module/import? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `formatted_text_type` in this scope [INFO] [stdout] --> src/parse.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | formatted_text_type!(FormatSpecifier::Underline), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] crate::formatted_text_type [INFO] [stdout] = help: have you added the `#[macro_use]` on the module/import? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `formatted_text_type` in this scope [INFO] [stdout] --> src/parse.rs:822:17 [INFO] [stdout] | [INFO] [stdout] 822 | formatted_text_type!(FormatSpecifier::Italic), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] crate::formatted_text_type [INFO] [stdout] = help: have you added the `#[macro_use]` on the module/import? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `formatted_text_type` in this scope [INFO] [stdout] --> src/parse.rs:817:17 [INFO] [stdout] | [INFO] [stdout] 817 | formatted_text_type!(FormatSpecifier::Bold), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] crate::formatted_text_type [INFO] [stdout] = help: have you added the `#[macro_use]` on the module/import? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:570:49 [INFO] [stdout] | [INFO] [stdout] 570 | Token::new(TokenType::Text, "key", &FilePosition::new(0, 4, 4)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:574:18 [INFO] [stdout] | [INFO] [stdout] 574 | &FilePosition::new(0, 7, 7), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:576:51 [INFO] [stdout] | [INFO] [stdout] 576 | Token::new(TokenType::Text, "value", &FilePosition::new(0, 9, 9)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:577:45 [INFO] [stdout] | [INFO] [stdout] 577 | Token::new(TokenType::EOF, "", &FilePosition::new(0, 14, 14)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:590:53 [INFO] [stdout] | [INFO] [stdout] 590 | Token::new(TokenType::Text, "Heading", &FilePosition::new(0, 2, 2)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:591:45 [INFO] [stdout] | [INFO] [stdout] 591 | Token::new(TokenType::EOF, "", &FilePosition::new(0, 9, 9)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:610:18 [INFO] [stdout] | [INFO] [stdout] 610 | &FilePosition::new(0, 3, 3), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:612:50 [INFO] [stdout] | [INFO] [stdout] 612 | Token::new(TokenType::Text, "math", &FilePosition::new(1, 0, 4)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:616:18 [INFO] [stdout] | [INFO] [stdout] 616 | &FilePosition::new(1, 4, 8), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:621:18 [INFO] [stdout] | [INFO] [stdout] 621 | &FilePosition::new(2, 0, 9), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:623:45 [INFO] [stdout] | [INFO] [stdout] 623 | Token::new(TokenType::EOF, "", &FilePosition::new(2, 3, 12)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:639:18 [INFO] [stdout] | [INFO] [stdout] 639 | &FilePosition::new(0, 3, 3), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:641:52 [INFO] [stdout] | [INFO] [stdout] 641 | Token::new(TokenType::Text, "export", &FilePosition::new(1, 0, 4)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:645:18 [INFO] [stdout] | [INFO] [stdout] 645 | &FilePosition::new(1, 6, 10), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:650:18 [INFO] [stdout] | [INFO] [stdout] 650 | &FilePosition::new(2, 0, 11), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:652:45 [INFO] [stdout] | [INFO] [stdout] 652 | Token::new(TokenType::EOF, "", &FilePosition::new(2, 3, 14)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:668:18 [INFO] [stdout] | [INFO] [stdout] 668 | &FilePosition::new(0, 3, 3), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:670:50 [INFO] [stdout] | [INFO] [stdout] 670 | Token::new(TokenType::Text, "code", &FilePosition::new(1, 0, 4)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:674:18 [INFO] [stdout] | [INFO] [stdout] 674 | &FilePosition::new(1, 4, 8), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:679:18 [INFO] [stdout] | [INFO] [stdout] 679 | &FilePosition::new(2, 0, 9), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:681:45 [INFO] [stdout] | [INFO] [stdout] 681 | Token::new(TokenType::EOF, "", &FilePosition::new(2, 3, 12)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:697:18 [INFO] [stdout] | [INFO] [stdout] 697 | &FilePosition::new(0, 3, 3), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:699:53 [INFO] [stdout] | [INFO] [stdout] 699 | Token::new(TokenType::Text, "literal", &FilePosition::new(1, 0, 4)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:703:18 [INFO] [stdout] | [INFO] [stdout] 703 | &FilePosition::new(1, 7, 11), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:708:18 [INFO] [stdout] | [INFO] [stdout] 708 | &FilePosition::new(2, 0, 12), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:710:45 [INFO] [stdout] | [INFO] [stdout] 710 | Token::new(TokenType::EOF, "", &FilePosition::new(2, 3, 15)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:726:18 [INFO] [stdout] | [INFO] [stdout] 726 | &FilePosition::new(0, 0, 0), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:728:50 [INFO] [stdout] | [INFO] [stdout] 728 | Token::new(TokenType::Text, "bold", &FilePosition::new(0, 2, 2)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:732:18 [INFO] [stdout] | [INFO] [stdout] 732 | &FilePosition::new(0, 6, 6), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:734:47 [INFO] [stdout] | [INFO] [stdout] 734 | Token::new(TokenType::Text, " ", &FilePosition::new(0, 8, 8)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:738:18 [INFO] [stdout] | [INFO] [stdout] 738 | &FilePosition::new(0, 9, 9), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:740:52 [INFO] [stdout] | [INFO] [stdout] 740 | Token::new(TokenType::Text, "italic", &FilePosition::new(0, 11, 11)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:744:18 [INFO] [stdout] | [INFO] [stdout] 744 | &FilePosition::new(0, 17, 17), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:746:47 [INFO] [stdout] | [INFO] [stdout] 746 | Token::new(TokenType::Text, " ", &FilePosition::new(0, 19, 19)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:750:18 [INFO] [stdout] | [INFO] [stdout] 750 | &FilePosition::new(0, 20, 20), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:752:55 [INFO] [stdout] | [INFO] [stdout] 752 | Token::new(TokenType::Text, "underline", &FilePosition::new(0, 22, 22)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:756:18 [INFO] [stdout] | [INFO] [stdout] 756 | &FilePosition::new(0, 31, 31), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:758:47 [INFO] [stdout] | [INFO] [stdout] 758 | Token::new(TokenType::Text, " ", &FilePosition::new(0, 33, 33)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:762:18 [INFO] [stdout] | [INFO] [stdout] 762 | &FilePosition::new(0, 34, 34), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:767:18 [INFO] [stdout] | [INFO] [stdout] 767 | &FilePosition::new(0, 36, 36), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:772:18 [INFO] [stdout] | [INFO] [stdout] 772 | &FilePosition::new(0, 49, 49), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:774:47 [INFO] [stdout] | [INFO] [stdout] 774 | Token::new(TokenType::Text, " ", &FilePosition::new(0, 51, 51)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:778:18 [INFO] [stdout] | [INFO] [stdout] 778 | &FilePosition::new(0, 52, 52), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:780:50 [INFO] [stdout] | [INFO] [stdout] 780 | Token::new(TokenType::Text, "math", &FilePosition::new(0, 54, 54)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:784:18 [INFO] [stdout] | [INFO] [stdout] 784 | &FilePosition::new(0, 58, 58), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:786:47 [INFO] [stdout] | [INFO] [stdout] 786 | Token::new(TokenType::Text, " ", &FilePosition::new(0, 60, 60)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:790:18 [INFO] [stdout] | [INFO] [stdout] 790 | &FilePosition::new(0, 61, 61), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:792:50 [INFO] [stdout] | [INFO] [stdout] 792 | Token::new(TokenType::Text, "code", &FilePosition::new(0, 63, 63)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:796:18 [INFO] [stdout] | [INFO] [stdout] 796 | &FilePosition::new(0, 67, 67), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:798:47 [INFO] [stdout] | [INFO] [stdout] 798 | Token::new(TokenType::Text, " ", &FilePosition::new(0, 69, 69)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:802:18 [INFO] [stdout] | [INFO] [stdout] 802 | &FilePosition::new(0, 70, 70), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:804:53 [INFO] [stdout] | [INFO] [stdout] 804 | Token::new(TokenType::Text, "literal", &FilePosition::new(0, 72, 72)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:808:18 [INFO] [stdout] | [INFO] [stdout] 808 | &FilePosition::new(0, 79, 79), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:810:45 [INFO] [stdout] | [INFO] [stdout] 810 | Token::new(TokenType::EOF, "", &FilePosition::new(0, 81, 81)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:854:18 [INFO] [stdout] | [INFO] [stdout] 854 | &FilePosition::new(0, 0, 0), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:856:45 [INFO] [stdout] | [INFO] [stdout] 856 | Token::new(TokenType::EOF, "", &FilePosition::new(0, 13, 13)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:881:18 [INFO] [stdout] | [INFO] [stdout] 881 | &FilePosition::new(0, 0, 0), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:883:45 [INFO] [stdout] | [INFO] [stdout] 883 | Token::new(TokenType::EOF, "", &FilePosition::new(0, 14, 14)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:903:50 [INFO] [stdout] | [INFO] [stdout] 903 | Token::new(TokenType::Text, "link", &FilePosition::new(0, 2, 2)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:907:18 [INFO] [stdout] | [INFO] [stdout] 907 | &FilePosition::new(0, 6, 6), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:921:57 [INFO] [stdout] | [INFO] [stdout] 921 | Token::new(TokenType::Text, "description", &FilePosition::new(0, 2, 2)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:925:18 [INFO] [stdout] | [INFO] [stdout] 925 | &FilePosition::new(0, 13, 13), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:927:50 [INFO] [stdout] | [INFO] [stdout] 927 | Token::new(TokenType::Text, "link", &FilePosition::new(0, 15, 15)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:931:18 [INFO] [stdout] | [INFO] [stdout] 931 | &FilePosition::new(0, 19, 19), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:944:59 [INFO] [stdout] | [INFO] [stdout] 944 | let tokens = vec![Token::new(TokenType::EOF, "", &FilePosition::new(0, 0, 0))]; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:959:18 [INFO] [stdout] | [INFO] [stdout] 959 | &FilePosition::new(0, 0, 0), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilePosition` [INFO] [stdout] --> src/parse.rs:961:45 [INFO] [stdout] | [INFO] [stdout] 961 | Token::new(TokenType::EOF, "", &FilePosition::new(1, 0, 1)), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 565 | use crate::util::FilePosition; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 71 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `craindown` due to 72 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] Fixed src/parse.rs (2 fixes) [INFO] [stdout] warning: constant is never used: `INLINE_ELEMENT_TOKENS` [INFO] [stdout] --> src/parse.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / const INLINE_ELEMENT_TOKENS: [TokenType; 9] = [ [INFO] [stdout] 11 | | TokenType::Text, [INFO] [stdout] 12 | | TokenType::InlineMathDelim, [INFO] [stdout] 13 | | TokenType::InlineCodeDelim, [INFO] [stdout] ... | [INFO] [stdout] 19 | | TokenType::LinkOpen, [INFO] [stdout] 20 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `quote_block_indicator` [INFO] [stdout] --> src/parse.rs:534:8 [INFO] [stdout] | [INFO] [stdout] 534 | fn quote_block_indicator(&mut self) -> ParseResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `link_open` [INFO] [stdout] --> src/parse.rs:550:8 [INFO] [stdout] | [INFO] [stdout] 550 | fn link_open(&mut self) -> ParseResult<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `link_intermediate` [INFO] [stdout] --> src/parse.rs:558:8 [INFO] [stdout] | [INFO] [stdout] 558 | fn link_intermediate(&mut self) -> ParseResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "3029dbc8818fe39ec3c4bfbf3a667c10dd16e67d7ac339dcbe375387b99dff71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3029dbc8818fe39ec3c4bfbf3a667c10dd16e67d7ac339dcbe375387b99dff71", kill_on_drop: false }` [INFO] [stdout] 3029dbc8818fe39ec3c4bfbf3a667c10dd16e67d7ac339dcbe375387b99dff71