[INFO] fetching crate proclet 0.3.0...
[INFO] testing proclet-0.3.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate proclet 0.3.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate proclet 0.3.0
[INFO] finished tweaking crates.io crate proclet 0.3.0
[INFO] tweaked toml for crates.io crate proclet 0.3.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate proclet 0.3.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aef653394d41bace54c91ecaefc9026382852424f79fd74a9bbfc44b87d0fefe
[INFO] running `Command { std: "docker" "start" "-a" "aef653394d41bace54c91ecaefc9026382852424f79fd74a9bbfc44b87d0fefe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aef653394d41bace54c91ecaefc9026382852424f79fd74a9bbfc44b87d0fefe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aef653394d41bace54c91ecaefc9026382852424f79fd74a9bbfc44b87d0fefe", kill_on_drop: false }`
[INFO] [stdout] aef653394d41bace54c91ecaefc9026382852424f79fd74a9bbfc44b87d0fefe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 39d47fb1d19a59853bfd9bc0731d7baf30f3dc0e8a8ae73ba3760c0ae8067c0f
[INFO] running `Command { std: "docker" "start" "-a" "39d47fb1d19a59853bfd9bc0731d7baf30f3dc0e8a8ae73ba3760c0ae8067c0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proclet v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/op.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn puncts(&self) -> Puncts<S::Punct> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn puncts(&self) -> Puncts<'_, S::Punct> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/op.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 132 |         parser: &OpParser<S::Punct, impl MatchOpFn>,
[INFO] [stdout] 133 |     ) -> ParseOps<S, Puncts<S::Punct>, impl MatchOpFn> {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     ) -> ParseOps<S, Puncts<'_, S::Punct>, impl MatchOpFn> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
[INFO] running `Command { std: "docker" "inspect" "39d47fb1d19a59853bfd9bc0731d7baf30f3dc0e8a8ae73ba3760c0ae8067c0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39d47fb1d19a59853bfd9bc0731d7baf30f3dc0e8a8ae73ba3760c0ae8067c0f", kill_on_drop: false }`
[INFO] [stdout] 39d47fb1d19a59853bfd9bc0731d7baf30f3dc0e8a8ae73ba3760c0ae8067c0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0c2b6d112c129ea9d3cec571fd9a381ec6d70f77d2e0644fe121dc728ef3f3b
[INFO] running `Command { std: "docker" "start" "-a" "b0c2b6d112c129ea9d3cec571fd9a381ec6d70f77d2e0644fe121dc728ef3f3b", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/op.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn puncts(&self) -> Puncts<S::Punct> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn puncts(&self) -> Puncts<'_, S::Punct> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/op.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 132 |         parser: &OpParser<S::Punct, impl MatchOpFn>,
[INFO] [stdout] 133 |     ) -> ParseOps<S, Puncts<S::Punct>, impl MatchOpFn> {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     ) -> ParseOps<S, Puncts<'_, S::Punct>, impl MatchOpFn> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling proclet v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/op.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn puncts(&self) -> Puncts<S::Punct> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn puncts(&self) -> Puncts<'_, S::Punct> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/op.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 132 |         parser: &OpParser<S::Punct, impl MatchOpFn>,
[INFO] [stdout] 133 |     ) -> ParseOps<S, Puncts<S::Punct>, impl MatchOpFn> {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     ) -> ParseOps<S, Puncts<'_, S::Punct>, impl MatchOpFn> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.01s
[INFO] running `Command { std: "docker" "inspect" "b0c2b6d112c129ea9d3cec571fd9a381ec6d70f77d2e0644fe121dc728ef3f3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0c2b6d112c129ea9d3cec571fd9a381ec6d70f77d2e0644fe121dc728ef3f3b", kill_on_drop: false }`
[INFO] [stdout] b0c2b6d112c129ea9d3cec571fd9a381ec6d70f77d2e0644fe121dc728ef3f3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b121ded376dfd26f0e04c53ea516f47f2666aec4e53acaef6785ea20de6b84ee
[INFO] running `Command { std: "docker" "start" "-a" "b121ded376dfd26f0e04c53ea516f47f2666aec4e53acaef6785ea20de6b84ee", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/op.rs:79:19
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub fn puncts(&self) -> Puncts<S::Punct> {
[INFO] [stderr]    |                   ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub fn puncts(&self) -> Puncts<'_, S::Punct> {
[INFO] [stderr]    |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/op.rs:131:9
[INFO] [stderr]     |
[INFO] [stderr] 131 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 132 |         parser: &OpParser<S::Punct, impl MatchOpFn>,
[INFO] [stderr] 133 |     ) -> ParseOps<S, Puncts<S::Punct>, impl MatchOpFn> {
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 133 |     ) -> ParseOps<S, Puncts<'_, S::Punct>, impl MatchOpFn> {
[INFO] [stderr]     |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `proclet` (lib) generated 2 warnings (run `cargo fix --lib -p proclet` to apply 2 suggestions)
[INFO] [stderr] warning: `proclet` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/proclet-96418a48c5e70b88)
[INFO] [stderr]    Doc-tests proclet
[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] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 15) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 35) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StringLiteral`
[INFO] [stdout]  --> src/lib.rs:36:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let string = StringLiteral::parse(input)?;
[INFO] [stdout]   |              ^^^^^^^^^^^^^ use of undeclared type `StringLiteral`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::StringLiteral;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::pm1::StringLiteral;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `input` in this scope
[INFO] [stdout]  --> src/lib.rs:36:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | let string = StringLiteral::parse(input)?;
[INFO] [stdout]   |                                   ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 15) stdout ----
[INFO] [stdout] error: the `#[proc_macro]` attribute is only usable with crates of the `proc-macro` crate type
[INFO] [stdout]  --> src/lib.rs:17:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[proc_macro]
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TokenStream` in this scope
[INFO] [stdout]  --> src/lib.rs:18:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn my_proc_macro(input: TokenStream) -> TokenStream {
[INFO] [stdout]   |                             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::TokenStream;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TokenStream` in this scope
[INFO] [stdout]  --> src/lib.rs:18:45
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn my_proc_macro(input: TokenStream) -> TokenStream {
[INFO] [stdout]   |                                             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::TokenStream;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, found crate `proclet`
[INFO] [stdout]  --> src/lib.rs:19:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     proclet(input, |input| {
[INFO] [stdout]   |     ^^^^^^^ not a function
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function instead
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::proclet;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `punctuated` in this scope
[INFO] [stdout]  --> src/lib.rs:20:20
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let args = punctuated(StringLiteral::parser(), op(",")).parse_all(input)?;
[INFO] [stdout]   |                    ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::punctuated;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StringLiteral`
[INFO] [stdout]  --> src/lib.rs:20:31
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let args = punctuated(StringLiteral::parser(), op(",")).parse_all(input)?;
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ use of undeclared type `StringLiteral`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::StringLiteral;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::pm1::StringLiteral;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `op` in this scope
[INFO] [stdout]  --> src/lib.rs:20:56
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let args = punctuated(StringLiteral::parser(), op(",")).parse_all(input)?;
[INFO] [stdout]   |                                                        ^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use proclet::op;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0423, E0425, 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 - (line 15)
[INFO] [stdout]     src/lib.rs - (line 35)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b121ded376dfd26f0e04c53ea516f47f2666aec4e53acaef6785ea20de6b84ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b121ded376dfd26f0e04c53ea516f47f2666aec4e53acaef6785ea20de6b84ee", kill_on_drop: false }`
[INFO] [stdout] b121ded376dfd26f0e04c53ea516f47f2666aec4e53acaef6785ea20de6b84ee
