Source: rust-ahash
Version: 0.8.3-7
Severity: serious
Tags: ftbfs

rust-ahash fails to build. Here's a build log excerpt:

error[E0432]: unresolved import `criterion`
 --> tests/map_tests.rs:6:5
  |
6 | use criterion::*;
  |     ^^^^^^^^^ use of undeclared crate or module `criterion`

error[E0432]: unresolved import `fxhash`
 --> tests/map_tests.rs:7:5
  |
7 | use fxhash::FxHasher;
  |     ^^^^^^ use of undeclared crate or module `fxhash`
  |
help: there is a crate or module with a similar name
  |
7 | use ahash::FxHasher;
  |     ~~~~~

error: cannot find macro `criterion_main` in this scope
   --> tests/map_tests.rs:233:1
    |
233 | criterion_main!(benches);
    | ^^^^^^^^^^^^^^

error: cannot find macro `criterion_group` in this scope
   --> tests/map_tests.rs:234:1
    |
234 | criterion_group!(benches, bench_ahash_words, bench_fx_words,);
    | ^^^^^^^^^^^^^^^

error[E0412]: cannot find type `Criterion` in this scope
   --> tests/map_tests.rs:223:30
    |
223 | fn bench_ahash_words(c: &mut Criterion) {
    |                              ^^^^^^^^^ not found in this scope

error[E0425]: cannot find function `black_box` in this scope


Full build log
==========
https://buildd.debian.org/status/package.php?p=rust-ahash

Thank you,
Jeremy Bícha

Reply via email to