[INFO] cloning repository https://github.com/mpwassler/fin [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mpwassler/fin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmpwassler%2Ffin"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmpwassler%2Ffin'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] af96bc6bcdf26a64c4da40a76dc8fd203f8e7d35 [INFO] testing mpwassler/fin against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmpwassler%2Ffin" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mpwassler/fin on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-1/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3587a4b57008dfd82a1f10d4f3edc42569d13f30ba3011a744515dba75253bf7 [INFO] running `"docker" "start" "-a" "3587a4b57008dfd82a1f10d4f3edc42569d13f30ba3011a744515dba75253bf7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling ord_subset v3.1.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling decimal v2.0.4 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling libmath v0.2.1 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling currency v0.4.0 [INFO] [stderr] Compiling 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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.96s [INFO] running `"docker" "inspect" "3587a4b57008dfd82a1f10d4f3edc42569d13f30ba3011a744515dba75253bf7"` [INFO] running `"docker" "rm" "-f" "3587a4b57008dfd82a1f10d4f3edc42569d13f30ba3011a744515dba75253bf7"` [INFO] [stdout] 3587a4b57008dfd82a1f10d4f3edc42569d13f30ba3011a744515dba75253bf7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b908af88b9f8a7f902cee1b60b4777cfcca5c9cbd7f2494c123bf7f83975cc29 [INFO] running `"docker" "start" "-a" "b908af88b9f8a7f902cee1b60b4777cfcca5c9cbd7f2494c123bf7f83975cc29"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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] 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; 1 warning emitted [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" "b908af88b9f8a7f902cee1b60b4777cfcca5c9cbd7f2494c123bf7f83975cc29"` [INFO] running `"docker" "rm" "-f" "b908af88b9f8a7f902cee1b60b4777cfcca5c9cbd7f2494c123bf7f83975cc29"` [INFO] [stdout] b908af88b9f8a7f902cee1b60b4777cfcca5c9cbd7f2494c123bf7f83975cc29