[INFO] cloning repository https://github.com/Muhammad-Talha21/Assignement3 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Muhammad-Talha21/Assignement3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMuhammad-Talha21%2FAssignement3", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMuhammad-Talha21%2FAssignement3'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 37db13a637e91f3217992e40d0081689326141ec [INFO] checking Muhammad-Talha21/Assignement3 against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMuhammad-Talha21%2FAssignement3" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Muhammad-Talha21/Assignement3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Muhammad-Talha21/Assignement3 [INFO] finished tweaking git repo https://github.com/Muhammad-Talha21/Assignement3 [INFO] tweaked toml for git repo https://github.com/Muhammad-Talha21/Assignement3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Muhammad-Talha21/Assignement3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db3087948288f222868c3ef0c8e2cd0296792fe67b368169fa045c125caeb2ee [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "db3087948288f222868c3ef0c8e2cd0296792fe67b368169fa045c125caeb2ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db3087948288f222868c3ef0c8e2cd0296792fe67b368169fa045c125caeb2ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db3087948288f222868c3ef0c8e2cd0296792fe67b368169fa045c125caeb2ee", kill_on_drop: false }` [INFO] [stdout] db3087948288f222868c3ef0c8e2cd0296792fe67b368169fa045c125caeb2ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5398a9945b3e50e8f17cdc082dcdcaea6102f0ad82e6874acc0a1c0027c20f49 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5398a9945b3e50e8f17cdc082dcdcaea6102f0ad82e6874acc0a1c0027c20f49", kill_on_drop: false }` [INFO] [stderr] Checking Assignment_3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `Assignment_3` 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: `assignment_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Percent` should have a snake case name [INFO] [stdout] --> src/main.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | fn Percent(&self){ [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `percent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Student_0` should have a snake case name [INFO] [stdout] --> src/main.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let Student_0=Student::data(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `student_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Student_1` should have a snake case name [INFO] [stdout] --> src/main.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let Student_1=Student::data_1(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `student_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Student_2` should have a snake case name [INFO] [stdout] --> src/main.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | let Student_2=Student::data_2(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `student_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Assignment_3` 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: `assignment_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Percent` should have a snake case name [INFO] [stdout] --> src/main.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | fn Percent(&self){ [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `percent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Student_0` should have a snake case name [INFO] [stdout] --> src/main.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let Student_0=Student::data(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `student_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Student_1` should have a snake case name [INFO] [stdout] --> src/main.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let Student_1=Student::data_1(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `student_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Student_2` should have a snake case name [INFO] [stdout] --> src/main.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | let Student_2=Student::data_2(); [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `student_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `Command { std: "docker" "inspect" "5398a9945b3e50e8f17cdc082dcdcaea6102f0ad82e6874acc0a1c0027c20f49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5398a9945b3e50e8f17cdc082dcdcaea6102f0ad82e6874acc0a1c0027c20f49", kill_on_drop: false }` [INFO] [stdout] 5398a9945b3e50e8f17cdc082dcdcaea6102f0ad82e6874acc0a1c0027c20f49