[INFO] fetching crate jaust 0.1.2... [INFO] checking jaust-0.1.2 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate jaust 0.1.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate jaust 0.1.2 [INFO] finished tweaking crates.io crate jaust 0.1.2 [INFO] tweaked toml for crates.io crate jaust 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate jaust 0.1.2 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate jaust 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0553fa31f474269fd4aa40fef79083cd8b023a2e49832efd0a0d97eaf64a968a [INFO] running `Command { std: "docker" "start" "-a" "0553fa31f474269fd4aa40fef79083cd8b023a2e49832efd0a0d97eaf64a968a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0553fa31f474269fd4aa40fef79083cd8b023a2e49832efd0a0d97eaf64a968a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0553fa31f474269fd4aa40fef79083cd8b023a2e49832efd0a0d97eaf64a968a", kill_on_drop: false }` [INFO] [stdout] 0553fa31f474269fd4aa40fef79083cd8b023a2e49832efd0a0d97eaf64a968a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f99ea0902115013f017d1833f4528a2db88a4bcd9ad45c9d693acd06adf7a53 [INFO] running `Command { std: "docker" "start" "-a" "4f99ea0902115013f017d1833f4528a2db88a4bcd9ad45c9d693acd06adf7a53", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking clap_builder v4.5.17 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Checking clap v4.5.17 [INFO] [stderr] Checking jaust v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `REF_getField` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | REF_getField, // 1 getfield C.f:T [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefGetField` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_getStatic` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | REF_getStatic, // 2 getstatic C.f:T [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefGetStatic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_putField` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | REF_putField, // 3 putfield C.f:T [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefPutField` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_putStatic` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | REF_putStatic, // 4 putstatic C.f:T [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefPutStatic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_invokeVirtual` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | REF_invokeVirtual, // 5 invokevirtual C.m:(A*)T [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefInvokeVirtual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_invokeStatic` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | REF_invokeStatic, // 6 invokestatic C.m:(A*)T [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefInvokeStatic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_invokeSpecial` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | REF_invokeSpecial, // 7 invokespecial C.m:(A*)T [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefInvokeSpecial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_newInvokeSpecial` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | REF_newInvokeSpecial, // 8 new C; dup; invokespecial C.:(A*)void [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefNewInvokeSpecial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_invokeInterface` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | REF_invokeInterface, // 9 invokeinterface C.m:(A*)T [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefInvokeInterface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_getField` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | REF_getField, // 1 getfield C.f:T [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefGetField` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_getStatic` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | REF_getStatic, // 2 getstatic C.f:T [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefGetStatic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_putField` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | REF_putField, // 3 putfield C.f:T [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefPutField` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_putStatic` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | REF_putStatic, // 4 putstatic C.f:T [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefPutStatic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_invokeVirtual` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | REF_invokeVirtual, // 5 invokevirtual C.m:(A*)T [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefInvokeVirtual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_invokeStatic` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | REF_invokeStatic, // 6 invokestatic C.m:(A*)T [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefInvokeStatic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_invokeSpecial` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | REF_invokeSpecial, // 7 invokespecial C.m:(A*)T [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefInvokeSpecial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_newInvokeSpecial` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | REF_newInvokeSpecial, // 8 new C; dup; invokespecial C.:(A*)void [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefNewInvokeSpecial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `REF_invokeInterface` should have an upper camel case name [INFO] [stdout] --> src/class_file/constant_pool.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | REF_invokeInterface, // 9 invokeinterface C.m:(A*)T [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RefInvokeInterface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/class_file/attributes/stack_map_table_attribute.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 124 | fn parse_same(file: &mut FileReader, frame_type: u8) -> Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `class` [INFO] [stdout] --> src/class_file/attributes/inner_classes_attribute.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | let class = InnerClassInfo::parse(file)?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_class` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/class_file/attributes/inner_classes_attribute.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | let mut classes = Vec::new(); [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: `file` [INFO] [stdout] --> src/class_file/attributes/stack_map_table_attribute.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 124 | fn parse_same(file: &mut FileReader, frame_type: u8) -> Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `class` [INFO] [stdout] --> src/class_file/attributes/inner_classes_attribute.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | let class = InnerClassInfo::parse(file)?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_class` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/class_file/attributes/inner_classes_attribute.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | let mut classes = Vec::new(); [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: `cp` [INFO] [stdout] --> src/class_file/javap_printer.rs:273:32 [INFO] [stdout] | [INFO] [stdout] 273 | fn print_code(method: &Method, cp: &ConstantPool, out: &mut String) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_cp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `info` is never read [INFO] [stdout] --> src/class_file/attributes/generic_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct GenericAttribute { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 9 | info: Vec, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GenericAttribute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/line_number_table_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct LineNumberTableAttribute { [INFO] [stdout] | ------------------------ fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LineNumberTableAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/source_file_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct SourceFileAttribute { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SourceFileAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/stack_map_table_attribute.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct StackMapTableAttribute { [INFO] [stdout] | ---------------------- fields in this struct [INFO] [stdout] 7 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `StackMapTableAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/deprecated_attribute.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct DeprecatedAttribute { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 8 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DeprecatedAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/exceptions_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct ExceptionsAttribute { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExceptionsAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/runtime_visible_annotations_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct RuntimeVisibleAnnotationsAttribute { [INFO] [stdout] | ---------------------------------- fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RuntimeVisibleAnnotationsAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/record_attribute.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct RecordAttribute { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 8 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RecordAttribute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `attributes` is never read [INFO] [stdout] --> src/class_file/attributes/record_attribute.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct RecordComponentInfo { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 17 | attributes: Attributes, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RecordComponentInfo` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/inner_classes_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct InnerClassesAttribute { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InnerClassesAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/method_parameters_attribute.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct MethodParametersAttribute { [INFO] [stdout] | ------------------------- fields in this struct [INFO] [stdout] 7 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MethodParametersAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/bootstrap_methods_attribute.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct BootstrapMethodsAttribute { [INFO] [stdout] | ------------------------- fields in this struct [INFO] [stdout] 7 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BootstrapMethodsAttribute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cp` [INFO] [stdout] --> src/class_file/javap_printer.rs:273:32 [INFO] [stdout] | [INFO] [stdout] 273 | fn print_code(method: &Method, cp: &ConstantPool, out: &mut String) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_cp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `info` is never read [INFO] [stdout] --> src/class_file/attributes/generic_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct GenericAttribute { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 9 | info: Vec, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GenericAttribute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/line_number_table_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct LineNumberTableAttribute { [INFO] [stdout] | ------------------------ fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LineNumberTableAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/source_file_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct SourceFileAttribute { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SourceFileAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/stack_map_table_attribute.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct StackMapTableAttribute { [INFO] [stdout] | ---------------------- fields in this struct [INFO] [stdout] 7 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `StackMapTableAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/deprecated_attribute.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct DeprecatedAttribute { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 8 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DeprecatedAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/exceptions_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct ExceptionsAttribute { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExceptionsAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/runtime_visible_annotations_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct RuntimeVisibleAnnotationsAttribute { [INFO] [stdout] | ---------------------------------- fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RuntimeVisibleAnnotationsAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/record_attribute.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct RecordAttribute { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 8 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RecordAttribute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `attributes` is never read [INFO] [stdout] --> src/class_file/attributes/record_attribute.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct RecordComponentInfo { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 17 | attributes: Attributes, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RecordComponentInfo` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/inner_classes_attribute.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct InnerClassesAttribute { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] 9 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InnerClassesAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/method_parameters_attribute.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct MethodParametersAttribute { [INFO] [stdout] | ------------------------- fields in this struct [INFO] [stdout] 7 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MethodParametersAttribute` 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 `attribute_name_index` and `attribute_length` are never read [INFO] [stdout] --> src/class_file/attributes/bootstrap_methods_attribute.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct BootstrapMethodsAttribute { [INFO] [stdout] | ------------------------- fields in this struct [INFO] [stdout] 7 | attribute_name_index: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | attribute_length: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BootstrapMethodsAttribute` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s [INFO] running `Command { std: "docker" "inspect" "4f99ea0902115013f017d1833f4528a2db88a4bcd9ad45c9d693acd06adf7a53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f99ea0902115013f017d1833f4528a2db88a4bcd9ad45c9d693acd06adf7a53", kill_on_drop: false }` [INFO] [stdout] 4f99ea0902115013f017d1833f4528a2db88a4bcd9ad45c9d693acd06adf7a53