mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-05-20 16:49:28 +00:00
34 lines
75 KiB
Plaintext
34 lines
75 KiB
Plaintext
{"$message_type":"diagnostic","message":"unused import: `anyhow::Result`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":204,"byte_end":218,"line_start":5,"line_end":5,"column_start":5,"column_end":19,"is_primary":true,"text":[{"text":"use anyhow::Result;","highlight_start":5,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":200,"byte_end":220,"line_start":5,"line_end":6,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use anyhow::Result;","highlight_start":1,"highlight_end":20},{"text":"use plonky2::field::extension::Extendable;","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `anyhow::Result`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs:5:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse anyhow::Result;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `Target`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":414,"byte_end":420,"line_start":9,"line_end":9,"column_start":40,"column_end":46,"is_primary":true,"text":[{"text":"use plonky2::iop::target::{BoolTarget, Target};","highlight_start":40,"highlight_end":46}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":412,"byte_end":420,"line_start":9,"line_end":9,"column_start":38,"column_end":46,"is_primary":true,"text":[{"text":"use plonky2::iop::target::{BoolTarget, Target};","highlight_start":38,"highlight_end":46}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `Target`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs:9:40\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m9\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::iop::target::{BoolTarget, Target};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused imports: `AlgebraicHasher`, `GenericConfig`, `Hasher`, `PoseidonGoldilocksConfig`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":505,"byte_end":520,"line_start":11,"line_end":11,"column_start":30,"column_end":45,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocksConfig};","highlight_start":30,"highlight_end":45}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":522,"byte_end":535,"line_start":11,"line_end":11,"column_start":47,"column_end":60,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocksConfig};","highlight_start":47,"highlight_end":60}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":553,"byte_end":559,"line_start":11,"line_end":11,"column_start":78,"column_end":84,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocksConfig};","highlight_start":78,"highlight_end":84}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":561,"byte_end":585,"line_start":11,"line_end":11,"column_start":86,"column_end":110,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocksConfig};","highlight_start":86,"highlight_end":110}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused imports","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":505,"byte_end":537,"line_start":11,"line_end":11,"column_start":30,"column_end":62,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocksConfig};","highlight_start":30,"highlight_end":62}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":551,"byte_end":585,"line_start":11,"line_end":11,"column_start":76,"column_end":110,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocksConfig};","highlight_start":76,"highlight_end":110}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `AlgebraicHasher`, `GenericConfig`, `Hasher`, `PoseidonGoldilocksConfig`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs:11:30\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m11\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0m::{AlgebraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocksConfi\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused imports: `assign_bool_targets`, `assign_hash_out_targets`, `usize_to_bits_le_padded`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":828,"byte_end":847,"line_start":16,"line_end":16,"column_start":58,"column_end":77,"is_primary":true,"text":[{"text":"use crate::circuits::utils::{add_assign_hash_out_target, assign_bool_targets, assign_hash_out_targets, mul_hash_out_target, usize_to_bits_le_padded};","highlight_start":58,"highlight_end":77}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":849,"byte_end":872,"line_start":16,"line_end":16,"column_start":79,"column_end":102,"is_primary":true,"text":[{"text":"use crate::circuits::utils::{add_assign_hash_out_target, assign_bool_targets, assign_hash_out_targets, mul_hash_out_target, usize_to_bits_le_padded};","highlight_start":79,"highlight_end":102}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":895,"byte_end":918,"line_start":16,"line_end":16,"column_start":125,"column_end":148,"is_primary":true,"text":[{"text":"use crate::circuits::utils::{add_assign_hash_out_target, assign_bool_targets, assign_hash_out_targets, mul_hash_out_target, usize_to_bits_le_padded};","highlight_start":125,"highlight_end":148}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused imports","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":826,"byte_end":872,"line_start":16,"line_end":16,"column_start":56,"column_end":102,"is_primary":true,"text":[{"text":"use crate::circuits::utils::{add_assign_hash_out_target, assign_bool_targets, assign_hash_out_targets, mul_hash_out_target, usize_to_bits_le_padded};","highlight_start":56,"highlight_end":102}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":893,"byte_end":918,"line_start":16,"line_end":16,"column_start":123,"column_end":148,"is_primary":true,"text":[{"text":"use crate::circuits::utils::{add_assign_hash_out_target, assign_bool_targets, assign_hash_out_targets, mul_hash_out_target, usize_to_bits_le_padded};","highlight_start":123,"highlight_end":148}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `assign_bool_targets`, `assign_hash_out_targets`, `usize_to_bits_le_padded`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs:16:58\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m16\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0mt, assign_bool_targets, assign_hash_out_targets, mul_hash_out_target, usize_to_bits_le_padde\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `plonky2::plonk::config::GenericConfig`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":592,"byte_end":629,"line_start":13,"line_end":13,"column_start":5,"column_end":42,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::GenericConfig;","highlight_start":5,"highlight_end":42}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":588,"byte_end":631,"line_start":13,"line_end":14,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::GenericConfig;","highlight_start":1,"highlight_end":43},{"text":"use std::marker::PhantomData;","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `plonky2::plonk::config::GenericConfig`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:13:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m13\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::plonk::config::GenericConfig;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unnecessary parentheses around `if` condition","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7302,"byte_end":7303,"line_start":220,"line_end":220,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":" if(i==0){","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7307,"byte_end":7308,"line_start":220,"line_end":220,"column_start":24,"column_end":25,"is_primary":true,"text":[{"text":" if(i==0){","highlight_start":24,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_parens)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7302,"byte_end":7303,"line_start":220,"line_end":220,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":" if(i==0){","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7307,"byte_end":7308,"line_start":220,"line_end":220,"column_start":24,"column_end":25,"is_primary":true,"text":[{"text":" if(i==0){","highlight_start":24,"highlight_end":25}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unnecessary parentheses around `if` condition\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:220:19\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m220\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m if(i==0){\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_parens)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: remove these parentheses\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m220\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m if\u001b[0m\u001b[0m\u001b[38;5;9m(\u001b[0m\u001b[0mi==0\u001b[0m\u001b[0m\u001b[38;5;9m)\u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m220\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m if\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0mi==0\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `HashOut`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":32,"byte_end":39,"line_start":1,"line_end":1,"column_start":33,"column_end":40,"is_primary":true,"text":[{"text":"use plonky2::hash::hash_types::{HashOut, HashOutTarget, NUM_HASH_OUT_ELTS, RichField};","highlight_start":33,"highlight_end":40}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":32,"byte_end":41,"line_start":1,"line_end":1,"column_start":33,"column_end":42,"is_primary":true,"text":[{"text":"use plonky2::hash::hash_types::{HashOut, HashOutTarget, NUM_HASH_OUT_ELTS, RichField};","highlight_start":33,"highlight_end":42}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `HashOut`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs:1:33\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::hash::hash_types::{HashOut, HashOutTarget, NUM_HASH_OUT_ELTS\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused imports: `CircuitData`, `VerifierCircuitData`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":181,"byte_end":192,"line_start":3,"line_end":3,"column_start":36,"column_end":47,"is_primary":true,"text":[{"text":"use plonky2::plonk::circuit_data::{CircuitData, VerifierCircuitData};","highlight_start":36,"highlight_end":47}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":194,"byte_end":213,"line_start":3,"line_end":3,"column_start":49,"column_end":68,"is_primary":true,"text":[{"text":"use plonky2::plonk::circuit_data::{CircuitData, VerifierCircuitData};","highlight_start":49,"highlight_end":68}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":146,"byte_end":216,"line_start":3,"line_end":4,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use plonky2::plonk::circuit_data::{CircuitData, VerifierCircuitData};","highlight_start":1,"highlight_end":70},{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, Hasher};","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `CircuitData`, `VerifierCircuitData`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs:3:36\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::plonk::circuit_data::{CircuitData, VerifierCircuitData};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused imports: `AlgebraicHasher`, `GenericConfig`, `Hasher`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":245,"byte_end":260,"line_start":4,"line_end":4,"column_start":30,"column_end":45,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, Hasher};","highlight_start":30,"highlight_end":45}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":262,"byte_end":275,"line_start":4,"line_end":4,"column_start":47,"column_end":60,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, Hasher};","highlight_start":47,"highlight_end":60}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":277,"byte_end":283,"line_start":4,"line_end":4,"column_start":62,"column_end":68,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, Hasher};","highlight_start":62,"highlight_end":68}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":216,"byte_end":286,"line_start":4,"line_end":5,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, Hasher};","highlight_start":1,"highlight_end":70},{"text":"use plonky2::plonk::proof::{Proof, ProofWithPublicInputs};","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `AlgebraicHasher`, `GenericConfig`, `Hasher`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs:4:30\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::plonk::config::{AlgebraicHasher, GenericConfig, Hasher};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused imports: `ProofWithPublicInputs`, `Proof`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":314,"byte_end":319,"line_start":5,"line_end":5,"column_start":29,"column_end":34,"is_primary":true,"text":[{"text":"use plonky2::plonk::proof::{Proof, ProofWithPublicInputs};","highlight_start":29,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":321,"byte_end":342,"line_start":5,"line_end":5,"column_start":36,"column_end":57,"is_primary":true,"text":[{"text":"use plonky2::plonk::proof::{Proof, ProofWithPublicInputs};","highlight_start":36,"highlight_end":57}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":286,"byte_end":345,"line_start":5,"line_end":6,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use plonky2::plonk::proof::{Proof, ProofWithPublicInputs};","highlight_start":1,"highlight_end":59},{"text":"use plonky2_field::extension::Extendable;","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `ProofWithPublicInputs`, `Proof`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs:5:29\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::plonk::proof::{Proof, ProofWithPublicInputs};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `crate::circuits::params::HF`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":452,"byte_end":479,"line_start":8,"line_end":8,"column_start":5,"column_end":32,"is_primary":true,"text":[{"text":"use crate::circuits::params::HF;","highlight_start":5,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":448,"byte_end":481,"line_start":8,"line_end":9,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use crate::circuits::params::HF;","highlight_start":1,"highlight_end":33},{"text":"use anyhow::Result;","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `crate::circuits::params::HF`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs:8:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse crate::circuits::params::HF;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `anyhow::Result`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":485,"byte_end":499,"line_start":9,"line_end":9,"column_start":5,"column_end":19,"is_primary":true,"text":[{"text":"use anyhow::Result;","highlight_start":5,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":481,"byte_end":501,"line_start":9,"line_end":10,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use anyhow::Result;","highlight_start":1,"highlight_end":20},{"text":"use plonky2::iop::target::{BoolTarget, Target};","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `anyhow::Result`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs:9:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m9\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse anyhow::Result;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unnecessary parentheses around assigned value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":2584,"byte_end":2585,"line_start":74,"line_end":74,"column_start":31,"column_end":32,"is_primary":true,"text":[{"text":" mut_hot.elements[i] = (builder.add(mut_hot.elements[i], hot.elements[i]));","highlight_start":31,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":2634,"byte_end":2635,"line_start":74,"line_end":74,"column_start":81,"column_end":82,"is_primary":true,"text":[{"text":" mut_hot.elements[i] = (builder.add(mut_hot.elements[i], hot.elements[i]));","highlight_start":81,"highlight_end":82}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":2584,"byte_end":2585,"line_start":74,"line_end":74,"column_start":31,"column_end":32,"is_primary":true,"text":[{"text":" mut_hot.elements[i] = (builder.add(mut_hot.elements[i], hot.elements[i]));","highlight_start":31,"highlight_end":32}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs","byte_start":2634,"byte_end":2635,"line_start":74,"line_end":74,"column_start":81,"column_end":82,"is_primary":true,"text":[{"text":" mut_hot.elements[i] = (builder.add(mut_hot.elements[i], hot.elements[i]));","highlight_start":81,"highlight_end":82}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unnecessary parentheses around assigned value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/utils.rs:74:31\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m74\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0mnts[i] = (builder.add(mut_hot.elements[i], hot.elements[i]));\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: remove these parentheses\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m74\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m mut_hot.elements[i] = \u001b[0m\u001b[0m\u001b[38;5;9m(\u001b[0m\u001b[0mbuilder.add(mut_hot.elements[i], hot.elements[i])\u001b[0m\u001b[0m\u001b[38;5;9m)\u001b[0m\u001b[0m;\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m74\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m mut_hot.elements[i] = builder.add(mut_hot.elements[i], hot.elements[i]);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `plonky2::hash::poseidon::PoseidonHash`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/params.rs","byte_start":39,"byte_end":76,"line_start":3,"line_end":3,"column_start":5,"column_end":42,"is_primary":true,"text":[{"text":"use plonky2::hash::poseidon::PoseidonHash;","highlight_start":5,"highlight_end":42}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/params.rs","byte_start":35,"byte_end":78,"line_start":3,"line_end":4,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use plonky2::hash::poseidon::PoseidonHash;","highlight_start":1,"highlight_end":43},{"text":"use plonky2_poseidon2::poseidon2_hash::poseidon2::Poseidon2Hash;","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `plonky2::hash::poseidon::PoseidonHash`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/params.rs:3:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::hash::poseidon::PoseidonHash;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `std::marker::PhantomData`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":172,"byte_end":196,"line_start":5,"line_end":5,"column_start":5,"column_end":29,"is_primary":true,"text":[{"text":"use std::marker::PhantomData;","highlight_start":5,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":168,"byte_end":198,"line_start":5,"line_end":6,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use std::marker::PhantomData;","highlight_start":1,"highlight_end":30},{"text":"use anyhow::{ensure, Result};","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `std::marker::PhantomData`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs:5:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::marker::PhantomData;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `plonky2::field::goldilocks_field::GoldilocksField`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":232,"byte_end":281,"line_start":7,"line_end":7,"column_start":5,"column_end":54,"is_primary":true,"text":[{"text":"use plonky2::field::goldilocks_field::GoldilocksField;","highlight_start":5,"highlight_end":54}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":228,"byte_end":283,"line_start":7,"line_end":8,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use plonky2::field::goldilocks_field::GoldilocksField;","highlight_start":1,"highlight_end":55},{"text":"use plonky2::hash::hash_types::{HashOut, RichField};","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `plonky2::field::goldilocks_field::GoldilocksField`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs:7:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::field::goldilocks_field::GoldilocksField;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `plonky2::hash::poseidon::PoseidonHash`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":340,"byte_end":377,"line_start":9,"line_end":9,"column_start":5,"column_end":42,"is_primary":true,"text":[{"text":"use plonky2::hash::poseidon::PoseidonHash;","highlight_start":5,"highlight_end":42}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":336,"byte_end":379,"line_start":9,"line_end":10,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use plonky2::hash::poseidon::PoseidonHash;","highlight_start":1,"highlight_end":43},{"text":"use plonky2::plonk::config::Hasher;","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `plonky2::hash::poseidon::PoseidonHash`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs:9:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m9\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::hash::poseidon::PoseidonHash;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `plonky2::plonk::config::Hasher`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":383,"byte_end":413,"line_start":10,"line_end":10,"column_start":5,"column_end":35,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::Hasher;","highlight_start":5,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":379,"byte_end":415,"line_start":10,"line_end":11,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::Hasher;","highlight_start":1,"highlight_end":36},{"text":"use std::ops::Shr;","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `plonky2::plonk::config::Hasher`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs:10:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m10\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::plonk::config::Hasher;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unnecessary parentheses around `if` condition","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":5875,"byte_end":5876,"line_start":197,"line_end":197,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":" let bottom = if(i==0){","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":5880,"byte_end":5881,"line_start":197,"line_end":197,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":" let bottom = if(i==0){","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":5875,"byte_end":5876,"line_start":197,"line_end":197,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":" let bottom = if(i==0){","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":5880,"byte_end":5881,"line_start":197,"line_end":197,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":" let bottom = if(i==0){","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unnecessary parentheses around `if` condition\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs:197:28\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m197\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let bottom = if(i==0){\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: remove these parentheses\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m197\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m let bottom = if\u001b[0m\u001b[0m\u001b[38;5;9m(\u001b[0m\u001b[0mi==0\u001b[0m\u001b[0m\u001b[38;5;9m)\u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m197\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m let bottom = if\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0mi==0\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `plonky2::field::types::Field`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":267,"byte_end":295,"line_start":7,"line_end":7,"column_start":5,"column_end":33,"is_primary":true,"text":[{"text":"use plonky2::field::types::Field;","highlight_start":5,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `plonky2::field::types::Field`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs:7:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::field::types::Field;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `GenericHashOut`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs","byte_start":537,"byte_end":551,"line_start":11,"line_end":11,"column_start":62,"column_end":76,"is_primary":true,"text":[{"text":"use plonky2::plonk::config::{AlgebraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocksConfig};","highlight_start":62,"highlight_end":76}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `GenericHashOut`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/merkle_circuit.rs:11:62\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m11\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0mraicHasher, GenericConfig, GenericHashOut, Hasher, PoseidonGoldilocks\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `plonky2::hash::hashing::PlonkyPermutation`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":726,"byte_end":767,"line_start":16,"line_end":16,"column_start":5,"column_end":46,"is_primary":true,"text":[{"text":"use plonky2::hash::hashing::PlonkyPermutation;","highlight_start":5,"highlight_end":46}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `plonky2::hash::hashing::PlonkyPermutation`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:16:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m16\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2::hash::hashing::PlonkyPermutation;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused import: `plonky2_field::types::Field`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs","byte_start":480,"byte_end":507,"line_start":13,"line_end":13,"column_start":5,"column_end":32,"is_primary":true,"text":[{"text":"use plonky2_field::types::Field;","highlight_start":5,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `plonky2_field::types::Field`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/merkle_tree/merkle_safe.rs:13:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m13\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse plonky2_field::types::Field;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused variable: `two`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":3605,"byte_end":3608,"line_start":133,"line_end":133,"column_start":13,"column_end":16,"is_primary":true,"text":[{"text":" let two = builder.two();","highlight_start":13,"highlight_end":16}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":3605,"byte_end":3608,"line_start":133,"line_end":133,"column_start":13,"column_end":16,"is_primary":true,"text":[{"text":" let two = builder.two();","highlight_start":13,"highlight_end":16}],"label":null,"suggested_replacement":"_two","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `two`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:133:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m133\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let two = builder.two();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_two`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":4392,"byte_end":4407,"line_start":152,"line_end":152,"column_start":13,"column_end":28,"is_primary":true,"text":[{"text":" let mut d_mask_bits = builder.split_le(dataset_last_index,max_log2_n_slots+1);","highlight_start":13,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_mut)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":4392,"byte_end":4396,"line_start":152,"line_end":152,"column_start":13,"column_end":17,"is_primary":true,"text":[{"text":" let mut d_mask_bits = builder.split_le(dataset_last_index,max_log2_n_slots+1);","highlight_start":13,"highlight_end":17}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:152:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m152\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0m let mut d_mask_bits = builder.split_le(dataset_last_index,max_log\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_mut)]` on by default\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":6271,"byte_end":6286,"line_start":201,"line_end":201,"column_start":13,"column_end":28,"is_primary":true,"text":[{"text":" let mut s_last_bits = b_last_bits.split_off(block_tree_depth);","highlight_start":13,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":6271,"byte_end":6275,"line_start":201,"line_end":201,"column_start":13,"column_end":17,"is_primary":true,"text":[{"text":" let mut s_last_bits = b_last_bits.split_off(block_tree_depth);","highlight_start":13,"highlight_end":17}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:201:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m201\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut s_last_bits = b_last_bits.split_off(block_tree_depth);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":6643,"byte_end":6653,"line_start":210,"line_end":210,"column_start":17,"column_end":27,"is_primary":true,"text":[{"text":" let mut data_i = (0..n_field_elems_per_cell).map(|_| builder.add_virtual_target()).collect::<Vec<_>>();","highlight_start":17,"highlight_end":27}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":6643,"byte_end":6647,"line_start":210,"line_end":210,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let mut data_i = (0..n_field_elems_per_cell).map(|_| builder.add_virtual_target()).collect::<Vec<_>>();","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:210:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m210\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0m let mut data_i = (0..n_field_elems_per_cell).map(|_| builder.add_\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7657,"byte_end":7672,"line_start":228,"line_end":228,"column_start":17,"column_end":32,"is_primary":true,"text":[{"text":" let mut s_path_bits = b_path_bits.split_off(block_tree_depth);","highlight_start":17,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7657,"byte_end":7661,"line_start":228,"line_end":228,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let mut s_path_bits = b_path_bits.split_off(block_tree_depth);","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:228:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m228\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut s_path_bits = b_path_bits.split_off(block_tree_depth);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7733,"byte_end":7750,"line_start":230,"line_end":230,"column_start":17,"column_end":34,"is_primary":true,"text":[{"text":" let mut b_merkle_path = MerkleProofTarget {","highlight_start":17,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7733,"byte_end":7737,"line_start":230,"line_end":230,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let mut b_merkle_path = MerkleProofTarget {","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:230:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m230\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut b_merkle_path = MerkleProofTarget {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7896,"byte_end":7913,"line_start":234,"line_end":234,"column_start":17,"column_end":34,"is_primary":true,"text":[{"text":" let mut s_merkle_path = MerkleProofTarget {","highlight_start":17,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":7896,"byte_end":7900,"line_start":234,"line_end":234,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let mut s_merkle_path = MerkleProofTarget {","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:234:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m234\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut s_merkle_path = MerkleProofTarget {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused variable: `max_log2_n_slots`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":11564,"byte_end":11580,"line_start":322,"line_end":322,"column_start":13,"column_end":29,"is_primary":true,"text":[{"text":" max_log2_n_slots,","highlight_start":13,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"try ignoring the field","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":11564,"byte_end":11580,"line_start":322,"line_end":322,"column_start":13,"column_end":29,"is_primary":true,"text":[{"text":" max_log2_n_slots,","highlight_start":13,"highlight_end":29}],"label":null,"suggested_replacement":"max_log2_n_slots: _","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `max_log2_n_slots`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:322:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m322\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m max_log2_n_slots,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: try ignoring the field: `max_log2_n_slots: _`\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"unused variable: `block_tree_depth`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":11594,"byte_end":11610,"line_start":323,"line_end":323,"column_start":13,"column_end":29,"is_primary":true,"text":[{"text":" block_tree_depth,","highlight_start":13,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"try ignoring the field","code":null,"level":"help","spans":[{"file_name":"/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs","byte_start":11594,"byte_end":11610,"line_start":323,"line_end":323,"column_start":13,"column_end":29,"is_primary":true,"text":[{"text":" block_tree_depth,","highlight_start":13,"highlight_end":29}],"label":null,"suggested_replacement":"block_tree_depth: _","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `block_tree_depth`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0m/Users/mohammedalghazwi/Documents/codex/proof-aggregation/codex-plonky2-circuits/src/circuits/sample_cells.rs:323:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m323\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m block_tree_depth,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: try ignoring the field: `block_tree_depth: _`\u001b[0m\n\n"}
|
|
{"$message_type":"diagnostic","message":"32 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 32 warnings emitted\u001b[0m\n\n"}
|