[INFO] fetching crate cflp_macros 1.0.2...
[INFO] testing cflp_macros-1.0.2 against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] extracting crate cflp_macros 1.0.2 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate cflp_macros 1.0.2
[INFO] finished tweaking crates.io crate cflp_macros 1.0.2
[INFO] tweaked toml for crates.io crate cflp_macros 1.0.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cflp_macros 1.0.2 on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "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" "+1ef7943ee607160a564655b6596f83670ef95df5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5aecb26de8de99407aa94bfcd6f134544df7e232d7d08d05eaebdc278c0d6eca
[INFO] running `Command { std: "docker" "start" "-a" "5aecb26de8de99407aa94bfcd6f134544df7e232d7d08d05eaebdc278c0d6eca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5aecb26de8de99407aa94bfcd6f134544df7e232d7d08d05eaebdc278c0d6eca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5aecb26de8de99407aa94bfcd6f134544df7e232d7d08d05eaebdc278c0d6eca", kill_on_drop: false }`
[INFO] [stdout] 5aecb26de8de99407aa94bfcd6f134544df7e232d7d08d05eaebdc278c0d6eca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b2e808f2f003642a55b0c0cc63adf997d7b63030deff858399246f052e230f42
[INFO] running `Command { std: "docker" "start" "-a" "b2e808f2f003642a55b0c0cc63adf997d7b63030deff858399246f052e230f42", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling cflp_macros v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     docs,
[INFO] [stdout]   |     ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]  --> src/lib.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     not(docs),
[INFO] [stdout]   |         ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ident`
[INFO] [stdout]   --> src/lib.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | use proc_macro2::{Ident, Span, TokenStream};
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Variant`
[INFO] [stdout]   --> src/lib.rs:19:211
[INFO] [stdout]    |
[INFO] [stdout] 19 | ...AngleBracketedGenericArguments, GenericParam, GenericArgument, Variant};
[INFO] [stdout]    |                                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `explode` is never read
[INFO] [stdout]    --> src/prelude/mod.rs:146:24
[INFO] [stdout]     |
[INFO] [stdout] 146 |     Other { pattern: Pat, explode: bool },
[INFO] [stdout]     |     -----                 ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SaveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `IsSingular` is never used
[INFO] [stdout]   --> src/build/singular.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub trait IsSingular {
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
[INFO] running `Command { std: "docker" "inspect" "b2e808f2f003642a55b0c0cc63adf997d7b63030deff858399246f052e230f42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2e808f2f003642a55b0c0cc63adf997d7b63030deff858399246f052e230f42", kill_on_drop: false }`
[INFO] [stdout] b2e808f2f003642a55b0c0cc63adf997d7b63030deff858399246f052e230f42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 87a9a3d84b614412fbc037922db305892904d4e4236c8eaadd7094c0d4366466
[INFO] running `Command { std: "docker" "start" "-a" "87a9a3d84b614412fbc037922db305892904d4e4236c8eaadd7094c0d4366466", kill_on_drop: false }`
[INFO] [stderr]    Compiling cflp_macros v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     docs,
[INFO] [stdout]   |     ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]  --> src/lib.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     not(docs),
[INFO] [stdout]   |         ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ident`
[INFO] [stdout]   --> src/lib.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | use proc_macro2::{Ident, Span, TokenStream};
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Variant`
[INFO] [stdout]   --> src/lib.rs:19:211
[INFO] [stdout]    |
[INFO] [stdout] 19 | ...AngleBracketedGenericArguments, GenericParam, GenericArgument, Variant};
[INFO] [stdout]    |                                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     docs,
[INFO] [stdout]   |     ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]  --> src/lib.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     not(docs),
[INFO] [stdout]   |         ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ident`
[INFO] [stdout]   --> src/lib.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | use proc_macro2::{Ident, Span, TokenStream};
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Variant`
[INFO] [stdout]   --> src/lib.rs:19:211
[INFO] [stdout]    |
[INFO] [stdout] 19 | ...AngleBracketedGenericArguments, GenericParam, GenericArgument, Variant};
[INFO] [stdout]    |                                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `explode` is never read
[INFO] [stdout]    --> src/prelude/mod.rs:146:24
[INFO] [stdout]     |
[INFO] [stdout] 146 |     Other { pattern: Pat, explode: bool },
[INFO] [stdout]     |     -----                 ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SaveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `IsSingular` is never used
[INFO] [stdout]   --> src/build/singular.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub trait IsSingular {
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `explode` is never read
[INFO] [stdout]    --> src/prelude/mod.rs:146:24
[INFO] [stdout]     |
[INFO] [stdout] 146 |     Other { pattern: Pat, explode: bool },
[INFO] [stdout]     |     -----                 ^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SaveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `IsSingular` is never used
[INFO] [stdout]   --> src/build/singular.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub trait IsSingular {
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.37s
[INFO] running `Command { std: "docker" "inspect" "87a9a3d84b614412fbc037922db305892904d4e4236c8eaadd7094c0d4366466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87a9a3d84b614412fbc037922db305892904d4e4236c8eaadd7094c0d4366466", kill_on_drop: false }`
[INFO] [stdout] 87a9a3d84b614412fbc037922db305892904d4e4236c8eaadd7094c0d4366466
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8a5df3985394f8a8fbf447e133691e73e0693628cf38cffd3e5421245fb88c0d
[INFO] running `Command { std: "docker" "start" "-a" "8a5df3985394f8a8fbf447e133691e73e0693628cf38cffd3e5421245fb88c0d", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs`
[INFO] [stderr]  --> src/lib.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     docs,
[INFO] [stderr]   |     ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs`
[INFO] [stderr]  --> src/lib.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 |     not(docs),
[INFO] [stderr]   |         ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Ident`
[INFO] [stderr]   --> src/lib.rs:16:19
[INFO] [stderr]    |
[INFO] [stderr] 16 | use proc_macro2::{Ident, Span, TokenStream};
[INFO] [stderr]    |                   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Variant`
[INFO] [stderr]   --> src/lib.rs:19:211
[INFO] [stderr]    |
[INFO] [stderr] 19 | ...AngleBracketedGenericArguments, GenericParam, GenericArgument, Variant};
[INFO] [stderr]    |                                                                   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `explode` is never read
[INFO] [stderr]    --> src/prelude/mod.rs:146:24
[INFO] [stderr]     |
[INFO] [stderr] 146 |     Other { pattern: Pat, explode: bool },
[INFO] [stderr]     |     -----                 ^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SaveType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `IsSingular` is never used
[INFO] [stderr]   --> src/build/singular.rs:13:11
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub trait IsSingular {
[INFO] [stderr]    |           ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cflp_macros` (lib) generated 6 warnings (run `cargo fix --lib -p cflp_macros` to apply 2 suggestions)
[INFO] [stderr] warning: `cflp_macros` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cflp_macros-06438e7760e53f1a)
[INFO] [stderr]    Doc-tests cflp_macros
[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 11 tests
[INFO] [stdout] test src/build/no_save.rs - build::no_save::build_group_option (line 104) ... ignored
[INFO] [stdout] test src/build/save.rs - build::save::kleene_inner (line 112) ... FAILED
[INFO] [stdout] test src/build/start.rs - build::start::build_value_call (line 228) ... FAILED
[INFO] [stdout] test src/build/save.rs - build::save::build_value_save_other (line 177) ... FAILED
[INFO] [stdout] test src/build/save.rs - build::save::build_group_option (line 269) ... FAILED
[INFO] [stdout] test src/build/no_save.rs - build::no_save::build_value_call (line 77) ... FAILED
[INFO] [stdout] test src/build/start.rs - build::start::build_value_save_call (line 253) ... FAILED
[INFO] [stdout] test src/build/start.rs - build::start::build_value_save_other (line 305) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_partial_eq_ref (line 28) ... ok
[INFO] [stdout] test src/build/no_save.rs - build::no_save::build_value_single (line 52) ... FAILED
[INFO] [stdout] test src/build/start.rs - build::start::build_value_single (line 185) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/build/save.rs - build::save::kleene_inner (line 112) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/save.rs:114:16
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let src_old = src.clone();
[INFO] [stdout]   |                   ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v` in this scope
[INFO] [stdout]  --> src/build/save.rs:116:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |         v.build_save()
[INFO] [stdout]   |         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `n_out` in this scope
[INFO] [stdout]  --> src/build/save.rs:118:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |         Ok(t) => n_out.push(t),
[INFO] [stdout]   |                  ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]   --> src/build/save.rs:120:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |             *src = src_old;
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/build/start.rs - build::start::build_value_call (line 228) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/start.rs:229:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | match e::parse(src) {
[INFO] [stdout]   |                ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `start` in this scope
[INFO] [stdout]  --> src/build/start.rs:231:3
[INFO] [stdout]   |
[INFO] [stdout] 5 |         start = ok.start();
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]   |
[INFO] [stdout] 5 |         let start = ok.start();
[INFO] [stdout]   |         +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `end` in this scope
[INFO] [stdout]  --> src/build/start.rs:232:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |         end = ok.end();
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let end = ok.end();
[INFO] [stdout]   |         +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `return_type` in this scope
[INFO] [stdout]  --> src/build/start.rs:234:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Err(e) => return_type.to_token_stream(Err(e))
[INFO] [stdout]   |               ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `e`
[INFO] [stdout]  --> src/build/start.rs:229:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | match e::parse(src) {
[INFO] [stdout]   |       ^ use of unresolved module or unlinked crate `e`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `e`, use `cargo add e` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]  --> src/build/start.rs:231:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |         start = ok.start();
[INFO] [stdout]   |                 ^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/build/save.rs - build::save::build_value_save_other (line 177) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/save.rs:178:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let next = src.next();
[INFO] [stdout]   |            ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `cmp` in this scope
[INFO] [stdout]  --> src/build/save.rs:179:31
[INFO] [stdout]   |
[INFO] [stdout] 4 | match next.clone().map(Into::<cmp>::into) {
[INFO] [stdout]   |                               ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_build_save_rs_177_0<cmp>() {
[INFO] [stdout]   |                                                                              +++++
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `e_match_arm` in this scope
[INFO] [stdout]  --> src/build/save.rs:180:20
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Some(next_match @ e_match_arm()) => some_return_value,
[INFO] [stdout]   |                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `some_return_value` in this scope
[INFO] [stdout]  --> src/build/save.rs:180:38
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Some(next_match @ e_match_arm()) => some_return_value,
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `err_inner` in this scope
[INFO] [stdout]  --> src/build/save.rs:181:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     _ => Err(err_inner)
[INFO] [stdout]   |              ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0531.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/build/save.rs - build::save::build_group_option (line 269) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/save.rs:270:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | let src_old = src.clone();
[INFO] [stdout]   |               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `v` in this scope
[INFO] [stdout]  --> src/build/save.rs:271:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | match 'l: { v.build() } {
[INFO] [stdout]   |             ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/save.rs:273:15
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Err(e) => { *src = src_old; None }
[INFO] [stdout]   |                  ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/build/no_save.rs - build::no_save::build_value_call (line 77) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `e` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:78:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | if let Err(E) = <e as cflp::Parser>::parse(src) { return_type.to_token_stream(Err(e)) }
[INFO] [stdout]   |                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:78:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | if let Err(E) = <e as cflp::Parser>::parse(src) { return_type.to_token_stream(Err(e)) }
[INFO] [stdout]   |                                            ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `return_type` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:78:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | if let Err(E) = <e as cflp::Parser>::parse(src) { return_type.to_token_stream(Err(e)) }
[INFO] [stdout]   |                                                   ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `e` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:78:83
[INFO] [stdout]   |
[INFO] [stdout] 3 | if let Err(E) = <e as cflp::Parser>::parse(src) { return_type.to_token_stream(Err(e)) }
[INFO] [stdout]   |                                                                                   ^ help: a local variable with a similar name exists: `E`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cflp`
[INFO] [stdout]  --> src/build/no_save.rs:78:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | if let Err(E) = <e as cflp::Parser>::parse(src) { return_type.to_token_stream(Err(e)) }
[INFO] [stdout]   |                       ^^^^ use of unresolved module or unlinked crate `cflp`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `cflp`, use `cargo add cflp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/build/start.rs - build::start::build_value_save_call (line 253) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/start.rs:254:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | match e::parse(src) {
[INFO] [stdout]   |                ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `start` in this scope
[INFO] [stdout]  --> src/build/start.rs:256:3
[INFO] [stdout]   |
[INFO] [stdout] 5 |         start = t.start();
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]   |
[INFO] [stdout] 5 |         let start = t.start();
[INFO] [stdout]   |         +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `end` in this scope
[INFO] [stdout]  --> src/build/start.rs:257:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |         end = t.end();
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let end = t.end();
[INFO] [stdout]   |         +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `return_type` in this scope
[INFO] [stdout]  --> src/build/start.rs:260:12
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Err(e) => return_type.to_token_stream(Err(e))
[INFO] [stdout]   |               ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `e`
[INFO] [stdout]  --> src/build/start.rs:254:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | match e::parse(src) {
[INFO] [stdout]   |       ^ use of unresolved module or unlinked crate `e`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `e`, use `cargo add e` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]  --> src/build/start.rs:256:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |         start = t.start();
[INFO] [stdout]   |                 ^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/build/start.rs - build::start::build_value_save_other (line 305) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/start.rs:306:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let next = src.next();
[INFO] [stdout]   |            ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `map_fn` in this scope
[INFO] [stdout]  --> src/build/start.rs:307:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | match next.clone().map(map_fn) {
[INFO] [stdout]   |                        ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `e_match_arm` in this scope
[INFO] [stdout]  --> src/build/start.rs:308:20
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Some(next_match @ e_match_arm()) => some_return_value,
[INFO] [stdout]   |                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `some_return_value` in this scope
[INFO] [stdout]  --> src/build/start.rs:308:38
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Some(next_match @ e_match_arm()) => some_return_value,
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `err_inner` in this scope
[INFO] [stdout]  --> src/build/start.rs:309:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     _ => Err(err_inner)
[INFO] [stdout]   |              ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0531.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/build/no_save.rs - build::no_save::build_value_single (line 52) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:53:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let next = src.next();
[INFO] [stdout]   |            ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `map_fn` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:54:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | if next.clone().map(map_fn) != Some(e.to_token_stream()) {
[INFO] [stdout]   |                     ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `e` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:54:37
[INFO] [stdout]   |
[INFO] [stdout] 4 | if next.clone().map(map_fn) != Some(e.to_token_stream()) {
[INFO] [stdout]   |                                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `return_type` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:55:2
[INFO] [stdout]   |
[INFO] [stdout] 5 |     return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]   |     ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `e` in this scope
[INFO] [stdout]  --> src/build/no_save.rs:55:52
[INFO] [stdout]   |
[INFO] [stdout] 5 |     return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]   |                                                       ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cflp`
[INFO] [stdout]  --> src/build/no_save.rs:55:30
[INFO] [stdout]   |
[INFO] [stdout] 5 |     return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]   |                                 ^^^^ use of unresolved module or unlinked crate `cflp`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `cflp`, use `cargo add cflp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 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/build/start.rs - build::start::build_value_single (line 185) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `src` in this scope
[INFO] [stdout]  --> src/build/start.rs:186:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let next = src.next();
[INFO] [stdout]   |            ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `map_fn` in this scope
[INFO] [stdout]  --> src/build/start.rs:188:6
[INFO] [stdout]   |
[INFO] [stdout] 5 |     if (map_fn)(next_unwrapped) != e {
[INFO] [stdout]   |         ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `e` in this scope
[INFO] [stdout]  --> src/build/start.rs:188:33
[INFO] [stdout]   |
[INFO] [stdout] 5 |     if (map_fn)(next_unwrapped) != e {
[INFO] [stdout]   |                                    ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `return_type` in this scope
[INFO] [stdout]  --> src/build/start.rs:189:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |         return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]   |         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `e` in this scope
[INFO] [stdout]  --> src/build/start.rs:189:53
[INFO] [stdout]   |
[INFO] [stdout] 6 |         return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]   |                                                           ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `start` in this scope
[INFO] [stdout]  --> src/build/start.rs:192:2
[INFO] [stdout]   |
[INFO] [stdout] 9 |     start = next_unwrapped.start();
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let start = next_unwrapped.start();
[INFO] [stdout]   |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `end` in this scope
[INFO] [stdout]   --> src/build/start.rs:193:2
[INFO] [stdout]    |
[INFO] [stdout] 10 |     end = next_unwrapped.end()
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let end = next_unwrapped.end()
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `return_type` in this scope
[INFO] [stdout]   --> src/build/start.rs:195:2
[INFO] [stdout]    |
[INFO] [stdout] 12 |     return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]    |     ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `e` in this scope
[INFO] [stdout]   --> src/build/start.rs:195:52
[INFO] [stdout]    |
[INFO] [stdout] 12 |     return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]    |                                                       ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]  --> src/build/start.rs:192:10
[INFO] [stdout]   |
[INFO] [stdout] 9 |     start = next_unwrapped.start();
[INFO] [stdout]   |             ^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cflp`
[INFO] [stdout]  --> src/build/start.rs:189:31
[INFO] [stdout]   |
[INFO] [stdout] 6 |         return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]   |                                     ^^^^ use of unresolved module or unlinked crate `cflp`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `cflp`, use `cargo add cflp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cflp`
[INFO] [stdout]   --> src/build/start.rs:195:30
[INFO] [stdout]    |
[INFO] [stdout] 12 |     return_type.to_token_stream(cflp::Error{expected: e.to_token_stream(), found: next})
[INFO] [stdout]    |                                 ^^^^ use of unresolved module or unlinked crate `cflp`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `cflp`, use `cargo add cflp` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/build/no_save.rs - build::no_save::build_value_call (line 77)
[INFO] [stdout]     src/build/no_save.rs - build::no_save::build_value_single (line 52)
[INFO] [stdout]     src/build/save.rs - build::save::build_group_option (line 269)
[INFO] [stdout]     src/build/save.rs - build::save::build_value_save_other (line 177)
[INFO] [stdout]     src/build/save.rs - build::save::kleene_inner (line 112)
[INFO] [stdout]     src/build/start.rs - build::start::build_value_call (line 228)
[INFO] [stdout]     src/build/start.rs - build::start::build_value_save_call (line 253)
[INFO] [stdout]     src/build/start.rs - build::start::build_value_save_other (line 305)
[INFO] [stdout]     src/build/start.rs - build::start::build_value_single (line 185)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 9 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8a5df3985394f8a8fbf447e133691e73e0693628cf38cffd3e5421245fb88c0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a5df3985394f8a8fbf447e133691e73e0693628cf38cffd3e5421245fb88c0d", kill_on_drop: false }`
[INFO] [stdout] 8a5df3985394f8a8fbf447e133691e73e0693628cf38cffd3e5421245fb88c0d
