[INFO] fetching crate inari 0.15.0... [INFO] testing inari-0.15.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate inari 0.15.0 into /workspace/builds/worker-44/source [INFO] validating manifest of crates.io crate inari 0.15.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-44/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-44/source/rust-toolchain [INFO] started tweaking crates.io crate inari 0.15.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate inari 0.15.0 [INFO] tweaked toml for crates.io crate inari 0.15.0 written to /workspace/builds/worker-44/source/Cargo.toml [INFO] crate crates.io crate inari 0.15.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded forward_ref v1.0.0 [INFO] [stderr] Downloaded nom v7.0.0 [INFO] [stderr] Downloaded minimal-lexical v0.1.2 [INFO] [stderr] Downloaded az v1.1.1 [INFO] [stderr] Downloaded rug v1.12.0 [INFO] [stderr] Downloaded gmp-mpfr-sys v1.4.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90afba9f868d22ce54ffae914da4f51df14f44b9c88dffb3e3a3633ddb6e1f85 [INFO] running `Command { std: "docker" "start" "-a" "90afba9f868d22ce54ffae914da4f51df14f44b9c88dffb3e3a3633ddb6e1f85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90afba9f868d22ce54ffae914da4f51df14f44b9c88dffb3e3a3633ddb6e1f85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90afba9f868d22ce54ffae914da4f51df14f44b9c88dffb3e3a3633ddb6e1f85", kill_on_drop: false }` [INFO] [stdout] 90afba9f868d22ce54ffae914da4f51df14f44b9c88dffb3e3a3633ddb6e1f85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f15d6a070882921051cfaa5bf42b2320660abe0453a3edcd74ca64dd7418e9c4 [INFO] running `Command { std: "docker" "start" "-a" "f15d6a070882921051cfaa5bf42b2320660abe0453a3edcd74ca64dd7418e9c4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling gmp-mpfr-sys v1.4.5 [INFO] [stderr] Compiling az v1.1.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling minimal-lexical v0.1.2 [INFO] [stderr] Compiling rug v1.12.0 [INFO] [stderr] Compiling forward_ref v1.0.0 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling inari v0.15.0 (/opt/rustwide/workdir) [INFO] [stdout] error: RUSTFLAGS='-Ctarget-cpu=haswell' or later is required. See https://doc.rust-lang.org/rustc/codegen-options/#target-cpu [INFO] [stdout] --> src/simd/x86_64.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 174 | ... compile_error!("RUSTFLAGS='-Ctarget-cpu=haswell' or later is required. See https://doc.rust-lang.org/rustc/codegen-options/#target-cpu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `add_ru` in this scope [INFO] [stdout] --> src/arith.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | Self { rep: add_ru(x, y) } [INFO] [stdout] | ^^^^^^ help: a function with a similar name exists: `add_rn` [INFO] [stdout] | [INFO] [stdout] ::: src/simd/x86_64.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) fn add_rn(x: F64X2, y: F64X2) -> F64X2 { [INFO] [stdout] | ------------------------------------------------- similarly named function `add_rn` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `add_ru` in this scope [INFO] [stdout] --> src/arith.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | Self { rep: add_ru(x, y) } [INFO] [stdout] | ^^^^^^ help: a function with a similar name exists: `add_rn` [INFO] [stdout] | [INFO] [stdout] ::: src/simd/x86_64.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) fn add_rn(x: F64X2, y: F64X2) -> F64X2 { [INFO] [stdout] | ------------------------------------------------- similarly named function `add_rn` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:74:26 [INFO] [stdout] | [INFO] [stdout] 74 | let xy = mul_ru(x, y); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | let zw = mul_ru(z, w); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:91:29 [INFO] [stdout] | [INFO] [stdout] 91 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:104:29 [INFO] [stdout] | [INFO] [stdout] 104 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:111:29 [INFO] [stdout] | [INFO] [stdout] 111 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:117:29 [INFO] [stdout] | [INFO] [stdout] 117 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:124:29 [INFO] [stdout] | [INFO] [stdout] 124 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/arith.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:163:29 [INFO] [stdout] | [INFO] [stdout] 163 | Self { rep: div_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:170:29 [INFO] [stdout] | [INFO] [stdout] 170 | Self { rep: div_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:177:36 [INFO] [stdout] | [INFO] [stdout] 177 | rep: shuffle02(div_ru(x, y), splat(f64::INFINITY)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:185:29 [INFO] [stdout] | [INFO] [stdout] 185 | Self { rep: div_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:192:58 [INFO] [stdout] | [INFO] [stdout] 192 | rep: shuffle03(splat(f64::INFINITY), div_ru(x, y)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:199:29 [INFO] [stdout] | [INFO] [stdout] 199 | Self { rep: div_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:206:58 [INFO] [stdout] | [INFO] [stdout] 206 | rep: shuffle02(splat(f64::INFINITY), div_ru(x, y)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:214:29 [INFO] [stdout] | [INFO] [stdout] 214 | Self { rep: div_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:221:36 [INFO] [stdout] | [INFO] [stdout] 221 | rep: shuffle02(div_ru(x, y), splat(f64::INFINITY)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/arith.rs:229:29 [INFO] [stdout] | [INFO] [stdout] 229 | Self { rep: div_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sub_ru` in this scope [INFO] [stdout] --> src/basic.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | let z = sub_ru(x, y); // [a - c, b - d] = [c - a; b - d] = [-a; b] .- [-c; d] [INFO] [stdout] | ^^^^^^ help: a function with a similar name exists: `sub_rn` [INFO] [stdout] | [INFO] [stdout] ::: src/simd/x86_64.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 145 | pub(crate) fn sub_rn(x: F64X2, y: F64X2) -> F64X2 { [INFO] [stdout] | ------------------------------------------------- similarly named function `sub_rn` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:209:26 [INFO] [stdout] | [INFO] [stdout] 209 | let xy = mul_add_ru(x, y, addend.rep); // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:212:26 [INFO] [stdout] | [INFO] [stdout] 212 | let zw = mul_add_ru(z, w, addend.rep); // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:220:26 [INFO] [stdout] | [INFO] [stdout] 220 | rep: mul_add_ru(x, y, addend.rep), // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:227:26 [INFO] [stdout] | [INFO] [stdout] 227 | rep: mul_add_ru(x, y, addend.rep), // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:234:26 [INFO] [stdout] | [INFO] [stdout] 234 | rep: mul_add_ru(x, y, addend.rep), // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:242:26 [INFO] [stdout] | [INFO] [stdout] 242 | rep: mul_add_ru(x, y, addend.rep), // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | rep: mul_add_ru(x, y, addend.rep), // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:257:26 [INFO] [stdout] | [INFO] [stdout] 257 | rep: mul_add_ru(x, y, addend.rep), // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:265:26 [INFO] [stdout] | [INFO] [stdout] 265 | rep: mul_add_ru(x, y, addend.rep), // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_add_ru` in this scope [INFO] [stdout] --> src/basic.rs:272:26 [INFO] [stdout] | [INFO] [stdout] 272 | rep: mul_add_ru(x, y, addend.rep), // * [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/basic.rs:296:58 [INFO] [stdout] | [INFO] [stdout] 296 | rep: shuffle02(splat(f64::INFINITY), div_ru(x, y)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/basic.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | Self { rep: div_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/basic.rs:310:36 [INFO] [stdout] | [INFO] [stdout] 310 | rep: shuffle13(div_ru(x, y), splat(f64::INFINITY)), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `div_ru` in this scope [INFO] [stdout] --> src/basic.rs:317:29 [INFO] [stdout] | [INFO] [stdout] 317 | Self { rep: div_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/basic.rs:338:25 [INFO] [stdout] | [INFO] [stdout] 338 | let r = mul_ru(x, x); // [a^2; b^2] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/basic.rs:348:29 [INFO] [stdout] | [INFO] [stdout] 348 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mul_ru` in this scope [INFO] [stdout] --> src/basic.rs:354:29 [INFO] [stdout] | [INFO] [stdout] 354 | Self { rep: mul_ru(x, y) } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sqrt1_ru` in this scope [INFO] [stdout] --> src/basic.rs:378:40 [INFO] [stdout] | [INFO] [stdout] 378 | Self::with_infsup_raw(0.0, sqrt1_ru(b)) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sqrt1_rd` in this scope [INFO] [stdout] --> src/basic.rs:380:35 [INFO] [stdout] | [INFO] [stdout] 380 | Self::with_infsup_raw(sqrt1_rd(a), sqrt1_ru(b)) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sqrt1_ru` in this scope [INFO] [stdout] --> src/basic.rs:380:48 [INFO] [stdout] | [INFO] [stdout] 380 | Self::with_infsup_raw(sqrt1_rd(a), sqrt1_ru(b)) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sub1_ru` in this scope [INFO] [stdout] --> src/numeric.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 177 | f64::max(sub1_ru(m, self.inf_raw()), sub1_ru(self.sup_raw(), m)) [INFO] [stdout] | ^^^^^^^ help: a function with a similar name exists: `sub_rn` [INFO] [stdout] | [INFO] [stdout] ::: src/simd/x86_64.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 145 | pub(crate) fn sub_rn(x: F64X2, y: F64X2) -> F64X2 { [INFO] [stdout] | ------------------------------------------------- similarly named function `sub_rn` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sub1_ru` in this scope [INFO] [stdout] --> src/numeric.rs:177:46 [INFO] [stdout] | [INFO] [stdout] 177 | f64::max(sub1_ru(m, self.inf_raw()), sub1_ru(self.sup_raw(), m)) [INFO] [stdout] | ^^^^^^^ help: a function with a similar name exists: `sub_rn` [INFO] [stdout] | [INFO] [stdout] ::: src/simd/x86_64.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 145 | pub(crate) fn sub_rn(x: F64X2, y: F64X2) -> F64X2 { [INFO] [stdout] | ------------------------------------------------- similarly named function `sub_rn` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sub1_ru` in this scope [INFO] [stdout] --> src/numeric.rs:236:19 [INFO] [stdout] | [INFO] [stdout] 236 | let wid = sub1_ru(self.sup_raw(), self.inf_raw()); [INFO] [stdout] | ^^^^^^^ help: a function with a similar name exists: `sub_rn` [INFO] [stdout] | [INFO] [stdout] ::: src/simd/x86_64.rs:145:1 [INFO] [stdout] | [INFO] [stdout] 145 | pub(crate) fn sub_rn(x: F64X2, y: F64X2) -> F64X2 { [INFO] [stdout] | ------------------------------------------------- similarly named function `sub_rn` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 47 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inari` due to 48 previous errors [INFO] running `Command { std: "docker" "inspect" "f15d6a070882921051cfaa5bf42b2320660abe0453a3edcd74ca64dd7418e9c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f15d6a070882921051cfaa5bf42b2320660abe0453a3edcd74ca64dd7418e9c4", kill_on_drop: false }` [INFO] [stdout] f15d6a070882921051cfaa5bf42b2320660abe0453a3edcd74ca64dd7418e9c4