[INFO] updating cached repository nikolads/fmi-parallel-dfs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nikolads/fmi-parallel-dfs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nikolads/fmi-parallel-dfs" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/nikolads/fmi-parallel-dfs"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/nikolads/fmi-parallel-dfs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nikolads/fmi-parallel-dfs" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/nikolads/fmi-parallel-dfs"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/nikolads/fmi-parallel-dfs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 34d796073122691d5e9ca3476fc9c3e31c470457 [INFO] sha for GitHub repo nikolads/fmi-parallel-dfs: 34d796073122691d5e9ca3476fc9c3e31c470457 [INFO] validating manifest of nikolads/fmi-parallel-dfs on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nikolads/fmi-parallel-dfs on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nikolads/fmi-parallel-dfs [INFO] finished frobbing nikolads/fmi-parallel-dfs [INFO] frobbed toml for nikolads/fmi-parallel-dfs written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/nikolads/fmi-parallel-dfs/Cargo.toml [INFO] started frobbing nikolads/fmi-parallel-dfs [INFO] finished frobbing nikolads/fmi-parallel-dfs [INFO] frobbed toml for nikolads/fmi-parallel-dfs written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/nikolads/fmi-parallel-dfs/Cargo.toml [INFO] crate nikolads/fmi-parallel-dfs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking nikolads/fmi-parallel-dfs against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/nikolads/fmi-parallel-dfs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 97210146ecbc189dc0809a3913399f8646618d32e71123d2139631bd343087f4 [INFO] running `"docker" "start" "-a" "97210146ecbc189dc0809a3913399f8646618d32e71123d2139631bd343087f4"` [INFO] [stderr] Checking spin v0.4.10 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Checking structopt v0.2.13 [INFO] [stderr] Checking parallel-dfs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `super` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t01_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 36 | bench_rayon!(rayon_t01_n4k_m400k, 1, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t01_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t02_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 37 | bench_rayon!(rayon_t02_n4k_m400k, 2, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t02_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t04_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 38 | bench_rayon!(rayon_t04_n4k_m400k, 4, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t04_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t06_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 39 | bench_rayon!(rayon_t06_n4k_m400k, 6, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t06_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t08_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 40 | bench_rayon!(rayon_t08_n4k_m400k, 8, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t08_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t10_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 41 | bench_rayon!(rayon_t10_n4k_m400k, 10, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t10_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t12_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 42 | bench_rayon!(rayon_t12_n4k_m400k, 12, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t12_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t14_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 43 | bench_rayon!(rayon_t14_n4k_m400k, 14, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t14_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t16_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 44 | bench_rayon!(rayon_t16_n4k_m400k, 16, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t16_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t20_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 45 | bench_rayon!(rayon_t20_n4k_m400k, 20, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t20_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t24_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 46 | bench_rayon!(rayon_t24_n4k_m400k, 24, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t24_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t28_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 47 | bench_rayon!(rayon_t28_n4k_m400k, 28, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t28_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t32_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 48 | bench_rayon!(rayon_t32_n4k_m400k, 32, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t32_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t01_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 50 | bench_custom!(custom_t01_n4k_m400k, 1, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t01_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t02_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 51 | bench_custom!(custom_t02_n4k_m400k, 2, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t02_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t04_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 52 | bench_custom!(custom_t04_n4k_m400k, 4, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t04_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t06_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 53 | bench_custom!(custom_t06_n4k_m400k, 6, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t06_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t08_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 54 | bench_custom!(custom_t08_n4k_m400k, 8, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t08_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t10_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 55 | bench_custom!(custom_t10_n4k_m400k, 10, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t10_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t12_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 56 | bench_custom!(custom_t12_n4k_m400k, 12, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t12_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t14_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 57 | bench_custom!(custom_t14_n4k_m400k, 14, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t14_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t16_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 58 | bench_custom!(custom_t16_n4k_m400k, 16, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t16_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t20_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 59 | bench_custom!(custom_t20_n4k_m400k, 20, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t20_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t24_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 60 | bench_custom!(custom_t24_n4k_m400k, 24, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t24_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t28_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 61 | bench_custom!(custom_t28_n4k_m400k, 28, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t28_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t32_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_matrix.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjMatrix::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 62 | bench_custom!(custom_t32_n4k_m400k, 32, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t32_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `parallel-dfs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `seq_list_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 42 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 43 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 44 | | [INFO] [stderr] 45 | | bencher.iter(|| dfs::seq(&graph)); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 49 | bench_seq!(seq_list_n4k_m400k, AdjLists, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::seq_list_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t01_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 50 | bench_par!(par_list_t01_n4k_m400k, AdjLists, 1, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t01_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t02_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 51 | bench_par!(par_list_t02_n4k_m400k, AdjLists, 2, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t02_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t04_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 52 | bench_par!(par_list_t04_n4k_m400k, AdjLists, 4, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t04_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t06_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 53 | bench_par!(par_list_t06_n4k_m400k, AdjLists, 6, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t06_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t08_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 54 | bench_par!(par_list_t08_n4k_m400k, AdjLists, 8, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t08_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t10_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 55 | bench_par!(par_list_t10_n4k_m400k, AdjLists, 10, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t10_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t12_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 56 | bench_par!(par_list_t12_n4k_m400k, AdjLists, 12, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t12_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t14_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 57 | bench_par!(par_list_t14_n4k_m400k, AdjLists, 14, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t14_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t16_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 58 | bench_par!(par_list_t16_n4k_m400k, AdjLists, 16, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t16_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t20_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 59 | bench_par!(par_list_t20_n4k_m400k, AdjLists, 20, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t20_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t24_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 60 | bench_par!(par_list_t24_n4k_m400k, AdjLists, 24, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t24_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t28_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 61 | bench_par!(par_list_t28_n4k_m400k, AdjLists, 28, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t28_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_list_t32_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 62 | bench_par!(par_list_t32_n4k_m400k, AdjLists, 32, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_list_t32_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `seq_mat_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 42 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 43 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 44 | | [INFO] [stderr] 45 | | bencher.iter(|| dfs::seq(&graph)); [INFO] [stderr] 46 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 64 | bench_seq!(seq_mat_n4k_m400k, AdjMatrix, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::seq_mat_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t01_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 65 | bench_par!(par_mat_t01_n4k_m400k, AdjMatrix, 1, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t01_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t02_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 66 | bench_par!(par_mat_t02_n4k_m400k, AdjMatrix, 2, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t02_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t04_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 67 | bench_par!(par_mat_t04_n4k_m400k, AdjMatrix, 4, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t04_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t06_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 68 | bench_par!(par_mat_t06_n4k_m400k, AdjMatrix, 6, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t06_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t08_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 69 | bench_par!(par_mat_t08_n4k_m400k, AdjMatrix, 8, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t08_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t10_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 70 | bench_par!(par_mat_t10_n4k_m400k, AdjMatrix, 10, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t10_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t12_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 71 | bench_par!(par_mat_t12_n4k_m400k, AdjMatrix, 12, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t12_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t14_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 72 | bench_par!(par_mat_t14_n4k_m400k, AdjMatrix, 14, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t14_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t16_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 73 | bench_par!(par_mat_t16_n4k_m400k, AdjMatrix, 16, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t16_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t20_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 74 | bench_par!(par_mat_t20_n4k_m400k, AdjMatrix, 20, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t20_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t24_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 75 | bench_par!(par_mat_t24_n4k_m400k, AdjMatrix, 24, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t24_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t28_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 76 | bench_par!(par_mat_t28_n4k_m400k, AdjMatrix, 28, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t28_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `par_mat_t32_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/dfs.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = <$Graph>::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 35 | | }); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 77 | bench_par!(par_mat_t32_n4k_m400k, AdjMatrix, 32, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::par_mat_t32_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `parallel-dfs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `rayon_t01_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 36 | bench_rayon!(rayon_t01_n4k_m400k, 1, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t01_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t02_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 37 | bench_rayon!(rayon_t02_n4k_m400k, 2, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t02_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t04_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 38 | bench_rayon!(rayon_t04_n4k_m400k, 4, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t04_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t06_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 39 | bench_rayon!(rayon_t06_n4k_m400k, 6, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t06_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t08_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 40 | bench_rayon!(rayon_t08_n4k_m400k, 8, 4_000, 400_000); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t08_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t10_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 41 | bench_rayon!(rayon_t10_n4k_m400k, 10, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t10_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t12_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 42 | bench_rayon!(rayon_t12_n4k_m400k, 12, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t12_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t14_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 43 | bench_rayon!(rayon_t14_n4k_m400k, 14, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t14_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t16_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 44 | bench_rayon!(rayon_t16_n4k_m400k, 16, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t16_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t20_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 45 | bench_rayon!(rayon_t20_n4k_m400k, 20, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t20_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t24_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 46 | bench_rayon!(rayon_t24_n4k_m400k, 24, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t24_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t28_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 47 | bench_rayon!(rayon_t28_n4k_m400k, 28, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t28_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `rayon_t32_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 15 | | let thread_pool = ThreadPoolBuilder::new() [INFO] [stderr] 16 | | .num_threads($t) [INFO] [stderr] 17 | | .build() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 48 | bench_rayon!(rayon_t32_n4k_m400k, 32, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::rayon_t32_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t01_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 50 | bench_custom!(custom_t01_n4k_m400k, 1, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t01_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t02_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 51 | bench_custom!(custom_t02_n4k_m400k, 2, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t02_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t04_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 52 | bench_custom!(custom_t04_n4k_m400k, 4, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t04_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t06_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 53 | bench_custom!(custom_t06_n4k_m400k, 6, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t06_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t08_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 54 | bench_custom!(custom_t08_n4k_m400k, 8, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t08_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t10_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 55 | bench_custom!(custom_t10_n4k_m400k, 10, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t10_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t12_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 56 | bench_custom!(custom_t12_n4k_m400k, 12, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t12_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t14_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 57 | bench_custom!(custom_t14_n4k_m400k, 14, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t14_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t16_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 58 | bench_custom!(custom_t16_n4k_m400k, 16, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t16_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t20_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 59 | bench_custom!(custom_t20_n4k_m400k, 20, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t20_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t24_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 60 | bench_custom!(custom_t24_n4k_m400k, 24, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t24_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t28_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 61 | bench_custom!(custom_t28_n4k_m400k, 28, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t28_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `custom_t32_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/adj_lists.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 32 | | bencher.iter(|| AdjLists::gen_directed_on_threads($n, $m, $t, None)) [INFO] [stderr] 33 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 62 | bench_custom!(custom_t32_n4k_m400k, 32, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use crate::custom_t32_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `parallel-dfs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `seq_n4k_m400k` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 46 | bench!(seq_n4k_m400k, seq, 1, 4_000, 400_000); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::seq_n4k_m400k; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t01` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 48 | bench!(mutex_n4k_m400k_t01, mutex, 1, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t02` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 49 | bench!(mutex_n4k_m400k_t02, mutex, 2, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t04` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 50 | bench!(mutex_n4k_m400k_t04, mutex, 4, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t04; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t06` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 51 | bench!(mutex_n4k_m400k_t06, mutex, 6, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t08` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 52 | bench!(mutex_n4k_m400k_t08, mutex, 8, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t08; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t10` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 53 | bench!(mutex_n4k_m400k_t10, mutex, 10, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t10; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t12` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 54 | bench!(mutex_n4k_m400k_t12, mutex, 12, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t12; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t14` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 55 | bench!(mutex_n4k_m400k_t14, mutex, 14, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t14; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t16` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 56 | bench!(mutex_n4k_m400k_t16, mutex, 16, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t16; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t20` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 57 | bench!(mutex_n4k_m400k_t20, mutex, 20, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t24` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 58 | bench!(mutex_n4k_m400k_t24, mutex, 24, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t24; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t28` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 59 | bench!(mutex_n4k_m400k_t28, mutex, 28, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t28; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mutex_n4k_m400k_t32` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 60 | bench!(mutex_n4k_m400k_t32, mutex, 32, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::mutex_n4k_m400k_t32; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t01` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 62 | bench!(spin_lock_n4k_m400k_t01, spin_lock, 1, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t02` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 63 | bench!(spin_lock_n4k_m400k_t02, spin_lock, 2, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t04` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 64 | bench!(spin_lock_n4k_m400k_t04, spin_lock, 4, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t04; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t06` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 65 | bench!(spin_lock_n4k_m400k_t06, spin_lock, 6, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t08` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 66 | bench!(spin_lock_n4k_m400k_t08, spin_lock, 8, 4_000, 400_000); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t08; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t10` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 67 | bench!(spin_lock_n4k_m400k_t10, spin_lock, 10, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t10; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t12` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 68 | bench!(spin_lock_n4k_m400k_t12, spin_lock, 12, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t12; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t14` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 69 | bench!(spin_lock_n4k_m400k_t14, spin_lock, 14, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t14; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t16` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 70 | bench!(spin_lock_n4k_m400k_t16, spin_lock, 16, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t16; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t20` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 71 | bench!(spin_lock_n4k_m400k_t20, spin_lock, 20, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t24` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 72 | bench!(spin_lock_n4k_m400k_t24, spin_lock, 24, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t24; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t28` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 73 | bench!(spin_lock_n4k_m400k_t28, spin_lock, 28, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t28; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `spin_lock_n4k_m400k_t32` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 74 | bench!(spin_lock_n4k_m400k_t32, spin_lock, 32, 4_000, 400_000); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::spin_lock_n4k_m400k_t32; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t01` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 76 | bench!(queue_n4k_m400k_t01, queue, 1, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t01; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t02` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 77 | bench!(queue_n4k_m400k_t02, queue, 2, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t02; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t04` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 78 | bench!(queue_n4k_m400k_t04, queue, 4, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t04; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t06` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 79 | bench!(queue_n4k_m400k_t06, queue, 6, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t06; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t08` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 80 | bench!(queue_n4k_m400k_t08, queue, 8, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t08; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t10` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 81 | bench!(queue_n4k_m400k_t10, queue, 10, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t10; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t12` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 82 | bench!(queue_n4k_m400k_t12, queue, 12, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t12; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t14` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 83 | bench!(queue_n4k_m400k_t14, queue, 14, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t14; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t16` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 84 | bench!(queue_n4k_m400k_t16, queue, 16, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t16; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t20` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 85 | bench!(queue_n4k_m400k_t20, queue, 20, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t20; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t24` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 86 | bench!(queue_n4k_m400k_t24, queue, 24, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t24; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t28` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 87 | bench!(queue_n4k_m400k_t28, queue, 28, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t28; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `queue_n4k_m400k_t32` in module `__test_reexports` [INFO] [stderr] --> benches/mirror.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / fn $name(bencher: &mut Bencher) { [INFO] [stderr] 22 | | let mut rng = XorShiftRng::from_seed(SEED); [INFO] [stderr] 23 | | let graph = AdjLists::gen_directed($n, $m, rng.sample_iter(&Standard)); [INFO] [stderr] 24 | | [INFO] [stderr] ... | [INFO] [stderr] 42 | | }); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_____^ not found in `__test_reexports` [INFO] [stderr] ... [INFO] [stderr] 88 | bench!(queue_n4k_m400k_t32, queue, 32, 4_000, 400_000); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::queue_n4k_m400k_t32; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 41 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `parallel-dfs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "97210146ecbc189dc0809a3913399f8646618d32e71123d2139631bd343087f4"` [INFO] running `"docker" "rm" "-f" "97210146ecbc189dc0809a3913399f8646618d32e71123d2139631bd343087f4"` [INFO] [stdout] 97210146ecbc189dc0809a3913399f8646618d32e71123d2139631bd343087f4