[INFO] fetching crate calculation 0.1.0...
[INFO] checking calculation-0.1.0 against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] extracting crate calculation 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate calculation 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate calculation 0.1.0
[INFO] tweaked toml for crates.io crate calculation 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate calculation 0.1.0 on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate calculation 0.1.0 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `calculation` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustyline v11.0.0
[INFO] [stderr]   Downloaded str-buf v1.0.6
[INFO] [stderr]   Downloaded error-code v2.3.1
[INFO] [stderr]   Downloaded clipboard-win v4.5.0
[INFO] [stderr]   Downloaded fd-lock v3.0.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547
[INFO] running `Command { std: "docker" "start" "7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `calculation` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking fd-lock v3.0.13
[INFO] [stderr]     Checking rustyline v11.0.0
[INFO] [stderr]     Checking calculation v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/parser.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     token::{self, Token},
[INFO] [stdout]   |             ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> src/expression.rs:31:40
[INFO] [stdout]    |
[INFO] [stdout] 31 |             Constant::Infinity => f64::INFINITY,
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> src/expression.rs:32:35
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Constant::NaN => f64::NAN,
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/expression.rs:133:32
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 n if n == f64::INFINITY => n,
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> src/expression.rs:134:58
[INFO] [stdout]     |
[INFO] [stdout] 134 |                 n if n < 0.0 || n.fract() != 0.0 => f64::NAN,
[INFO] [stdout]     |                                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> src/expression.rs:143:33
[INFO] [stdout]     |
[INFO] [stdout] 143 |                     return f64::NAN;
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/parser.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     token::{self, Token},
[INFO] [stdout]   |             ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> src/expression.rs:31:40
[INFO] [stdout]    |
[INFO] [stdout] 31 |             Constant::Infinity => f64::INFINITY,
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> src/expression.rs:32:35
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Constant::NaN => f64::NAN,
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> src/expression.rs:133:32
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 n if n == f64::INFINITY => n,
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> src/expression.rs:134:58
[INFO] [stdout]     |
[INFO] [stdout] 134 |                 n if n < 0.0 || n.fract() != 0.0 => f64::NAN,
[INFO] [stdout]     |                                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> src/expression.rs:143:33
[INFO] [stdout]     |
[INFO] [stdout] 143 |                     return f64::NAN;
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:33:53
[INFO] [stdout]    |
[INFO] [stdout] 33 |     constant_inf:           ("inf",         Ok(f64::INFINITY)),
[INFO] [stdout]    |                                                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:34:53
[INFO] [stdout]    |
[INFO] [stdout] 34 |     constant_nan:           ("nan",         Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |     constant_nan_mixedcase: ("NaN",         Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:67:53
[INFO] [stdout]    |
[INFO] [stdout] 67 |     identity_infinity:      ("+inf",        Ok(f64::INFINITY)),
[INFO] [stdout]    |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:68:53
[INFO] [stdout]    |
[INFO] [stdout] 68 |     identity_nan:           ("+nan",        Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:72:53
[INFO] [stdout]    |
[INFO] [stdout] 72 |     negate_infinity:        ("-inf",        Ok(f64::NEG_INFINITY)),
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:73:53
[INFO] [stdout]    |
[INFO] [stdout] 73 |     negate_nan:             ("-nan",        Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:76:53
[INFO] [stdout]    |
[INFO] [stdout] 76 |     sqrt_negative:          ("√-4",         Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:79:53
[INFO] [stdout]    |
[INFO] [stdout] 79 |     sqrt_infinity:          ("√inf",        Ok(f64::INFINITY)),
[INFO] [stdout]    |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:80:53
[INFO] [stdout]    |
[INFO] [stdout] 80 |     sqrt_infinity_neg:      ("√-inf",       Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:81:53
[INFO] [stdout]    |
[INFO] [stdout] 81 |     sqrt_nan:               ("√nan",        Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:87:53
[INFO] [stdout]    |
[INFO] [stdout] 87 |     factorial_decimal:      ("3.14!",       Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:88:53
[INFO] [stdout]    |
[INFO] [stdout] 88 |     factorial_negative:     ("-1!",         Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:90:53
[INFO] [stdout]    |
[INFO] [stdout] 90 |     factorial_infinity:     ("inf!",        Ok(f64::INFINITY)),
[INFO] [stdout]    |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:91:53
[INFO] [stdout]    |
[INFO] [stdout] 91 |     factorial_infinity_neg: ("-inf!",       Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]   --> tests/evaluate_test.rs:92:53
[INFO] [stdout]    |
[INFO] [stdout] 92 |     factorial_nan:          ("nan!",        Ok(f64::NAN)),
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:104:53
[INFO] [stdout]     |
[INFO] [stdout] 104 |     add_inf_lhs:            ("inf + 1",     Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:105:53
[INFO] [stdout]     |
[INFO] [stdout] 105 |     add_inf_rhs:            ("1 + inf",     Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:106:53
[INFO] [stdout]     |
[INFO] [stdout] 106 |     add_inf_both:           ("inf + inf",   Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:107:53
[INFO] [stdout]     |
[INFO] [stdout] 107 |     add_inf_opposite:       ("inf + -inf",  Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:108:53
[INFO] [stdout]     |
[INFO] [stdout] 108 |     add_neginf_lhs:         ("-inf + 1",    Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:109:53
[INFO] [stdout]     |
[INFO] [stdout] 109 |     add_neginf_rhs:         ("1 + -inf",    Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:110:53
[INFO] [stdout]     |
[INFO] [stdout] 110 |     add_neginf_both:        ("-inf + -inf", Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:111:53
[INFO] [stdout]     |
[INFO] [stdout] 111 |     add_nan_lhs:            ("nan + 1",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:112:53
[INFO] [stdout]     |
[INFO] [stdout] 112 |     add_nan_rhs:            ("1 + nan",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:113:53
[INFO] [stdout]     |
[INFO] [stdout] 113 |     add_nan_both:           ("nan + nan",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:119:53
[INFO] [stdout]     |
[INFO] [stdout] 119 |     divide_zero:            ("1 / 0",       Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:120:53
[INFO] [stdout]     |
[INFO] [stdout] 120 |     divide_zero_negative:   ("-1 / 0",      Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:125:53
[INFO] [stdout]     |
[INFO] [stdout] 125 |     divide_inf_lhs:         ("inf / 2",     Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:127:53
[INFO] [stdout]     |
[INFO] [stdout] 127 |     divide_inf_both:        ("inf / inf",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:128:53
[INFO] [stdout]     |
[INFO] [stdout] 128 |     divide_inf_opposite:    ("inf / -inf",  Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:129:53
[INFO] [stdout]     |
[INFO] [stdout] 129 |     divide_neginf_lhs:      ("-inf / 2",    Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:131:53
[INFO] [stdout]     |
[INFO] [stdout] 131 |     divide_neginf_both:     ("-inf / -inf", Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:132:53
[INFO] [stdout]     |
[INFO] [stdout] 132 |     divide_nan_lhs:         ("nan / 2",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:133:53
[INFO] [stdout]     |
[INFO] [stdout] 133 |     divide_nan_rhs:         ("2 / nan",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:134:53
[INFO] [stdout]     |
[INFO] [stdout] 134 |     divide_nan_both:        ("nan / nan",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:147:53
[INFO] [stdout]     |
[INFO] [stdout] 147 |     exp_inf_lhs_2:          ("inf ^ 2",     Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:148:53
[INFO] [stdout]     |
[INFO] [stdout] 148 |     exp_inf_rhs:            ("2 ^ inf",     Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:149:53
[INFO] [stdout]     |
[INFO] [stdout] 149 |     exp_inf_both:           ("inf ^ inf",   Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:152:53
[INFO] [stdout]     |
[INFO] [stdout] 152 |     exp_neginf_lhs_2:       ("-inf ^ 2",    Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:153:53
[INFO] [stdout]     |
[INFO] [stdout] 153 |     exp_neginf_lhs_3:       ("-inf ^ 3",    Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:156:53
[INFO] [stdout]     |
[INFO] [stdout] 156 |     exp_nan_lhs:            ("nan ^ 2",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:157:53
[INFO] [stdout]     |
[INFO] [stdout] 157 |     exp_nan_rhs:            ("2 ^ nan",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:158:53
[INFO] [stdout]     |
[INFO] [stdout] 158 |     exp_nan_both:           ("nan ^ nan",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:165:53
[INFO] [stdout]     |
[INFO] [stdout] 165 |     modulo_zero:            ("1 % 0",       Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:171:53
[INFO] [stdout]     |
[INFO] [stdout] 171 |     modulo_inf_lhs:         ("inf % 1",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:172:53
[INFO] [stdout]     |
[INFO] [stdout] 172 |     modulo_inf_rhs:         ("1 % inf",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:173:53
[INFO] [stdout]     |
[INFO] [stdout] 173 |     modulo_inf_both:        ("inf % inf",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:174:53
[INFO] [stdout]     |
[INFO] [stdout] 174 |     modulo_inf_opposite:    ("inf % -inf",  Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:175:53
[INFO] [stdout]     |
[INFO] [stdout] 175 |     modulo_neginf_lhs:      ("-inf % 1",    Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:176:53
[INFO] [stdout]     |
[INFO] [stdout] 176 |     modulo_neginf_rhs:      ("1 % -inf",    Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:177:53
[INFO] [stdout]     |
[INFO] [stdout] 177 |     modulo_neginf_both:     ("-inf % -inf", Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:178:53
[INFO] [stdout]     |
[INFO] [stdout] 178 |     modulo_nan_lhs:         ("nan % 1",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:179:53
[INFO] [stdout]     |
[INFO] [stdout] 179 |     modulo_nan_rhs:         ("1 % nan",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:180:53
[INFO] [stdout]     |
[INFO] [stdout] 180 |     modulo_nan_both:        ("nan % nan",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:190:53
[INFO] [stdout]     |
[INFO] [stdout] 190 |     multiply_inf_lhs:       ("inf * 2",     Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:191:53
[INFO] [stdout]     |
[INFO] [stdout] 191 |     multiply_inf_rhs:       ("2 * inf",     Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:192:53
[INFO] [stdout]     |
[INFO] [stdout] 192 |     multiply_inf_both:      ("inf * inf",   Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:193:53
[INFO] [stdout]     |
[INFO] [stdout] 193 |     multiply_inf_opposite:  ("inf * -inf",  Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:194:53
[INFO] [stdout]     |
[INFO] [stdout] 194 |     multiply_neginf_lhs:    ("-inf * 2",    Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:195:53
[INFO] [stdout]     |
[INFO] [stdout] 195 |     multiply_neginf_rhs:    ("2 * -inf",    Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:196:53
[INFO] [stdout]     |
[INFO] [stdout] 196 |     multiply_neginf_both:   ("-inf * -inf", Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:197:53
[INFO] [stdout]     |
[INFO] [stdout] 197 |     multiply_nan_lhs:       ("nan * 2",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:198:53
[INFO] [stdout]     |
[INFO] [stdout] 198 |     multiply_nan_rhs:       ("2 * nan",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:199:53
[INFO] [stdout]     |
[INFO] [stdout] 199 |     multiply_nan_both:      ("nan * nan",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:205:53
[INFO] [stdout]     |
[INFO] [stdout] 205 |     subtract_inf_lhs:       ("inf - 1",     Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:206:53
[INFO] [stdout]     |
[INFO] [stdout] 206 |     subtract_inf_rhs:       ("1 - inf",     Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:207:53
[INFO] [stdout]     |
[INFO] [stdout] 207 |     subtract_inf_both:      ("inf - inf",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:208:53
[INFO] [stdout]     |
[INFO] [stdout] 208 |     subtract_inf_opposite:  ("inf - -inf",  Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:209:53
[INFO] [stdout]     |
[INFO] [stdout] 209 |     subtract_neginf_lhs:    ("-inf - 1",    Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:210:53
[INFO] [stdout]     |
[INFO] [stdout] 210 |     subtract_neginf_rhs:    ("1 - -inf",    Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:211:53
[INFO] [stdout]     |
[INFO] [stdout] 211 |     subtract_neginf_both:   ("-inf - -inf", Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:212:53
[INFO] [stdout]     |
[INFO] [stdout] 212 |     subtract_nan_lhs:       ("nan - 1",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:213:53
[INFO] [stdout]     |
[INFO] [stdout] 213 |     subtract_nan_rhs:       ("1 - nan",     Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:214:53
[INFO] [stdout]     |
[INFO] [stdout] 214 |     subtract_nan_both:      ("nan - nan",   Ok(f64::NAN)),
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:244:65
[INFO] [stdout]     |
[INFO] [stdout] 244 |     cos_inf:                ("cos(inf)",                Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:245:65
[INFO] [stdout]     |
[INFO] [stdout] 245 |     cos_neginf:             ("cos(-inf)",               Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:246:65
[INFO] [stdout]     |
[INFO] [stdout] 246 |     cos_nan:                ("cos(nan)",                Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:253:65
[INFO] [stdout]     |
[INFO] [stdout] 253 |     degrees_inf:            ("degrees(inf)",            Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:254:65
[INFO] [stdout]     |
[INFO] [stdout] 254 |     degrees_neginf:         ("degrees(-inf)",           Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:255:65
[INFO] [stdout]     |
[INFO] [stdout] 255 |     degrees_nan:            ("degrees(nan)",            Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:262:65
[INFO] [stdout]     |
[INFO] [stdout] 262 |     radians_inf:            ("radians(inf)",            Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:263:65
[INFO] [stdout]     |
[INFO] [stdout] 263 |     radians_neginf:         ("radians(-inf)",           Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:264:65
[INFO] [stdout]     |
[INFO] [stdout] 264 |     radians_nan:            ("radians(nan)",            Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:274:65
[INFO] [stdout]     |
[INFO] [stdout] 274 |     sin_inf:                ("sin(inf)",                Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:275:65
[INFO] [stdout]     |
[INFO] [stdout] 275 |     sin_neginf:             ("sin(-inf)",               Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:276:65
[INFO] [stdout]     |
[INFO] [stdout] 276 |     sin_nan:                ("sin(nan)",                Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:284:65
[INFO] [stdout]     |
[INFO] [stdout] 284 |     round_precision_neg:    ("round(3.14, -1)",         Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:285:65
[INFO] [stdout]     |
[INFO] [stdout] 285 |     round_precision_dec:    ("round(3.14, 1.1)",        Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:286:65
[INFO] [stdout]     |
[INFO] [stdout] 286 |     round_precision_inf:    ("round(3.14, inf)",        Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:287:65
[INFO] [stdout]     |
[INFO] [stdout] 287 |     round_precision_ninf:   ("round(3.14, -inf)",       Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:288:65
[INFO] [stdout]     |
[INFO] [stdout] 288 |     round_precision_nan:    ("round(3.14, nan)",        Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::INFINITY`: replaced by the `INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:289:65
[INFO] [stdout]     |
[INFO] [stdout] 289 |     round_inf:              ("round(inf)",              Ok(f64::INFINITY)),
[INFO] [stdout]     |                                                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:290:65
[INFO] [stdout]     |
[INFO] [stdout] 290 |     round_inf_inf:          ("round(inf, inf)",         Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:291:65
[INFO] [stdout]     |
[INFO] [stdout] 291 |     round_neginf:           ("round(-inf)",             Ok(f64::NEG_INFINITY)),
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:292:65
[INFO] [stdout]     |
[INFO] [stdout] 292 |     round_nan:              ("round(nan)",              Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:303:65
[INFO] [stdout]     |
[INFO] [stdout] 303 |     tan_inf:                ("tan(inf)",                Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:304:65
[INFO] [stdout]     |
[INFO] [stdout] 304 |     tan_neginf:             ("tan(-inf)",               Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::NAN`: replaced by the `NAN` associated constant on `f64`
[INFO] [stdout]    --> tests/evaluate_test.rs:305:65
[INFO] [stdout]     |
[INFO] [stdout] 305 |     tan_nan:                ("tan(nan)",                Ok(f64::NAN)),
[INFO] [stdout]     |                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.35s
[INFO] running `Command { std: "docker" "inspect" "7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547", kill_on_drop: false }`
[INFO] [stdout] 7c1c4cba44fb8ea97f3200de1d49fde31d685588e35f9fe9675890cefe470547
