[INFO] fetching crate dsalgo 0.3.10... [INFO] checking dsalgo-0.3.10 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate dsalgo 0.3.10 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate dsalgo 0.3.10 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "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-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 814c3bde5e0c6eb1963f3b6f47a1ef9faff95eb24bd87948c82be9acfbcb6933 [INFO] running `Command { std: "docker" "start" "-a" "814c3bde5e0c6eb1963f3b6f47a1ef9faff95eb24bd87948c82be9acfbcb6933", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "814c3bde5e0c6eb1963f3b6f47a1ef9faff95eb24bd87948c82be9acfbcb6933", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "814c3bde5e0c6eb1963f3b6f47a1ef9faff95eb24bd87948c82be9acfbcb6933", kill_on_drop: false }` [INFO] [stdout] 814c3bde5e0c6eb1963f3b6f47a1ef9faff95eb24bd87948c82be9acfbcb6933 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cc72c64536b3adcac1b950576ee445325235a3bcb6dcf29b65bfee4265f025f [INFO] running `Command { std: "docker" "start" "-a" "2cc72c64536b3adcac1b950576ee445325235a3bcb6dcf29b65bfee4265f025f", 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`, and `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 `is_sorted` has been stable since 1.82.0-nightly and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(is_sorted)] [INFO] [stdout] | ^^^^^^^^^ [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`, and `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: the feature `is_sorted` has been stable since 1.82.0-nightly and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(is_sorted)] [INFO] [stdout] | ^^^^^^^^^ [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: 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] | ^ no value can reach this [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] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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: trait `UpdateData` is never used [INFO] [stdout] --> src/binary_tree_node.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) trait UpdateData { [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: trait `Index` is never used [INFO] [stdout] --> src/index.rs:1:18 [INFO] [stdout] | [INFO] [stdout] 1 | pub(crate) trait Index [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: trait `Get` is never used [INFO] [stdout] --> src/tree_node.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | pub(crate) trait Get<'a> [INFO] [stdout] | ^^^ [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: 64 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] | ^ no value can reach this [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] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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: trait `UpdateData` is never used [INFO] [stdout] --> src/binary_tree_node.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | pub(crate) trait UpdateData { [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: trait `Index` is never used [INFO] [stdout] --> src/index.rs:1:18 [INFO] [stdout] | [INFO] [stdout] 1 | pub(crate) trait Index [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: field `id` is never read [INFO] [stdout] --> src/network_graph_node.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 66 | pub struct Data { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 67 | pub id: usize, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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: trait `Get` is never used [INFO] [stdout] --> src/tree_node.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | pub(crate) trait Get<'a> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 82 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.52s [INFO] running `Command { std: "docker" "inspect" "2cc72c64536b3adcac1b950576ee445325235a3bcb6dcf29b65bfee4265f025f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cc72c64536b3adcac1b950576ee445325235a3bcb6dcf29b65bfee4265f025f", kill_on_drop: false }` [INFO] [stdout] 2cc72c64536b3adcac1b950576ee445325235a3bcb6dcf29b65bfee4265f025f