[INFO] fetching crate libdebayer 0.3.0...
[INFO] testing libdebayer-0.3.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate libdebayer 0.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate libdebayer 0.3.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate libdebayer 0.3.0
[INFO] tweaked toml for crates.io crate libdebayer 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libdebayer 0.3.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate libdebayer 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bc08a2ff23f38c32fdadad74d9aa1c05822844f6aff972094bbe3c614ed9e111
[INFO] running `Command { std: "docker" "start" "-a" "bc08a2ff23f38c32fdadad74d9aa1c05822844f6aff972094bbe3c614ed9e111", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc08a2ff23f38c32fdadad74d9aa1c05822844f6aff972094bbe3c614ed9e111", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc08a2ff23f38c32fdadad74d9aa1c05822844f6aff972094bbe3c614ed9e111", kill_on_drop: false }`
[INFO] [stdout] bc08a2ff23f38c32fdadad74d9aa1c05822844f6aff972094bbe3c614ed9e111
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59112a2abdafdc8c0dcd2142e7ff867dfafeba2f723b62a0f0bb1255b66b1763
[INFO] running `Command { std: "docker" "start" "-a" "59112a2abdafdc8c0dcd2142e7ff867dfafeba2f723b62a0f0bb1255b66b1763", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling prettyplease v0.2.22
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling anyhow v1.0.87
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.1.16
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling clang v2.0.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling opencv-binding-generator v0.90.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling opencv v0.92.3
[INFO] [stderr]    Compiling libdebayer-sys v0.2.0
[INFO] [stderr] error: failed to run custom build command for `libdebayer-sys v0.2.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libdebayer-sys-11ee8a0d9060d72f/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (801) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libdebayer-sys-0.2.0/build.rs:8:52:
[INFO] [stderr]   CUDA_PATH not set: NotPresent
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5d29bcbf8572 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5d29bcbf8572 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5d29bcbf8572 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5d29bcbf8572 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5d29bcc098ff - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x5d29bcc098ff - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]      6:     0x5d29bcbc7da1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x5d29bcbc7da1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x5d29bcbd2e42 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x5d29bcbd688f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x5d29bcbd66e9 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x5d29bcbd6fc5 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x5d29bcbd6daa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x5d29bcbd2f79 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x5d29bcbbbd8d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x5d29bcc139d0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x5d29bcc12c16 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stderr]     17:     0x5d29bc510974 - core::result::Result<T,E>::expect::h4240da8de1511164
[INFO] [stderr]     18:     0x5d29bc50ce9e - build_script_build::main::h1648b616ee9e82c1
[INFO] [stderr]     19:     0x5d29bc50f503 - core::ops::function::FnOnce::call_once::h282e539e71391a6f
[INFO] [stderr]     20:     0x5d29bc50f346 - std::sys::backtrace::__rust_begin_short_backtrace::h290d7a4b329e74a4
[INFO] [stderr]     21:     0x5d29bc50f0f9 - std::rt::lang_start::{{closure}}::he7f4ea5bab632c09
[INFO] [stderr]     22:     0x5d29bcbc99e0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     23:     0x5d29bcbc99e0 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]     24:     0x5d29bcbc99e0 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]     25:     0x5d29bcbc99e0 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x5d29bcbc99e0 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stderr]     27:     0x5d29bcbc99e0 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]     28:     0x5d29bcbc99e0 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]     29:     0x5d29bcbc99e0 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x5d29bcbc99e0 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stderr]                                  at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stderr]     31:     0x5d29bc50f0e1 - std::rt::lang_start::h5600b8c6806d9946
[INFO] [stderr]     32:     0x5d29bc5135a5 - main
[INFO] [stderr]     33:     0x7dcfcb6861ca - <unknown>
[INFO] [stderr]     34:     0x7dcfcb68628b - __libc_start_main
[INFO] [stderr]     35:     0x5d29bc50c475 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: opencv@0.92.3: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.92.3: compilation terminated.
[INFO] [stderr] warning: opencv@0.92.3: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++14" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "-I" "." "-I" "/usr/include/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wunused-but-set-variable" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-o" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out/c7c9e8b4eee50aae-core.o" "-c" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out/core.cpp" with args c++ did not execute successfully (status code exit status: 1).
[INFO] [stderr] error: failed to run custom build command for `opencv v0.92.3`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV4_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV4_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV4_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV4_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV4_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV4_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV4_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_opencv_branch_4)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_opencv_branch_34)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_opencv_branch_32)
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_opencv_branch_4
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_PACKAGE_NAME
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_PKGCONFIG_NAME
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_CMAKE_NAME
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_CMAKE_BIN
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_VCPKG_NAME
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_LINK_LIBS
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_LINK_PATHS
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_INCLUDE_PATHS
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_DISABLE_PROBES
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENCV_MSVC_CRT
[INFO] [stderr]   cargo:rerun-if-env-changed=CMAKE_PREFIX_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=OpenCV_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=VCPKG_ROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=VCPKGRS_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=VCPKGRS_TRIPLET
[INFO] [stderr]   cargo:rerun-if-env-changed=OCVRS_DOCS_GENERATE_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=DOCS_RS
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/core.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/hdf.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/alphamat.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/aruco.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/gapi.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/ocvrs_common.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/bioinspired.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/xfeatures2d.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/photo.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/ccalib.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/dnn.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/face.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/sfm.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/videoio.hpp
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp/manual-core.cpp
[INFO] [stderr]   cargo:rerun-if-changed=Cargo.toml
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_alphamat)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_aruco)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_aruco_detector)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_barcode)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_bgsegm)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_bioinspired)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_calib3d)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_ccalib)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_core)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudaarithm)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudabgsegm)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudacodec)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudafeatures2d)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudafilters)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudaimgproc)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudaobjdetect)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudaoptflow)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudastereo)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cudawarping)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_cvv)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_dnn)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_dnn_superres)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_dpm)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_face)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_features2d)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_flann)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_freetype)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_fuzzy)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_gapi)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_hdf)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_hfs)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_highgui)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_img_hash)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_imgcodecs)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_imgproc)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_intensity_transform)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_line_descriptor)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_mcc)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_ml)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_objdetect)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_optflow)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_ovis)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_phase_unwrapping)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_photo)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_plot)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_quality)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_rapid)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_rgbd)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_saliency)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_sfm)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_shape)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_stereo)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_stitching)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_structured_light)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_superres)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_surface_matching)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_text)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_tracking)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_video)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_videoio)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_videostab)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_viz)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_wechat_qrcode)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_xfeatures2d)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_ximgproc)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_xobjdetect)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(ocvrs_has_module_xphoto)
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_alphamat
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_aruco
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_barcode
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_bgsegm
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_bioinspired
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_calib3d
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_ccalib
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_core
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_cvv
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_dnn
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_dnn_superres
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_dpm
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_face
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_features2d
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_flann
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_freetype
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_fuzzy
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_hdf
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_hfs
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_highgui
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_img_hash
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_imgcodecs
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_imgproc
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_intensity_transform
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_line_descriptor
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_mcc
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_ml
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_objdetect
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_optflow
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_phase_unwrapping
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_photo
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_plot
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_quality
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_rapid
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_rgbd
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_saliency
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_shape
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_stereo
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_stitching
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_structured_light
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_superres
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_surface_matching
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_text
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_tracking
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_video
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_videoio
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_videostab
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_viz
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_wechat_qrcode
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_ximgproc
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_xobjdetect
[INFO] [stderr]   cargo:rustc-cfg=ocvrs_has_module_xphoto
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++14" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "-I" "." "-I" "/usr/include/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wunused-but-set-variable" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-o" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out/c7c9e8b4eee50aae-core.o" "-c" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out/core.cpp" with args c++ did not execute successfully (status code exit status: 1).
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   === Crate version: Some("0.92.3")
[INFO] [stderr]   === Environment configuration:
[INFO] [stderr]   ===   OPENCV_PACKAGE_NAME = None
[INFO] [stderr]   ===   OPENCV_PKGCONFIG_NAME = None
[INFO] [stderr]   ===   OPENCV_CMAKE_NAME = None
[INFO] [stderr]   ===   OPENCV_CMAKE_BIN = None
[INFO] [stderr]   ===   OPENCV_VCPKG_NAME = None
[INFO] [stderr]   ===   OPENCV_LINK_LIBS = None
[INFO] [stderr]   ===   OPENCV_LINK_PATHS = None
[INFO] [stderr]   ===   OPENCV_INCLUDE_PATHS = None
[INFO] [stderr]   ===   OPENCV_DISABLE_PROBES = None
[INFO] [stderr]   ===   OPENCV_MSVC_CRT = None
[INFO] [stderr]   ===   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   ===   OpenCV_DIR = None
[INFO] [stderr]   ===   PKG_CONFIG_PATH = None
[INFO] [stderr]   ===   VCPKG_ROOT = None
[INFO] [stderr]   ===   VCPKGRS_DYNAMIC = None
[INFO] [stderr]   ===   VCPKGRS_TRIPLET = None
[INFO] [stderr]   ===   OCVRS_DOCS_GENERATE_DIR = None
[INFO] [stderr]   ===   DOCS_RS = None
[INFO] [stderr]   ===   PATH = Some("/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")
[INFO] [stderr]   === Enabled features:
[INFO] [stderr]   ===   ALPHAMAT
[INFO] [stderr]   ===   ARUCO
[INFO] [stderr]   ===   ARUCO_DETECTOR
[INFO] [stderr]   ===   BARCODE
[INFO] [stderr]   ===   BGSEGM
[INFO] [stderr]   ===   BIOINSPIRED
[INFO] [stderr]   ===   CALIB3D
[INFO] [stderr]   ===   CCALIB
[INFO] [stderr]   ===   CLANG_RUNTIME
[INFO] [stderr]   ===   CUDAARITHM
[INFO] [stderr]   ===   CUDABGSEGM
[INFO] [stderr]   ===   CUDACODEC
[INFO] [stderr]   ===   CUDAFEATURES2D
[INFO] [stderr]   ===   CUDAFILTERS
[INFO] [stderr]   ===   CUDAIMGPROC
[INFO] [stderr]   ===   CUDAOBJDETECT
[INFO] [stderr]   ===   CUDAOPTFLOW
[INFO] [stderr]   ===   CUDASTEREO
[INFO] [stderr]   ===   CUDAWARPING
[INFO] [stderr]   ===   CVV
[INFO] [stderr]   ===   DEFAULT
[INFO] [stderr]   ===   DNN
[INFO] [stderr]   ===   DNN_SUPERRES
[INFO] [stderr]   ===   DPM
[INFO] [stderr]   ===   FACE
[INFO] [stderr]   ===   FEATURES2D
[INFO] [stderr]   ===   FLANN
[INFO] [stderr]   ===   FREETYPE
[INFO] [stderr]   ===   FUZZY
[INFO] [stderr]   ===   GAPI
[INFO] [stderr]   ===   HDF
[INFO] [stderr]   ===   HFS
[INFO] [stderr]   ===   HIGHGUI
[INFO] [stderr]   ===   IMGCODECS
[INFO] [stderr]   ===   IMGPROC
[INFO] [stderr]   ===   IMG_HASH
[INFO] [stderr]   ===   INTENSITY_TRANSFORM
[INFO] [stderr]   ===   LINE_DESCRIPTOR
[INFO] [stderr]   ===   MCC
[INFO] [stderr]   ===   ML
[INFO] [stderr]   ===   OBJDETECT
[INFO] [stderr]   ===   OPTFLOW
[INFO] [stderr]   ===   OVIS
[INFO] [stderr]   ===   PHASE_UNWRAPPING
[INFO] [stderr]   ===   PHOTO
[INFO] [stderr]   ===   PLOT
[INFO] [stderr]   ===   QUALITY
[INFO] [stderr]   ===   RAPID
[INFO] [stderr]   ===   RGBD
[INFO] [stderr]   ===   SALIENCY
[INFO] [stderr]   ===   SFM
[INFO] [stderr]   ===   SHAPE
[INFO] [stderr]   ===   STEREO
[INFO] [stderr]   ===   STITCHING
[INFO] [stderr]   ===   STRUCTURED_LIGHT
[INFO] [stderr]   ===   SUPERRES
[INFO] [stderr]   ===   SURFACE_MATCHING
[INFO] [stderr]   ===   TEXT
[INFO] [stderr]   ===   TRACKING
[INFO] [stderr]   ===   VIDEO
[INFO] [stderr]   ===   VIDEOIO
[INFO] [stderr]   ===   VIDEOSTAB
[INFO] [stderr]   ===   VIZ
[INFO] [stderr]   ===   WECHAT_QRCODE
[INFO] [stderr]   ===   XFEATURES2D
[INFO] [stderr]   ===   XIMGPROC
[INFO] [stderr]   ===   XOBJDETECT
[INFO] [stderr]   ===   XPHOTO
[INFO] [stderr]   === Detected probe priority boost based on environment vars: pkg_config: false, cmake: false, vcpkg: false
[INFO] [stderr]   === Probing the OpenCV library in the following order: environment, pkg_config, cmake, vcpkg_cmake, vcpkg
[INFO] [stderr]   === Can't probe using: environment, continuing with other methods because: Some environment variables are missing
[INFO] [stderr]   === Probing OpenCV library using pkg_config
[INFO] [stderr]   === Successfully probed using: pkg_config
[INFO] [stderr]   === OpenCV library configuration: Library {
[INFO] [stderr]       include_paths: [
[INFO] [stderr]           "/usr/include/opencv4",
[INFO] [stderr]       ],
[INFO] [stderr]       version: Version {
[INFO] [stderr]           major: 4,
[INFO] [stderr]           minor: 6,
[INFO] [stderr]           patch: 0,
[INFO] [stderr]       },
[INFO] [stderr]       cargo_metadata: [
[INFO] [stderr]           "cargo:rustc-link-search=/usr/lib/x86_64-linux-gnu",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_stitching",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_alphamat",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_aruco",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_barcode",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_bgsegm",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_bioinspired",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_ccalib",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_cvv",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_dnn_objdetect",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_dnn_superres",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_dpm",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_face",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_freetype",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_fuzzy",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_hdf",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_hfs",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_img_hash",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_intensity_transform",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_line_descriptor",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_mcc",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_quality",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_rapid",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_reg",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_rgbd",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_saliency",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_shape",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_stereo",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_structured_light",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_phase_unwrapping",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_superres",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_optflow",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_surface_matching",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_tracking",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_highgui",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_datasets",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_text",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_plot",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_ml",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_videostab",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_videoio",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_viz",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_wechat_qrcode",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_ximgproc",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_video",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_xobjdetect",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_objdetect",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_calib3d",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_imgcodecs",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_features2d",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_dnn",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_flann",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_xphoto",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_photo",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_imgproc",
[INFO] [stderr]           "cargo:rustc-link-lib=opencv_core",
[INFO] [stderr]       ],
[INFO] [stderr]   }
[INFO] [stderr]   === Detected OpenCV module header dir at: /usr/include/opencv4/opencv2
[INFO] [stderr]   === Found OpenCV version: 4.6.0 in headers located at: /usr/include/opencv4
[INFO] [stderr]   === Generating code in: /opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out
[INFO] [stderr]   === Placing generated bindings into: /opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out/opencv
[INFO] [stderr]   === Using OpenCV headers from: /usr/include/opencv4
[INFO] [stderr]   === Clang: Ubuntu clang version 18.1.3 (1ubuntu1)
[INFO] [stderr]   === Clang command line args: [
[INFO] [stderr]       "-isystem/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14",
[INFO] [stderr]       "-isystem/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/x86_64-linux-gnu/c++/14",
[INFO] [stderr]       "-isystem/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/backward",
[INFO] [stderr]       "-isystem/usr/lib/llvm-18/lib/clang/18/include",
[INFO] [stderr]       "-isystem/usr/local/include",
[INFO] [stderr]       "-isystem/usr/include/x86_64-linux-gnu",
[INFO] [stderr]       "-isystem/usr/include",
[INFO] [stderr]       "-I/usr/include/opencv4",
[INFO] [stderr]       "-F/usr/include/opencv4",
[INFO] [stderr]       "-I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp",
[INFO] [stderr]       "-F/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp",
[INFO] [stderr]       "-DOCVRS_PARSING_HEADERS",
[INFO] [stderr]       "-includeocvrs_common.hpp",
[INFO] [stderr]       "-std=c++14",
[INFO] [stderr]   ]
[INFO] [stderr]   === Using environment job server with the the amount of available jobs: 4
[INFO] [stderr]   === Generating 52 modules
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "bgsegm" ""
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "barcode" ""
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "alphamat" ""
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "aruco" ""
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "bioinspired" ""
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "calib3d" ""
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "ccalib" ""
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "core" ""
[INFO] [stderr]   === Generated: barcode in 9.787958725s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "cvv" ""
[INFO] [stderr]   === Generated: alphamat in 11.165779076s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "dnn" ""
[INFO] [stderr]   === Generated: bgsegm in 12.243778202s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "dnn_superres" ""
[INFO] [stderr]   === Generated: bioinspired in 14.885197137s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "dpm" ""
[INFO] [stderr]   === Generated: ccalib in 14.975314216s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "face" ""
[INFO] [stderr]   === Generated: aruco in 17.453834514s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "features2d" ""
[INFO] [stderr]   === Generated: cvv in 12.652917344s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "flann" ""
[INFO] [stderr]   === Generated: dnn_superres in 12.698418104s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "freetype" ""
[INFO] [stderr]   === Generated: dpm in 10.736577995s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "fuzzy" ""
[INFO] [stderr]   === Generated: calib3d in 29.5181489s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "hdf" ""
[INFO] [stderr]   === Generated: freetype in 12.115988705s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "hfs" ""
[INFO] [stderr]   === Generated: fuzzy in 11.391929401s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "highgui" ""
[INFO] [stderr]   === Generated: face in 21.521455098s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "img_hash" ""
[INFO] [stderr]   === Generated: flann in 16.041973203s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "imgcodecs" ""
[INFO] [stderr]   === Generated: features2d in 22.412713539s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "imgproc" ""
[INFO] [stderr]   === Generated: hdf in 13.784991321s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "intensity_transform" ""
[INFO] [stderr]   === Generated: hfs in 12.746549943s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "line_descriptor" ""
[INFO] [stderr]   === Generated: imgcodecs in 11.289744024s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "mcc" ""
[INFO] [stderr]   === Generated: highgui in 13.282109941s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "ml" ""
[INFO] [stderr]   === Generated: img_hash in 13.306760351s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "objdetect" ""
[INFO] [stderr]   === Generated: intensity_transform in 11.290189283s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "optflow" ""
[INFO] [stderr]   === Generated: dnn in 49.775991415s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "phase_unwrapping" ""
[INFO] [stderr]   === Generated: line_descriptor in 14.637269512s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "photo" ""
[INFO] [stderr]   === Generated: mcc in 16.658684671s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "plot" ""
[INFO] [stderr]   === Generated: imgproc in 28.992652102s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "quality" ""
[INFO] [stderr]   === Generated: ml in 20.971785079s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "rapid" ""
[INFO] [stderr]   === Generated: optflow in 19.345497184s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "rgbd" ""
[INFO] [stderr]   === Generated: phase_unwrapping in 14.705996341s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "saliency" ""
[INFO] [stderr]   === Generated: objdetect in 24.417900237s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "shape" ""
[INFO] [stderr]   === Generated: core in 73.268643682s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "stereo" ""
[INFO] [stderr]   === Generated: plot in 12.762003282s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "stitching" ""
[INFO] [stderr]   === Generated: rapid in 10.391000062s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "structured_light" ""
[INFO] [stderr]   === Generated: photo in 18.726150948s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "superres" ""
[INFO] [stderr]   === Generated: quality in 17.027870152s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "surface_matching" ""
[INFO] [stderr]   === Generated: stereo in 14.77386422s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "text" ""
[INFO] [stderr]   === Generated: shape in 17.699112668s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "tracking" ""
[INFO] [stderr]   === Generated: saliency in 18.393787504s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "video" ""
[INFO] [stderr]   === Generated: structured_light in 15.144004832s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "videoio" ""
[INFO] [stderr]   === Generated: superres in 17.14244431s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "videostab" ""
[INFO] [stderr]   === Generated: surface_matching in 17.15231411s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "viz" ""
[INFO] [stderr]   === Generated: rgbd in 33.37781854s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "wechat_qrcode" ""
[INFO] [stderr]   === Generated: tracking in 16.326654408s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "ximgproc" ""
[INFO] [stderr]   === Generated: video in 18.515988432s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "xobjdetect" ""
[INFO] [stderr]   === Generated: videoio in 16.17209054s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-e726bf3836d0824c/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "xphoto" ""
[INFO] [stderr]   === Generated: text in 21.351168122s
[INFO] [stderr]   === Generated: stitching in 41.349805142s
[INFO] [stderr]   === Generated: wechat_qrcode in 13.651745523s
[INFO] [stderr]   === Generated: xobjdetect in 11.691990574s
[INFO] [stderr]   === Generated: videostab in 24.30772907s
[INFO] [stderr]   === Generated: viz in 21.900885251s
[INFO] [stderr]   === Generated: xphoto in 11.784619133s
[INFO] [stderr]   === Generated: ximgproc in 16.606251142s
[INFO] [stderr]   === Total binding generation time: 126.74519178s
[INFO] [stderr]   === Total binding collection time: 561.005149ms
[INFO] [stderr]   === Compiler information: Tool {
[INFO] [stderr]       path: "c++",
[INFO] [stderr]       cc_wrapper_path: None,
[INFO] [stderr]       cc_wrapper_args: [],
[INFO] [stderr]       args: [
[INFO] [stderr]           "-O0",
[INFO] [stderr]           "-ffunction-sections",
[INFO] [stderr]           "-fdata-sections",
[INFO] [stderr]           "-fPIC",
[INFO] [stderr]           "-gdwarf-4",
[INFO] [stderr]           "-fno-omit-frame-pointer",
[INFO] [stderr]           "-m64",
[INFO] [stderr]           "-std=c++14",
[INFO] [stderr]           "-I",
[INFO] [stderr]           "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp",
[INFO] [stderr]           "-I",
[INFO] [stderr]           "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out",
[INFO] [stderr]           "-I",
[INFO] [stderr]           ".",
[INFO] [stderr]           "-I",
[INFO] [stderr]           "/usr/include/opencv4",
[INFO] [stderr]           "-Wall",
[INFO] [stderr]           "-Wextra",
[INFO] [stderr]           "-Wno-deprecated-declarations",
[INFO] [stderr]           "-Wno-deprecated-copy",
[INFO] [stderr]           "-Wno-unused-parameter",
[INFO] [stderr]           "-Wno-sign-compare",
[INFO] [stderr]           "-Wno-comment",
[INFO] [stderr]           "-Wunused-but-set-variable",
[INFO] [stderr]           "-Wno-unused-variable",
[INFO] [stderr]           "-Wno-ignored-qualifiers",
[INFO] [stderr]           "-Wno-return-type-c-linkage",
[INFO] [stderr]           "-Wno-overloaded-virtual",
[INFO] [stderr]       ],
[INFO] [stderr]       env: [],
[INFO] [stderr]       family: Gnu,
[INFO] [stderr]       cuda: false,
[INFO] [stderr]       removed_args: [],
[INFO] [stderr]       has_internal_target_arg: false,
[INFO] [stderr]   }
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++14" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.92.3/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out" "-I" "." "-I" "/usr/include/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wunused-but-set-variable" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-o" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out/c7c9e8b4eee50aae-core.o" "-c" "/opt/rustwide/target/debug/build/opencv-2877efd1475f9dcf/out/core.cpp" with args c++ did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "59112a2abdafdc8c0dcd2142e7ff867dfafeba2f723b62a0f0bb1255b66b1763", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59112a2abdafdc8c0dcd2142e7ff867dfafeba2f723b62a0f0bb1255b66b1763", kill_on_drop: false }`
[INFO] [stdout] 59112a2abdafdc8c0dcd2142e7ff867dfafeba2f723b62a0f0bb1255b66b1763
