[INFO] updating cached repository https://github.com/mhurd/rust-finance [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] 9cef546983399dfe8b70b5143d80fdd822a9fe72 [INFO] checking mhurd/rust-finance against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhurd%2Frust-finance" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mhurd/rust-finance on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mhurd/rust-finance [INFO] finished tweaking git repo https://github.com/mhurd/rust-finance [INFO] tweaked toml for git repo https://github.com/mhurd/rust-finance written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/mhurd/rust-finance already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 9ec1ee842fbaa0fdf534ef166c905eda6580241fa2cc5f59a4919b4f536b65df [INFO] running `"docker" "start" "-a" "9ec1ee842fbaa0fdf534ef166c905eda6580241fa2cc5f59a4919b4f536b65df"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-complex v0.2.1 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking num-rational v0.2.1 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking leg v0.1.3 [INFO] [stderr] Checking rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `cash_flow_present_value_discrete` [INFO] [stderr] --> src/lib.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | / fn cash_flow_present_value_discrete( [INFO] [stderr] 4 | | cash_flow_times: &Vec, [INFO] [stderr] 5 | | cash_flow_amounts: &Vec, [INFO] [stderr] 6 | | market_rate: f64, [INFO] [stderr] ... | [INFO] [stderr] 13 | | present_value [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cash_flow_present_value_continuous` [INFO] [stderr] --> src/lib.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | / fn cash_flow_present_value_continuous( [INFO] [stderr] 17 | | cash_flow_times: &Vec, [INFO] [stderr] 18 | | cash_flow_amounts: &Vec, [INFO] [stderr] 19 | | market_rate: f64, [INFO] [stderr] ... | [INFO] [stderr] 26 | | present_value [INFO] [stderr] 27 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `fill` [INFO] [stderr] --> src/lib.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | fn fill(size: usize, item: T) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `bond_price_discrete` [INFO] [stderr] --> src/lib.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / fn bond_price_discrete( [INFO] [stderr] 38 | | cash_flow_times: &Vec, [INFO] [stderr] 39 | | coupon: f64, [INFO] [stderr] 40 | | principal: f64, [INFO] [stderr] ... | [INFO] [stderr] 50 | | present_value [INFO] [stderr] 51 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `bond_price_continuous` [INFO] [stderr] --> src/lib.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | / fn bond_price_continuous( [INFO] [stderr] 54 | | cash_flow_times: &Vec, [INFO] [stderr] 55 | | coupon: f64, [INFO] [stderr] 56 | | principal: f64, [INFO] [stderr] ... | [INFO] [stderr] 66 | | present_value [INFO] [stderr] 67 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.47s [INFO] running `"docker" "inspect" "9ec1ee842fbaa0fdf534ef166c905eda6580241fa2cc5f59a4919b4f536b65df"` [INFO] running `"docker" "rm" "-f" "9ec1ee842fbaa0fdf534ef166c905eda6580241fa2cc5f59a4919b4f536b65df"` [INFO] [stdout] 9ec1ee842fbaa0fdf534ef166c905eda6580241fa2cc5f59a4919b4f536b65df