[INFO] cloning repository https://github.com/frewsxcv/fuzz-robustness-orientation [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frewsxcv/fuzz-robustness-orientation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrewsxcv%2Ffuzz-robustness-orientation", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrewsxcv%2Ffuzz-robustness-orientation'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 26d597de9dd0d5a9516d1f268c18ffb3d6ab04b6 [INFO] testing frewsxcv/fuzz-robustness-orientation against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrewsxcv%2Ffuzz-robustness-orientation" "/workspace/builds/worker-45/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-45/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/frewsxcv/fuzz-robustness-orientation on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/frewsxcv/fuzz-robustness-orientation [INFO] finished tweaking git repo https://github.com/frewsxcv/fuzz-robustness-orientation [INFO] tweaked toml for git repo https://github.com/frewsxcv/fuzz-robustness-orientation written to /workspace/builds/worker-45/source/Cargo.toml [INFO] crate git repo https://github.com/frewsxcv/fuzz-robustness-orientation already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5e8deb459dcb51090c9f25765253077b647d6446db57f8b5e30b58a1c97d355 [INFO] running `Command { std: "docker" "start" "-a" "b5e8deb459dcb51090c9f25765253077b647d6446db57f8b5e30b58a1c97d355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5e8deb459dcb51090c9f25765253077b647d6446db57f8b5e30b58a1c97d355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5e8deb459dcb51090c9f25765253077b647d6446db57f8b5e30b58a1c97d355", kill_on_drop: false }` [INFO] [stdout] b5e8deb459dcb51090c9f25765253077b647d6446db57f8b5e30b58a1c97d355 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96501a7400394c4c0b9a4a17b23a51ab9467fad421651a644621dbaabb64e3f6 [INFO] running `Command { std: "docker" "start" "-a" "96501a7400394c4c0b9a4a17b23a51ab9467fad421651a644621dbaabb64e3f6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling robust2d v0.1.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling fuzz-robustness-orientation v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.23s [INFO] running `Command { std: "docker" "inspect" "96501a7400394c4c0b9a4a17b23a51ab9467fad421651a644621dbaabb64e3f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96501a7400394c4c0b9a4a17b23a51ab9467fad421651a644621dbaabb64e3f6", kill_on_drop: false }` [INFO] [stdout] 96501a7400394c4c0b9a4a17b23a51ab9467fad421651a644621dbaabb64e3f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c09a3e1d7a50d9070a9b7250b6d67367b0c11048fe098776c5372cf7e4351b2 [INFO] running `Command { std: "docker" "start" "-a" "8c09a3e1d7a50d9070a9b7250b6d67367b0c11048fe098776c5372cf7e4351b2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fuzz-robustness-orientation v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `cgmath` [INFO] [stdout] --> src/exactpred.rs:1119:9 [INFO] [stdout] | [INFO] [stdout] 1119 | use cgmath::Point2; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `cgmath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1131:32 [INFO] [stdout] | [INFO] [stdout] 1131 | let det = orient2d(&from, &to, &p); [INFO] [stdout] | ^^^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1131 - let det = orient2d(&from, &to, &p); [INFO] [stdout] 1131 + let det = orient2d(from, &to, &p); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1131:39 [INFO] [stdout] | [INFO] [stdout] 1131 | let det = orient2d(&from, &to, &p); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1131 - let det = orient2d(&from, &to, &p); [INFO] [stdout] 1131 + let det = orient2d(&from, to, &p); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1131:44 [INFO] [stdout] | [INFO] [stdout] 1131 | let det = orient2d(&from, &to, &p); [INFO] [stdout] | ^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1131 - let det = orient2d(&from, &to, &p); [INFO] [stdout] 1131 + let det = orient2d(&from, &to, p); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1144:26 [INFO] [stdout] | [INFO] [stdout] 1144 | assert!(incircle(&from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] | ^^^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1144 - assert!(incircle(&from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] 1144 + assert!(incircle(from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1144:33 [INFO] [stdout] | [INFO] [stdout] 1144 | assert!(incircle(&from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] | ^^^^^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1144 - assert!(incircle(&from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] 1144 + assert!(incircle(&from, p_left, &to, &p_query) > 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1144:42 [INFO] [stdout] | [INFO] [stdout] 1144 | assert!(incircle(&from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1144 - assert!(incircle(&from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] 1144 + assert!(incircle(&from, &p_left, to, &p_query) > 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1144:47 [INFO] [stdout] | [INFO] [stdout] 1144 | assert!(incircle(&from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] | ^^^^^^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1144 - assert!(incircle(&from, &p_left, &to, &p_query) > 0.0); [INFO] [stdout] 1144 + assert!(incircle(&from, &p_left, &to, p_query) > 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1145:26 [INFO] [stdout] | [INFO] [stdout] 1145 | assert!(incircle(&from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] | ^^^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1145 - assert!(incircle(&from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] 1145 + assert!(incircle(from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1145:33 [INFO] [stdout] | [INFO] [stdout] 1145 | assert!(incircle(&from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1145 - assert!(incircle(&from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] 1145 + assert!(incircle(&from, to, &p_right, &p_query) > 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1145:38 [INFO] [stdout] | [INFO] [stdout] 1145 | assert!(incircle(&from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] | ^^^^^^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1145 - assert!(incircle(&from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] 1145 + assert!(incircle(&from, &to, p_right, &p_query) > 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1145:48 [INFO] [stdout] | [INFO] [stdout] 1145 | assert!(incircle(&from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] | ^^^^^^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1145 - assert!(incircle(&from, &to, &p_right, &p_query) > 0.0); [INFO] [stdout] 1145 + assert!(incircle(&from, &to, &p_right, p_query) > 0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1155:26 [INFO] [stdout] | [INFO] [stdout] 1155 | assert!(incircle(&pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1155 - assert!(incircle(&pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] 1155 + assert!(incircle(pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1155:31 [INFO] [stdout] | [INFO] [stdout] 1155 | assert!(incircle(&pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1155 - assert!(incircle(&pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] 1155 + assert!(incircle(&pa, pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1155:36 [INFO] [stdout] | [INFO] [stdout] 1155 | assert!(incircle(&pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1155 - assert!(incircle(&pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] 1155 + assert!(incircle(&pa, &pb, pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1155:41 [INFO] [stdout] | [INFO] [stdout] 1155 | assert!(incircle(&pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1155 - assert!(incircle(&pa, &pb, &pc, &pd) != 1.9217716744382023e-16f64); [INFO] [stdout] 1155 + assert!(incircle(&pa, &pb, &pc, pd) != 1.9217716744382023e-16f64); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1157:26 [INFO] [stdout] | [INFO] [stdout] 1157 | assert!(incircle(&pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1157 - assert!(incircle(&pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] 1157 + assert!(incircle(pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1157:31 [INFO] [stdout] | [INFO] [stdout] 1157 | assert!(incircle(&pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1157 - assert!(incircle(&pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] 1157 + assert!(incircle(&pa, pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1157:36 [INFO] [stdout] | [INFO] [stdout] 1157 | assert!(incircle(&pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1157 - assert!(incircle(&pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] 1157 + assert!(incircle(&pa, &pb, pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1157:41 [INFO] [stdout] | [INFO] [stdout] 1157 | assert!(incircle(&pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1157 - assert!(incircle(&pa, &pb, &pc, &pd) == -8.0140565430358e-30f64); [INFO] [stdout] 1157 + assert!(incircle(&pa, &pb, &pc, pd) == -8.0140565430358e-30f64); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1167:26 [INFO] [stdout] | [INFO] [stdout] 1167 | assert!(incircle(&pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1167 - assert!(incircle(&pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] 1167 + assert!(incircle(pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1167:31 [INFO] [stdout] | [INFO] [stdout] 1167 | assert!(incircle(&pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1167 - assert!(incircle(&pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] 1167 + assert!(incircle(&pa, pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1167:36 [INFO] [stdout] | [INFO] [stdout] 1167 | assert!(incircle(&pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1167 - assert!(incircle(&pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] 1167 + assert!(incircle(&pa, &pb, pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1167:41 [INFO] [stdout] | [INFO] [stdout] 1167 | assert!(incircle(&pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1167 - assert!(incircle(&pa, &pb, &pc, &pd) != -1.1074731814540733e-16); [INFO] [stdout] 1167 + assert!(incircle(&pa, &pb, &pc, pd) != -1.1074731814540733e-16); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1169:26 [INFO] [stdout] | [INFO] [stdout] 1169 | assert!(incircle(&pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1169 - assert!(incircle(&pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] 1169 + assert!(incircle(pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1169:31 [INFO] [stdout] | [INFO] [stdout] 1169 | assert!(incircle(&pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1169 - assert!(incircle(&pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] 1169 + assert!(incircle(&pa, pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1169:36 [INFO] [stdout] | [INFO] [stdout] 1169 | assert!(incircle(&pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1169 - assert!(incircle(&pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] 1169 + assert!(incircle(&pa, &pb, pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exactpred.rs:1169:41 [INFO] [stdout] | [INFO] [stdout] 1169 | assert!(incircle(&pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] | ^^^ expected array `[f64; 2]`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected array `[f64; 2]` [INFO] [stdout] found reference `&_` [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 1169 - assert!(incircle(&pa, &pb, &pc, &pd) == 7.226864249343135e-30); [INFO] [stdout] 1169 + assert!(incircle(&pa, &pb, &pc, pd) == 7.226864249343135e-30); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fuzz-robustness-orientation` due to 29 previous errors [INFO] running `Command { std: "docker" "inspect" "8c09a3e1d7a50d9070a9b7250b6d67367b0c11048fe098776c5372cf7e4351b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c09a3e1d7a50d9070a9b7250b6d67367b0c11048fe098776c5372cf7e4351b2", kill_on_drop: false }` [INFO] [stdout] 8c09a3e1d7a50d9070a9b7250b6d67367b0c11048fe098776c5372cf7e4351b2