[INFO] cloning repository https://github.com/Crinax/selya-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Crinax/selya-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrinax%2Fselya-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrinax%2Fselya-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 468b159d7110dd7a27e8dae5e2f5d13b8906d858
[INFO] checking Crinax/selya-rs against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrinax%2Fselya-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Crinax/selya-rs
[INFO] finished tweaking git repo https://github.com/Crinax/selya-rs
[INFO] tweaked toml for git repo https://github.com/Crinax/selya-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Crinax/selya-rs on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Crinax/selya-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.3.8
[INFO] [stderr]   Downloaded clap_builder v4.3.8
[INFO] [stderr]   Downloaded syn v2.0.20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e5afa10a6fb4a6c1364f7c0e66a2abc5a19a84669db17f7f19cb8cc4e18e82c
[INFO] running `Command { std: "docker" "start" "-a" "2e5afa10a6fb4a6c1364f7c0e66a2abc5a19a84669db17f7f19cb8cc4e18e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e5afa10a6fb4a6c1364f7c0e66a2abc5a19a84669db17f7f19cb8cc4e18e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e5afa10a6fb4a6c1364f7c0e66a2abc5a19a84669db17f7f19cb8cc4e18e82c", kill_on_drop: false }`
[INFO] [stdout] 2e5afa10a6fb4a6c1364f7c0e66a2abc5a19a84669db17f7f19cb8cc4e18e82c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8ec1b4913cbd6baf6a73c3a1984bce9f2bb8a86b773f1262fbaa9ecdf0ed89c1
[INFO] running `Command { std: "docker" "start" "-a" "8ec1b4913cbd6baf6a73c3a1984bce9f2bb8a86b773f1262fbaa9ecdf0ed89c1", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]     Checking selya v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::parser::domain_parsers::SelyaParserResult`
[INFO] [stdout]  --> src/plugin/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use crate::parser::domain_parsers::SelyaParserResult;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::parser::tokenizer::Token`
[INFO] [stdout]  --> src/plugin/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use crate::parser::tokenizer::Token;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::parser::domain_parsers::SelyaParserResult`
[INFO] [stdout]  --> src/plugin/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use crate::parser::domain_parsers::SelyaParserResult;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::parser::tokenizer::Token`
[INFO] [stdout]  --> src/plugin/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use crate::parser::tokenizer::Token;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/parser.rs:65:24
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn any_char(input: &str) -> ParserResult<char> {
[INFO] [stdout]    |                        ^^^^     ------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn any_char(input: &str) -> ParserResult<'_, char> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `clap`
[INFO] [stdout]   --> src/bin.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use clap::Parser;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `clap`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `clap`, use `cargo add clap` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `clap`
[INFO] [stdout]   --> src/bin.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use clap::Parser;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `clap`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `clap`, use `cargo add clap` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `command` in this scope
[INFO] [stdout]   --> src/bin.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[command(author, version, about, long_about = None)]
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]   --> src/bin.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[arg(short, long)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `command` in this scope
[INFO] [stdout]   --> src/bin.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[command(author, version, about, long_about = None)]
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `arg` in this scope
[INFO] [stdout]   --> src/bin.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[arg(short, long)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/parser.rs:65:24
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn any_char(input: &str) -> ParserResult<char> {
[INFO] [stdout]    |                        ^^^^     ------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn any_char(input: &str) -> ParserResult<'_, char> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `Args` in the current scope
[INFO] [stdout]   --> src/bin.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct Args {
[INFO] [stdout]    | ----------- function or associated item `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     let args = Args::parse();
[INFO] [stdout]    |                      ^^^^^ function or associated item not found in `Args`
[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: `selya::parser::Parser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `Args` in the current scope
[INFO] [stdout]   --> src/bin.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct Args {
[INFO] [stdout]    | ----------- function or associated item `parse` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     let args = Args::parse();
[INFO] [stdout]    |                      ^^^^^ function or associated item not found in `Args`
[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: `selya::parser::Parser`
[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] 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 `selya` (bin "selya") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `selya` (bin "selya" test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "8ec1b4913cbd6baf6a73c3a1984bce9f2bb8a86b773f1262fbaa9ecdf0ed89c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ec1b4913cbd6baf6a73c3a1984bce9f2bb8a86b773f1262fbaa9ecdf0ed89c1", kill_on_drop: false }`
[INFO] [stdout] 8ec1b4913cbd6baf6a73c3a1984bce9f2bb8a86b773f1262fbaa9ecdf0ed89c1
