[INFO] fetching crate zisvalidator_derive 0.1.6...
[INFO] testing zisvalidator_derive-0.1.6 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate zisvalidator_derive 0.1.6 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate zisvalidator_derive 0.1.6 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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.106)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f5302d687a94d774ecfb211ff7de42642c1cd65c1b815138ac566b701b259c10
[INFO] running `Command { std: "docker" "start" "-a" "f5302d687a94d774ecfb211ff7de42642c1cd65c1b815138ac566b701b259c10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5302d687a94d774ecfb211ff7de42642c1cd65c1b815138ac566b701b259c10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5302d687a94d774ecfb211ff7de42642c1cd65c1b815138ac566b701b259c10", kill_on_drop: false }`
[INFO] [stdout] f5302d687a94d774ecfb211ff7de42642c1cd65c1b815138ac566b701b259c10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7c1df8a273f9ca030ffbd953243c9f2f57860947d724d2ddbdbd13a28a934d2
[INFO] running `Command { std: "docker" "start" "-a" "c7c1df8a273f9ca030ffbd953243c9f2f57860947d724d2ddbdbd13a28a934d2", 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)]` 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 13.40s
[INFO] running `Command { std: "docker" "inspect" "c7c1df8a273f9ca030ffbd953243c9f2f57860947d724d2ddbdbd13a28a934d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7c1df8a273f9ca030ffbd953243c9f2f57860947d724d2ddbdbd13a28a934d2", kill_on_drop: false }`
[INFO] [stdout] c7c1df8a273f9ca030ffbd953243c9f2f57860947d724d2ddbdbd13a28a934d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b663f0201ba39fe033d9499fd9de23a5e07ca732c3b0e7ae17b5417b5dd073be
[INFO] running `Command { std: "docker" "start" "-a" "b663f0201ba39fe033d9499fd9de23a5e07ca732c3b0e7ae17b5417b5dd073be", 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)]` 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)]` 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 10.67s
[INFO] running `Command { std: "docker" "inspect" "b663f0201ba39fe033d9499fd9de23a5e07ca732c3b0e7ae17b5417b5dd073be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b663f0201ba39fe033d9499fd9de23a5e07ca732c3b0e7ae17b5417b5dd073be", kill_on_drop: false }`
[INFO] [stdout] b663f0201ba39fe033d9499fd9de23a5e07ca732c3b0e7ae17b5417b5dd073be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b0e13c81ff0c3df2cb9b1911597e94258eaab7b3f9bdb93a5234996920d362b0
[INFO] running `Command { std: "docker" "start" "-a" "b0e13c81ff0c3df2cb9b1911597e94258eaab7b3f9bdb93a5234996920d362b0", 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)]` 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.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zisvalidator_derive-9d20b51bad598e3b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[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.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests zisvalidator_derive
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 5) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 38) ... FAILED
[INFO] [stdout] test src/validate.rs - validate::validate_variant (line 162) ... ok
[INFO] [stdout] test src/lib.rs - (line 13) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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] 7 | fn main{}
[INFO] [stdout]   |        ^
[INFO] [stdout]   |
[INFO] [stdout] help: add a parameter list
[INFO] [stdout]   |
[INFO] [stdout] 7 | 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] 5 | #[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] ---- 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] 10 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 2  + 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] 12 |     #[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] 3 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 4 | #[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] 6 |     #[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] 7  | struct S(String,u64,);          //validate tuple struct with mulitple elements
[INFO] [stdout]    | ---------------------- previous definition of the type `S` here
[INFO] [stdout] ...
[INFO] [stdout] 10 | 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] 4 | struct S(String);               //validate tuple struct with 1 element
[INFO] [stdout]   | ----------------- previous definition of the value `S` here
[INFO] [stdout] ...
[INFO] [stdout] 7 | 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] 14 | #[derive(Validate)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 2  + 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] 9 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 6 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 3 | #[derive(Validate)]
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 17 |     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)]` 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] 
[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.35s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b0e13c81ff0c3df2cb9b1911597e94258eaab7b3f9bdb93a5234996920d362b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0e13c81ff0c3df2cb9b1911597e94258eaab7b3f9bdb93a5234996920d362b0", kill_on_drop: false }`
[INFO] [stdout] b0e13c81ff0c3df2cb9b1911597e94258eaab7b3f9bdb93a5234996920d362b0
