[INFO] fetching crate proclet 0.3.0...
[INFO] testing proclet-0.3.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate proclet 0.3.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate proclet 0.3.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 862b0c92781b4e1019ae6cf6adffc0cc4ee5a1ff759702074224c559aaacdaf7
[INFO] running `Command { std: "docker" "start" "-a" "862b0c92781b4e1019ae6cf6adffc0cc4ee5a1ff759702074224c559aaacdaf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "862b0c92781b4e1019ae6cf6adffc0cc4ee5a1ff759702074224c559aaacdaf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "862b0c92781b4e1019ae6cf6adffc0cc4ee5a1ff759702074224c559aaacdaf7", kill_on_drop: false }`
[INFO] [stdout] 862b0c92781b4e1019ae6cf6adffc0cc4ee5a1ff759702074224c559aaacdaf7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74674a1a6475e74195c330feb703bab92efa1cf134968e8d822983a333930664
[INFO] running `Command { std: "docker" "start" "-a" "74674a1a6475e74195c330feb703bab92efa1cf134968e8d822983a333930664", 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" "74674a1a6475e74195c330feb703bab92efa1cf134968e8d822983a333930664", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74674a1a6475e74195c330feb703bab92efa1cf134968e8d822983a333930664", kill_on_drop: false }`
[INFO] [stdout] 74674a1a6475e74195c330feb703bab92efa1cf134968e8d822983a333930664
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 207626beabecbf48c5d342bd21d8139ee524fb03aeefd5b9e9b8655d80a67cd8
[INFO] running `Command { std: "docker" "start" "-a" "207626beabecbf48c5d342bd21d8139ee524fb03aeefd5b9e9b8655d80a67cd8", 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.27s
[INFO] running `Command { std: "docker" "inspect" "207626beabecbf48c5d342bd21d8139ee524fb03aeefd5b9e9b8655d80a67cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "207626beabecbf48c5d342bd21d8139ee524fb03aeefd5b9e9b8655d80a67cd8", kill_on_drop: false }`
[INFO] [stdout] 207626beabecbf48c5d342bd21d8139ee524fb03aeefd5b9e9b8655d80a67cd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5d2e7785326cbc0b9c919340e76f5b518ae35f3d6e052984f339357759bf69e2
[INFO] running `Command { std: "docker" "start" "-a" "5d2e7785326cbc0b9c919340e76f5b518ae35f3d6e052984f339357759bf69e2", 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.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/proclet-585c365bd5ed2a6b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests proclet
[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] 36 | 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] 35 + use proclet::StringLiteral;
[INFO] [stdout]    |
[INFO] [stdout] 35 + 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] 36 | 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] 17 | #[proc_macro]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TokenStream` in this scope
[INFO] [stdout]   --> src/lib.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | 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] 14 + use proclet::TokenStream;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TokenStream` in this scope
[INFO] [stdout]   --> src/lib.rs:18:45
[INFO] [stdout]    |
[INFO] [stdout] 18 | 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] 14 + 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] 19 |     proclet(input, |input| {
[INFO] [stdout]    |     ^^^^^^^ not a function
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function instead
[INFO] [stdout]    |
[INFO] [stdout] 14 + 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] 20 |         let args = punctuated(StringLiteral::parser(), op(",")).parse_all(input)?;
[INFO] [stdout]    |                    ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 14 + 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] 20 |         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] 14 + use proclet::StringLiteral;
[INFO] [stdout]    |
[INFO] [stdout] 14 + 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] 20 |         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] 14 + 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: E0423, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[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.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5d2e7785326cbc0b9c919340e76f5b518ae35f3d6e052984f339357759bf69e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d2e7785326cbc0b9c919340e76f5b518ae35f3d6e052984f339357759bf69e2", kill_on_drop: false }`
[INFO] [stdout] 5d2e7785326cbc0b9c919340e76f5b518ae35f3d6e052984f339357759bf69e2
