[INFO] cloning repository https://github.com/Mirabellensaft/pH_calculator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mirabellensaft/pH_calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMirabellensaft%2FpH_calculator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMirabellensaft%2FpH_calculator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9f004ae78603f35a47e6ae7a8fee873b83686018 [INFO] checking Mirabellensaft/pH_calculator against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMirabellensaft%2FpH_calculator" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Mirabellensaft/pH_calculator on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Mirabellensaft/pH_calculator [INFO] finished tweaking git repo https://github.com/Mirabellensaft/pH_calculator [INFO] tweaked toml for git repo https://github.com/Mirabellensaft/pH_calculator written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/Mirabellensaft/pH_calculator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ebec820e98c608caaa5f6d5ab91bbfc0e31b05752c69b7c11798920673c28c2e [INFO] running `Command { std: "docker" "start" "-a" "ebec820e98c608caaa5f6d5ab91bbfc0e31b05752c69b7c11798920673c28c2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ebec820e98c608caaa5f6d5ab91bbfc0e31b05752c69b7c11798920673c28c2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebec820e98c608caaa5f6d5ab91bbfc0e31b05752c69b7c11798920673c28c2e", kill_on_drop: false }` [INFO] [stdout] ebec820e98c608caaa5f6d5ab91bbfc0e31b05752c69b7c11798920673c28c2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d78282227f3492651907232b0ed222576a1101a8fdc7968deac4cf9f9a853099 [INFO] running `Command { std: "docker" "start" "-a" "d78282227f3492651907232b0ed222576a1101a8fdc7968deac4cf9f9a853099", kill_on_drop: false }` [INFO] [stderr] Checking pH_calculator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name_titrant` [INFO] [stdout] --> src/main.rs:87:96 [INFO] [stdout] | [INFO] [stdout] 87 | fn pH_strong(conc_ions_titrant: f32, vol_analyte: f32, vol_titrant: f32, valence_titrant: f32, name_titrant: &str) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_titrant` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `pH_calculator` 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: `p_h_calculator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pH_analyte` should have a snake case name [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let pH_analyte = pH_strong(properties_titrant.concentration, properties_analyte.volume, properties_titrant.volume, properties_titrant... [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_h_analyte` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | io::stdin().read_line(&mut name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `pH_strong` should have a snake case name [INFO] [stdout] --> src/main.rs:87:4 [INFO] [stdout] | [INFO] [stdout] 87 | fn pH_strong(conc_ions_titrant: f32, vol_analyte: f32, vol_titrant: f32, valence_titrant: f32, name_titrant: &str) -> f32 { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_h_strong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `conc_OH` should have a snake case name [INFO] [stdout] --> src/main.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | let conc_OH = conc_ions_titrant; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `conc_oh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `conc_H` should have a snake case name [INFO] [stdout] --> src/main.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | let conc_H = conc_analyte_ions(vol_titrant, conc_OH, vol_analyte); [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `conc_h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `conc_H` should have a snake case name [INFO] [stdout] --> src/main.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | let conc_H = conc_ions_titrant; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `conc_h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `conc_OH` should have a snake case name [INFO] [stdout] --> src/main.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | let conc_OH = conc_analyte_ions(vol_titrant, conc_H, vol_analyte); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `conc_oh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pOH_analyte` should have a snake case name [INFO] [stdout] --> src/main.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | let pOH_analyte = potentia(conc_OH); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_oh_analyte` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name_titrant` [INFO] [stdout] --> src/main.rs:87:96 [INFO] [stdout] | [INFO] [stdout] 87 | fn pH_strong(conc_ions_titrant: f32, vol_analyte: f32, vol_titrant: f32, valence_titrant: f32, name_titrant: &str) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_name_titrant` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `pH_calculator` 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: `p_h_calculator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pH_analyte` should have a snake case name [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let pH_analyte = pH_strong(properties_titrant.concentration, properties_analyte.volume, properties_titrant.volume, properties_titrant... [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_h_analyte` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | io::stdin().read_line(&mut name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `pH_strong` should have a snake case name [INFO] [stdout] --> src/main.rs:87:4 [INFO] [stdout] | [INFO] [stdout] 87 | fn pH_strong(conc_ions_titrant: f32, vol_analyte: f32, vol_titrant: f32, valence_titrant: f32, name_titrant: &str) -> f32 { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_h_strong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `conc_OH` should have a snake case name [INFO] [stdout] --> src/main.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | let conc_OH = conc_ions_titrant; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `conc_oh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `conc_H` should have a snake case name [INFO] [stdout] --> src/main.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | let conc_H = conc_analyte_ions(vol_titrant, conc_OH, vol_analyte); [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `conc_h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `conc_H` should have a snake case name [INFO] [stdout] --> src/main.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | let conc_H = conc_ions_titrant; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `conc_h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `conc_OH` should have a snake case name [INFO] [stdout] --> src/main.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | let conc_OH = conc_analyte_ions(vol_titrant, conc_H, vol_analyte); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `conc_oh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pOH_analyte` should have a snake case name [INFO] [stdout] --> src/main.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | let pOH_analyte = potentia(conc_OH); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_oh_analyte` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "d78282227f3492651907232b0ed222576a1101a8fdc7968deac4cf9f9a853099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d78282227f3492651907232b0ed222576a1101a8fdc7968deac4cf9f9a853099", kill_on_drop: false }` [INFO] [stdout] d78282227f3492651907232b0ed222576a1101a8fdc7968deac4cf9f9a853099