[INFO] fetching crate fnv_rs 0.4.4...
[INFO] testing fnv_rs-0.4.4 against 1.94.0 for beta-1.95-1
[INFO] extracting crate fnv_rs 0.4.4 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate fnv_rs 0.4.4
[INFO] finished tweaking crates.io crate fnv_rs 0.4.4
[INFO] tweaked toml for crates.io crate fnv_rs 0.4.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fnv_rs 0.4.4 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fnv_rs 0.4.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded paste v1.0.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 13f2a641ce4d89a8cf69f01c9c5f29e2b9b5ebfd97335d6921c070ded50ed51a
[INFO] running `Command { std: "docker" "start" "-a" "13f2a641ce4d89a8cf69f01c9c5f29e2b9b5ebfd97335d6921c070ded50ed51a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13f2a641ce4d89a8cf69f01c9c5f29e2b9b5ebfd97335d6921c070ded50ed51a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13f2a641ce4d89a8cf69f01c9c5f29e2b9b5ebfd97335d6921c070ded50ed51a", kill_on_drop: false }`
[INFO] [stdout] 13f2a641ce4d89a8cf69f01c9c5f29e2b9b5ebfd97335d6921c070ded50ed51a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5c65f01d8aea9172ae128a634b2f3da8c9bcce3914ebe3575868f07dda4bfc5
[INFO] running `Command { std: "docker" "start" "-a" "e5c65f01d8aea9172ae128a634b2f3da8c9bcce3914ebe3575868f07dda4bfc5", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling fnv_rs v0.4.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `CHANNEL_NIGHTLY`
[INFO] [stdout]  --> src/lib.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[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(CHANNEL_NIGHTLY)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(CHANNEL_NIGHTLY)");` 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: unused import: `paste::paste`
[INFO] [stdout]  --> src/macros.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use paste::paste;
[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 imports: `FnvHashResult`, `FnvHasher`, and `consts`
[INFO] [stdout]  --> src/macros.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::{consts, FnvHasher, FnvHashResult};
[INFO] [stdout]   |             ^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
[INFO] running `Command { std: "docker" "inspect" "e5c65f01d8aea9172ae128a634b2f3da8c9bcce3914ebe3575868f07dda4bfc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5c65f01d8aea9172ae128a634b2f3da8c9bcce3914ebe3575868f07dda4bfc5", kill_on_drop: false }`
[INFO] [stdout] e5c65f01d8aea9172ae128a634b2f3da8c9bcce3914ebe3575868f07dda4bfc5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c74b99f22f1d739b541fefd5312046ef50b9444065b9d53bab683b7f8b1086dd
[INFO] running `Command { std: "docker" "start" "-a" "c74b99f22f1d739b541fefd5312046ef50b9444065b9d53bab683b7f8b1086dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling fnv_rs v0.4.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `CHANNEL_NIGHTLY`
[INFO] [stdout]  --> src/lib.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[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(CHANNEL_NIGHTLY)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(CHANNEL_NIGHTLY)");` 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: unused import: `paste::paste`
[INFO] [stdout]  --> src/macros.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use paste::paste;
[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 imports: `FnvHashResult`, `FnvHasher`, and `consts`
[INFO] [stdout]  --> src/macros.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::{consts, FnvHasher, FnvHashResult};
[INFO] [stdout]   |             ^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `CHANNEL_NIGHTLY`
[INFO] [stdout]  --> src/lib.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[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(CHANNEL_NIGHTLY)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(CHANNEL_NIGHTLY)");` 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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "c74b99f22f1d739b541fefd5312046ef50b9444065b9d53bab683b7f8b1086dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c74b99f22f1d739b541fefd5312046ef50b9444065b9d53bab683b7f8b1086dd", kill_on_drop: false }`
[INFO] [stdout] c74b99f22f1d739b541fefd5312046ef50b9444065b9d53bab683b7f8b1086dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2a8c5da4518c4741680259e484c2ee25ad4976187a8832aa38194d572cf384e3
[INFO] running `Command { std: "docker" "start" "-a" "2a8c5da4518c4741680259e484c2ee25ad4976187a8832aa38194d572cf384e3", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `CHANNEL_NIGHTLY`
[INFO] [stderr]  --> src/lib.rs:1:22
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[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(CHANNEL_NIGHTLY)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(CHANNEL_NIGHTLY)");` 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: unused import: `paste::paste`
[INFO] [stderr]  --> src/macros.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use paste::paste;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `FnvHashResult`, `FnvHasher`, and `consts`
[INFO] [stderr]  --> src/macros.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::{consts, FnvHasher, FnvHashResult};
[INFO] [stderr]   |             ^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fnv_rs` (lib) generated 3 warnings (run `cargo fix --lib -p fnv_rs` to apply 2 suggestions)
[INFO] [stderr] warning: `fnv_rs` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fnv_rs-4ee11324fec0cf76)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test macros::test::test_macros ... ok
[INFO] [stdout] test tests::basic_tests ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fnv_rs
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test src/hash_result.rs - hash_result::FnvHashResult::as_bytes (line 32) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv32 (line 33) ... FAILED
[INFO] [stdout] test src/hash_result.rs - hash_result::FnvHashResult::len (line 56) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 51) ... ok
[INFO] [stdout] test src/hash_result.rs - hash_result::FnvHashResult::as_hex (line 44) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 64) ... ok
[INFO] [stdout] test src/lib.rs - Fnv128 (line 43) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv128::hash (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv128 (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv128::finalize (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv128::hash (line 42) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv128::new (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv64 (line 42) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv32::hash (line 40) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv32::new (line 33) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv32::finalize (line 33) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv32 (line 41) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv128::update (line 40) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv32::hash (line 33) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv32::update (line 38) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv64::hash (line 41) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv64::new (line 34) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 100) ... ok
[INFO] [stdout] test src/lib.rs - Fnv64::hash (line 34) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv64::finalize (line 34) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv64 (line 34) ... FAILED
[INFO] [stdout] test src/lib.rs - Fnv64::update (line 39) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 79) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/hash_result.rs - hash_result::FnvHashResult::as_bytes (line 32) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv64`
[INFO] [stdout]   --> src/hash_result.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |            ^^^^^ use of undeclared type `Fnv64`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 32 + use fnv_rs::Fnv64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/hash_result.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv32 (line 33) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv32`
[INFO] [stdout]   --> src/lib.rs:34:18
[INFO] [stdout]    |
[INFO] [stdout] 34 | let mut hasher = Fnv32::new();
[INFO] [stdout]    |                  ^^^^^ use of undeclared type `Fnv32`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use fnv_rs::Fnv32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hash_result.rs - hash_result::FnvHashResult::len (line 56) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv64`
[INFO] [stdout]   --> src/hash_result.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |            ^^^^^ use of undeclared type `Fnv64`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 56 + use fnv_rs::Fnv64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/hash_result.rs:57:24
[INFO] [stdout]    |
[INFO] [stdout] 57 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hash_result.rs - hash_result::FnvHashResult::as_hex (line 44) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv64`
[INFO] [stdout]   --> src/hash_result.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |            ^^^^^ use of undeclared type `Fnv64`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 44 + use fnv_rs::Fnv64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/hash_result.rs:45:24
[INFO] [stdout]    |
[INFO] [stdout] 45 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv128 (line 43) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv128`
[INFO] [stdout]   --> src/lib.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | let hash = Fnv128::hash(bytes);
[INFO] [stdout]    |            ^^^^^^ use of undeclared type `Fnv128`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 43 + use fnv_rs::Fnv128;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:44:25
[INFO] [stdout]    |
[INFO] [stdout] 44 | let hash = Fnv128::hash(bytes);
[INFO] [stdout]    |                         ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv128::hash (line 35) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv128`
[INFO] [stdout]   --> src/lib.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 | let mut hasher = Fnv128::new();
[INFO] [stdout]    |                  ^^^^^^ use of undeclared type `Fnv128`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 35 + use fnv_rs::Fnv128;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv128 (line 35) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv128`
[INFO] [stdout]   --> src/lib.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 | let mut hasher = Fnv128::new();
[INFO] [stdout]    |                  ^^^^^^ use of undeclared type `Fnv128`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 35 + use fnv_rs::Fnv128;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv128::finalize (line 35) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `hasher` in this scope
[INFO] [stdout]   --> src/lib.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | hasher.finalize();
[INFO] [stdout]    | ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv128::hash (line 42) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv128`
[INFO] [stdout]   --> src/lib.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | let hash = Fnv128::hash(bytes);
[INFO] [stdout]    |            ^^^^^^ use of undeclared type `Fnv128`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 42 + use fnv_rs::Fnv128;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:43:25
[INFO] [stdout]    |
[INFO] [stdout] 43 | let hash = Fnv128::hash(bytes);
[INFO] [stdout]    |                         ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv128::new (line 35) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv128`
[INFO] [stdout]   --> src/lib.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | let hasher = Fnv128::new();
[INFO] [stdout]    |              ^^^^^^ use of undeclared type `Fnv128`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 35 + use fnv_rs::Fnv128;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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 - Fnv64 (line 42) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv64`
[INFO] [stdout]   --> src/lib.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |            ^^^^^ use of undeclared type `Fnv64`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 42 + use fnv_rs::Fnv64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:43:24
[INFO] [stdout]    |
[INFO] [stdout] 43 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv32::hash (line 40) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv32`
[INFO] [stdout]   --> src/lib.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | let hash = Fnv32::hash(bytes);
[INFO] [stdout]    |            ^^^^^ use of undeclared type `Fnv32`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 40 + use fnv_rs::Fnv32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 | let hash = Fnv32::hash(bytes);
[INFO] [stdout]    |                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv32::new (line 33) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv32`
[INFO] [stdout]   --> src/lib.rs:34:14
[INFO] [stdout]    |
[INFO] [stdout] 34 | let hasher = Fnv32::new();
[INFO] [stdout]    |              ^^^^^ use of undeclared type `Fnv32`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use fnv_rs::Fnv32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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 - Fnv32::finalize (line 33) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `hasher` in this scope
[INFO] [stdout]   --> src/lib.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | hasher.finalize();
[INFO] [stdout]    | ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv32 (line 41) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv32`
[INFO] [stdout]   --> src/lib.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | let hash = Fnv32::hash(bytes);
[INFO] [stdout]    |            ^^^^^ use of undeclared type `Fnv32`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 41 + use fnv_rs::Fnv32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:42:24
[INFO] [stdout]    |
[INFO] [stdout] 42 | let hash = Fnv32::hash(bytes);
[INFO] [stdout]    |                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv128::update (line 40) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `hasher` in this scope
[INFO] [stdout]   --> src/lib.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | hasher.update(bytes);
[INFO] [stdout]    | ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:41:15
[INFO] [stdout]    |
[INFO] [stdout] 41 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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/lib.rs - Fnv32::hash (line 33) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv32`
[INFO] [stdout]   --> src/lib.rs:34:18
[INFO] [stdout]    |
[INFO] [stdout] 34 | let mut hasher = Fnv32::new();
[INFO] [stdout]    |                  ^^^^^ use of undeclared type `Fnv32`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use fnv_rs::Fnv32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv32::update (line 38) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `hasher` in this scope
[INFO] [stdout]   --> src/lib.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | hasher.update(bytes);
[INFO] [stdout]    | ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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/lib.rs - Fnv64::hash (line 41) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv64`
[INFO] [stdout]   --> src/lib.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |            ^^^^^ use of undeclared type `Fnv64`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 41 + use fnv_rs::Fnv64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:42:24
[INFO] [stdout]    |
[INFO] [stdout] 42 | let hash = Fnv64::hash(bytes);
[INFO] [stdout]    |                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv64::new (line 34) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv64`
[INFO] [stdout]   --> src/lib.rs:35:14
[INFO] [stdout]    |
[INFO] [stdout] 35 | let hasher = Fnv64::new();
[INFO] [stdout]    |              ^^^^^ use of undeclared type `Fnv64`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 34 + use fnv_rs::Fnv64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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 - Fnv64::hash (line 34) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv64`
[INFO] [stdout]   --> src/lib.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 | let mut hasher = Fnv64::new();
[INFO] [stdout]    |                  ^^^^^ use of undeclared type `Fnv64`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 34 + use fnv_rs::Fnv64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv64::finalize (line 34) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `hasher` in this scope
[INFO] [stdout]   --> src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | hasher.finalize();
[INFO] [stdout]    | ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv64 (line 34) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Fnv64`
[INFO] [stdout]   --> src/lib.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 | let mut hasher = Fnv64::new();
[INFO] [stdout]    |                  ^^^^^ use of undeclared type `Fnv64`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 34 + use fnv_rs::Fnv64;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:36:15
[INFO] [stdout]    |
[INFO] [stdout] 36 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Fnv64::update (line 39) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `hasher` in this scope
[INFO] [stdout]   --> src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | hasher.update(bytes);
[INFO] [stdout]    | ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `bytes` in this scope
[INFO] [stdout]   --> src/lib.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 | hasher.update(bytes);
[INFO] [stdout]    |               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/hash_result.rs - hash_result::FnvHashResult::as_bytes (line 32)
[INFO] [stdout]     src/hash_result.rs - hash_result::FnvHashResult::as_hex (line 44)
[INFO] [stdout]     src/hash_result.rs - hash_result::FnvHashResult::len (line 56)
[INFO] [stdout]     src/lib.rs - Fnv128 (line 35)
[INFO] [stdout]     src/lib.rs - Fnv128 (line 43)
[INFO] [stdout]     src/lib.rs - Fnv128::finalize (line 35)
[INFO] [stdout]     src/lib.rs - Fnv128::hash (line 35)
[INFO] [stdout]     src/lib.rs - Fnv128::hash (line 42)
[INFO] [stdout]     src/lib.rs - Fnv128::new (line 35)
[INFO] [stdout]     src/lib.rs - Fnv128::update (line 40)
[INFO] [stdout]     src/lib.rs - Fnv32 (line 33)
[INFO] [stdout]     src/lib.rs - Fnv32 (line 41)
[INFO] [stdout]     src/lib.rs - Fnv32::finalize (line 33)
[INFO] [stdout]     src/lib.rs - Fnv32::hash (line 33)
[INFO] [stdout]     src/lib.rs - Fnv32::hash (line 40)
[INFO] [stdout]     src/lib.rs - Fnv32::new (line 33)
[INFO] [stdout]     src/lib.rs - Fnv32::update (line 38)
[INFO] [stdout]     src/lib.rs - Fnv64 (line 34)
[INFO] [stdout]     src/lib.rs - Fnv64 (line 42)
[INFO] [stdout]     src/lib.rs - Fnv64::finalize (line 34)
[INFO] [stdout]     src/lib.rs - Fnv64::hash (line 34)
[INFO] [stdout]     src/lib.rs - Fnv64::hash (line 41)
[INFO] [stdout]     src/lib.rs - Fnv64::new (line 34)
[INFO] [stdout]     src/lib.rs - Fnv64::update (line 39)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 24 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2a8c5da4518c4741680259e484c2ee25ad4976187a8832aa38194d572cf384e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a8c5da4518c4741680259e484c2ee25ad4976187a8832aa38194d572cf384e3", kill_on_drop: false }`
[INFO] [stdout] 2a8c5da4518c4741680259e484c2ee25ad4976187a8832aa38194d572cf384e3
