[INFO] fetching crate fnv_rs 0.4.4... [INFO] testing fnv_rs-0.4.4 against 1.90.0 for beta-1.91-3 [INFO] extracting crate fnv_rs 0.4.4 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fnv_rs 0.4.4 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84a45dc7bcc0d4312b4660537ee4ef14f6646206941496ee26d3b182e008f173 [INFO] running `Command { std: "docker" "start" "-a" "84a45dc7bcc0d4312b4660537ee4ef14f6646206941496ee26d3b182e008f173", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84a45dc7bcc0d4312b4660537ee4ef14f6646206941496ee26d3b182e008f173", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84a45dc7bcc0d4312b4660537ee4ef14f6646206941496ee26d3b182e008f173", kill_on_drop: false }` [INFO] [stdout] 84a45dc7bcc0d4312b4660537ee4ef14f6646206941496ee26d3b182e008f173 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b8d055af2264051e1be65de40786441a6959a0bee618cb03b4f6ca1031e2ceb [INFO] running `Command { std: "docker" "start" "-a" "9b8d055af2264051e1be65de40786441a6959a0bee618cb03b4f6ca1031e2ceb", 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 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)]` 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.59s [INFO] running `Command { std: "docker" "inspect" "9b8d055af2264051e1be65de40786441a6959a0bee618cb03b4f6ca1031e2ceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b8d055af2264051e1be65de40786441a6959a0bee618cb03b4f6ca1031e2ceb", kill_on_drop: false }` [INFO] [stdout] 9b8d055af2264051e1be65de40786441a6959a0bee618cb03b4f6ca1031e2ceb [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32ee7bf29f8afe2bcd76a4c14c37218932ec7a4e6164b71ed61c6933bcf39564 [INFO] running `Command { std: "docker" "start" "-a" "32ee7bf29f8afe2bcd76a4c14c37218932ec7a4e6164b71ed61c6933bcf39564", 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 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)]` 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 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.47s [INFO] running `Command { std: "docker" "inspect" "32ee7bf29f8afe2bcd76a4c14c37218932ec7a4e6164b71ed61c6933bcf39564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32ee7bf29f8afe2bcd76a4c14c37218932ec7a4e6164b71ed61c6933bcf39564", kill_on_drop: false }` [INFO] [stdout] 32ee7bf29f8afe2bcd76a4c14c37218932ec7a4e6164b71ed61c6933bcf39564 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d0f16787a55e0c745a1eae9bc4ea07216fbceafb60597865d36eb46b9be71c48 [INFO] running `Command { std: "docker" "start" "-a" "d0f16787a55e0c745a1eae9bc4ea07216fbceafb60597865d36eb46b9be71c48", 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 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)]` 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] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fnv_rs-b64e844ad8f6a2c1) [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.01s [INFO] [stdout] [INFO] [stderr] Doc-tests fnv_rs [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test src/lib.rs - Fnv128::finalize (line 35) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv32 (line 33) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv128::update (line 40) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv128::hash (line 35) ... FAILED [INFO] [stdout] test src/hash_result.rs - hash_result::FnvHashResult::as_bytes (line 32) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv128::hash (line 42) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv32::finalize (line 33) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv128 (line 35) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv32::hash (line 33) ... FAILED [INFO] [stdout] test src/hash_result.rs - hash_result::FnvHashResult::as_hex (line 44) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv32::hash (line 40) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv32 (line 41) ... FAILED [INFO] [stdout] test src/hash_result.rs - hash_result::FnvHashResult::len (line 56) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv128 (line 43) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv32::new (line 33) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv64::finalize (line 34) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv128::new (line 35) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv64::hash (line 41) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv64 (line 42) ... FAILED [INFO] [stdout] test src/lib.rs - (line 100) ... ok [INFO] [stdout] test src/lib.rs - Fnv32::update (line 38) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv64::hash (line 34) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv64::new (line 34) ... FAILED [INFO] [stdout] test src/lib.rs - Fnv64 (line 34) ... FAILED [INFO] [stdout] test src/lib.rs - (line 64) ... ok [INFO] [stdout] test src/lib.rs - Fnv64::update (line 39) ... FAILED [INFO] [stdout] test src/lib.rs - (line 51) ... ok [INFO] [stdout] test src/lib.rs - (line 79) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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] 3 | 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 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] 3 | 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] 2 + 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] 4 | 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::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] 3 | 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] 3 | 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 - 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] 3 | 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] 2 + 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] 4 | 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::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] 3 | 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] 2 + 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] 3 | 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::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] 3 | 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] 2 + 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] 3 | 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 - 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] 3 | 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 (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] 3 | 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] 2 + 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] 4 | 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::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] 3 | 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] 2 + 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] 4 | 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::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] 3 | 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] 2 + 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] 3 | 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] 3 | 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] 2 + 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] 3 | 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 (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] 3 | 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] 2 + 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] 3 | 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/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] 3 | 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] 2 + 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] 3 | 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] 3 | 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] 2 + 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] 3 | 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 - 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] 3 | let hasher = Fnv32::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `Fnv32` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + 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 - 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] 3 | 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::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] 3 | let hasher = Fnv128::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Fnv128` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + 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::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] 3 | 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] 2 + 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] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] 3 | 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 (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] 3 | 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] 2 + 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] 3 | 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::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] 3 | 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] 3 | 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 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] 3 | 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] 2 + 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] 4 | 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::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] 3 | let hasher = Fnv64::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `Fnv64` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + 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 (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] 3 | 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] 2 + 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] 4 | 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] 3 | 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] 3 | 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.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d0f16787a55e0c745a1eae9bc4ea07216fbceafb60597865d36eb46b9be71c48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0f16787a55e0c745a1eae9bc4ea07216fbceafb60597865d36eb46b9be71c48", kill_on_drop: false }` [INFO] [stdout] d0f16787a55e0c745a1eae9bc4ea07216fbceafb60597865d36eb46b9be71c48