[INFO] fetching crate yolo_detector 1.0.1...
[INFO] testing yolo_detector-1.0.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate yolo_detector 1.0.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate yolo_detector 1.0.1
[INFO] finished tweaking crates.io crate yolo_detector 1.0.1
[INFO] tweaked toml for crates.io crate yolo_detector 1.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate yolo_detector 1.0.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 150 packages to latest compatible versions
[INFO] [stderr]       Adding ndarray v0.15.6 (available: v0.16.1)
[INFO] [stderr]       Adding opencv v0.94.4 (available: v0.96.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-implement v0.59.0
[INFO] [stderr]   Downloaded ordered-float v5.1.0
[INFO] [stderr]   Downloaded windows-core v0.59.0
[INFO] [stderr]   Downloaded clang v2.0.0
[INFO] [stderr]   Downloaded opencv-binding-generator v0.96.1
[INFO] [stderr]   Downloaded ort v1.16.3
[INFO] [stderr]   Downloaded opencv v0.94.4
[INFO] [stderr]   Downloaded windows v0.59.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa03f1ee209a0a94f149294997f8fb6da8cca0473175274440b88ffc43f978fb
[INFO] running `Command { std: "docker" "start" "-a" "aa03f1ee209a0a94f149294997f8fb6da8cca0473175274440b88ffc43f978fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa03f1ee209a0a94f149294997f8fb6da8cca0473175274440b88ffc43f978fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa03f1ee209a0a94f149294997f8fb6da8cca0473175274440b88ffc43f978fb", kill_on_drop: false }`
[INFO] [stdout] aa03f1ee209a0a94f149294997f8fb6da8cca0473175274440b88ffc43f978fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c98f74779b1de4d9f11b04fc65f365802974d5973265f0e22f4858f6b8ff2656
[INFO] running `Command { std: "docker" "start" "-a" "c98f74779b1de4d9f11b04fc65f365802974d5973265f0e22f4858f6b8ff2656", kill_on_drop: false }`
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling ordered-float v5.1.0
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling clang v2.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.6
[INFO] [stderr]    Compiling opencv-binding-generator v0.96.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling opencv v0.94.4
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling ort v1.16.3
[INFO] [stderr] error: failed to run custom build command for `ort v1.16.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/ort-c60e79629a56cf21/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   [ort] strategy: "unknown"
[INFO] [stderr]   cargo:rerun-if-env-changed=ORT_STRATEGY
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/target/debug/build/ort-6dd36fef007bd544/out/onnxruntime-linux-x64-gpu-1.16.0.tgz
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ort-1.16.3/build.rs:226:31:
[INFO] [stderr]   [ort] failed to download https://github.com/microsoft/onnxruntime/releases/download/v1.16.0/onnxruntime-linux-x64-gpu-1.16.0.tgz: Transport(Transport { kind: Dns, message: Some("resolve dns name 'github.com:443'"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("github.com")), port: None, path: "/microsoft/onnxruntime/releases/download/v1.16.0/onnxruntime-linux-x64-gpu-1.16.0.tgz", query: None, fragment: None }), source: Some(Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }) })
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x610823c7e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x610823c7e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x610823c7e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x610823c7e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x610823ca4a83 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x610823ca4a83 - core::fmt::write::h8a494366950f23bb
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]      6:     0x610823c7a2d3 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x610823c7a2d3 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x610823c7e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x610823c801d3 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stderr]     10:     0x610823c7ffb5 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stderr]     11:     0x610823c80be5 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stderr]     12:     0x610823c8097a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stderr]     13:     0x610823c7e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x610823c8060d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stderr]     15:     0x610823ca3470 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x610823915a98 - build_script_build::download::{{closure}}::ha7c427b1d32892bd
[INFO] [stderr]     17:     0x610823906941 - core::result::Result<T,E>::unwrap_or_else::he7e5256156dad56d
[INFO] [stderr]     18:     0x6108239153c5 - build_script_build::download::h6243091e68c0bd1a
[INFO] [stderr]     19:     0x610823920cca - build_script_build::prepare_libort_dir::h4cb993f64b03887e
[INFO] [stderr]     20:     0x610823921646 - build_script_build::real_main::ha1f1c8497d401fec
[INFO] [stderr]     21:     0x610823921d8f - build_script_build::main::hb4e5964fc6ade60b
[INFO] [stderr]     22:     0x610823922a63 - core::ops::function::FnOnce::call_once::h1edc60055fa55ae6
[INFO] [stderr]     23:     0x610823908af6 - std::sys::backtrace::__rust_begin_short_backtrace::h1b20894b6d72c57c
[INFO] [stderr]     24:     0x61082390e109 - std::rt::lang_start::{{closure}}::hdd7a0762ce12197f
[INFO] [stderr]     25:     0x610823c74e00 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stderr]     26:     0x610823c74e00 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]     27:     0x610823c74e00 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]     28:     0x610823c74e00 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x610823c74e00 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stderr]     30:     0x610823c74e00 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]     31:     0x610823c74e00 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]     32:     0x610823c74e00 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]     33:     0x610823c74e00 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stderr]     34:     0x61082390e0f1 - std::rt::lang_start::hcfdaf631f671613f
[INFO] [stderr]     35:     0x610823921f25 - main
[INFO] [stderr]     36:     0x7c51351831ca - <unknown>
[INFO] [stderr]     37:     0x7c513518328b - __libc_start_main
[INFO] [stderr]     38:     0x6108239029a5 - _start
[INFO] [stderr]     39:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: opencv@0.94.4: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-dnn_superres.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/dnn_superres.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-dpm.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/dpm.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-features2d.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/features2d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/7d651e88ef68ee4a-manual-core.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/manual-core.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-calib3d.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/calib3d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-cvv.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/cvv.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-ccalib.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/ccalib.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-dnn.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/dnn.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-core.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/core.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-face.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/face.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-flann.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/flann.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-aruco.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/aruco.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-line_descriptor.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/line_descriptor.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-imgproc.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/imgproc.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-ml.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/ml.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-quality.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/quality.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-objdetect.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/objdetect.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-optflow.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/optflow.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-rgbd.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/rgbd.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-stitching.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/stitching.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: opencv@0.94.4: compilation terminated.
[INFO] [stderr] warning: opencv@0.94.4: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-text.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/text.cpp"
[INFO] [stderr] error: failed to run custom build command for `opencv v0.94.4`
[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-11d90689108074b3/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(ocvrs_opencv_branch_34)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(ocvrs_opencv_branch_4)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(ocvrs_opencv_branch_5)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(ocvrs_has_module_3d)
[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_calib)
[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_cudalegacy)
[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_features)
[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_signal)
[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-check-cfg=cfg(ocvrs_has_module_xstereo)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(ocvrs_has_inherent_feature_hfloat)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(ocvrs_has_inherent_feature_opencl)
[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-cfg=ocvrs_opencv_branch_4
[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]   cargo::rustc-cfg=ocvrs_has_inherent_feature_opencl
[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.94.4/src_cpp/dnn.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/photo.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/gapi.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/bioinspired.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/sfm.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/ocvrs_common.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/ccalib.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/xfeatures2d.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/face.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/hdf.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/manual-core.cpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/alphamat.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/videoio.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/core.hpp
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/aruco.hpp
[INFO] [stderr]   cargo::rerun-if-changed=Cargo.toml
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[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
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn)
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = 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=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-dnn_superres.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/dnn_superres.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-dpm.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/dpm.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-features2d.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/features2d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/7d651e88ef68ee4a-manual-core.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp/manual-core.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-calib3d.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/calib3d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-cvv.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/cvv.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-ccalib.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/ccalib.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-dnn.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/dnn.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-core.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/core.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-face.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/face.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-flann.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/flann.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-aruco.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/aruco.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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 did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-line_descriptor.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/line_descriptor.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-imgproc.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/imgproc.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-ml.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/ml.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-quality.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/quality.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-objdetect.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/objdetect.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-optflow.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/optflow.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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 did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-rgbd.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/rgbd.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-stitching.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/stitching.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-text.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/text.cpp"
[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: 0.94.4
[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]   ===   3D
[INFO] [stderr]   ===   ALPHAMAT
[INFO] [stderr]   ===   ARUCO
[INFO] [stderr]   ===   ARUCO_DETECTOR
[INFO] [stderr]   ===   BARCODE
[INFO] [stderr]   ===   BGSEGM
[INFO] [stderr]   ===   BIOINSPIRED
[INFO] [stderr]   ===   CALIB
[INFO] [stderr]   ===   CALIB3D
[INFO] [stderr]   ===   CCALIB
[INFO] [stderr]   ===   CUDAARITHM
[INFO] [stderr]   ===   CUDABGSEGM
[INFO] [stderr]   ===   CUDACODEC
[INFO] [stderr]   ===   CUDAFEATURES2D
[INFO] [stderr]   ===   CUDAFILTERS
[INFO] [stderr]   ===   CUDAIMGPROC
[INFO] [stderr]   ===   CUDALEGACY
[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]   ===   FEATURES
[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]   ===   SIGNAL
[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]   ===   XSTEREO
[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]   === Trying multiarch paths: ["x86_64-linux-gnu"]
[INFO] [stderr]   === Successfully probed using: pkg_config
[INFO] [stderr]   === OpenCV library configuration: Library {
[INFO] [stderr]       include_paths: [
[INFO] [stderr]           "/usr/include/opencv4",
[INFO] [stderr]           "/usr/include/x86_64-linux-gnu/opencv4",
[INFO] [stderr]       ],
[INFO] [stderr]       version: Version {
[INFO] [stderr]           major: 4,
[INFO] [stderr]           minor: 6,
[INFO] [stderr]           patch: 0,
[INFO] [stderr]       },
[INFO] [stderr]       enabled_features: [
[INFO] [stderr]           "eigen",
[INFO] [stderr]           "gdal",
[INFO] [stderr]           "openjpeg",
[INFO] [stderr]           "jpeg",
[INFO] [stderr]           "libpng_png_h",
[INFO] [stderr]           "gdcm",
[INFO] [stderr]           "opencl",
[INFO] [stderr]           "openexr",
[INFO] [stderr]           "opengl",
[INFO] [stderr]           "png",
[INFO] [stderr]           "pthread",
[INFO] [stderr]           "pthreads_pf",
[INFO] [stderr]           "tbb",
[INFO] [stderr]           "tiff",
[INFO] [stderr]           "va",
[INFO] [stderr]           "lapack",
[INFO] [stderr]           "quirc",
[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]   === Found OpenCV version: 4.6.0 in headers located at: /usr/include/opencv4
[INFO] [stderr]   === Detected OpenCV module header dir at: /usr/include/opencv4/opencv2
[INFO] [stderr]   === Generating code in: /opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out
[INFO] [stderr]   === Placing generated bindings into: /opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/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]       "-isystem/usr/include/x86_64-linux-gnu/opencv4",
[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.94.4/src_cpp",
[INFO] [stderr]       "-F/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp",
[INFO] [stderr]       "-DOCVRS_PARSING_HEADERS",
[INFO] [stderr]       "-includeocvrs_common.hpp",
[INFO] [stderr]       "-std=c++17",
[INFO] [stderr]   ]
[INFO] [stderr]   === Using environment job server with the the amount of available jobs: 8
[INFO] [stderr]   === Generating 52 modules
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "calib3d" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "ccalib" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "alphamat" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "core" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "aruco" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "bioinspired" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "cvv" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "barcode" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "bgsegm" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "dnn" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "dnn_superres" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "dpm" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "face" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "features2d" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "flann" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: barcode in 11.800055914s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "freetype" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: bioinspired in 12.041599259s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "fuzzy" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: alphamat in 12.235804024s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "hdf" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: cvv in 12.828135029s
[INFO] [stderr]   === Generated: dpm in 13.069999403s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "hfs" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "highgui" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: dnn_superres in 13.583640001s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "img_hash" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: flann in 13.432335225s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "imgcodecs" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: face in 14.88566262s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "imgproc" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: aruco in 16.696945176s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "intensity_transform" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: bgsegm in 16.881685121s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "line_descriptor" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: features2d in 17.049959398s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "mcc" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "ml" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: ccalib in 20.003532806s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "objdetect" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: calib3d in 21.291263205s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "optflow" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: freetype in 9.720379595s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "phase_unwrapping" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: fuzzy in 14.115950218s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "photo" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: hfs in 13.083555384s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "plot" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: hdf in 13.985981501s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "quality" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: imgcodecs in 12.590815686s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "rapid" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: img_hash in 14.163897127s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "rgbd" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: highgui in 14.87098603s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "saliency" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: intensity_transform in 13.734951917s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "shape" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: line_descriptor in 13.63528324s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "stereo" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: plot in 5.165728855s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "stitching" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: mcc in 14.348465372s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "structured_light" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: phase_unwrapping in 11.927183081s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "superres" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: photo in 9.010099582s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "surface_matching" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: dnn in 35.901808081s
[INFO] [stderr]   === Generated: objdetect in 15.952934864s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "tracking" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "text" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: optflow in 15.565430823s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "video" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: imgproc in 22.853756467s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "videoio" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: ml in 18.739938866s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "videostab" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: quality in 12.681935193s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "viz" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: rapid in 13.000472416s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "wechat_qrcode" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: saliency in 12.202727615s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "ximgproc" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: superres in 7.83396695s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "xobjdetect" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: structured_light in 9.929003279s
[INFO] [stderr]   === Running: "/opt/rustwide/target/debug/build/opencv-11d90689108074b3/build-script-build" "/usr/include/opencv4" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "xphoto" "/usr/include/x86_64-linux-gnu/opencv4"
[INFO] [stderr]   === Generated: stereo in 11.033803063s
[INFO] [stderr]   === Generated: shape in 12.386437171s
[INFO] [stderr]   === Generated: surface_matching in 8.017706676s
[INFO] [stderr]   === Generated: core in 45.487182329s
[INFO] [stderr]   === Generated: tracking in 10.393994428s
[INFO] [stderr]   === Generated: rgbd in 18.646201959s
[INFO] [stderr]   === Generated: stitching in 15.133861834s
[INFO] [stderr]   === Generated: video in 10.828630358s
[INFO] [stderr]   === Generated: text in 11.883814612s
[INFO] [stderr]   === Generated: wechat_qrcode in 8.415982916s
[INFO] [stderr]   === Generated: xobjdetect in 7.292879194s
[INFO] [stderr]   === Generated: videoio in 10.952188145s
[INFO] [stderr]   === Generated: xphoto in 7.933551448s
[INFO] [stderr]   === Generated: viz in 10.572395225s
[INFO] [stderr]   === Generated: videostab in 11.264527648s
[INFO] [stderr]   === Generated: ximgproc in 10.602783794s
[INFO] [stderr]   === Total binding generation time: 50.954449757s
[INFO] [stderr]   === Total binding collection time: 615.586195ms
[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++17",
[INFO] [stderr]           "-I",
[INFO] [stderr]           "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp",
[INFO] [stderr]           "-I",
[INFO] [stderr]           "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out",
[INFO] [stderr]           "-I",
[INFO] [stderr]           ".",
[INFO] [stderr]           "-I",
[INFO] [stderr]           "/usr/include/opencv4",
[INFO] [stderr]           "-I",
[INFO] [stderr]           "/usr/include/x86_64-linux-gnu/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]           "-Wno-uninitialized",
[INFO] [stderr]           "-Wno-unused-variable",
[INFO] [stderr]           "-Wno-ignored-qualifiers",
[INFO] [stderr]           "-Wno-return-type-c-linkage",
[INFO] [stderr]           "-Wno-overloaded-virtual",
[INFO] [stderr]           "-Wno-delete-non-virtual-dtor",
[INFO] [stderr]           "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4",
[INFO] [stderr]       ],
[INFO] [stderr]       env: [
[INFO] [stderr]           (
[INFO] [stderr]               "LC_ALL",
[INFO] [stderr]               "C",
[INFO] [stderr]           ),
[INFO] [stderr]       ],
[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 in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.4/src_cpp" "-I" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out" "-I" "." "-I" "/usr/include/opencv4" "-I" "/usr/include/x86_64-linux-gnu/opencv4" "-Wall" "-Wextra" "-Wno-deprecated-declarations" "-Wno-deprecated-copy" "-Wno-unused-parameter" "-Wno-sign-compare" "-Wno-comment" "-Wno-uninitialized" "-Wno-unused-variable" "-Wno-ignored-qualifiers" "-Wno-return-type-c-linkage" "-Wno-overloaded-virtual" "-Wno-delete-non-virtual-dtor" "-DOCVRS_FFI_EXPORT_SUFFIX=_0_94_4" "-o" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/c2664b78a4821a88-text.o" "-c" "/opt/rustwide/target/debug/build/opencv-28c47cfa6fbdb862/out/text.cpp"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "c98f74779b1de4d9f11b04fc65f365802974d5973265f0e22f4858f6b8ff2656", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c98f74779b1de4d9f11b04fc65f365802974d5973265f0e22f4858f6b8ff2656", kill_on_drop: false }`
[INFO] [stdout] c98f74779b1de4d9f11b04fc65f365802974d5973265f0e22f4858f6b8ff2656
