[INFO] updating cached repository https://github.com/mpwassler/fin
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] af96bc6bcdf26a64c4da40a76dc8fd203f8e7d35
[INFO] checking mpwassler/fin against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmpwassler%2Ffin" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/mpwassler/fin on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/mpwassler/fin
[INFO] finished tweaking git repo https://github.com/mpwassler/fin
[INFO] tweaked toml for git repo https://github.com/mpwassler/fin written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/mpwassler/fin already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d592be856c585a60e895da3f1d40bfad20e1fffc0a5d199128c1d0ec49cb66e9
[INFO] running `"docker" "start" "-a" "d592be856c585a60e895da3f1d40bfad20e1fffc0a5d199128c1d0ec49cb66e9"`
[INFO] [stderr]     Checking ord_subset v3.1.1
[INFO] [stderr]    Compiling decimal v2.0.4
[INFO] [stderr]     Checking num-bigint v0.1.44
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking libmath v0.2.1
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking currency v0.4.0
[INFO] [stderr]     Checking fin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `ArgMatches`
[INFO] [stderr]  --> src/loan.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{ArgMatches};
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ArgMatches`
[INFO] [stderr]  --> src/loan.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{ArgMatches};
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:86:71
[INFO] [stderr]    |
[INFO] [stderr] 86 |         let (total, monthly) = calculate_simple_interest(25000.00, 3.11, 60);
[INFO] [stderr]    |                                                                          ^^
[INFO] [stderr]    |                                                                          |
[INFO] [stderr]    |                                                                          expected `f64`, found integer
[INFO] [stderr]    |                                                                          help: use a float literal: `60.0`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `fin`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "d592be856c585a60e895da3f1d40bfad20e1fffc0a5d199128c1d0ec49cb66e9"`
[INFO] running `"docker" "rm" "-f" "d592be856c585a60e895da3f1d40bfad20e1fffc0a5d199128c1d0ec49cb66e9"`
[INFO] [stdout] d592be856c585a60e895da3f1d40bfad20e1fffc0a5d199128c1d0ec49cb66e9
