[INFO] fetching crate break_infinity 0.2.0... [INFO] checking break_infinity-0.2.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate break_infinity 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate break_infinity 0.2.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate break_infinity 0.2.0 [INFO] finished tweaking crates.io crate break_infinity 0.2.0 [INFO] tweaked toml for crates.io crate break_infinity 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53d667e6d616d3201be4c030c7a27c48da3d17f73f62c422d58ec4e51e7aec01 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "53d667e6d616d3201be4c030c7a27c48da3d17f73f62c422d58ec4e51e7aec01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53d667e6d616d3201be4c030c7a27c48da3d17f73f62c422d58ec4e51e7aec01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53d667e6d616d3201be4c030c7a27c48da3d17f73f62c422d58ec4e51e7aec01", kill_on_drop: false }` [INFO] [stdout] 53d667e6d616d3201be4c030c7a27c48da3d17f73f62c422d58ec4e51e7aec01 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6cbefb3474199fa6899f6714cf31b9d833bec933b2ef89d7ce046f3bc97e44b0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6cbefb3474199fa6899f6714cf31b9d833bec933b2ef89d7ce046f3bc97e44b0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Checking getrandom v0.2.2 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking break_infinity v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `pad_end` [INFO] [stdout] --> src/lib.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn pad_end(string: String, max_length: i32, fill_string: String) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `to_fixed` [INFO] [stdout] --> src/lib.rs:69:4 [INFO] [stdout] | [INFO] [stdout] 69 | fn to_fixed(num: f64, places: i32) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `to_fixed_num` [INFO] [stdout] --> src/lib.rs:72:4 [INFO] [stdout] | [INFO] [stdout] 72 | fn to_fixed_num(num: f64, places: i32) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_exponential` [INFO] [stdout] --> src/lib.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 346 | fn to_exponential(&self, mut places: i32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_fixed` [INFO] [stdout] --> src/lib.rs:380:5 [INFO] [stdout] | [INFO] [stdout] 380 | fn to_fixed(&self, places: i32) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_precision` [INFO] [stdout] --> src/lib.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | fn to_precision(&self, places: i32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mantissa_with_decimal_places` [INFO] [stdout] --> src/lib.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | fn mantissa_with_decimal_places(&self, places: i32) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `value_of` [INFO] [stdout] --> src/lib.rs:440:5 [INFO] [stdout] | [INFO] [stdout] 440 | fn value_of(&self) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_json` [INFO] [stdout] --> src/lib.rs:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | fn to_json(&self) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_string_with_decimal_places` [INFO] [stdout] --> src/lib.rs:446:5 [INFO] [stdout] | [INFO] [stdout] 446 | fn to_string_with_decimal_places(&self, places: i32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `negate` [INFO] [stdout] --> src/lib.rs:457:5 [INFO] [stdout] | [INFO] [stdout] 457 | fn negate(&self) -> Decimal { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `negated` [INFO] [stdout] --> src/lib.rs:460:5 [INFO] [stdout] | [INFO] [stdout] 460 | fn negated(&self) -> Decimal { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reciprocal` [INFO] [stdout] --> src/lib.rs:525:5 [INFO] [stdout] | [INFO] [stdout] 525 | fn reciprocal(&self) -> Decimal { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reciprocate` [INFO] [stdout] --> src/lib.rs:528:5 [INFO] [stdout] | [INFO] [stdout] 528 | fn reciprocate(&self) -> Decimal { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compare` [INFO] [stdout] --> src/lib.rs:613:5 [INFO] [stdout] | [INFO] [stdout] 613 | fn compare(&self, decimal: &Decimal) -> i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `equals` [INFO] [stdout] --> src/lib.rs:620:5 [INFO] [stdout] | [INFO] [stdout] 620 | fn equals(&self, decimal: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `not_equals` [INFO] [stdout] --> src/lib.rs:627:5 [INFO] [stdout] | [INFO] [stdout] 627 | fn not_equals(&self, decimal: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `less_than_or_equal_to` [INFO] [stdout] --> src/lib.rs:665:5 [INFO] [stdout] | [INFO] [stdout] 665 | fn less_than_or_equal_to(&self, other: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `less_han` [INFO] [stdout] --> src/lib.rs:668:5 [INFO] [stdout] | [INFO] [stdout] 668 | fn less_han(&self, other: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `greater_than_or_equal_to` [INFO] [stdout] --> src/lib.rs:672:5 [INFO] [stdout] | [INFO] [stdout] 672 | fn greater_than_or_equal_to(&self, other: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `greater_than` [INFO] [stdout] --> src/lib.rs:675:5 [INFO] [stdout] | [INFO] [stdout] 675 | fn greater_than(&self, other: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compare_tolerance` [INFO] [stdout] --> src/lib.rs:711:5 [INFO] [stdout] | [INFO] [stdout] 711 | fn compare_tolerance(&self, decimal: &Decimal, tolerance: &Decimal) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `logarithm` [INFO] [stdout] --> src/lib.rs:768:5 [INFO] [stdout] | [INFO] [stdout] 768 | fn logarithm(&self, base: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pow_base` [INFO] [stdout] --> src/lib.rs:821:5 [INFO] [stdout] | [INFO] [stdout] 821 | fn pow_base(&self, decimal: &Decimal) -> Decimal { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `decimal_places` [INFO] [stdout] --> src/lib.rs:927:5 [INFO] [stdout] | [INFO] [stdout] 927 | fn decimal_places(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ascension_penalty` [INFO] [stdout] --> src/lib.rs:934:5 [INFO] [stdout] | [INFO] [stdout] 934 | fn ascension_penalty(&self, ascensions: f64) -> Decimal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `egg` [INFO] [stdout] --> src/lib.rs:945:5 [INFO] [stdout] | [INFO] [stdout] 945 | fn egg(&self) -> Decimal { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pad_end` [INFO] [stdout] --> src/lib.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn pad_end(string: String, max_length: i32, fill_string: String) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `to_fixed` [INFO] [stdout] --> src/lib.rs:69:4 [INFO] [stdout] | [INFO] [stdout] 69 | fn to_fixed(num: f64, places: i32) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `to_fixed_num` [INFO] [stdout] --> src/lib.rs:72:4 [INFO] [stdout] | [INFO] [stdout] 72 | fn to_fixed_num(num: f64, places: i32) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_string` [INFO] [stdout] --> src/lib.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_exponential` [INFO] [stdout] --> src/lib.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 346 | fn to_exponential(&self, mut places: i32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_fixed` [INFO] [stdout] --> src/lib.rs:380:5 [INFO] [stdout] | [INFO] [stdout] 380 | fn to_fixed(&self, places: i32) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_precision` [INFO] [stdout] --> src/lib.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | fn to_precision(&self, places: i32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mantissa_with_decimal_places` [INFO] [stdout] --> src/lib.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | fn mantissa_with_decimal_places(&self, places: i32) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `value_of` [INFO] [stdout] --> src/lib.rs:440:5 [INFO] [stdout] | [INFO] [stdout] 440 | fn value_of(&self) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_json` [INFO] [stdout] --> src/lib.rs:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | fn to_json(&self) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_string_with_decimal_places` [INFO] [stdout] --> src/lib.rs:446:5 [INFO] [stdout] | [INFO] [stdout] 446 | fn to_string_with_decimal_places(&self, places: i32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `negate` [INFO] [stdout] --> src/lib.rs:457:5 [INFO] [stdout] | [INFO] [stdout] 457 | fn negate(&self) -> Decimal { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `negated` [INFO] [stdout] --> src/lib.rs:460:5 [INFO] [stdout] | [INFO] [stdout] 460 | fn negated(&self) -> Decimal { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reciprocal` [INFO] [stdout] --> src/lib.rs:525:5 [INFO] [stdout] | [INFO] [stdout] 525 | fn reciprocal(&self) -> Decimal { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reciprocate` [INFO] [stdout] --> src/lib.rs:528:5 [INFO] [stdout] | [INFO] [stdout] 528 | fn reciprocate(&self) -> Decimal { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compare` [INFO] [stdout] --> src/lib.rs:613:5 [INFO] [stdout] | [INFO] [stdout] 613 | fn compare(&self, decimal: &Decimal) -> i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `equals` [INFO] [stdout] --> src/lib.rs:620:5 [INFO] [stdout] | [INFO] [stdout] 620 | fn equals(&self, decimal: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `not_equals` [INFO] [stdout] --> src/lib.rs:627:5 [INFO] [stdout] | [INFO] [stdout] 627 | fn not_equals(&self, decimal: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `less_than_or_equal_to` [INFO] [stdout] --> src/lib.rs:665:5 [INFO] [stdout] | [INFO] [stdout] 665 | fn less_than_or_equal_to(&self, other: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `less_han` [INFO] [stdout] --> src/lib.rs:668:5 [INFO] [stdout] | [INFO] [stdout] 668 | fn less_han(&self, other: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `greater_than_or_equal_to` [INFO] [stdout] --> src/lib.rs:672:5 [INFO] [stdout] | [INFO] [stdout] 672 | fn greater_than_or_equal_to(&self, other: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `greater_than` [INFO] [stdout] --> src/lib.rs:675:5 [INFO] [stdout] | [INFO] [stdout] 675 | fn greater_than(&self, other: &Decimal) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `compare_tolerance` [INFO] [stdout] --> src/lib.rs:711:5 [INFO] [stdout] | [INFO] [stdout] 711 | fn compare_tolerance(&self, decimal: &Decimal, tolerance: &Decimal) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `logarithm` [INFO] [stdout] --> src/lib.rs:768:5 [INFO] [stdout] | [INFO] [stdout] 768 | fn logarithm(&self, base: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pow_base` [INFO] [stdout] --> src/lib.rs:821:5 [INFO] [stdout] | [INFO] [stdout] 821 | fn pow_base(&self, decimal: &Decimal) -> Decimal { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `decimal_places` [INFO] [stdout] --> src/lib.rs:927:5 [INFO] [stdout] | [INFO] [stdout] 927 | fn decimal_places(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ascension_penalty` [INFO] [stdout] --> src/lib.rs:934:5 [INFO] [stdout] | [INFO] [stdout] 934 | fn ascension_penalty(&self, ascensions: f64) -> Decimal { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `egg` [INFO] [stdout] --> src/lib.rs:945:5 [INFO] [stdout] | [INFO] [stdout] 945 | fn egg(&self) -> Decimal { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.04s [INFO] running `Command { std: "docker" "inspect" "6cbefb3474199fa6899f6714cf31b9d833bec933b2ef89d7ce046f3bc97e44b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cbefb3474199fa6899f6714cf31b9d833bec933b2ef89d7ce046f3bc97e44b0", kill_on_drop: false }` [INFO] [stdout] 6cbefb3474199fa6899f6714cf31b9d833bec933b2ef89d7ce046f3bc97e44b0