[INFO] cloning repository https://github.com/fkaaa568/RUST-Struct-LPTP [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fkaaa568/RUST-Struct-LPTP" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffkaaa568%2FRUST-Struct-LPTP", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffkaaa568%2FRUST-Struct-LPTP'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8fef466bd802630c6375cd064d4a02d5f016ffdc [INFO] testing fkaaa568/RUST-Struct-LPTP against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffkaaa568%2FRUST-Struct-LPTP" "/workspace/builds/worker-51/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-51/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fkaaa568/RUST-Struct-LPTP on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fkaaa568/RUST-Struct-LPTP [INFO] finished tweaking git repo https://github.com/fkaaa568/RUST-Struct-LPTP [INFO] tweaked toml for git repo https://github.com/fkaaa568/RUST-Struct-LPTP written to /workspace/builds/worker-51/source/Cargo.toml [INFO] crate git repo https://github.com/fkaaa568/RUST-Struct-LPTP already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2bf0cf6aa17950bf385de632301fed50585dd1c0532bc6d5ddc5b14bc1fe7380 [INFO] running `Command { std: "docker" "start" "-a" "2bf0cf6aa17950bf385de632301fed50585dd1c0532bc6d5ddc5b14bc1fe7380", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bf0cf6aa17950bf385de632301fed50585dd1c0532bc6d5ddc5b14bc1fe7380", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bf0cf6aa17950bf385de632301fed50585dd1c0532bc6d5ddc5b14bc1fe7380", kill_on_drop: false }` [INFO] [stdout] 2bf0cf6aa17950bf385de632301fed50585dd1c0532bc6d5ddc5b14bc1fe7380 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55615ba422f704b7488ce00c17cfde702ba4ac060435a150214195e52af39cb9 [INFO] running `Command { std: "docker" "start" "-a" "55615ba422f704b7488ce00c17cfde702ba4ac060435a150214195e52af39cb9", kill_on_drop: false }` [INFO] [stderr] Compiling LaptopsTypes v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `laptops` should have an upper camel case name [INFO] [stdout] --> src/main.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | struct laptops{ [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Laptops` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `Company_Name` [INFO] [stdout] --> src/main.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | Company_Name:String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `Modol_no` [INFO] [stdout] --> src/main.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | Modol_no:i32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `launched_in` [INFO] [stdout] --> src/main.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | launched_in:i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `Generation` [INFO] [stdout] --> src/main.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | Generation:String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `Os_System` [INFO] [stdout] --> src/main.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | Os_System:String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arch` [INFO] [stdout] --> src/main.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | arch:f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `laptops_company` [INFO] [stdout] --> src/main.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | fn laptops_company(self)-> String{ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `LaptopsTypes` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `laptops_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Company_Name` should have a snake case name [INFO] [stdout] --> src/main.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | Company_Name:String, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `company_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Modol_no` should have a snake case name [INFO] [stdout] --> src/main.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | Modol_no:i32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Generation` should have a snake case name [INFO] [stdout] --> src/main.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | Generation:String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `generation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Os_System` should have a snake case name [INFO] [stdout] --> src/main.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | Os_System:String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `os_system` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Companys` should have a snake case name [INFO] [stdout] --> src/main.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | ... let Companys = format!("Company Name {}: \n Modol no {}: \n launched In {}: \n Generation {}: \n Os System Name {}: \n Proccesor {... [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `companys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Company_Name` should have a snake case name [INFO] [stdout] --> src/main.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | let mut Company_Name = String::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `company_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Modol_no` should have a snake case name [INFO] [stdout] --> src/main.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | let mut Modol_no = String::new(); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Generation` should have a snake case name [INFO] [stdout] --> src/main.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | let mut Generation = String::new(); [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `generation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Os_System` should have a snake case name [INFO] [stdout] --> src/main.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | let mut Os_System = String::new(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `os_system` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Modol_no` should have a snake case name [INFO] [stdout] --> src/main.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | let Modol_no : i32 = Modol_no [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Company_01` should have a snake case name [INFO] [stdout] --> src/main.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | ... let Company_01 = (Company_Name.to_string(),Modol_no.to_string(),launched_in.to_string(),Generation.to_string(),Os_System.to_string(... [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `company_01` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.30s [INFO] running `Command { std: "docker" "inspect" "55615ba422f704b7488ce00c17cfde702ba4ac060435a150214195e52af39cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55615ba422f704b7488ce00c17cfde702ba4ac060435a150214195e52af39cb9", kill_on_drop: false }` [INFO] [stdout] 55615ba422f704b7488ce00c17cfde702ba4ac060435a150214195e52af39cb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1528dfedfc189765780488bbb5cc0fb51336cabfb14e80caf4763cc3b57a3fb2 [INFO] running `Command { std: "docker" "start" "-a" "1528dfedfc189765780488bbb5cc0fb51336cabfb14e80caf4763cc3b57a3fb2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling LaptopsTypes v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `laptops` should have an upper camel case name [INFO] [stdout] --> src/main.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | struct laptops{ [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Laptops` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `Company_Name` [INFO] [stdout] --> src/main.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | Company_Name:String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `Modol_no` [INFO] [stdout] --> src/main.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | Modol_no:i32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `launched_in` [INFO] [stdout] --> src/main.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | launched_in:i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `Generation` [INFO] [stdout] --> src/main.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | Generation:String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `Os_System` [INFO] [stdout] --> src/main.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | Os_System:String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `arch` [INFO] [stdout] --> src/main.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | arch:f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/main.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `laptops_company` [INFO] [stdout] --> src/main.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | fn laptops_company(self)-> String{ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `LaptopsTypes` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `laptops_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Company_Name` should have a snake case name [INFO] [stdout] --> src/main.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | Company_Name:String, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `company_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Modol_no` should have a snake case name [INFO] [stdout] --> src/main.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | Modol_no:i32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Generation` should have a snake case name [INFO] [stdout] --> src/main.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | Generation:String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `generation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Os_System` should have a snake case name [INFO] [stdout] --> src/main.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | Os_System:String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `os_system` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Companys` should have a snake case name [INFO] [stdout] --> src/main.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | ... let Companys = format!("Company Name {}: \n Modol no {}: \n launched In {}: \n Generation {}: \n Os System Name {}: \n Proccesor {... [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `companys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Company_Name` should have a snake case name [INFO] [stdout] --> src/main.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | let mut Company_Name = String::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `company_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Modol_no` should have a snake case name [INFO] [stdout] --> src/main.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | let mut Modol_no = String::new(); [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Generation` should have a snake case name [INFO] [stdout] --> src/main.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | let mut Generation = String::new(); [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `generation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Os_System` should have a snake case name [INFO] [stdout] --> src/main.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | let mut Os_System = String::new(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `os_system` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Modol_no` should have a snake case name [INFO] [stdout] --> src/main.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | let Modol_no : i32 = Modol_no [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Company_01` should have a snake case name [INFO] [stdout] --> src/main.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | ... let Company_01 = (Company_Name.to_string(),Modol_no.to_string(),launched_in.to_string(),Generation.to_string(),Os_System.to_string(... [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `company_01` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "1528dfedfc189765780488bbb5cc0fb51336cabfb14e80caf4763cc3b57a3fb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1528dfedfc189765780488bbb5cc0fb51336cabfb14e80caf4763cc3b57a3fb2", kill_on_drop: false }` [INFO] [stdout] 1528dfedfc189765780488bbb5cc0fb51336cabfb14e80caf4763cc3b57a3fb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 452c42328e7a241aa0a07199a40c918b829048a3841f21476514d549a384bdd5 [INFO] running `Command { std: "docker" "start" "-a" "452c42328e7a241aa0a07199a40c918b829048a3841f21476514d549a384bdd5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: type `laptops` should have an upper camel case name [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/main.rs:3:8 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 3 | struct laptops{ [INFO] [stdout] [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case: `Laptops` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `Company_Name` [INFO] [stderr] --> src/main.rs:4:8 [INFO] [stderr] | [INFO] [stderr] 4 | Company_Name:String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/main.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `Modol_no` [INFO] [stderr] --> src/main.rs:5:8 [INFO] [stderr] | [INFO] [stderr] 5 | Modol_no:i32, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/main.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `launched_in` [INFO] [stderr] --> src/main.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 6 | launched_in:i32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/main.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `Generation` [INFO] [stderr] --> src/main.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | Generation:String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/main.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `Os_System` [INFO] [stderr] --> src/main.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | Os_System:String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/main.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `arch` [INFO] [stderr] --> src/main.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | arch:f32, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `laptops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/main.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `laptops_company` [INFO] [stderr] --> src/main.rs:13:11 [INFO] [stderr] | [INFO] [stderr] 13 | fn laptops_company(self)-> String{ [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `LaptopsTypes` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `laptops_types` [INFO] [stderr] [INFO] [stderr] warning: structure field `Company_Name` should have a snake case name [INFO] [stderr] --> src/main.rs:4:8 [INFO] [stderr] | [INFO] [stderr] 4 | Company_Name:String, [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `company_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `Modol_no` should have a snake case name [INFO] [stderr] --> src/main.rs:5:8 [INFO] [stderr] | [INFO] [stderr] 5 | Modol_no:i32, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stderr] [INFO] [stderr] warning: structure field `Generation` should have a snake case name [INFO] [stderr] --> src/main.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | Generation:String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `generation` [INFO] [stderr] [INFO] [stderr] warning: structure field `Os_System` should have a snake case name [INFO] [stderr] --> src/main.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | Os_System:String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `os_system` [INFO] [stderr] [INFO] [stderr] warning: variable `Companys` should have a snake case name [INFO] [stderr] --> src/main.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | ... let Companys = format!("Company Name {}: \n Modol no {}: \n launched In {}: \n Generation {}: \n Os System Name {}: \n Proccesor {... [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `companys` [INFO] [stderr] [INFO] [stderr] warning: variable `Company_Name` should have a snake case name [INFO] [stderr] --> src/main.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | let mut Company_Name = String::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `company_name` [INFO] [stderr] [INFO] [stderr] warning: variable `Modol_no` should have a snake case name [INFO] [stderr] --> src/main.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | let mut Modol_no = String::new(); [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stderr] [INFO] [stderr] warning: variable `Generation` should have a snake case name [INFO] [stderr] --> src/main.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | let mut Generation = String::new(); [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `generation` [INFO] [stderr] [INFO] [stderr] warning: variable `Os_System` should have a snake case name [INFO] [stderr] --> src/main.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | let mut Os_System = String::new(); [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `os_system` [INFO] [stderr] [INFO] [stderr] warning: variable `Modol_no` should have a snake case name [INFO] [stderr] --> src/main.rs:36:12 [INFO] [stderr] | [INFO] [stderr] 36 | let Modol_no : i32 = Modol_no [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `modol_no` [INFO] [stderr] [INFO] [stderr] warning: variable `Company_01` should have a snake case name [INFO] [stderr] --> src/main.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | ... let Company_01 = (Company_Name.to_string(),Modol_no.to_string(),launched_in.to_string(),Generation.to_string(),Os_System.to_string(... [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `company_01` [INFO] [stderr] [INFO] [stderr] warning: `LaptopsTypes` (bin "LaptopsTypes" test) generated 20 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.41s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/LaptopsTypes-aede16b169cb2896) [INFO] running `Command { std: "docker" "inspect" "452c42328e7a241aa0a07199a40c918b829048a3841f21476514d549a384bdd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "452c42328e7a241aa0a07199a40c918b829048a3841f21476514d549a384bdd5", kill_on_drop: false }` [INFO] [stdout] 452c42328e7a241aa0a07199a40c918b829048a3841f21476514d549a384bdd5