[INFO] fetching crate probably 0.3.1... [INFO] testing probably-0.3.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate probably 0.3.1 into /workspace/builds/worker-118/source [INFO] validating manifest of crates.io crate probably 0.3.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate probably 0.3.1 [INFO] finished tweaking crates.io crate probably 0.3.1 [INFO] tweaked toml for crates.io crate probably 0.3.1 written to /workspace/builds/worker-118/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded siphasher v0.3.10 [INFO] [stderr] Downloaded quickcheck v0.5.0 [INFO] [stderr] Downloaded farmhash v1.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8ea4c019e0c7c7d0e6051ebcae4dccaee186d53a8953d11f7efc27f1e7bb535c [INFO] running `Command { std: "docker" "start" "-a" "8ea4c019e0c7c7d0e6051ebcae4dccaee186d53a8953d11f7efc27f1e7bb535c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ea4c019e0c7c7d0e6051ebcae4dccaee186d53a8953d11f7efc27f1e7bb535c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ea4c019e0c7c7d0e6051ebcae4dccaee186d53a8953d11f7efc27f1e7bb535c", kill_on_drop: false }` [INFO] [stdout] 8ea4c019e0c7c7d0e6051ebcae4dccaee186d53a8953d11f7efc27f1e7bb535c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84c97d60f0a0bf660a25d434b23761f797a67d09738072a6aaf72a0298da35f1 [INFO] running `Command { std: "docker" "start" "-a" "84c97d60f0a0bf660a25d434b23761f797a67d09738072a6aaf72a0298da35f1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling probably v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/membership/cuckoo/mod.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | _hasher: std::marker::PhantomData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:55 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(non_camel_case_types, non_upper_case_globals, unused_qualifications)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | T: Copy + cmp::PartialOrd, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | T: Copy + cmp::PartialEq, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | T: Copy + cmp::PartialOrd + fmt::Debug + ops::Add, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:139:8 [INFO] [stdout] | [INFO] [stdout] 139 | T: cmp::PartialOrd + fmt::Debug, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | T: Copy + cmp::PartialOrd + fmt::Debug, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.37s [INFO] running `Command { std: "docker" "inspect" "84c97d60f0a0bf660a25d434b23761f797a67d09738072a6aaf72a0298da35f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84c97d60f0a0bf660a25d434b23761f797a67d09738072a6aaf72a0298da35f1", kill_on_drop: false }` [INFO] [stdout] 84c97d60f0a0bf660a25d434b23761f797a67d09738072a6aaf72a0298da35f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0bcf60daae0ea9dfa25f3d62b2b8377c5bbee280063e1b76d14ff4c7a07f711 [INFO] running `Command { std: "docker" "start" "-a" "c0bcf60daae0ea9dfa25f3d62b2b8377c5bbee280063e1b76d14ff4c7a07f711", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling utf8-ranges v1.0.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/membership/cuckoo/mod.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | _hasher: std::marker::PhantomData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:55 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(non_camel_case_types, non_upper_case_globals, unused_qualifications)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | T: Copy + cmp::PartialOrd, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | T: Copy + cmp::PartialEq, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | T: Copy + cmp::PartialOrd + fmt::Debug + ops::Add, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:139:8 [INFO] [stdout] | [INFO] [stdout] 139 | T: cmp::PartialOrd + fmt::Debug, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | T: Copy + cmp::PartialOrd + fmt::Debug, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling quickcheck v0.5.0 [INFO] [stderr] Compiling probably v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/membership/cuckoo/mod.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | _hasher: std::marker::PhantomData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:55 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(non_camel_case_types, non_upper_case_globals, unused_qualifications)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | T: Copy + cmp::PartialOrd, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | T: Copy + cmp::PartialEq, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | T: Copy + cmp::PartialOrd + fmt::Debug + ops::Add, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:139:8 [INFO] [stdout] | [INFO] [stdout] 139 | T: cmp::PartialOrd + fmt::Debug, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/quantile/histogram.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | T: Copy + cmp::PartialOrd + fmt::Debug, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.93s [INFO] running `Command { std: "docker" "inspect" "c0bcf60daae0ea9dfa25f3d62b2b8377c5bbee280063e1b76d14ff4c7a07f711", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0bcf60daae0ea9dfa25f3d62b2b8377c5bbee280063e1b76d14ff4c7a07f711", kill_on_drop: false }` [INFO] [stdout] c0bcf60daae0ea9dfa25f3d62b2b8377c5bbee280063e1b76d14ff4c7a07f711 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a059269d1aa7bde256149572b8c5e037ec97bb3abc864f840ebba848f1858aa9 [INFO] running `Command { std: "docker" "start" "-a" "a059269d1aa7bde256149572b8c5e037ec97bb3abc864f840ebba848f1858aa9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unnecessary qualification [INFO] [stderr] --> src/membership/cuckoo/mod.rs:103:14 [INFO] [stderr] | [INFO] [stderr] 103 | _hasher: std::marker::PhantomData, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:2:55 [INFO] [stderr] | [INFO] [stderr] 2 | #![warn(non_camel_case_types, non_upper_case_globals, unused_qualifications)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary qualification [INFO] [stderr] --> src/quantile/histogram.rs:32:15 [INFO] [stderr] | [INFO] [stderr] 32 | T: Copy + cmp::PartialOrd, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary qualification [INFO] [stderr] --> src/quantile/histogram.rs:50:15 [INFO] [stderr] | [INFO] [stderr] 50 | T: Copy + cmp::PartialEq, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary qualification [INFO] [stderr] --> src/quantile/histogram.rs:68:15 [INFO] [stderr] | [INFO] [stderr] 68 | T: Copy + cmp::PartialOrd + fmt::Debug + ops::Add, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary qualification [INFO] [stderr] --> src/quantile/histogram.rs:139:8 [INFO] [stderr] | [INFO] [stderr] 139 | T: cmp::PartialOrd + fmt::Debug, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary qualification [INFO] [stderr] --> src/quantile/histogram.rs:162:15 [INFO] [stderr] | [INFO] [stderr] 162 | T: Copy + cmp::PartialOrd + fmt::Debug, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `probably` (lib) generated 6 warnings [INFO] [stderr] warning: `probably` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/probably-eed0ebe7938207ba) [INFO] [stdout] [INFO] [stdout] running 81 tests [INFO] [stdout] test frequency::countminsketch::tests::test_overflow ... ok [INFO] [stdout] test frequency::countminsketch::tests::test_increment ... ok [INFO] [stdout] test frequency::hll::hyperloglog_test_simple ... ok [INFO] [stdout] test membership::bloom_filter::tests::test_with_fpr ... ok [INFO] [stdout] test membership::bloom_filter::tests::test_operations ... ok [INFO] [stdout] test frequency::hll::hyperloglog_test_merge_with_keys ... ok [INFO] [stdout] test frequency::hll::hyperloglog_test_merge ... ok [INFO] [stdout] test membership::bloom_filter::tests::test_with_size ... ok [INFO] [stdout] test membership::cuckoo::util::tests::test_fp_and_index ... ok [INFO] [stdout] test quantile::greenwald_khanna::test::test_find_insert_pos ... ok [INFO] [stdout] test quantile::greenwald_khanna::test::test_basics ... ok [INFO] [stdout] test quantile::greenwald_khanna::test::test_gk ... ok [INFO] [stdout] test quantile::greenwald_khanna::test::test_add_assign ... ok [INFO] [stdout] test quantile::histogram::test::f32::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::f32::test_insertion_count ... ok [INFO] [stdout] test quantile::greenwald_khanna::test::find_insert_pos_log_equals_find_insert_pos_linear ... ok [INFO] [stdout] test quantile::histogram::test::f64::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::i16::test_insertion_above_count ... ok [INFO] [stdout] test quantile::histogram::test::i32::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::i32::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::i16::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::f32::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::i16::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::i16::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::i64::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::i16::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::i32::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::i32::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::f32::test_insertion_above_count ... ok [INFO] [stdout] test quantile::histogram::test::f32::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::isize::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::f64::test_insertion_above_count ... ok [INFO] [stdout] test quantile::histogram::test::i64::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::isize::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::u16::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::u16::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::u32::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::u32::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::isize::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::usize::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::f64::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::i32::test_insertion_above_count ... ok [INFO] [stdout] test quantile::histogram::test::u32::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::u16::test_insertion_above_count ... ok [INFO] [stdout] test quantile::p2::tests::test ... ok [INFO] [stdout] test tests::hll_test ... ok [INFO] [stdout] test quantile::histogram::test::f64::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::usize::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::isize::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::i64::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::u64::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::u64::test_insertion_above_count ... ok [INFO] [stdout] test quantile::misra_gries::test::is_exact ... ok [INFO] [stdout] test quantile::histogram::test::i64::test_insertion_above_count ... ok [INFO] [stdout] test quantile::misra_gries::test::test_exact_frequencies ... ok [INFO] [stdout] test quantile::histogram::test::u16::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::f64::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::test_addassign ... ok [INFO] [stdout] test quantile::histogram::test::usize::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::i64::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::u32::test_insertion_above_count ... ok [INFO] [stdout] test quantile::histogram::test::u64::test_is_sorted ... ok [INFO] [stdout] test quantile::histogram::test::u16::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::usize::test_insertion_count ... ok [INFO] [stdout] test quantile::histogram::test::u32::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::u64::test_insertion_below_count ... ok [INFO] [stdout] test quantile::histogram::test::u64::test_insertion_sum ... ok [INFO] [stdout] test quantile::histogram::test::isize::test_insertion_above_count ... ok [INFO] [stdout] test quantile::histogram::test::usize::test_insertion_above_count ... ok [INFO] [stdout] test quantile::misra_gries::test::is_approximate ... ok [INFO] [stdout] test quantile::histogram::test::i32::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::i16::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::u64::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::f64::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::i64::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::u32::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::f32::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::usize::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::isize::test_insertion_between_count ... ok [INFO] [stdout] test quantile::histogram::test::u16::test_insertion_between_count ... ok [INFO] [stdout] test frequency::countminsketch::tests::test_increment_multi ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 81 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.41s [INFO] [stdout] [INFO] [stderr] Doc-tests probably [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::count (line 254) ... FAILED [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::insert (line 218) ... FAILED [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::sum (line 272) ... FAILED [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::into_vec (line 402) ... FAILED [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::total_between (line 346) ... FAILED [INFO] [stdout] test src/membership/cuckoo/mod.rs - membership::cuckoo::CuckooFilter (line 56) ... FAILED [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::total_below (line 293) ... FAILED [INFO] [stdout] test src/quantile/misra_gries.rs - quantile::misra_gries (line 32) ... FAILED [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::new (line 173) ... FAILED [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::iter (line 373) ... FAILED [INFO] [stdout] test src/quantile/greenwald_khanna.rs - quantile::greenwald_khanna (line 54) ... FAILED [INFO] [stdout] test src/quantile/histogram.rs - quantile::histogram::Histogram::total_above (line 319) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/quantile/histogram.rs - quantile::histogram::Histogram::count (line 254) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:255:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::{Bound, Histogram}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:257:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 256, 1987, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [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/quantile/histogram.rs - quantile::histogram::Histogram::insert (line 218) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::{Bound, Histogram}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:221:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 100]).unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:225:32 [INFO] [stdout] | [INFO] [stdout] 9 | assert_eq!(histo.total_between(Bound::Finite(10), Bound::Finite(100)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:225:51 [INFO] [stdout] | [INFO] [stdout] 9 | assert_eq!(histo.total_between(Bound::Finite(10), Bound::Finite(100)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 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/quantile/histogram.rs - quantile::histogram::Histogram::sum (line 272) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::Histogram; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:275:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 256, 1987, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [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/quantile/histogram.rs - quantile::histogram::Histogram::into_vec (line 402) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::{Bound, Histogram}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:413:28 [INFO] [stdout] | [INFO] [stdout] 13 | (Bound::Finite(1990), 3), (Bound::PosInf, 57)]; [INFO] [stdout] | ^^^^^ use of undeclared type `Bound` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:405:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 256, 1987, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Bound` in this scope [INFO] [stdout] --> src/quantile/histogram.rs:411:20 [INFO] [stdout] | [INFO] [stdout] 11 | let expected: Vec<(Bound, usize)> = vec![(Bound::Finite(10), 11), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:411:48 [INFO] [stdout] | [INFO] [stdout] 11 | let expected: Vec<(Bound, usize)> = vec![(Bound::Finite(10), 11), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:412:2 [INFO] [stdout] | [INFO] [stdout] 12 | (Bound::Finite(256), 246), (Bound::Finite(1987), 1731), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:412:29 [INFO] [stdout] | [INFO] [stdout] 12 | (Bound::Finite(256), 246), (Bound::Finite(1987), 1731), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:413:2 [INFO] [stdout] | [INFO] [stdout] 13 | (Bound::Finite(1990), 3), (Bound::PosInf, 57)]; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Bound` in this scope [INFO] [stdout] --> src/quantile/histogram.rs:414:18 [INFO] [stdout] | [INFO] [stdout] 14 | let actual: Vec<(Bound, usize)> = histo.into_vec(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/quantile/histogram.rs - quantile::histogram::Histogram::total_between (line 346) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::{Bound, Histogram}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:349:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 256, 1987, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:355:32 [INFO] [stdout] | [INFO] [stdout] 11 | assert_eq!(histo.total_between(Bound::Finite(1987), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 12 | Bound::Finite(1990)), 3); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 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/membership/cuckoo/mod.rs - membership::cuckoo::CuckooFilter (line 56) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cuckoofilter` [INFO] [stdout] --> src/membership/cuckoo/mod.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 6 | let mut cf = cuckoofilter::CuckooFilter::new(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `cuckoofilter` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use probably::membership::CuckooFilter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 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/quantile/histogram.rs - quantile::histogram::Histogram::total_below (line 293) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:294:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::{Bound, Histogram}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:302:30 [INFO] [stdout] | [INFO] [stdout] 11 | assert_eq!(histo.total_below(Bound::PosInf), 2048); [INFO] [stdout] | ^^^^^ use of undeclared type `Bound` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:296:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 256, 1987, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 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/quantile/misra_gries.rs - quantile::misra_gries (line 32) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/misra_gries.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::misra_gries::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `misra_gries` in this scope [INFO] [stdout] --> src/quantile/misra_gries.rs:37:14 [INFO] [stdout] | [INFO] [stdout] 7 | let counts = misra_gries(numbers.iter(), k); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::misra_gries::misra_gries; [INFO] [stdout] | [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/quantile/histogram.rs - quantile::histogram::Histogram::new (line 173) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::{Bound, Histogram}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:187:30 [INFO] [stdout] | [INFO] [stdout] 16 | assert_eq!(histo.total_below(Bound::PosInf), 2048); [INFO] [stdout] | ^^^^^ use of undeclared type `Bound` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:176:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 256, 1987, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:182:30 [INFO] [stdout] | [INFO] [stdout] 11 | assert_eq!(histo.total_above(Bound::Finite(0)), 2048); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:183:30 [INFO] [stdout] | [INFO] [stdout] 12 | assert_eq!(histo.total_above(Bound::Finite(11)), 2037); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:184:30 [INFO] [stdout] | [INFO] [stdout] 13 | assert_eq!(histo.total_above(Bound::Finite(10)), 2037); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 14 | assert_eq!(histo.total_between(Bound::Finite(1987), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 15 | Bound::Finite(1990)), 3); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 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/quantile/histogram.rs - quantile::histogram::Histogram::iter (line 373) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::{Bound, Histogram}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 13 | (Bound::Finite(1990), 3), (Bound::PosInf, 57)]; [INFO] [stdout] | ^^^^^ use of undeclared type `Bound` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:376:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 256, 1987, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Bound` in this scope [INFO] [stdout] --> src/quantile/histogram.rs:382:20 [INFO] [stdout] | [INFO] [stdout] 11 | let expected: Vec<(Bound, usize)> = vec![(Bound::Finite(10), 11), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 11 | let expected: Vec<(Bound, usize)> = vec![(Bound::Finite(10), 11), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:383:2 [INFO] [stdout] | [INFO] [stdout] 12 | (Bound::Finite(256), 246), (Bound::Finite(1987), 1731), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:383:29 [INFO] [stdout] | [INFO] [stdout] 12 | (Bound::Finite(256), 246), (Bound::Finite(1987), 1731), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:384:2 [INFO] [stdout] | [INFO] [stdout] 13 | (Bound::Finite(1990), 3), (Bound::PosInf, 57)]; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Bound` in this scope [INFO] [stdout] --> src/quantile/histogram.rs:385:18 [INFO] [stdout] | [INFO] [stdout] 14 | let actual: Vec<(Bound, usize)> = histo.iter().map(|x| [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/quantile/greenwald_khanna.rs - quantile::greenwald_khanna (line 54) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/greenwald_khanna.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::greenwald_khanna::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stream` [INFO] [stdout] --> src/quantile/greenwald_khanna.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 7 | let mut stream = Stream::new(epsilon); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Stream; [INFO] [stdout] | [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/quantile/histogram.rs - quantile::histogram::Histogram::total_above (line 319) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quantiles` [INFO] [stdout] --> src/quantile/histogram.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 3 | use quantiles::histogram::{Bound, Histogram}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `quantiles` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Histogram` [INFO] [stdout] --> src/quantile/histogram.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 5 | let mut histo = Histogram::::new(vec![10, 256, 1987, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Histogram; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:328:30 [INFO] [stdout] | [INFO] [stdout] 11 | assert_eq!(histo.total_above(Bound::Finite(0)), 2048); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:329:30 [INFO] [stdout] | [INFO] [stdout] 12 | assert_eq!(histo.total_above(Bound::Finite(11)), 2037); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Bound` [INFO] [stdout] --> src/quantile/histogram.rs:330:30 [INFO] [stdout] | [INFO] [stdout] 13 | assert_eq!(histo.total_above(Bound::Finite(10)), 2037); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::ops::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use probably::quantile::Bound; [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Bound; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/membership/cuckoo/mod.rs - membership::cuckoo::CuckooFilter (line 56) [INFO] [stdout] src/quantile/greenwald_khanna.rs - quantile::greenwald_khanna (line 54) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::count (line 254) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::insert (line 218) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::into_vec (line 402) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::iter (line 373) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::new (line 173) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::sum (line 272) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::total_above (line 319) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::total_below (line 293) [INFO] [stdout] src/quantile/histogram.rs - quantile::histogram::Histogram::total_between (line 346) [INFO] [stdout] src/quantile/misra_gries.rs - quantile::misra_gries (line 32) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a059269d1aa7bde256149572b8c5e037ec97bb3abc864f840ebba848f1858aa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a059269d1aa7bde256149572b8c5e037ec97bb3abc864f840ebba848f1858aa9", kill_on_drop: false }` [INFO] [stdout] a059269d1aa7bde256149572b8c5e037ec97bb3abc864f840ebba848f1858aa9