[INFO] cloning repository https://github.com/tiagoGottardo/cv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tiagoGottardo/cv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FtiagoGottardo%2Fcv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FtiagoGottardo%2Fcv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f4416be26c02db0db80d522c1514766dc48bfebd
[INFO] checking tiagoGottardo/cv/f4416be26c02db0db80d522c1514766dc48bfebd against da86f4d0726be475afbbffe40cb2f65741c51ad3 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FtiagoGottardo%2Fcv" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tiagoGottardo/cv
[INFO] finished tweaking git repo https://github.com/tiagoGottardo/cv
[INFO] tweaked toml for git repo https://github.com/tiagoGottardo/cv written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tiagoGottardo/cv on toolchain da86f4d0726be475afbbffe40cb2f65741c51ad3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tiagoGottardo/cv 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" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ndarray-rand v0.16.0
[INFO] [stderr]   Downloaded mnist v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a
[INFO] running `Command { std: "docker" "start" "04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a", 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" "04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a" "/opt/rustwide/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a", 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" "04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a" "/opt/rustwide/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking mnist v0.6.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling clang v2.0.0
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling opencv-binding-generator v0.101.0
[INFO] [stderr]     Checking ndarray-rand v0.16.0
[INFO] [stderr]    Compiling opencv v0.98.2
[INFO] [stderr]     Checking computer-vision v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `opencv::core::AlgorithmHint`
[INFO] [stdout]  --> src/background_subtraction.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{self, AlgorithmHint, Mat, Point, Rect, Scalar, Size, Vector},
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ no `AlgorithmHint` in `opencv::hub::core`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 3 -     core::{self, AlgorithmHint, Mat, Point, Rect, Scalar, Size, Vector},
[INFO] [stdout] 3 +     core::{self, Algorithm, Mat, Point, Rect, Scalar, Size, Vector},
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `opencv::core::AlgorithmHint`
[INFO] [stdout]  --> src/edge_detectors.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{self, AlgorithmHint, Mat},
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ no `AlgorithmHint` in `opencv::hub::core`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 3 -     core::{self, AlgorithmHint, Mat},
[INFO] [stdout] 3 +     core::{self, Algorithm, Mat},
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `opencv::core::AlgorithmHint`
[INFO] [stdout]  --> src/hough.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{self, AlgorithmHint, Mat, Point, Scalar, Size, Vec3f, Vector},
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ no `AlgorithmHint` in `opencv::hub::core`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 3 -     core::{self, AlgorithmHint, Mat, Point, Scalar, Size, Vec3f, Vector},
[INFO] [stdout] 3 +     core::{self, Algorithm, Mat, Point, Scalar, Size, Vec3f, Vector},
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `opencv::core::AlgorithmHint`
[INFO] [stdout]  --> src/background_subtraction.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{self, AlgorithmHint, Mat, Point, Rect, Scalar, Size, Vector},
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ no `AlgorithmHint` in `opencv::hub::core`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 3 -     core::{self, AlgorithmHint, Mat, Point, Rect, Scalar, Size, Vector},
[INFO] [stdout] 3 +     core::{self, Algorithm, Mat, Point, Rect, Scalar, Size, Vector},
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `opencv::core::AlgorithmHint`
[INFO] [stdout]  --> src/edge_detectors.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{self, AlgorithmHint, Mat},
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ no `AlgorithmHint` in `opencv::hub::core`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 3 -     core::{self, AlgorithmHint, Mat},
[INFO] [stdout] 3 +     core::{self, Algorithm, Mat},
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `opencv::core::AlgorithmHint`
[INFO] [stdout]  --> src/hough.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{self, AlgorithmHint, Mat, Point, Scalar, Size, Vec3f, Vector},
[INFO] [stdout]   |                  ^^^^^^^^^^^^^ no `AlgorithmHint` in `opencv::hub::core`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 3 -     core::{self, AlgorithmHint, Mat, Point, Scalar, Size, Vec3f, Vector},
[INFO] [stdout] 3 +     core::{self, Algorithm, Mat, Point, Scalar, Size, Vec3f, Vector},
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `AlgorithmHint` in `core`
[INFO] [stdout]   --> src/viola_jones.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 |         opencv::core::AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ could not find `AlgorithmHint` in `core`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 26 -         opencv::core::AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout] 26 +         opencv::core::Algorithm::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `AlgorithmHint` in `core`
[INFO] [stdout]   --> src/viola_jones.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 |         opencv::core::AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ could not find `AlgorithmHint` in `core`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 26 -         opencv::core::AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout] 26 +         opencv::core::Algorithm::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:55:5
[INFO] [stdout]      |
[INFO] [stdout]   55 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   62 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   61 -         core::BORDER_DEFAULT,
[INFO] [stdout]   62 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   61 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:189:14
[INFO] [stdout]      |
[INFO] [stdout]  189 |         1 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  194 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  193 -             0,
[INFO] [stdout]  194 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  193 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:197:14
[INFO] [stdout]      |
[INFO] [stdout]  197 |         4 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  202 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  201 -             0,
[INFO] [stdout]  202 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  201 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:282:14
[INFO] [stdout]      |
[INFO] [stdout]  282 |         3 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  287 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  286 -             0,
[INFO] [stdout]  287 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  286 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:289:14
[INFO] [stdout]      |
[INFO] [stdout]  289 |         4 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  294 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  293 -             0,
[INFO] [stdout]  294 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  293 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:55:5
[INFO] [stdout]      |
[INFO] [stdout]   55 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   62 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   61 -         core::BORDER_DEFAULT,
[INFO] [stdout]   62 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   61 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:189:14
[INFO] [stdout]      |
[INFO] [stdout]  189 |         1 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  194 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  193 -             0,
[INFO] [stdout]  194 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  193 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:197:14
[INFO] [stdout]      |
[INFO] [stdout]  197 |         4 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  202 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  201 -             0,
[INFO] [stdout]  202 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  201 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:282:14
[INFO] [stdout]      |
[INFO] [stdout]  282 |         3 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  287 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  286 -             0,
[INFO] [stdout]  287 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  286 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/background_subtraction.rs:289:14
[INFO] [stdout]      |
[INFO] [stdout]  289 |         4 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  294 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  293 -             0,
[INFO] [stdout]  294 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  293 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/edge_detectors.rs:13:5
[INFO] [stdout]      |
[INFO] [stdout]   13 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   20 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   19 -         core::BORDER_DEFAULT,
[INFO] [stdout]   20 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   19 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/edge_detectors.rs:38:5
[INFO] [stdout]      |
[INFO] [stdout]   38 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   45 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   44 -         core::BORDER_DEFAULT,
[INFO] [stdout]   45 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   44 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/edge_detectors.rs:76:5
[INFO] [stdout]      |
[INFO] [stdout]   76 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   83 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   82 -         core::BORDER_DEFAULT,
[INFO] [stdout]   83 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   82 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AlgorithmHint` in this scope
[INFO] [stdout]   --> src/histogram.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `AlgorithmHint`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 10 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout] 10 +         Algorithm::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/histogram.rs:5:5
[INFO] [stdout]      |
[INFO] [stdout]    5 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   10 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]    9 -         0,
[INFO] [stdout]   10 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    9 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AlgorithmHint` in this scope
[INFO] [stdout]   --> src/histogram.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `AlgorithmHint`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 32 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout] 32 +         Algorithm::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/histogram.rs:27:5
[INFO] [stdout]      |
[INFO] [stdout]   27 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   32 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   31 -         0,
[INFO] [stdout]   32 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   31 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AlgorithmHint` in this scope
[INFO] [stdout]   --> src/histogram.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `AlgorithmHint`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 51 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout] 51 +         Algorithm::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/histogram.rs:46:5
[INFO] [stdout]      |
[INFO] [stdout]   46 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   51 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   50 -         0,
[INFO] [stdout]   51 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   50 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:32:5
[INFO] [stdout]      |
[INFO] [stdout]   32 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   37 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   36 -         0,
[INFO] [stdout]   37 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   36 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:42:5
[INFO] [stdout]      |
[INFO] [stdout]   42 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   49 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   48 -         core::BORDER_DEFAULT,
[INFO] [stdout]   49 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   48 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:261:14
[INFO] [stdout]      |
[INFO] [stdout]  261 |         3 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  266 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  265 -             0,
[INFO] [stdout]  266 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  265 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:268:14
[INFO] [stdout]      |
[INFO] [stdout]  268 |         4 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  273 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  272 -             0,
[INFO] [stdout]  273 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  272 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:284:5
[INFO] [stdout]      |
[INFO] [stdout]  284 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  291 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  290 -         core::BORDER_DEFAULT,
[INFO] [stdout]  291 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  290 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:302:13
[INFO] [stdout]      |
[INFO] [stdout]  302 |             imgproc::gaussian_blur(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  309 |                 AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |                 -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  308 -                 core::BORDER_DEFAULT,
[INFO] [stdout]  309 -                 AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  308 +                 core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:369:5
[INFO] [stdout]      |
[INFO] [stdout]  369 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  374 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  373 -         0,
[INFO] [stdout]  374 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  373 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:378:5
[INFO] [stdout]      |
[INFO] [stdout]  378 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  385 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  384 -         core::BORDER_DEFAULT,
[INFO] [stdout]  385 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  384 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 9 arguments but 10 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:399:5
[INFO] [stdout]      |
[INFO] [stdout]  399 |     imgproc::hough_lines(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  409 |         false,
[INFO] [stdout]      |         ----- unexpected argument #10 of type `bool`
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2778:9
[INFO] [stdout]      |
[INFO] [stdout] 2778 |     pub fn hough_lines(image: &impl ToInputArray, lines: &mut impl ToOutputArray, rho: f64, theta: f64, threshold: i32, srn: f64, ...
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  408 -         std::f64::consts::PI,
[INFO] [stdout]  409 -         false,
[INFO] [stdout]  408 +         std::f64::consts::PI,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/viola_jones.rs:21:5
[INFO] [stdout]      |
[INFO] [stdout]   21 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   26 |         opencv::core::AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         ---------------------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   25 -         0,
[INFO] [stdout]   26 -         opencv::core::AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   25 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/edge_detectors.rs:13:5
[INFO] [stdout]      |
[INFO] [stdout]   13 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   20 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   19 -         core::BORDER_DEFAULT,
[INFO] [stdout]   20 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   19 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/edge_detectors.rs:38:5
[INFO] [stdout]      |
[INFO] [stdout]   38 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   45 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   44 -         core::BORDER_DEFAULT,
[INFO] [stdout]   45 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   44 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/edge_detectors.rs:76:5
[INFO] [stdout]      |
[INFO] [stdout]   76 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   83 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   82 -         core::BORDER_DEFAULT,
[INFO] [stdout]   83 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   82 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AlgorithmHint` in this scope
[INFO] [stdout]   --> src/histogram.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `AlgorithmHint`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 10 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout] 10 +         Algorithm::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/histogram.rs:5:5
[INFO] [stdout]      |
[INFO] [stdout]    5 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   10 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]    9 -         0,
[INFO] [stdout]   10 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    9 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AlgorithmHint` in this scope
[INFO] [stdout]   --> src/histogram.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `AlgorithmHint`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 32 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout] 32 +         Algorithm::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/histogram.rs:27:5
[INFO] [stdout]      |
[INFO] [stdout]   27 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   32 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   31 -         0,
[INFO] [stdout]   32 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   31 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AlgorithmHint` in this scope
[INFO] [stdout]   --> src/histogram.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of undeclared type `AlgorithmHint`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 51 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout] 51 +         Algorithm::ALGO_HINT_DEFAULT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/histogram.rs:46:5
[INFO] [stdout]      |
[INFO] [stdout]   46 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   51 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   50 -         0,
[INFO] [stdout]   51 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   50 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:32:5
[INFO] [stdout]      |
[INFO] [stdout]   32 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   37 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   36 -         0,
[INFO] [stdout]   37 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   36 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:42:5
[INFO] [stdout]      |
[INFO] [stdout]   42 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   49 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   48 -         core::BORDER_DEFAULT,
[INFO] [stdout]   49 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   48 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:261:14
[INFO] [stdout]      |
[INFO] [stdout]  261 |         3 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  266 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  265 -             0,
[INFO] [stdout]  266 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  265 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:268:14
[INFO] [stdout]      |
[INFO] [stdout]  268 |         4 => imgproc::cvt_color(
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  273 |             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |             -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  272 -             0,
[INFO] [stdout]  273 -             AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  272 +             0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:284:5
[INFO] [stdout]      |
[INFO] [stdout]  284 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  291 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  290 -         core::BORDER_DEFAULT,
[INFO] [stdout]  291 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  290 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:302:13
[INFO] [stdout]      |
[INFO] [stdout]  302 |             imgproc::gaussian_blur(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  309 |                 AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |                 -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  308 -                 core::BORDER_DEFAULT,
[INFO] [stdout]  309 -                 AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  308 +                 core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:369:5
[INFO] [stdout]      |
[INFO] [stdout]  369 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  374 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  373 -         0,
[INFO] [stdout]  374 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  373 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 7 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:378:5
[INFO] [stdout]      |
[INFO] [stdout]  378 |     imgproc::gaussian_blur(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  385 |         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         -------------------------------- unexpected argument #7
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2450:9
[INFO] [stdout]      |
[INFO] [stdout] 2450 |     pub fn gaussian_blur(src: &impl ToInputArray, dst: &mut impl ToOutputArray, ksize: core::Size, sigma_x: f64, sigma_y: f64, bor...
[INFO] [stdout]      |            ^^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  384 -         core::BORDER_DEFAULT,
[INFO] [stdout]  385 -         AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]  384 +         core::BORDER_DEFAULT,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 9 arguments but 10 arguments were supplied
[INFO] [stdout]     --> src/hough.rs:399:5
[INFO] [stdout]      |
[INFO] [stdout]  399 |     imgproc::hough_lines(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  409 |         false,
[INFO] [stdout]      |         ----- unexpected argument #10 of type `bool`
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:2778:9
[INFO] [stdout]      |
[INFO] [stdout] 2778 |     pub fn hough_lines(image: &impl ToInputArray, lines: &mut impl ToOutputArray, rho: f64, theta: f64, threshold: i32, srn: f64, ...
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]  408 -         std::f64::consts::PI,
[INFO] [stdout]  409 -         false,
[INFO] [stdout]  408 +         std::f64::consts::PI,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 5 arguments were supplied
[INFO] [stdout]     --> src/viola_jones.rs:21:5
[INFO] [stdout]      |
[INFO] [stdout]   21 |     imgproc::cvt_color(
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   26 |         opencv::core::AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]      |         ---------------------------------------------- unexpected argument #5
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/opencv-a194fa4f47b362c0/out/opencv/imgproc.rs:5342:9
[INFO] [stdout]      |
[INFO] [stdout] 5342 |     pub fn cvt_color(src: &impl ToInputArray, dst: &mut impl ToOutputArray, code: i32, dst_cn: i32) -> Result<()> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   25 -         0,
[INFO] [stdout]   26 -         opencv::core::AlgorithmHint::ALGO_HINT_DEFAULT,
[INFO] [stdout]   25 +         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `computer-vision` (lib) due to 28 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0061, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `computer-vision` (lib test) due to 28 previous errors
[INFO] running `Command { std: "docker" "inspect" "04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a", kill_on_drop: false }`
[INFO] [stdout] 04ac0c5a739910a2bd8204bbe2f1d4b94d0dd4630754d244a919e34d7598118a
