[INFO] cloning repository https://github.com/aaron-hardin/loan-payoff [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aaron-hardin/loan-payoff" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faaron-hardin%2Floan-payoff", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faaron-hardin%2Floan-payoff'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e6a7ae834f3cc81b8db3dc7039a95be1d20d06b [INFO] testing aaron-hardin/loan-payoff against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faaron-hardin%2Floan-payoff" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aaron-hardin/loan-payoff on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aaron-hardin/loan-payoff [INFO] finished tweaking git repo https://github.com/aaron-hardin/loan-payoff [INFO] tweaked toml for git repo https://github.com/aaron-hardin/loan-payoff written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/aaron-hardin/loan-payoff 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" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yew-agent v0.1.0 [INFO] [stderr] Downloaded test-case v1.2.3 [INFO] [stderr] Downloaded gloo-file v0.2.0 [INFO] [stderr] Downloaded gloo-timers v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92deee7d0b2e1aecba172e4319eaef71ca58506dad352cbb2a99ee49caa43593 [INFO] running `Command { std: "docker" "start" "-a" "92deee7d0b2e1aecba172e4319eaef71ca58506dad352cbb2a99ee49caa43593", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92deee7d0b2e1aecba172e4319eaef71ca58506dad352cbb2a99ee49caa43593", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92deee7d0b2e1aecba172e4319eaef71ca58506dad352cbb2a99ee49caa43593", kill_on_drop: false }` [INFO] [stdout] 92deee7d0b2e1aecba172e4319eaef71ca58506dad352cbb2a99ee49caa43593 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b14cea795a41d303e49923a4e80a3db3533d94a640f7ca1ade3240868247f036 [INFO] running `Command { std: "docker" "start" "-a" "b14cea795a41d303e49923a4e80a3db3533d94a640f7ca1ade3240868247f036", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling wasm-bindgen v0.2.78 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling scoped-tls-hkt v0.1.2 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling simple_logger v2.1.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.78 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling yew-macro v0.19.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.78 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.78 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling loan-payoff v0.1.0 (/opt/rustwide/workdir/loan-payoff) [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling loan-payoff-cli v0.1.0 (/opt/rustwide/workdir/loan-payoff-cli) [INFO] [stderr] Compiling js-sys v0.3.55 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling web-sys v0.3.55 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.28 [INFO] [stderr] Compiling gloo-utils v0.1.2 [INFO] [stderr] Compiling gloo-events v0.1.1 [INFO] [stderr] Compiling gloo-render v0.1.0 [INFO] [stderr] Compiling gloo-dialogs v0.1.0 [INFO] [stderr] Compiling gloo-console v0.2.1 [INFO] [stderr] Compiling gloo-timers v0.2.2 [INFO] [stderr] Compiling wasm-logger v0.2.0 [INFO] [stderr] Compiling gloo-storage v0.2.0 [INFO] [stderr] Compiling gloo-file v0.2.0 [INFO] [stderr] Compiling gloo v0.4.2 [INFO] [stderr] Compiling yew v0.19.3 [INFO] [stderr] Compiling yew-agent v0.1.0 [INFO] [stderr] Compiling loan-payoff-web-ui v0.1.0 (/opt/rustwide/workdir/loan-payoff-web-ui) [INFO] [stdout] warning: field `initial_value` is never read [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:167:6 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct InputNumber { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 166 | pub value: String, [INFO] [stdout] 167 | pub initial_value: T, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | "invalid".clone() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 78 | "".clone() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | "invalid".clone() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:83:6 [INFO] [stdout] | [INFO] [stdout] 83 | "".clone() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.94s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.78 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "b14cea795a41d303e49923a4e80a3db3533d94a640f7ca1ade3240868247f036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b14cea795a41d303e49923a4e80a3db3533d94a640f7ca1ade3240868247f036", kill_on_drop: false }` [INFO] [stdout] b14cea795a41d303e49923a4e80a3db3533d94a640f7ca1ade3240868247f036 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e6a4ceead404537fbff43340be9989860480c763c21ac03e174579c90d7d24f [INFO] running `Command { std: "docker" "start" "-a" "7e6a4ceead404537fbff43340be9989860480c763c21ac03e174579c90d7d24f", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling test-case v1.2.3 [INFO] [stderr] Compiling loan-payoff-cli v0.1.0 (/opt/rustwide/workdir/loan-payoff-cli) [INFO] [stderr] Compiling loan-payoff-web-ui v0.1.0 (/opt/rustwide/workdir/loan-payoff-web-ui) [INFO] [stdout] warning: field `initial_value` is never read [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:167:6 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct InputNumber { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 166 | pub value: String, [INFO] [stdout] 167 | pub initial_value: T, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | "invalid".clone() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 78 | "".clone() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | "invalid".clone() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> loan-payoff-web-ui/src/components/loan.rs:83:6 [INFO] [stdout] | [INFO] [stdout] 83 | "".clone() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling loan-payoff v0.1.0 (/opt/rustwide/workdir/loan-payoff) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.12s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.78 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "7e6a4ceead404537fbff43340be9989860480c763c21ac03e174579c90d7d24f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e6a4ceead404537fbff43340be9989860480c763c21ac03e174579c90d7d24f", kill_on_drop: false }` [INFO] [stdout] 7e6a4ceead404537fbff43340be9989860480c763c21ac03e174579c90d7d24f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 472c134f4a3f472ded9aeb5cd217c44f833a873a2c37e9e1f95617b8ae4b2fc6 [INFO] running `Command { std: "docker" "start" "-a" "472c134f4a3f472ded9aeb5cd217c44f833a873a2c37e9e1f95617b8ae4b2fc6", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: field `initial_value` is never read [INFO] [stderr] --> loan-payoff-web-ui/src/components/loan.rs:167:6 [INFO] [stderr] | [INFO] [stderr] 165 | pub struct InputNumber { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 166 | pub value: String, [INFO] [stderr] 167 | pub initial_value: T, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> loan-payoff-web-ui/src/components/loan.rs:76:13 [INFO] [stderr] | [INFO] [stderr] 76 | "invalid".clone() [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> loan-payoff-web-ui/src/components/loan.rs:78:6 [INFO] [stderr] | [INFO] [stderr] 78 | "".clone() [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> loan-payoff-web-ui/src/components/loan.rs:81:13 [INFO] [stderr] | [INFO] [stderr] 81 | "invalid".clone() [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> loan-payoff-web-ui/src/components/loan.rs:83:6 [INFO] [stderr] | [INFO] [stderr] 83 | "".clone() [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] [INFO] [stderr] warning: `loan-payoff-web-ui` (bin "loan-payoff-web-ui" test) generated 5 warnings (run `cargo fix --bin "loan-payoff-web-ui" --tests` to apply 4 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.78 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loan_payoff-359f4412246d17cc) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test tests::approx_equal::_241_79_241_789_2_expects_true ... ok [INFO] [stdout] test tests::approx_equal::_4_001_4_002_1_expects_true ... ok [INFO] [stdout] test tests::approx_equal::_4_001_4_002_4_expects_false ... ok [INFO] [stdout] test tests::calculate_payment_amount::_10000_00_0_00625_48_241_79 ... ok [INFO] [stdout] test tests::calculate_payment_amount::_12000_00_0_02083_36_477_12 ... ok [INFO] [stdout] test tests::approx_equal::_4_0_4_0_0_expects_true ... ok [INFO] [stdout] test tests::round_to_currency::_4_001_expects_4_0 ... ok [INFO] [stdout] test tests::round_to_currency::_4_011_expects_4_01 ... ok [INFO] [stdout] test tests::calculate_payment_amount::_12000_00_0_01083_36_404_33 ... ok [INFO] [stdout] test tests::round_to_currency::_4_099_expects_4_10 ... ok [INFO] [stdout] test tests::approx_equal::_4_001_4_002_3_expects_false ... ok [INFO] [stdout] test tests::approx_equal::_4_001_4_002_0_expects_true ... ok [INFO] [stdout] test tests::approx_equal::_4_001_4_002_2_expects_true ... ok [INFO] [stdout] test tests::round_to_decimals::_4_001_1_expects_4_0 ... ok [INFO] [stdout] test tests::round_to_decimals::_4_001_2_expects_4_0 ... ok [INFO] [stdout] test tests::round_to_decimals::_4_001_0_expects_4_0 ... ok [INFO] [stdout] test tests::round_to_decimals::_4_001_3_expects_4_001 ... ok [INFO] [stdout] test tests::round_to_decimals::_4_001_4_expects_4_001 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-f6e70b4969b17506) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test basic_payoff ... ok [INFO] [stdout] test outperform_debt_snowball ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/loan_payoff_cli-316f0a459c770403) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/loan_payoff_web_ui-bc5d2ff9c4c7a09a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests loan_payoff [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "472c134f4a3f472ded9aeb5cd217c44f833a873a2c37e9e1f95617b8ae4b2fc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "472c134f4a3f472ded9aeb5cd217c44f833a873a2c37e9e1f95617b8ae4b2fc6", kill_on_drop: false }` [INFO] [stdout] 472c134f4a3f472ded9aeb5cd217c44f833a873a2c37e9e1f95617b8ae4b2fc6