[INFO] fetching crate zisvalidator_derive 0.1.6...
[INFO] testing zisvalidator_derive-0.1.6 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate zisvalidator_derive 0.1.6 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate zisvalidator_derive 0.1.6
[INFO] finished tweaking crates.io crate zisvalidator_derive 0.1.6
[INFO] tweaked toml for crates.io crate zisvalidator_derive 0.1.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate zisvalidator_derive 0.1.6 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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] [stderr]       Adding syn v1.0.109 (available: v2.0.114)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5f44258f547d70622bf76c5536f557f689b25283b386aaa8c9205b1f8973173
[INFO] running `Command { std: "docker" "start" "-a" "a5f44258f547d70622bf76c5536f557f689b25283b386aaa8c9205b1f8973173", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5f44258f547d70622bf76c5536f557f689b25283b386aaa8c9205b1f8973173", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5f44258f547d70622bf76c5536f557f689b25283b386aaa8c9205b1f8973173", kill_on_drop: false }`
[INFO] [stdout] a5f44258f547d70622bf76c5536f557f689b25283b386aaa8c9205b1f8973173
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d3e196f147da2398b5ab795a3dd13f3200db5153a4c773146e73c843224f3cdc
[INFO] running `Command { std: "docker" "start" "-a" "d3e196f147da2398b5ab795a3dd13f3200db5153a4c773146e73c843224f3cdc", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling zisvalidator_derive v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> src/ast.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Variant<'a> {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub original: &'a syn::Variant,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Variant` has a derived impl for the trait `Debug`, 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: constant `MESSAGE` is never used
[INFO] [stdout]   --> src/symbol.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const MESSAGE: Symbol = Symbol("message");
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
[INFO] running `Command { std: "docker" "inspect" "d3e196f147da2398b5ab795a3dd13f3200db5153a4c773146e73c843224f3cdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3e196f147da2398b5ab795a3dd13f3200db5153a4c773146e73c843224f3cdc", kill_on_drop: false }`
[INFO] [stdout] d3e196f147da2398b5ab795a3dd13f3200db5153a4c773146e73c843224f3cdc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 046bc864b6e69c3527d0ad98b672f7e99fe2b44edecbc4c5db2d3914a6f105e9
[INFO] running `Command { std: "docker" "start" "-a" "046bc864b6e69c3527d0ad98b672f7e99fe2b44edecbc4c5db2d3914a6f105e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling zisvalidator_derive v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> src/ast.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Variant<'a> {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub original: &'a syn::Variant,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Variant` has a derived impl for the trait `Debug`, 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: constant `MESSAGE` is never used
[INFO] [stdout]   --> src/symbol.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const MESSAGE: Symbol = Symbol("message");
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> src/ast.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Variant<'a> {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub original: &'a syn::Variant,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Variant` has a derived impl for the trait `Debug`, 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: constant `MESSAGE` is never used
[INFO] [stdout]   --> src/symbol.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const MESSAGE: Symbol = Symbol("message");
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.10s
[INFO] running `Command { std: "docker" "inspect" "046bc864b6e69c3527d0ad98b672f7e99fe2b44edecbc4c5db2d3914a6f105e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "046bc864b6e69c3527d0ad98b672f7e99fe2b44edecbc4c5db2d3914a6f105e9", kill_on_drop: false }`
[INFO] [stdout] 046bc864b6e69c3527d0ad98b672f7e99fe2b44edecbc4c5db2d3914a6f105e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 284e75e114a5f4e9ac5aba302b305b68fc54dc88ae39676d3c21804a1a93f110
[INFO] running `Command { std: "docker" "start" "-a" "284e75e114a5f4e9ac5aba302b305b68fc54dc88ae39676d3c21804a1a93f110", kill_on_drop: false }`
[INFO] [stderr] warning: field `original` is never read
[INFO] [stderr]   --> src/ast.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct Variant<'a> {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 39 |     pub original: &'a syn::Variant,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Variant` has a derived impl for the trait `Debug`, 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: constant `MESSAGE` is never used
[INFO] [stderr]   --> src/symbol.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const MESSAGE: Symbol = Symbol("message");
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `zisvalidator_derive` (lib) generated 2 warnings
[INFO] [stderr] warning: `zisvalidator_derive` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zisvalidator_derive-2261de783b089807)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests zisvalidator_derive
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 38) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 5) ... FAILED
[INFO] [stdout] test src/validate.rs - validate::validate_variant (line 162) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 38) stdout ----
[INFO] [stdout] error: cannot find derive macro `Validate` in this scope
[INFO] [stdout]   --> src/lib.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 38 + use zisvalidator_derive::Validate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `validate` in this scope
[INFO] [stdout]   --> src/lib.rs:48:7
[INFO] [stdout]    |
[INFO] [stdout] 48 |     #[validate(attr = "foo")]       //<-- Variant Attribute
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Validate` in this scope
[INFO] [stdout]   --> src/lib.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 38 + use zisvalidator_derive::Validate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `validate` in this scope
[INFO] [stdout]   --> src/lib.rs:40:3
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[validate(attr = "foo")]          //<-- Container Attribute
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `validate` in this scope
[INFO] [stdout]   --> src/lib.rs:42:7
[INFO] [stdout]    |
[INFO] [stdout] 42 |     #[validate(attr = "foo")]      //<--  Field Attribute
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 13) stdout ----
[INFO] [stdout] error[E0428]: the name `S` is defined multiple times
[INFO] [stdout]   --> src/lib.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct S(String,u64,);          //validate tuple struct with mulitple elements
[INFO] [stdout]    | ---------------------- previous definition of the type `S` here
[INFO] [stdout] ...
[INFO] [stdout] 21 | struct S{                       //validate struct with fields
[INFO] [stdout]    | ^^^^^^^^ `S` redefined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `S` must be defined only once in the type namespace of this block
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `S` is defined multiple times
[INFO] [stdout]   --> src/lib.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | struct S(String);               //validate tuple struct with 1 element
[INFO] [stdout]    | ----------------- previous definition of the value `S` here
[INFO] [stdout] ...
[INFO] [stdout] 18 | struct S(String,u64,);          //validate tuple struct with mulitple elements
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^ `S` redefined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `S` must be defined only once in the value namespace of this block
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Validate` in this scope
[INFO] [stdout]   --> src/lib.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 13 + use zisvalidator_derive::Validate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Validate` in this scope
[INFO] [stdout]   --> src/lib.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 13 + use zisvalidator_derive::Validate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Validate` in this scope
[INFO] [stdout]   --> src/lib.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 13 + use zisvalidator_derive::Validate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Validate` in this scope
[INFO] [stdout]   --> src/lib.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 13 + use zisvalidator_derive::Validate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] warning: variant `tuple` should have an upper camel case name
[INFO] [stdout]   --> src/lib.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     tuple(String,String,),      //validate tuple varient with multiple element
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `Tuple`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0428`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 5) stdout ----
[INFO] [stdout] error: missing parameters for function definition
[INFO] [stdout]   --> src/lib.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main{}
[INFO] [stdout]    |        ^
[INFO] [stdout]    |
[INFO] [stdout] help: add a parameter list
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main(){}
[INFO] [stdout]    |        ++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `zisvalidator` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^ could not find `zisvalidator` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Validate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 13)
[INFO] [stdout]     src/lib.rs - (line 38)
[INFO] [stdout]     src/lib.rs - (line 5)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "284e75e114a5f4e9ac5aba302b305b68fc54dc88ae39676d3c21804a1a93f110", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "284e75e114a5f4e9ac5aba302b305b68fc54dc88ae39676d3c21804a1a93f110", kill_on_drop: false }`
[INFO] [stdout] 284e75e114a5f4e9ac5aba302b305b68fc54dc88ae39676d3c21804a1a93f110
