[INFO] fetching crate notedown-rs 0.0.2...
[INFO] checking notedown-rs-0.0.2 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate notedown-rs 0.0.2 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate notedown-rs 0.0.2 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate notedown-rs 0.0.2
[INFO] finished tweaking crates.io crate notedown-rs 0.0.2
[INFO] tweaked toml for crates.io crate notedown-rs 0.0.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b16f48f5a6c1b75dc2e937eaacc8b443aa154077cf2ff25a7a65ad74d57be81c
[INFO] running `Command { std: "docker" "start" "-a" "b16f48f5a6c1b75dc2e937eaacc8b443aa154077cf2ff25a7a65ad74d57be81c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b16f48f5a6c1b75dc2e937eaacc8b443aa154077cf2ff25a7a65ad74d57be81c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b16f48f5a6c1b75dc2e937eaacc8b443aa154077cf2ff25a7a65ad74d57be81c", kill_on_drop: false }`
[INFO] [stdout] b16f48f5a6c1b75dc2e937eaacc8b443aa154077cf2ff25a7a65ad74d57be81c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d7a641754fad6e25c426a7dfd61f9a67da4b0b07ad5a49a90a84637eeedd910
[INFO] running `Command { std: "docker" "start" "-a" "0d7a641754fad6e25c426a7dfd61f9a67da4b0b07ad5a49a90a84637eeedd910", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking pest v2.7.8
[INFO] [stderr]    Compiling pest_meta v2.7.8
[INFO] [stderr]    Compiling pest_generator v2.7.8
[INFO] [stderr]    Compiling pest_derive v2.7.8
[INFO] [stderr]     Checking notedown-rs v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]  --> src/parser/note_down.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Parser)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: error parsing 
[INFO] [stdout]             --> 17:1
[INFO] [stdout]              |
[INFO] [stdout]           17 | //!#E06C75: Header
[INFO] [stdout]              | ^---
[INFO] [stdout]              |
[INFO] [stdout]              = expected EOI or rule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]  --> src/parser/note_down.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Parser)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: error parsing 
[INFO] [stdout]             --> 17:1
[INFO] [stdout]              |
[INFO] [stdout]           17 | //!#E06C75: Header
[INFO] [stdout]              | ^---
[INFO] [stdout]              |
[INFO] [stdout]              = expected EOI or rule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]  --> src/parser/note_text.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Parser)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: error parsing 
[INFO] [stdout]             --> 40:1
[INFO] [stdout]              |
[INFO] [stdout]           40 | //!#C678DD: Function|Escaped
[INFO] [stdout]              | ^---
[INFO] [stdout]              |
[INFO] [stdout]              = expected EOI or rule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]  --> src/parser/note_text.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Parser)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: error parsing 
[INFO] [stdout]             --> 40:1
[INFO] [stdout]              |
[INFO] [stdout]           40 | //!#C678DD: Function|Escaped
[INFO] [stdout]              | ^---
[INFO] [stdout]              |
[INFO] [stdout]              = expected EOI or rule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::note_down::Rule`
[INFO] [stdout]  --> src/parser/mod.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use self::note_down::{Parser as NotedownParser, Rule as NotedownRule};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `parser::note_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::note_text::Rule`
[INFO] [stdout]  --> src/parser/mod.rs:2:53
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use self::note_text::{Parser as TextModeParser, Rule as TextModeRule};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `parser::note_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::note_down::Rule`
[INFO] [stdout]  --> src/parser/mod.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use self::note_down::{Parser as NotedownParser, Rule as NotedownRule};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `parser::note_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::note_text::Rule`
[INFO] [stdout]  --> src/parser/mod.rs:2:53
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use self::note_text::{Parser as TextModeParser, Rule as TextModeRule};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `parser::note_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::NotedownRule`, `crate::TextModeRule`
[INFO] [stdout]  --> src/utils.rs:3:41
[INFO] [stdout]   |
[INFO] [stdout] 3 |     NotedownAST as AST, NotedownParser, NotedownRule, TextModeParser, TextModeRule, ToAST,
[INFO] [stdout]   |                                         ^^^^^^^^^^^^                  ^^^^^^^^^^^^ no `TextModeRule` in the root
[INFO] [stdout]   |                                         |
[INFO] [stdout]   |                                         no `NotedownRule` in the root
[INFO] [stdout]   |                                         help: a similar name exists in the module: `NotedownAST`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           crate::parser::NotedownRule
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           crate::parser::TextModeRule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::NotedownRule`, `crate::TextModeRule`
[INFO] [stdout]  --> src/utils.rs:3:41
[INFO] [stdout]   |
[INFO] [stdout] 3 |     NotedownAST as AST, NotedownParser, NotedownRule, TextModeParser, TextModeRule, ToAST,
[INFO] [stdout]   |                                         ^^^^^^^^^^^^                  ^^^^^^^^^^^^ no `TextModeRule` in the root
[INFO] [stdout]   |                                         |
[INFO] [stdout]   |                                         no `NotedownRule` in the root
[INFO] [stdout]   |                                         help: a similar name exists in the module: `NotedownAST`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           crate::parser::NotedownRule
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           crate::parser::TextModeRule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_down::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 |         NotedownParser::parse(rule, s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                         ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_down.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_down::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let pairs = NotedownParser::parse(NotedownRule::program, s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                                 ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_down.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_text::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:60:25
[INFO] [stdout]    |
[INFO] [stdout] 60 |         TextModeParser::parse(TextModeRule::text_mode, &s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                         ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_text.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_down::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 |         NotedownParser::parse(rule, s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                         ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_down.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pest::Parser`
[INFO] [stdout]  --> src/utils.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use pest::Parser;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_down::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let pairs = NotedownParser::parse(NotedownRule::program, s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                                 ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_down.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_text::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:60:25
[INFO] [stdout]    |
[INFO] [stdout] 60 |         TextModeParser::parse(TextModeRule::text_mode, &s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                         ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_text.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pest::Parser`
[INFO] [stdout]  --> src/utils.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use pest::Parser;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `notedown-rs` (lib) due to 9 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `notedown-rs` (lib test) due to 9 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "0d7a641754fad6e25c426a7dfd61f9a67da4b0b07ad5a49a90a84637eeedd910", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d7a641754fad6e25c426a7dfd61f9a67da4b0b07ad5a49a90a84637eeedd910", kill_on_drop: false }`
[INFO] [stdout] 0d7a641754fad6e25c426a7dfd61f9a67da4b0b07ad5a49a90a84637eeedd910
[INFO] checking notedown-rs-0.0.2 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate notedown-rs 0.0.2 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate notedown-rs 0.0.2 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate notedown-rs 0.0.2
[INFO] finished tweaking crates.io crate notedown-rs 0.0.2
[INFO] tweaked toml for crates.io crate notedown-rs 0.0.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 22e298651bf75fcdc81658749f342ed73cadafe0e3c1b031969d780c3b3ea093
[INFO] running `Command { std: "docker" "start" "-a" "22e298651bf75fcdc81658749f342ed73cadafe0e3c1b031969d780c3b3ea093", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22e298651bf75fcdc81658749f342ed73cadafe0e3c1b031969d780c3b3ea093", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22e298651bf75fcdc81658749f342ed73cadafe0e3c1b031969d780c3b3ea093", kill_on_drop: false }`
[INFO] [stdout] 22e298651bf75fcdc81658749f342ed73cadafe0e3c1b031969d780c3b3ea093
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 37bec8cfb8b0ef4518dd9687c44f00e0b5fc666d9248d5b16bb18e18706a21d5
[INFO] running `Command { std: "docker" "start" "-a" "37bec8cfb8b0ef4518dd9687c44f00e0b5fc666d9248d5b16bb18e18706a21d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking pest v2.7.8
[INFO] [stderr]    Compiling pest_meta v2.7.8
[INFO] [stderr]    Compiling pest_generator v2.7.8
[INFO] [stderr]    Compiling pest_derive v2.7.8
[INFO] [stderr]     Checking notedown-rs v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]  --> src/parser/note_down.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Parser)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: error parsing 
[INFO] [stdout]             --> 17:1
[INFO] [stdout]              |
[INFO] [stdout]           17 | //!#E06C75: Header
[INFO] [stdout]              | ^---
[INFO] [stdout]              |
[INFO] [stdout]              = expected EOI or rule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]  --> src/parser/note_down.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Parser)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: error parsing 
[INFO] [stdout]             --> 17:1
[INFO] [stdout]              |
[INFO] [stdout]           17 | //!#E06C75: Header
[INFO] [stdout]              | ^---
[INFO] [stdout]              |
[INFO] [stdout]              = expected EOI or rule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]  --> src/parser/note_text.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Parser)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: error parsing 
[INFO] [stdout]             --> 40:1
[INFO] [stdout]              |
[INFO] [stdout]           40 | //!#C678DD: Function|Escaped
[INFO] [stdout]              | ^---
[INFO] [stdout]              |
[INFO] [stdout]              = expected EOI or rule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]  --> src/parser/note_text.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[derive(Parser)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: message: error parsing 
[INFO] [stdout]             --> 40:1
[INFO] [stdout]              |
[INFO] [stdout]           40 | //!#C678DD: Function|Escaped
[INFO] [stdout]              | ^---
[INFO] [stdout]              |
[INFO] [stdout]              = expected EOI or rule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::note_down::Rule`
[INFO] [stdout]  --> src/parser/mod.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use self::note_down::{Parser as NotedownParser, Rule as NotedownRule};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `parser::note_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::note_down::Rule`
[INFO] [stdout]  --> src/parser/mod.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use self::note_down::{Parser as NotedownParser, Rule as NotedownRule};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `parser::note_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::note_text::Rule`
[INFO] [stdout]  --> src/parser/mod.rs:2:53
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use self::note_text::{Parser as TextModeParser, Rule as TextModeRule};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `parser::note_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::note_text::Rule`
[INFO] [stdout]  --> src/parser/mod.rs:2:53
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use self::note_text::{Parser as TextModeParser, Rule as TextModeRule};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `parser::note_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::NotedownRule`, `crate::TextModeRule`
[INFO] [stdout]  --> src/utils.rs:3:41
[INFO] [stdout]   |
[INFO] [stdout] 3 |     NotedownAST as AST, NotedownParser, NotedownRule, TextModeParser, TextModeRule, ToAST,
[INFO] [stdout]   |                                         ^^^^^^^^^^^^                  ^^^^^^^^^^^^ no `TextModeRule` in the root
[INFO] [stdout]   |                                         |
[INFO] [stdout]   |                                         no `NotedownRule` in the root
[INFO] [stdout]   |                                         help: a similar name exists in the module: `NotedownAST`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           crate::parser::NotedownRule
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           crate::parser::TextModeRule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::NotedownRule`, `crate::TextModeRule`
[INFO] [stdout]  --> src/utils.rs:3:41
[INFO] [stdout]   |
[INFO] [stdout] 3 |     NotedownAST as AST, NotedownParser, NotedownRule, TextModeParser, TextModeRule, ToAST,
[INFO] [stdout]   |                                         ^^^^^^^^^^^^                  ^^^^^^^^^^^^ no `TextModeRule` in the root
[INFO] [stdout]   |                                         |
[INFO] [stdout]   |                                         no `NotedownRule` in the root
[INFO] [stdout]   |                                         help: a similar name exists in the module: `NotedownAST`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           crate::parser::NotedownRule
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           crate::parser::TextModeRule
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_down::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 |         NotedownParser::parse(rule, s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                         ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_down.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_down::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 |         NotedownParser::parse(rule, s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                         ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_down.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_down::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let pairs = NotedownParser::parse(NotedownRule::program, s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                                 ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_down.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_down::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let pairs = NotedownParser::parse(NotedownRule::program, s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                                 ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_down.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_text::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:60:25
[INFO] [stdout]    |
[INFO] [stdout] 60 |         TextModeParser::parse(TextModeRule::text_mode, &s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                         ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_text.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `note_text::Parser` in the current scope
[INFO] [stdout]   --> src/utils.rs:60:25
[INFO] [stdout]    |
[INFO] [stdout] 60 |         TextModeParser::parse(TextModeRule::text_mode, &s).unwrap_or_else(|e| panic!("{}", e));
[INFO] [stdout]    |                         ^^^^^ function or associated item not found in `Parser`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/parser/note_text.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub struct Parser;
[INFO] [stdout]    | ----------------- function or associated item `parse` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `parse`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `pest::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pest::Parser`
[INFO] [stdout]  --> src/utils.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use pest::Parser;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pest::Parser`
[INFO] [stdout]  --> src/utils.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use pest::Parser;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `notedown-rs` (lib) due to 9 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `notedown-rs` (lib test) due to 9 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "37bec8cfb8b0ef4518dd9687c44f00e0b5fc666d9248d5b16bb18e18706a21d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37bec8cfb8b0ef4518dd9687c44f00e0b5fc666d9248d5b16bb18e18706a21d5", kill_on_drop: false }`
[INFO] [stdout] 37bec8cfb8b0ef4518dd9687c44f00e0b5fc666d9248d5b16bb18e18706a21d5
