[INFO] fetching crate dsalgo 0.3.10... [INFO] checking dsalgo-0.3.10 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393 [INFO] extracting crate dsalgo 0.3.10 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate dsalgo 0.3.10 on toolchain 5518eaa946291f00471af8b254b2a1715f234882 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dsalgo 0.3.10 [INFO] finished tweaking crates.io crate dsalgo 0.3.10 [INFO] tweaked toml for crates.io crate dsalgo 0.3.10 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aba3cb4a27629256a027c5d2781e423657b7e6aadd6a0a5b46f7e0cb2ee54fb2 [INFO] running `Command { std: "docker" "start" "-a" "aba3cb4a27629256a027c5d2781e423657b7e6aadd6a0a5b46f7e0cb2ee54fb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aba3cb4a27629256a027c5d2781e423657b7e6aadd6a0a5b46f7e0cb2ee54fb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aba3cb4a27629256a027c5d2781e423657b7e6aadd6a0a5b46f7e0cb2ee54fb2", kill_on_drop: false }` [INFO] [stdout] aba3cb4a27629256a027c5d2781e423657b7e6aadd6a0a5b46f7e0cb2ee54fb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8dab2d9b1da4f0ca02c9cde5b8af76082d247482e546ba6bc6e5b0c2ed0d250 [INFO] running `Command { std: "docker" "start" "-a" "a8dab2d9b1da4f0ca02c9cde5b8af76082d247482e546ba6bc6e5b0c2ed0d250", kill_on_drop: false }` [INFO] [stderr] Checking dsalgo v0.3.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `inherent_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(inherent_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #8995 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_decision_diagram::*` [INFO] [stdout] --> src/bdd.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::binary_decision_diagram::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ParentMut`, `Parent`, `height::Height`, `insertion::Insert`, `join::Join`, `pop::Pop`, `size::Size`, `split::Split` [INFO] [stdout] --> src/binary_tree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | height::Height, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 3 | insertion::Insert, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | join::Join, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 5 | pop::Pop, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 6 | size::Size, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 7 | split::Split, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 8 | tree_node::{ [INFO] [stdout] 9 | Parent, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | ParentMut, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_space_partitioning::*` [INFO] [stdout] --> src/bsp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::binary_space_partitioning::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::convex_hull_trick::*` [INFO] [stdout] --> src/cht.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::convex_hull_trick::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dearangement::*` [INFO] [stdout] --> src/complete_permutations.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::dearangement::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_distinct_subsequences::*` [INFO] [stdout] --> src/count_subsequences.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_distinct_subsequences::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chinese_remainder_theorem::*` [INFO] [stdout] --> src/crt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::chinese_remainder_theorem::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::articulation_point::*` [INFO] [stdout] --> src/cut_vertex.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::articulation_point::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `static_modulus_trait::Get` [INFO] [stdout] --> src/define_const_modulus_macro.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | static_modulus_trait::Get, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `static_modulus_trait::*` [INFO] [stdout] --> src/define_const_modulus_with_const_generics_macro.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | static_modulus_trait::*, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::suffix_automaton::*` [INFO] [stdout] --> src/directed_acyclic_word_graph.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::suffix_automaton::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::discrete_logarithm::*` [INFO] [stdout] --> src/dlp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::discrete_logarithm::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::enumerate_prime_factor_candidates_for_highly_composite_numbers::*` [INFO] [stdout] --> src/enumerate_highly_composite_numbers_prime_factor_dp.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::enumerate_prime_factor_candidates_for_highly_composite_numbers::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::eulerian_trail::*` [INFO] [stdout] --> src/eulerian_path.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use crate::eulerian_trail::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fast_fourier_transform::*` [INFO] [stdout] --> src/fft.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fast_fourier_transform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::general_number_field_sieve::*` [INFO] [stdout] --> src/gnfs.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::general_number_field_sieve::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::iterative_deepening_a_star_algorithm::*` [INFO] [stdout] --> src/ida_star.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::iterative_deepening_a_star_algorithm::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::integer_kth_root::*` [INFO] [stdout] --> src/ikthrt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::integer_kth_root::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::integer_square_root::*` [INFO] [stdout] --> src/isqrt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::integer_square_root::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::knuth_morris_pratt::*` [INFO] [stdout] --> src/kmp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::knuth_morris_pratt::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::least_common_multiple::*` [INFO] [stdout] --> src/lcm.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use crate::least_common_multiple::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::link_cut_tree::*` [INFO] [stdout] --> src/lct.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::link_cut_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/least_significant_bit_number_direct_i64.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fenwick_tree_multiset_impl_median::*` [INFO] [stdout] --> src/median_priority_queue_with_fenwick_tree_multiset_for_small_usize.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fenwick_tree_multiset_impl_median::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fenwick_tree_multiset_impl_min_max::*` [INFO] [stdout] --> src/min_max_priority_queue_with_fenwick.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fenwick_tree_multiset_impl_min_max::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_theoritic_transform::*` [INFO] [stdout] --> src/ntt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_theoritic_transform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_dearangement::*` [INFO] [stdout] --> src/number_of_complete_permutations.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_dearangement::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::montmort_number::*` [INFO] [stdout] --> src/number_of_dearangement.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::montmort_number::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_distinct_subsequences::*` [INFO] [stdout] --> src/number_of_subsequences.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_distinct_subsequences::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pattern_defeating_quick_sort::*` [INFO] [stdout] --> src/pdqsort.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::pattern_defeating_quick_sort::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/popcount_cached_usize.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `power_dynamic::*` [INFO] [stdout] --> src/power.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | power_dynamic::*, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::treap::*` [INFO] [stdout] --> src/randomized_binary_search_tree.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::treap::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::randomized_binary_search_tree::*` [INFO] [stdout] --> src/rbst.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::randomized_binary_search_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pseudorandom_number_generator::*` [INFO] [stdout] --> src/rng.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::pseudorandom_number_generator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::self_balancing_binary_search_tree::*` [INFO] [stdout] --> src/sbbst.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::self_balancing_binary_search_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::submodular_set_function::*` [INFO] [stdout] --> src/submodular_function.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::submodular_set_function::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sliding_window_aggregation::*` [INFO] [stdout] --> src/swag.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::sliding_window_aggregation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stdout] --> src/union_find_traits.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[allow(private_in_public)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::vertex_seperator::*` [INFO] [stdout] --> src/vertex_cut.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::vertex_seperator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_avl_tree::*` [INFO] [stdout] --> src/wavl_tree.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::weak_avl_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `inherent_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(inherent_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #8995 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_decision_diagram::*` [INFO] [stdout] --> src/bdd.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::binary_decision_diagram::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ParentMut`, `Parent`, `height::Height` [INFO] [stdout] --> src/binary_tree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | height::Height, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | Parent, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | ParentMut, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_space_partitioning::*` [INFO] [stdout] --> src/bsp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::binary_space_partitioning::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/catalan_number_with_formula_modular_with_instant_choose_fn_usize.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::convex_hull_trick::*` [INFO] [stdout] --> src/cht.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::convex_hull_trick::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dearangement::*` [INFO] [stdout] --> src/complete_permutations.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::dearangement::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_distinct_subsequences::*` [INFO] [stdout] --> src/count_subsequences.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_distinct_subsequences::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chinese_remainder_theorem::*` [INFO] [stdout] --> src/crt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::chinese_remainder_theorem::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::articulation_point::*` [INFO] [stdout] --> src/cut_vertex.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::articulation_point::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/dijkstra_shortest_path_count_modular_i64_with_inf_sparse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::suffix_automaton::*` [INFO] [stdout] --> src/directed_acyclic_word_graph.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::suffix_automaton::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::discrete_logarithm::*` [INFO] [stdout] --> src/dlp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::discrete_logarithm::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/doubly_linked_list_node.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::enumerate_prime_factor_candidates_for_highly_composite_numbers::*` [INFO] [stdout] --> src/enumerate_highly_composite_numbers_prime_factor_dp.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::enumerate_prime_factor_candidates_for_highly_composite_numbers::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::eulerian_trail::*` [INFO] [stdout] --> src/eulerian_path.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use crate::eulerian_trail::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fast_fourier_transform::*` [INFO] [stdout] --> src/fft.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fast_fourier_transform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::general_number_field_sieve::*` [INFO] [stdout] --> src/gnfs.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::general_number_field_sieve::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::iterative_deepening_a_star_algorithm::*` [INFO] [stdout] --> src/ida_star.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::iterative_deepening_a_star_algorithm::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::integer_kth_root::*` [INFO] [stdout] --> src/ikthrt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::integer_kth_root::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::integer_square_root::*` [INFO] [stdout] --> src/isqrt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::integer_square_root::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::knuth_morris_pratt::*` [INFO] [stdout] --> src/kmp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::knuth_morris_pratt::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/label_bipartite_graph_with_bfs.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::least_common_multiple::*` [INFO] [stdout] --> src/lcm.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use crate::least_common_multiple::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::link_cut_tree::*` [INFO] [stdout] --> src/lct.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::link_cut_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fenwick_tree_multiset_impl_median::*` [INFO] [stdout] --> src/median_priority_queue_with_fenwick_tree_multiset_for_small_usize.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fenwick_tree_multiset_impl_median::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fenwick_tree_multiset_impl_min_max::*` [INFO] [stdout] --> src/min_max_priority_queue_with_fenwick.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fenwick_tree_multiset_impl_min_max::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_theoritic_transform::*` [INFO] [stdout] --> src/ntt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_theoritic_transform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_dearangement::*` [INFO] [stdout] --> src/number_of_complete_permutations.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_dearangement::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::montmort_number::*` [INFO] [stdout] --> src/number_of_dearangement.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::montmort_number::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/number_of_edges_in_subgraph_naive_dp.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/number_of_edges_in_subgraph_with_subset_fast_zeta.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_distinct_subsequences::*` [INFO] [stdout] --> src/number_of_subsequences.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_distinct_subsequences::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pattern_defeating_quick_sort::*` [INFO] [stdout] --> src/pdqsort.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::pattern_defeating_quick_sort::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `power_dynamic::*` [INFO] [stdout] --> src/power.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | power_dynamic::*, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/prime_counting_fast_half.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::treap::*` [INFO] [stdout] --> src/randomized_binary_search_tree.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::treap::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::randomized_binary_search_tree::*` [INFO] [stdout] --> src/rbst.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::randomized_binary_search_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pseudorandom_number_generator::*` [INFO] [stdout] --> src/rng.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::pseudorandom_number_generator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/rng_static_xorshift64.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::self_balancing_binary_search_tree::*` [INFO] [stdout] --> src/sbbst.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::self_balancing_binary_search_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::submodular_set_function::*` [INFO] [stdout] --> src/submodular_function.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::submodular_set_function::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sliding_window_aggregation::*` [INFO] [stdout] --> src/swag.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::sliding_window_aggregation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stdout] --> src/union_find_traits.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[allow(private_in_public)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::vertex_seperator::*` [INFO] [stdout] --> src/vertex_cut.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::vertex_seperator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_avl_tree::*` [INFO] [stdout] --> src/wavl_tree.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::weak_avl_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/xor_vector_space_basis_with_cumulative_min.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prime_factors` [INFO] [stdout] --> src/divisors_from_prime_factors.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn divisors_from_prime_factors(prime_factors: &[(u64, u8)]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prime_factors` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/prime.rs:188:43 [INFO] [stdout] | [INFO] [stdout] 188 | BTreeMap::from_iter(IntoIter::new([(3, 1), (5, 1), (7, 1)])), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/prime.rs:203:43 [INFO] [stdout] | [INFO] [stdout] 203 | BTreeMap::from_iter(IntoIter::new([(3, 1), (5, 1), (7, 1)])), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | let mut c = unsafe { self.c[i].as_mut().unwrap() }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | let mut c = unsafe { node.c[s].as_mut().unwrap() }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | let mut r = unsafe { r.as_mut().unwrap() }.splay(0); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | let mut root = unsafe { root.as_mut().unwrap() }.splay(i); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 146 | node_state => Node::::rotate_up(&parent), [INFO] [stdout] | ---------- matches any value [INFO] [stdout] 147 | _ => Node::::rotate_up(node), [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_state` [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | let node_state = Node::::get_state(node); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_state` [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 146 | node_state => Node::::rotate_up(&parent), [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/avl_tree_array.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct AVLArray(Option>>); [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 3 | pub struct AVLArray(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bellman_ford_dense` is never used [INFO] [stdout] --> src/bellman_ford_dense.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) fn bellman_ford_dense( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `max_len` is never used [INFO] [stdout] --> src/bit_array.rs:79:4 [INFO] [stdout] | [INFO] [stdout] 79 | fn max_len( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cum`, `start`, and `op` are never read [INFO] [stdout] --> src/functional_graph_prefix_aggregation.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct PrefixAggregation { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 4 | cum: Vec, [INFO] [stdout] | ^^^ [INFO] [stdout] 5 | start: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 6 | op: F, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_unbounded_knapsack_table_just` is never used [INFO] [stdout] --> src/knapsack.rs:396:23 [INFO] [stdout] | [INFO] [stdout] 396 | pub(crate) fn dual_unbounded_knapsack_table_just( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `is_red`, `size`, `v`, `l`, and `r` are never read [INFO] [stdout] --> src/red_black_tree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 2 | is_red: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 3 | size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 4 | pub(crate) v: T, [INFO] [stdout] | ^ [INFO] [stdout] 5 | l: ON, [INFO] [stdout] | ^ [INFO] [stdout] 6 | r: ON, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `N` is never used [INFO] [stdout] --> src/red_black_tree.rs:9:6 [INFO] [stdout] | [INFO] [stdout] 9 | type N = Box>; [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `depth` and `parent` are never read [INFO] [stdout] --> src/tree_dfs_euler_tour_heavy_light_decomposition_as_struct.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Tree { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 2 | depth: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 3 | parent: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/binary_tree.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | mut self, [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/binary_tree.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | rhs: Self, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/binary_tree.rs:122:21 [INFO] [stdout] | [INFO] [stdout] 122 | let size = self.root.size(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/binary_tree.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | index: usize, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/binary_tree.rs:120:17 [INFO] [stdout] | [INFO] [stdout] 120 | data: Self::Data, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/catalan_number_with_formula_modular_with_instant_choose_fn_usize.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | let p = 1_000_000_007; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prime_factors` [INFO] [stdout] --> src/divisors_from_prime_factors.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn divisors_from_prime_factors(prime_factors: &[(u64, u8)]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prime_factors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `m` [INFO] [stdout] --> src/graph_bfs_abstract.rs:74:18 [INFO] [stdout] | [INFO] [stdout] 74 | for ((n, m, k, s, t, x, edges), ans) in cases { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `m` [INFO] [stdout] --> src/graph_bfs_path_count.rs:92:18 [INFO] [stdout] | [INFO] [stdout] 92 | for ((n, m, k, s, t, x, edges), ans) in cases { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | let mut c = unsafe { self.c[i].as_mut().unwrap() }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | let mut c = unsafe { node.c[s].as_mut().unwrap() }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | let mut r = unsafe { r.as_mut().unwrap() }.splay(0); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | let mut root = unsafe { root.as_mut().unwrap() }.splay(i); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 146 | node_state => Node::::rotate_up(&parent), [INFO] [stdout] | ---------- matches any value [INFO] [stdout] 147 | _ => Node::::rotate_up(node), [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_state` [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | let node_state = Node::::get_state(node); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_state` [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 146 | node_state => Node::::rotate_up(&parent), [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/avl_tree_array.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct AVLArray(Option>>); [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 3 | pub struct AVLArray(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bellman_ford_dense` is never used [INFO] [stdout] --> src/bellman_ford_dense.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) fn bellman_ford_dense( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `left` and `right` are never read [INFO] [stdout] --> src/binary_tree.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 25 | struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 26 | data: T, [INFO] [stdout] 27 | left: Option>, [INFO] [stdout] | ^^^^ [INFO] [stdout] 28 | right: Option>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/binary_tree.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 45 | impl Node { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] 46 | fn new(data: T) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `max_len` is never used [INFO] [stdout] --> src/bit_array.rs:79:4 [INFO] [stdout] | [INFO] [stdout] 79 | fn max_len( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cum`, `start`, and `op` are never read [INFO] [stdout] --> src/functional_graph_prefix_aggregation.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct PrefixAggregation { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 4 | cum: Vec, [INFO] [stdout] | ^^^ [INFO] [stdout] 5 | start: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 6 | op: F, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_unbounded_knapsack_table_just` is never used [INFO] [stdout] --> src/knapsack.rs:396:23 [INFO] [stdout] | [INFO] [stdout] 396 | pub(crate) fn dual_unbounded_knapsack_table_just( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `is_red`, `size`, `v`, `l`, and `r` are never read [INFO] [stdout] --> src/red_black_tree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 2 | is_red: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 3 | size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 4 | pub(crate) v: T, [INFO] [stdout] | ^ [INFO] [stdout] 5 | l: ON, [INFO] [stdout] | ^ [INFO] [stdout] 6 | r: ON, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `N` is never used [INFO] [stdout] --> src/red_black_tree.rs:9:6 [INFO] [stdout] | [INFO] [stdout] 9 | type N = Box>; [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `depth` and `parent` are never read [INFO] [stdout] --> src/tree_dfs_euler_tour_heavy_light_decomposition_as_struct.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Tree { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 2 | depth: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 3 | parent: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 77 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.38s [INFO] running `Command { std: "docker" "inspect" "a8dab2d9b1da4f0ca02c9cde5b8af76082d247482e546ba6bc6e5b0c2ed0d250", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8dab2d9b1da4f0ca02c9cde5b8af76082d247482e546ba6bc6e5b0c2ed0d250", kill_on_drop: false }` [INFO] [stdout] a8dab2d9b1da4f0ca02c9cde5b8af76082d247482e546ba6bc6e5b0c2ed0d250 [INFO] checking dsalgo-0.3.10 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393 [INFO] extracting crate dsalgo 0.3.10 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate dsalgo 0.3.10 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dsalgo 0.3.10 [INFO] finished tweaking crates.io crate dsalgo 0.3.10 [INFO] tweaked toml for crates.io crate dsalgo 0.3.10 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c57e03fc6ab5cbf9731bdc7fa5547afb0e8a70f3aab6a208f137d2b0eff381fa [INFO] running `Command { std: "docker" "start" "-a" "c57e03fc6ab5cbf9731bdc7fa5547afb0e8a70f3aab6a208f137d2b0eff381fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c57e03fc6ab5cbf9731bdc7fa5547afb0e8a70f3aab6a208f137d2b0eff381fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c57e03fc6ab5cbf9731bdc7fa5547afb0e8a70f3aab6a208f137d2b0eff381fa", kill_on_drop: false }` [INFO] [stdout] c57e03fc6ab5cbf9731bdc7fa5547afb0e8a70f3aab6a208f137d2b0eff381fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e07161ae100ea42b03baa69df1a8f7ee5439988ca432d9e17838aaaf35164055 [INFO] running `Command { std: "docker" "start" "-a" "e07161ae100ea42b03baa69df1a8f7ee5439988ca432d9e17838aaaf35164055", kill_on_drop: false }` [INFO] [stderr] Checking dsalgo v0.3.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `inherent_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(inherent_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #8995 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_decision_diagram::*` [INFO] [stdout] --> src/bdd.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::binary_decision_diagram::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ParentMut`, `Parent`, `height::Height`, `insertion::Insert`, `join::Join`, `pop::Pop`, `size::Size`, `split::Split` [INFO] [stdout] --> src/binary_tree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | height::Height, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 3 | insertion::Insert, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 4 | join::Join, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 5 | pop::Pop, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 6 | size::Size, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 7 | split::Split, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 8 | tree_node::{ [INFO] [stdout] 9 | Parent, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | ParentMut, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_space_partitioning::*` [INFO] [stdout] --> src/bsp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::binary_space_partitioning::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::convex_hull_trick::*` [INFO] [stdout] --> src/cht.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::convex_hull_trick::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dearangement::*` [INFO] [stdout] --> src/complete_permutations.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::dearangement::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_distinct_subsequences::*` [INFO] [stdout] --> src/count_subsequences.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_distinct_subsequences::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chinese_remainder_theorem::*` [INFO] [stdout] --> src/crt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::chinese_remainder_theorem::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::articulation_point::*` [INFO] [stdout] --> src/cut_vertex.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::articulation_point::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `static_modulus_trait::Get` [INFO] [stdout] --> src/define_const_modulus_macro.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | static_modulus_trait::Get, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `static_modulus_trait::*` [INFO] [stdout] --> src/define_const_modulus_with_const_generics_macro.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | static_modulus_trait::*, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::suffix_automaton::*` [INFO] [stdout] --> src/directed_acyclic_word_graph.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::suffix_automaton::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::discrete_logarithm::*` [INFO] [stdout] --> src/dlp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::discrete_logarithm::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::enumerate_prime_factor_candidates_for_highly_composite_numbers::*` [INFO] [stdout] --> src/enumerate_highly_composite_numbers_prime_factor_dp.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::enumerate_prime_factor_candidates_for_highly_composite_numbers::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::eulerian_trail::*` [INFO] [stdout] --> src/eulerian_path.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use crate::eulerian_trail::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fast_fourier_transform::*` [INFO] [stdout] --> src/fft.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fast_fourier_transform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::general_number_field_sieve::*` [INFO] [stdout] --> src/gnfs.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::general_number_field_sieve::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::iterative_deepening_a_star_algorithm::*` [INFO] [stdout] --> src/ida_star.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::iterative_deepening_a_star_algorithm::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::integer_kth_root::*` [INFO] [stdout] --> src/ikthrt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::integer_kth_root::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::integer_square_root::*` [INFO] [stdout] --> src/isqrt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::integer_square_root::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::knuth_morris_pratt::*` [INFO] [stdout] --> src/kmp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::knuth_morris_pratt::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::least_common_multiple::*` [INFO] [stdout] --> src/lcm.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use crate::least_common_multiple::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::link_cut_tree::*` [INFO] [stdout] --> src/lct.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::link_cut_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/least_significant_bit_number_direct_i64.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fenwick_tree_multiset_impl_median::*` [INFO] [stdout] --> src/median_priority_queue_with_fenwick_tree_multiset_for_small_usize.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fenwick_tree_multiset_impl_median::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fenwick_tree_multiset_impl_min_max::*` [INFO] [stdout] --> src/min_max_priority_queue_with_fenwick.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fenwick_tree_multiset_impl_min_max::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_theoritic_transform::*` [INFO] [stdout] --> src/ntt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_theoritic_transform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_dearangement::*` [INFO] [stdout] --> src/number_of_complete_permutations.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_dearangement::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::montmort_number::*` [INFO] [stdout] --> src/number_of_dearangement.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::montmort_number::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_distinct_subsequences::*` [INFO] [stdout] --> src/number_of_subsequences.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_distinct_subsequences::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pattern_defeating_quick_sort::*` [INFO] [stdout] --> src/pdqsort.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::pattern_defeating_quick_sort::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/popcount_cached_usize.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `power_dynamic::*` [INFO] [stdout] --> src/power.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | power_dynamic::*, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::treap::*` [INFO] [stdout] --> src/randomized_binary_search_tree.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::treap::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::randomized_binary_search_tree::*` [INFO] [stdout] --> src/rbst.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::randomized_binary_search_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pseudorandom_number_generator::*` [INFO] [stdout] --> src/rng.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::pseudorandom_number_generator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::self_balancing_binary_search_tree::*` [INFO] [stdout] --> src/sbbst.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::self_balancing_binary_search_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::submodular_set_function::*` [INFO] [stdout] --> src/submodular_function.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::submodular_set_function::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sliding_window_aggregation::*` [INFO] [stdout] --> src/swag.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::sliding_window_aggregation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stdout] --> src/union_find_traits.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[allow(private_in_public)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::vertex_seperator::*` [INFO] [stdout] --> src/vertex_cut.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::vertex_seperator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_avl_tree::*` [INFO] [stdout] --> src/wavl_tree.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::weak_avl_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `inherent_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(inherent_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #8995 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_decision_diagram::*` [INFO] [stdout] --> src/bdd.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::binary_decision_diagram::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ParentMut`, `Parent`, `height::Height` [INFO] [stdout] --> src/binary_tree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | height::Height, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 9 | Parent, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | ParentMut, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::binary_space_partitioning::*` [INFO] [stdout] --> src/bsp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::binary_space_partitioning::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/catalan_number_with_formula_modular_with_instant_choose_fn_usize.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::convex_hull_trick::*` [INFO] [stdout] --> src/cht.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::convex_hull_trick::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dearangement::*` [INFO] [stdout] --> src/complete_permutations.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::dearangement::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_distinct_subsequences::*` [INFO] [stdout] --> src/count_subsequences.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_distinct_subsequences::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chinese_remainder_theorem::*` [INFO] [stdout] --> src/crt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::chinese_remainder_theorem::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::articulation_point::*` [INFO] [stdout] --> src/cut_vertex.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::articulation_point::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/dijkstra_shortest_path_count_modular_i64_with_inf_sparse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::suffix_automaton::*` [INFO] [stdout] --> src/directed_acyclic_word_graph.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::suffix_automaton::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::discrete_logarithm::*` [INFO] [stdout] --> src/dlp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::discrete_logarithm::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/doubly_linked_list_node.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::enumerate_prime_factor_candidates_for_highly_composite_numbers::*` [INFO] [stdout] --> src/enumerate_highly_composite_numbers_prime_factor_dp.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::enumerate_prime_factor_candidates_for_highly_composite_numbers::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::eulerian_trail::*` [INFO] [stdout] --> src/eulerian_path.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use crate::eulerian_trail::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fast_fourier_transform::*` [INFO] [stdout] --> src/fft.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fast_fourier_transform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::general_number_field_sieve::*` [INFO] [stdout] --> src/gnfs.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::general_number_field_sieve::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::iterative_deepening_a_star_algorithm::*` [INFO] [stdout] --> src/ida_star.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::iterative_deepening_a_star_algorithm::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::integer_kth_root::*` [INFO] [stdout] --> src/ikthrt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::integer_kth_root::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::integer_square_root::*` [INFO] [stdout] --> src/isqrt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::integer_square_root::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::knuth_morris_pratt::*` [INFO] [stdout] --> src/kmp.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::knuth_morris_pratt::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/label_bipartite_graph_with_bfs.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::least_common_multiple::*` [INFO] [stdout] --> src/lcm.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use crate::least_common_multiple::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::link_cut_tree::*` [INFO] [stdout] --> src/lct.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::link_cut_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fenwick_tree_multiset_impl_median::*` [INFO] [stdout] --> src/median_priority_queue_with_fenwick_tree_multiset_for_small_usize.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fenwick_tree_multiset_impl_median::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::fenwick_tree_multiset_impl_min_max::*` [INFO] [stdout] --> src/min_max_priority_queue_with_fenwick.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::fenwick_tree_multiset_impl_min_max::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_theoritic_transform::*` [INFO] [stdout] --> src/ntt.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_theoritic_transform::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_dearangement::*` [INFO] [stdout] --> src/number_of_complete_permutations.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_dearangement::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::montmort_number::*` [INFO] [stdout] --> src/number_of_dearangement.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::montmort_number::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/number_of_edges_in_subgraph_naive_dp.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/number_of_edges_in_subgraph_with_subset_fast_zeta.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::number_of_distinct_subsequences::*` [INFO] [stdout] --> src/number_of_subsequences.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::number_of_distinct_subsequences::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pattern_defeating_quick_sort::*` [INFO] [stdout] --> src/pdqsort.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::pattern_defeating_quick_sort::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `power_dynamic::*` [INFO] [stdout] --> src/power.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | power_dynamic::*, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/prime_counting_fast_half.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::treap::*` [INFO] [stdout] --> src/randomized_binary_search_tree.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::treap::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::randomized_binary_search_tree::*` [INFO] [stdout] --> src/rbst.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::randomized_binary_search_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::pseudorandom_number_generator::*` [INFO] [stdout] --> src/rng.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::pseudorandom_number_generator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/rng_static_xorshift64.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::self_balancing_binary_search_tree::*` [INFO] [stdout] --> src/sbbst.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::self_balancing_binary_search_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::submodular_set_function::*` [INFO] [stdout] --> src/submodular_function.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::submodular_set_function::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::sliding_window_aggregation::*` [INFO] [stdout] --> src/swag.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::sliding_window_aggregation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC for more information [INFO] [stdout] --> src/union_find_traits.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[allow(private_in_public)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::vertex_seperator::*` [INFO] [stdout] --> src/vertex_cut.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::vertex_seperator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::weak_avl_tree::*` [INFO] [stdout] --> src/wavl_tree.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use crate::weak_avl_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/xor_vector_space_basis_with_cumulative_min.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prime_factors` [INFO] [stdout] --> src/divisors_from_prime_factors.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn divisors_from_prime_factors(prime_factors: &[(u64, u8)]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prime_factors` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/prime.rs:188:43 [INFO] [stdout] | [INFO] [stdout] 188 | BTreeMap::from_iter(IntoIter::new([(3, 1), (5, 1), (7, 1)])), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/prime.rs:203:43 [INFO] [stdout] | [INFO] [stdout] 203 | BTreeMap::from_iter(IntoIter::new([(3, 1), (5, 1), (7, 1)])), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | let mut c = unsafe { self.c[i].as_mut().unwrap() }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | let mut c = unsafe { node.c[s].as_mut().unwrap() }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | let mut r = unsafe { r.as_mut().unwrap() }.splay(0); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | let mut root = unsafe { root.as_mut().unwrap() }.splay(i); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 146 | node_state => Node::::rotate_up(&parent), [INFO] [stdout] | ---------- matches any value [INFO] [stdout] 147 | _ => Node::::rotate_up(node), [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_state` [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | let node_state = Node::::get_state(node); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_state` [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 146 | node_state => Node::::rotate_up(&parent), [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/avl_tree_array.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct AVLArray(Option>>); [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 3 | pub struct AVLArray(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bellman_ford_dense` is never used [INFO] [stdout] --> src/bellman_ford_dense.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) fn bellman_ford_dense( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `max_len` is never used [INFO] [stdout] --> src/bit_array.rs:79:4 [INFO] [stdout] | [INFO] [stdout] 79 | fn max_len( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cum`, `start`, and `op` are never read [INFO] [stdout] --> src/functional_graph_prefix_aggregation.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct PrefixAggregation { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 4 | cum: Vec, [INFO] [stdout] | ^^^ [INFO] [stdout] 5 | start: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 6 | op: F, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_unbounded_knapsack_table_just` is never used [INFO] [stdout] --> src/knapsack.rs:396:23 [INFO] [stdout] | [INFO] [stdout] 396 | pub(crate) fn dual_unbounded_knapsack_table_just( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `is_red`, `size`, `v`, `l`, and `r` are never read [INFO] [stdout] --> src/red_black_tree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 2 | is_red: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 3 | size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 4 | pub(crate) v: T, [INFO] [stdout] | ^ [INFO] [stdout] 5 | l: ON, [INFO] [stdout] | ^ [INFO] [stdout] 6 | r: ON, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `N` is never used [INFO] [stdout] --> src/red_black_tree.rs:9:6 [INFO] [stdout] | [INFO] [stdout] 9 | type N = Box>; [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `depth` and `parent` are never read [INFO] [stdout] --> src/tree_dfs_euler_tour_heavy_light_decomposition_as_struct.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Tree { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 2 | depth: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 3 | parent: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/binary_tree.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | mut self, [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/binary_tree.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | rhs: Self, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/binary_tree.rs:122:21 [INFO] [stdout] | [INFO] [stdout] 122 | let size = self.root.size(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/binary_tree.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | index: usize, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> src/binary_tree.rs:120:17 [INFO] [stdout] | [INFO] [stdout] 120 | data: Self::Data, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/catalan_number_with_formula_modular_with_instant_choose_fn_usize.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | let p = 1_000_000_007; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prime_factors` [INFO] [stdout] --> src/divisors_from_prime_factors.rs:2:36 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn divisors_from_prime_factors(prime_factors: &[(u64, u8)]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prime_factors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `m` [INFO] [stdout] --> src/graph_bfs_abstract.rs:74:18 [INFO] [stdout] | [INFO] [stdout] 74 | for ((n, m, k, s, t, x, edges), ans) in cases { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `m` [INFO] [stdout] --> src/graph_bfs_path_count.rs:92:18 [INFO] [stdout] | [INFO] [stdout] 92 | for ((n, m, k, s, t, x, edges), ans) in cases { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | let mut c = unsafe { self.c[i].as_mut().unwrap() }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | let mut c = unsafe { node.c[s].as_mut().unwrap() }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | let mut r = unsafe { r.as_mut().unwrap() }.splay(0); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/splay_tree_node_unsafe_recurse.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | let mut root = unsafe { root.as_mut().unwrap() }.splay(i); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 146 | node_state => Node::::rotate_up(&parent), [INFO] [stdout] | ---------- matches any value [INFO] [stdout] 147 | _ => Node::::rotate_up(node), [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_state` [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | let node_state = Node::::get_state(node); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node_state` [INFO] [stdout] --> src/splay_tree_node_with_trait.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 146 | node_state => Node::::rotate_up(&parent), [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_node_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/avl_tree_array.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct AVLArray(Option>>); [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 3 | pub struct AVLArray(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bellman_ford_dense` is never used [INFO] [stdout] --> src/bellman_ford_dense.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | pub(crate) fn bellman_ford_dense( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `left` and `right` are never read [INFO] [stdout] --> src/binary_tree.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 25 | struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 26 | data: T, [INFO] [stdout] 27 | left: Option>, [INFO] [stdout] | ^^^^ [INFO] [stdout] 28 | right: Option>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/binary_tree.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 45 | impl Node { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] 46 | fn new(data: T) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `max_len` is never used [INFO] [stdout] --> src/bit_array.rs:79:4 [INFO] [stdout] | [INFO] [stdout] 79 | fn max_len( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cum`, `start`, and `op` are never read [INFO] [stdout] --> src/functional_graph_prefix_aggregation.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct PrefixAggregation { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 4 | cum: Vec, [INFO] [stdout] | ^^^ [INFO] [stdout] 5 | start: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 6 | op: F, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `dual_unbounded_knapsack_table_just` is never used [INFO] [stdout] --> src/knapsack.rs:396:23 [INFO] [stdout] | [INFO] [stdout] 396 | pub(crate) fn dual_unbounded_knapsack_table_just( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `is_red`, `size`, `v`, `l`, and `r` are never read [INFO] [stdout] --> src/red_black_tree.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 2 | is_red: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 3 | size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 4 | pub(crate) v: T, [INFO] [stdout] | ^ [INFO] [stdout] 5 | l: ON, [INFO] [stdout] | ^ [INFO] [stdout] 6 | r: ON, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `N` is never used [INFO] [stdout] --> src/red_black_tree.rs:9:6 [INFO] [stdout] | [INFO] [stdout] 9 | type N = Box>; [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `depth` and `parent` are never read [INFO] [stdout] --> src/tree_dfs_euler_tour_heavy_light_decomposition_as_struct.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Tree { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 2 | depth: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 3 | parent: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/binary_tree.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | / impl Size for Option> [INFO] [stdout] 52 | | where [INFO] [stdout] 53 | | T: Size, [INFO] [stdout] 54 | | { [INFO] [stdout] ... | [INFO] [stdout] 60 | | } [INFO] [stdout] 61 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `test` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: requested on the command line with `-D non-local-definitions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/binary_tree.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | / impl Split for Option> { [INFO] [stdout] 64 | | // pseudo [INFO] [stdout] 65 | | fn split( [INFO] [stdout] 66 | | mut self, [INFO] [stdout] ... | [INFO] [stdout] 72 | | } [INFO] [stdout] 73 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `test` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/binary_tree.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | / impl Join for Option> { [INFO] [stdout] 76 | | // pseudo [INFO] [stdout] 77 | | fn join( [INFO] [stdout] 78 | | self, [INFO] [stdout] ... | [INFO] [stdout] 82 | | } [INFO] [stdout] 83 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `test` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 77 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dsalgo` (lib test) due to 4 previous errors; 77 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e07161ae100ea42b03baa69df1a8f7ee5439988ca432d9e17838aaaf35164055", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e07161ae100ea42b03baa69df1a8f7ee5439988ca432d9e17838aaaf35164055", kill_on_drop: false }` [INFO] [stdout] e07161ae100ea42b03baa69df1a8f7ee5439988ca432d9e17838aaaf35164055