[INFO] fetching crate cflp_macros 1.0.2...
[INFO] testing cflp_macros-1.0.2 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate cflp_macros 1.0.2 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate cflp_macros 1.0.2 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff0b5919fc2b0caebb90408ede4327b3cca43069ee5aa555bf8f1c393c311093
[INFO] running `Command { std: "docker" "start" "-a" "ff0b5919fc2b0caebb90408ede4327b3cca43069ee5aa555bf8f1c393c311093", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff0b5919fc2b0caebb90408ede4327b3cca43069ee5aa555bf8f1c393c311093", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff0b5919fc2b0caebb90408ede4327b3cca43069ee5aa555bf8f1c393c311093", kill_on_drop: false }`
[INFO] [stdout] ff0b5919fc2b0caebb90408ede4327b3cca43069ee5aa555bf8f1c393c311093
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 078c8bcb515a34207541a57a2c045f4c4aed1986bca9b2b099c30acbd5e7f132
[INFO] running `Command { std: "docker" "start" "-a" "078c8bcb515a34207541a57a2c045f4c4aed1986bca9b2b099c30acbd5e7f132", 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 or 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/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or 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/cargo/reference/build-scripts.html#rustc-check-cfg> 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)]` 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: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
[INFO] running `Command { std: "docker" "inspect" "078c8bcb515a34207541a57a2c045f4c4aed1986bca9b2b099c30acbd5e7f132", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "078c8bcb515a34207541a57a2c045f4c4aed1986bca9b2b099c30acbd5e7f132", kill_on_drop: false }`
[INFO] [stdout] 078c8bcb515a34207541a57a2c045f4c4aed1986bca9b2b099c30acbd5e7f132
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47a5d33576b6bde0ebe65625abbe6aa412c8d4043a0008abccac5eba38241de1
[INFO] running `Command { std: "docker" "start" "-a" "47a5d33576b6bde0ebe65625abbe6aa412c8d4043a0008abccac5eba38241de1", 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 or 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/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or 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/cargo/reference/build-scripts.html#rustc-check-cfg> 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)]` 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 or 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/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or 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/cargo/reference/build-scripts.html#rustc-check-cfg> 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)]` 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: `#[warn(dead_code)]` on by default
[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: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] running `Command { std: "docker" "inspect" "47a5d33576b6bde0ebe65625abbe6aa412c8d4043a0008abccac5eba38241de1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47a5d33576b6bde0ebe65625abbe6aa412c8d4043a0008abccac5eba38241de1", kill_on_drop: false }`
[INFO] [stdout] 47a5d33576b6bde0ebe65625abbe6aa412c8d4043a0008abccac5eba38241de1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b228f8bf506a752bf0147b7d54c37ff06ab62d7b9defd2bf11e2c350b84e2a2c
[INFO] running `Command { std: "docker" "start" "-a" "b228f8bf506a752bf0147b7d54c37ff06ab62d7b9defd2bf11e2c350b84e2a2c", 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 or 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/cargo/reference/build-scripts.html#rustc-check-cfg> 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 or 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/cargo/reference/build-scripts.html#rustc-check-cfg> 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)]` 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: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cflp_macros` (lib) generated 5 warnings (run `cargo fix --lib -p cflp_macros` to apply 2 suggestions)
[INFO] [stderr] warning: `cflp_macros` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cflp_macros-6add200ec6d2c5af)
[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 cflp_macros
[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/start.rs - build::start::build_value_save_other (line 305) ... FAILED
[INFO] [stdout] test src/build/save.rs - build::save::build_group_option (line 269) ... FAILED
[INFO] [stdout] test src/build/save.rs - build::save::kleene_inner (line 112) ... FAILED
[INFO] [stdout] test src/build/no_save.rs - build::no_save::build_value_single (line 52) ... FAILED
[INFO] [stdout] test src/build/save.rs - build::save::build_value_save_other (line 177) ... FAILED
[INFO] [stdout] test src/build/start.rs - build::start::build_value_save_call (line 253) ... 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_call (line 228) ... FAILED
[INFO] [stdout] test src/build/start.rs - build::start::build_value_single (line 185) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_partial_eq_ref (line 28) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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/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/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/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 undeclared crate or module `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 undeclared crate or module `cflp`
[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/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/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[E0423]: expected value, found built-in attribute `start`
[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 undeclared crate or module `e`
[INFO] [stdout]  --> src/build/start.rs:254:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | match e::parse(src) {
[INFO] [stdout]   |       ^ use of undeclared crate or module `e`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 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] ---- 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 undeclared crate or module `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 undeclared crate or module `cflp`
[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_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[E0423]: expected value, found built-in attribute `start`
[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 undeclared crate or module `e`
[INFO] [stdout]  --> src/build/start.rs:229:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | match e::parse(src) {
[INFO] [stdout]   |       ^ use of undeclared crate or module `e`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 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] ---- 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[E0423]: expected value, found built-in attribute `start`
[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[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `cflp`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `cflp`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 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/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.17s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b228f8bf506a752bf0147b7d54c37ff06ab62d7b9defd2bf11e2c350b84e2a2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b228f8bf506a752bf0147b7d54c37ff06ab62d7b9defd2bf11e2c350b84e2a2c", kill_on_drop: false }`
[INFO] [stdout] b228f8bf506a752bf0147b7d54c37ff06ab62d7b9defd2bf11e2c350b84e2a2c
