[INFO] fetching crate mexprp 0.3.0... [INFO] checking mexprp-0.3.0 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate mexprp 0.3.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate mexprp 0.3.0 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mexprp 0.3.0 [INFO] finished tweaking crates.io crate mexprp 0.3.0 [INFO] tweaked toml for crates.io crate mexprp 0.3.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f74ead852b43ac0af9a27fa5f5c840fe93b736a6de25784cf20e1e070f2aba8 [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" "8f74ead852b43ac0af9a27fa5f5c840fe93b736a6de25784cf20e1e070f2aba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f74ead852b43ac0af9a27fa5f5c840fe93b736a6de25784cf20e1e070f2aba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f74ead852b43ac0af9a27fa5f5c840fe93b736a6de25784cf20e1e070f2aba8", kill_on_drop: false }` [INFO] [stdout] 8f74ead852b43ac0af9a27fa5f5c840fe93b736a6de25784cf20e1e070f2aba8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf6ff776082ac094aab2e9d5733c62abf07710c502e65ab2dba7b808818c841f [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" "bf6ff776082ac094aab2e9d5733c62abf07710c502e65ab2dba7b808818c841f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling gmp-mpfr-sys v1.4.5 [INFO] [stderr] Compiling az v1.1.1 [INFO] [stderr] Compiling rug v1.12.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking backtrace v0.3.59 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking mexprp v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::rc::Rc` [INFO] [stdout] --> src/expr.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `op::*` [INFO] [stdout] --> src/expr.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use op::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `parse::*` [INFO] [stdout] --> src/expr.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use parse::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Rc` [INFO] [stdout] --> src/expr.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `answer::*` [INFO] [stdout] --> src/expr.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use answer::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `op::*` [INFO] [stdout] --> src/expr.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use op::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/term.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | Operation(Rc>), [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Operate` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `parse::*` [INFO] [stdout] --> src/expr.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use parse::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/term.rs:337:18 [INFO] [stdout] | [INFO] [stdout] 337 | let oper: Rc> = match op { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Operate` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `answer::*` [INFO] [stdout] --> src/expr.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use answer::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/term.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | Operation(Rc>), [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Operate` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/term.rs:337:18 [INFO] [stdout] | [INFO] [stdout] 337 | let oper: Rc> = match op { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Operate` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/context.rs:97:32 [INFO] [stdout] | [INFO] [stdout] 97 | pub funcs: HashMap>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Func` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/context.rs:97:32 [INFO] [stdout] | [INFO] [stdout] 97 | pub funcs: HashMap>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Func` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rug` [INFO] [stdout] --> src/num/rugcomplex.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rug; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ComplexRugRat` [INFO] [stdout] --> src/tests.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 2 | use num::{ComplexFloat, ComplexRugRat}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rug` [INFO] [stdout] --> src/num/rugcomplex.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rug; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/opers.rs:215:17 [INFO] [stdout] | [INFO] [stdout] 215 | fn eval(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:73:33 [INFO] [stdout] | [INFO] [stdout] 73 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:79:16 [INFO] [stdout] | [INFO] [stdout] 79 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:79:30 [INFO] [stdout] | [INFO] [stdout] 79 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:85:16 [INFO] [stdout] | [INFO] [stdout] 85 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:91:30 [INFO] [stdout] | [INFO] [stdout] 91 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | fn div(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | fn div(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:103:16 [INFO] [stdout] | [INFO] [stdout] 103 | fn pow(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | fn pow(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 109 | fn sqrt(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:115:16 [INFO] [stdout] | [INFO] [stdout] 115 | fn nrt(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:115:30 [INFO] [stdout] | [INFO] [stdout] 115 | fn nrt(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | fn abs(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | fn sin(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:133:16 [INFO] [stdout] | [INFO] [stdout] 133 | fn cos(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | fn tan(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | fn asin(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:151:17 [INFO] [stdout] | [INFO] [stdout] 151 | fn acos(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | fn atan(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:163:18 [INFO] [stdout] | [INFO] [stdout] 163 | fn atan2(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:163:32 [INFO] [stdout] | [INFO] [stdout] 163 | fn atan2(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | fn floor(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | fn ceil(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:181:18 [INFO] [stdout] | [INFO] [stdout] 181 | fn round(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:187:16 [INFO] [stdout] | [INFO] [stdout] 187 | fn log(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:187:30 [INFO] [stdout] | [INFO] [stdout] 187 | fn log(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | fn from_f64(t: f64, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:35:42 [INFO] [stdout] | [INFO] [stdout] 35 | fn from_f64_complex((r, i): (f64, f64), ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:54:33 [INFO] [stdout] | [INFO] [stdout] 54 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:11:22 [INFO] [stdout] | [INFO] [stdout] 11 | fn from_f64(t: f64, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:19:43 [INFO] [stdout] | [INFO] [stdout] 19 | fn from_f64_complex((r, _i): (f64, f64), ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:45:30 [INFO] [stdout] | [INFO] [stdout] 45 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | fn div(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugcomplex.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | fn from_f64(t: f64, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:24:42 [INFO] [stdout] | [INFO] [stdout] 24 | fn from_f64_complex((r, i): (f64, f64), ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:32:33 [INFO] [stdout] | [INFO] [stdout] 32 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:11:22 [INFO] [stdout] | [INFO] [stdout] 11 | fn from_f64(t: f64, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | fn from_f64_complex((r, _i): (f64, f64), ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:49:30 [INFO] [stdout] | [INFO] [stdout] 49 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:61:30 [INFO] [stdout] | [INFO] [stdout] 61 | fn div(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | fn pow(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:83:16 [INFO] [stdout] | [INFO] [stdout] 83 | fn abs(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | fn sin(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | fn cos(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | fn tan(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | fn asin(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | fn acos(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | fn atan(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:111:32 [INFO] [stdout] | [INFO] [stdout] 111 | fn atan2(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:115:18 [INFO] [stdout] | [INFO] [stdout] 115 | fn floor(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | fn ceil(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | fn round(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | fn log(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/opers.rs:215:17 [INFO] [stdout] | [INFO] [stdout] 215 | fn eval(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:73:33 [INFO] [stdout] | [INFO] [stdout] 73 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:79:16 [INFO] [stdout] | [INFO] [stdout] 79 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:79:30 [INFO] [stdout] | [INFO] [stdout] 79 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:85:16 [INFO] [stdout] | [INFO] [stdout] 85 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:91:30 [INFO] [stdout] | [INFO] [stdout] 91 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | fn div(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | fn div(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:103:16 [INFO] [stdout] | [INFO] [stdout] 103 | fn pow(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | fn pow(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 109 | fn sqrt(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:115:16 [INFO] [stdout] | [INFO] [stdout] 115 | fn nrt(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:115:30 [INFO] [stdout] | [INFO] [stdout] 115 | fn nrt(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | fn abs(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | fn sin(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:133:16 [INFO] [stdout] | [INFO] [stdout] 133 | fn cos(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | fn tan(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | fn asin(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:151:17 [INFO] [stdout] | [INFO] [stdout] 151 | fn acos(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | fn atan(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:163:18 [INFO] [stdout] | [INFO] [stdout] 163 | fn atan2(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:163:32 [INFO] [stdout] | [INFO] [stdout] 163 | fn atan2(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | fn floor(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | fn ceil(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:181:18 [INFO] [stdout] | [INFO] [stdout] 181 | fn round(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/num/mod.rs:187:16 [INFO] [stdout] | [INFO] [stdout] 187 | fn log(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/mod.rs:187:30 [INFO] [stdout] | [INFO] [stdout] 187 | fn log(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | fn from_f64(t: f64, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:35:42 [INFO] [stdout] | [INFO] [stdout] 35 | fn from_f64_complex((r, i): (f64, f64), ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:54:33 [INFO] [stdout] | [INFO] [stdout] 54 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexrugrat.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:11:22 [INFO] [stdout] | [INFO] [stdout] 11 | fn from_f64(t: f64, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:19:43 [INFO] [stdout] | [INFO] [stdout] 19 | fn from_f64_complex((r, _i): (f64, f64), ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:45:30 [INFO] [stdout] | [INFO] [stdout] 45 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugrat.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | fn div(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/rugcomplex.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | fn from_f64(t: f64, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:24:42 [INFO] [stdout] | [INFO] [stdout] 24 | fn from_f64_complex((r, i): (f64, f64), ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:32:33 [INFO] [stdout] | [INFO] [stdout] 32 | fn tryord(&self, other: &Self, ctx: &Context) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/complexfloat.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:11:22 [INFO] [stdout] | [INFO] [stdout] 11 | fn from_f64(t: f64, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | fn from_f64_complex((r, _i): (f64, f64), ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:49:30 [INFO] [stdout] | [INFO] [stdout] 49 | fn add(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | fn sub(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | fn mul(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:61:30 [INFO] [stdout] | [INFO] [stdout] 61 | fn div(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | fn pow(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:83:16 [INFO] [stdout] | [INFO] [stdout] 83 | fn abs(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | fn sin(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | fn cos(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | fn tan(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | fn asin(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | fn acos(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | fn atan(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:111:32 [INFO] [stdout] | [INFO] [stdout] 111 | fn atan2(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:115:18 [INFO] [stdout] | [INFO] [stdout] 115 | fn floor(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | fn ceil(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | fn round(&self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/num/float64.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | fn log(&self, other: &Self, ctx: &Context) -> Calculation { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 77 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 78 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 58s [INFO] running `Command { std: "docker" "inspect" "bf6ff776082ac094aab2e9d5733c62abf07710c502e65ab2dba7b808818c841f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf6ff776082ac094aab2e9d5733c62abf07710c502e65ab2dba7b808818c841f", kill_on_drop: false }` [INFO] [stdout] bf6ff776082ac094aab2e9d5733c62abf07710c502e65ab2dba7b808818c841f