[INFO] cloning repository https://github.com/ljahier/calculator-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ljahier/calculator-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljahier%2Fcalculator-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljahier%2Fcalculator-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 214ba494418c64a593c8c349f2d8728d51230d15
[INFO] building ljahier/calculator-rs against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljahier%2Fcalculator-rs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ljahier/calculator-rs
[INFO] finished tweaking git repo https://github.com/ljahier/calculator-rs
[INFO] tweaked toml for git repo https://github.com/ljahier/calculator-rs written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ljahier/calculator-rs on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ljahier/calculator-rs 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e37d87f08ab4a2753fc8a60cdf06897e21043fc2fc613e320d2da32aaad61eb4
[INFO] running `Command { std: "docker" "start" "-a" "e37d87f08ab4a2753fc8a60cdf06897e21043fc2fc613e320d2da32aaad61eb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e37d87f08ab4a2753fc8a60cdf06897e21043fc2fc613e320d2da32aaad61eb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e37d87f08ab4a2753fc8a60cdf06897e21043fc2fc613e320d2da32aaad61eb4", kill_on_drop: false }`
[INFO] [stdout] e37d87f08ab4a2753fc8a60cdf06897e21043fc2fc613e320d2da32aaad61eb4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1b5aa25999b03975a7fa9e57b74af34cd7f0626817bc55d17023ac00a771e88
[INFO] running `Command { std: "docker" "start" "-a" "a1b5aa25999b03975a7fa9e57b74af34cd7f0626817bc55d17023ac00a771e88", kill_on_drop: false }`
[INFO] [stderr]    Compiling calculator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `divide`
[INFO] [stdout]  --> src/main.rs:5:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::operations::{add, divide};
[INFO] [stdout]   |                              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Divide` is never constructed
[INFO] [stdout]  --> src/operations/divide.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Divide {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `compute` is never used
[INFO] [stdout]  --> src/operations/divide.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl Divide {
[INFO] [stdout]   | ----------- method in this implementation
[INFO] [stdout] 7 |     fn compute(&self) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `cliArgs` should have a snake case name
[INFO] [stdout]  --> src/main.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let cliArgs: Vec<String> = env::args().collect();
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `cli_args`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nbrOne` should have a snake case name
[INFO] [stdout]  --> src/operations/divide.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     nbrOne: i32,
[INFO] [stdout]   |     ^^^^^^ help: convert the identifier to snake case: `nbr_one`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nbrTwo` should have a snake case name
[INFO] [stdout]  --> src/operations/divide.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     nbrTwo: i32,
[INFO] [stdout]   |     ^^^^^^ help: convert the identifier to snake case: `nbr_two`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nbrOne` should have a snake case name
[INFO] [stdout]  --> src/operations/add.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     nbrOne: i32,
[INFO] [stdout]   |     ^^^^^^ help: convert the identifier to snake case: `nbr_one`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nbrTwo` should have a snake case name
[INFO] [stdout]  --> src/operations/add.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     nbrTwo: i32,
[INFO] [stdout]   |     ^^^^^^ help: convert the identifier to snake case: `nbr_two`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nbrOne` should have a snake case name
[INFO] [stdout]  --> src/operations/add.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn new(nbrOne: i32, nbrTwo: i32) -> Add {
[INFO] [stdout]   |                ^^^^^^ help: convert the identifier to snake case: `nbr_one`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nbrTwo` should have a snake case name
[INFO] [stdout]  --> src/operations/add.rs:7:29
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn new(nbrOne: i32, nbrTwo: i32) -> Add {
[INFO] [stdout]   |                             ^^^^^^ help: convert the identifier to snake case: `nbr_two`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "a1b5aa25999b03975a7fa9e57b74af34cd7f0626817bc55d17023ac00a771e88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1b5aa25999b03975a7fa9e57b74af34cd7f0626817bc55d17023ac00a771e88", kill_on_drop: false }`
[INFO] [stdout] a1b5aa25999b03975a7fa9e57b74af34cd7f0626817bc55d17023ac00a771e88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1fa515d6c60c4e8710912dd0cb51dda7fc2458e35f79b9350f0294d0e10eaab
[INFO] running `Command { std: "docker" "start" "-a" "b1fa515d6c60c4e8710912dd0cb51dda7fc2458e35f79b9350f0294d0e10eaab", kill_on_drop: false }`
[INFO] [stderr]    Compiling calculator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `divide`
[INFO] [stdout]  --> src/main.rs:5:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::operations::{add, divide};
[INFO] [stdout]   |                              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Divide` is never constructed
[INFO] [stdout]  --> src/operations/divide.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Divide {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `compute` is never used
[INFO] [stdout]  --> src/operations/divide.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl Divide {
[INFO] [stdout]   | ----------- method in this implementation
[INFO] [stdout] 7 |     fn compute(&self) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `cliArgs` should have a snake case name
[INFO] [stdout]  --> src/main.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let cliArgs: Vec<String> = env::args().collect();
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `cli_args`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nbrOne` should have a snake case name
[INFO] [stdout]  --> src/operations/divide.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     nbrOne: i32,
[INFO] [stdout]   |     ^^^^^^ help: convert the identifier to snake case: `nbr_one`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nbrTwo` should have a snake case name
[INFO] [stdout]  --> src/operations/divide.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     nbrTwo: i32,
[INFO] [stdout]   |     ^^^^^^ help: convert the identifier to snake case: `nbr_two`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nbrOne` should have a snake case name
[INFO] [stdout]  --> src/operations/add.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     nbrOne: i32,
[INFO] [stdout]   |     ^^^^^^ help: convert the identifier to snake case: `nbr_one`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nbrTwo` should have a snake case name
[INFO] [stdout]  --> src/operations/add.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     nbrTwo: i32,
[INFO] [stdout]   |     ^^^^^^ help: convert the identifier to snake case: `nbr_two`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nbrOne` should have a snake case name
[INFO] [stdout]  --> src/operations/add.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn new(nbrOne: i32, nbrTwo: i32) -> Add {
[INFO] [stdout]   |                ^^^^^^ help: convert the identifier to snake case: `nbr_one`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nbrTwo` should have a snake case name
[INFO] [stdout]  --> src/operations/add.rs:7:29
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn new(nbrOne: i32, nbrTwo: i32) -> Add {
[INFO] [stdout]   |                             ^^^^^^ help: convert the identifier to snake case: `nbr_two`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "b1fa515d6c60c4e8710912dd0cb51dda7fc2458e35f79b9350f0294d0e10eaab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1fa515d6c60c4e8710912dd0cb51dda7fc2458e35f79b9350f0294d0e10eaab", kill_on_drop: false }`
[INFO] [stdout] b1fa515d6c60c4e8710912dd0cb51dda7fc2458e35f79b9350f0294d0e10eaab
