warning: the item `String` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs:4:5 | 4 | use std::string::String; | ^^^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:105:13 | 105 | pub use super::v1::*; | --------- the item `String` is already defined here | = note: `#[warn(unused_imports)]` on by default warning: `libc` (build script) generated 1 warning Fresh autocfg v1.1.0 Fresh glob v0.3.1 Fresh unicode-ident v1.0.12 Fresh cfg-if v1.0.0 Fresh once_cell v1.19.0 warning: the item `Box` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:298:9 | 298 | use alloc::boxed::Box; | ^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:125:13 | 125 | pub use super::v1::*; | --------- the item `Box` is already defined here | = note: `#[warn(unused_imports)]` on by default Fresh pkg-config v0.3.30 warning: `once_cell` (lib) generated 1 warning Fresh libc v0.2.153 Fresh memchr v2.7.1 warning: trait `Byte` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/ext.rs:42:18 | 42 | pub(crate) trait Byte { | ^^^^ | = note: `#[warn(dead_code)]` on by default Fresh libloading v0.8.2 Fresh regex-syntax v0.8.2 warning: method `symmetric_difference` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/hir/interval.rs:484:8 | 396 | pub trait Interval: | -------- method in this trait ... 484 | fn symmetric_difference( | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `memchr` (lib) generated 1 warning warning: `regex-syntax` (lib) generated 1 warning Fresh jobserver v0.1.28 Fresh proc-macro2 v1.0.78 Fresh aho-corasick v1.1.2 warning: method `or` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/packed/vector.rs:92:15 | 28 | pub(crate) trait Vector: | ------ method in this trait ... 92 | unsafe fn or(self, vector2: Self) -> Self; | ^^ | = note: `#[warn(dead_code)]` on by default warning: trait `U8` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:21:18 | 21 | pub(crate) trait U8 { | ^^ warning: method `low_u8` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:33:8 | 31 | pub(crate) trait U16 { | --- method in this trait 32 | fn as_usize(self) -> usize; 33 | fn low_u8(self) -> u8; | ^^^^^^ warning: methods `low_u8` and `high_u16` are never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:53:8 | 51 | pub(crate) trait U32 { | --- methods in this trait 52 | fn as_usize(self) -> usize; 53 | fn low_u8(self) -> u8; | ^^^^^^ 54 | fn low_u16(self) -> u16; 55 | fn high_u16(self) -> u16; | ^^^^^^^^ warning: methods `low_u8`, `low_u16`, `low_u32`, and `high_u32` are never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:86:8 | 84 | pub(crate) trait U64 { | --- methods in this trait 85 | fn as_usize(self) -> usize; 86 | fn low_u8(self) -> u8; | ^^^^^^ 87 | fn low_u16(self) -> u16; | ^^^^^^^ 88 | fn low_u32(self) -> u32; | ^^^^^^^ 89 | fn high_u32(self) -> u32; | ^^^^^^^^ warning: methods `as_usize` and `to_bits` are never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:122:8 | 121 | pub(crate) trait I8 { | -- methods in this trait 122 | fn as_usize(self) -> usize; | ^^^^^^^^ 123 | fn to_bits(self) -> u8; | ^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:149:8 | 148 | pub(crate) trait I32 { | --- associated items in this trait 149 | fn as_usize(self) -> usize; | ^^^^^^^^ 150 | fn to_bits(self) -> u32; 151 | fn from_bits(n: u32) -> i32; | ^^^^^^^^^ warning: associated items `as_usize` and `from_bits` are never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:176:8 | 175 | pub(crate) trait I64 { | --- associated items in this trait 176 | fn as_usize(self) -> usize; | ^^^^^^^^ 177 | fn to_bits(self) -> u64; 178 | fn from_bits(n: u64) -> i64; | ^^^^^^^^^ warning: method `as_u16` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:204:8 | 202 | pub(crate) trait Usize { | ----- method in this trait 203 | fn as_u8(self) -> u8; 204 | fn as_u16(self) -> u16; | ^^^^^^ warning: trait `Pointer` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:266:18 | 266 | pub(crate) trait Pointer { | ^^^^^^^ warning: trait `PointerMut` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/util/int.rs:276:18 | 276 | pub(crate) trait PointerMut { | ^^^^^^^^^^ Fresh either v1.10.0 warning: the item `AsMut` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs:27:21 | 27 | use core::convert::{AsMut, AsRef}; | ^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:28:13 | 28 | pub use super::v1::*; | --------- the item `AsMut` is already defined here | = note: `#[warn(unused_imports)]` on by default warning: the item `AsRef` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs:27:28 | 27 | use core::convert::{AsMut, AsRef}; | ^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:28:13 | 28 | pub use super::v1::*; | --------- the item `AsRef` is already defined here warning: the item `for_both` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/iterator.rs:1:13 | 1 | use super::{for_both, Either, Left, Right}; | ^^^^^^^^ | ::: /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs:81:1 | 81 | / macro_rules! for_both { 82 | | ($value:expr, $pattern:pat => $result:expr) => { 83 | | match $value { 84 | | $crate::Either::Left($pattern) => $result, ... | 87 | | }; 88 | | } | |_- the item `for_both` is already defined here warning: `aho-corasick` (lib) generated 11 warnings warning: `either` (lib) generated 3 warnings Fresh num-traits v0.2.18 warning: the item `Eq` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/ops/bytes.rs:2:17 | 2 | use core::cmp::{Eq, Ord, PartialEq, PartialOrd}; | ^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:28:13 | 28 | pub use super::v1::*; | --------- the item `Eq` is already defined here | = note: `#[warn(unused_imports)]` on by default warning: the item `Ord` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/ops/bytes.rs:2:21 | 2 | use core::cmp::{Eq, Ord, PartialEq, PartialOrd}; | ^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:28:13 | 28 | pub use super::v1::*; | --------- the item `Ord` is already defined here warning: the item `PartialEq` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/ops/bytes.rs:2:26 | 2 | use core::cmp::{Eq, Ord, PartialEq, PartialOrd}; | ^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:28:13 | 28 | pub use super::v1::*; | --------- the item `PartialEq` is already defined here warning: the item `PartialOrd` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/ops/bytes.rs:2:37 | 2 | use core::cmp::{Eq, Ord, PartialEq, PartialOrd}; | ^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:28:13 | 28 | pub use super::v1::*; | --------- the item `PartialOrd` is already defined here Fresh cc v1.0.89 Fresh quote v1.0.35 Fresh clang-sys v1.7.0 Fresh regex-automata v0.4.6 Fresh itertools v0.10.5 warning: the item `String` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs:56:5 | 56 | string::String, | ^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `String` is already defined here | = note: `#[warn(unused_imports)]` on by default warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs:57:5 | 57 | vec::Vec, | ^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `IntoIterator` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs:65:17 | 65 | use std::iter::{IntoIterator, once}; | ^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `IntoIterator` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/adaptors/multi_product.rs:6:5 | 6 | use alloc::vec::Vec; | ^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `String` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/free.rs:14:5 | 14 | string::String, | ^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `String` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/combinations.rs:5:5 | 5 | use alloc::vec::Vec; | ^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/combinations_with_replacement.rs:1:5 | 1 | use alloc::vec::Vec; | ^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `ExactSizeIterator` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/exactly_one_err.rs:5:5 | 5 | use std::iter::ExactSizeIterator; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `ExactSizeIterator` is already defined here warning: the item `DoubleEndedIterator` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/flatten_ok.rs:4:12 | 4 | iter::{DoubleEndedIterator, FusedIterator}, | ^^^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `DoubleEndedIterator` is already defined here warning: the item `Iterator` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/grouping_map.rs:7:5 | 7 | use std::iter::Iterator; | ^^^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Iterator` is already defined here warning: the item `Iterator` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/group_map.rs:5:5 | 5 | use std::iter::Iterator; | ^^^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Iterator` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/groupbylazy.rs:2:24 | 2 | use alloc::vec::{self, Vec}; | ^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `Ord` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/k_smallest.rs:2:5 | 2 | use core::cmp::Ord; | ^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Ord` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/kmerge_impl.rs:4:5 | 4 | use alloc::vec::Vec; | ^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lazy_buffer.rs:2:5 | 2 | use alloc::vec::Vec; | ^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/permutations.rs:1:5 | 1 | use alloc::vec::Vec; | ^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/powerset.rs:4:5 | 4 | use alloc::vec::Vec; | ^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `Vec` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/put_back_n_impl.rs:1:5 | 1 | use alloc::vec::Vec; | ^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Vec` is already defined here warning: the item `IntoIterator` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/rciter_impl.rs:2:32 | 2 | use std::iter::{FusedIterator, IntoIterator}; | ^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `IntoIterator` is already defined here Fresh anyhow v1.0.80 warning: `num-traits` (lib) generated 4 warnings warning: `itertools` (lib) generated 19 warnings Fresh regex v1.10.3 Fresh clang v2.0.0 Fresh cmake v0.1.50 Fresh getrandom v0.2.12 warning: the item `From` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/src/error_impls.rs:5:5 | 5 | use core::convert::From; | ^^^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:28:13 | 28 | pub use super::v1::*; | --------- the item `From` is already defined here | = note: `#[warn(unused_imports)]` on by default Fresh percent-encoding v2.3.1 Fresh bytemuck v1.14.3 Fresh dunce v1.0.4 warning: `getrandom` (lib) generated 1 warning Fresh scopeguard v1.2.0 Fresh opencv-binding-generator v0.84.0 Fresh safe_arch v0.7.1 warning: unused imports: `Context`, `anyhow` --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/apriltag-sys-0.3.0/build.rs:1:14 | 1 | use anyhow::{anyhow, bail, ensure, Context, Result}; | ^^^^^^ ^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: static `MANIFEST_DIR` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/apriltag-sys-0.3.0/build.rs:10:8 | 10 | static MANIFEST_DIR: &str = env!("CARGO_MANIFEST_DIR"); | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Fresh semver v1.0.22 warning: `apriltag-sys` (build script) generated 2 warnings Fresh jobslot v0.2.16 Fresh syn v2.0.52 Fresh vcpkg v0.2.15 Fresh shlex v1.3.0 Fresh libm v0.2.8 Fresh syn v1.0.109 warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/attr.rs:8:61 | 1 | use super::*; | -------- the item `Result` is already imported here ... 8 | use crate::parse::{Parse, ParseBuffer, ParseStream, Parser, Result}; | ^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: the item `Parse` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/attr.rs:501:24 | 499 | use super::*; | -------- the item `Parse` is already imported here 500 | use crate::ext::IdentExt; 501 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^ warning: the item `ParseStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/attr.rs:501:31 | 499 | use super::*; | -------- the item `ParseStream` is already imported here 500 | use crate::ext::IdentExt; 501 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/attr.rs:501:44 | 499 | use super::*; | -------- the item `Result` is already imported here 500 | use crate::ext::IdentExt; 501 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `TokenStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/attr.rs:627:9 | 626 | use super::*; | -------- the item `TokenStream` is already imported here 627 | use proc_macro2::TokenStream; | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/data.rs:244:44 | 241 | use super::*; | -------- the item `Result` is already imported here ... 244 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/expr.rs:1097:44 | 1094 | use super::*; | -------- the item `Result` is already imported here ... 1097 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `path` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/expr.rs:1098:9 | 1094 | use super::*; | -------- the item `path` is already imported here ... 1098 | use crate::path; | ^^^^^^^^^^^ warning: the item `TokenStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/expr.rs:2958:32 | 2955 | use super::*; | -------- the item `TokenStream` is already imported here ... 2958 | use proc_macro2::{Literal, TokenStream}; | ^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/generics.rs:595:44 | 593 | use super::*; | -------- the item `Result` is already imported here 594 | use crate::ext::IdentExt; 595 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `Data` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/item.rs:2:21 | 1 | use super::*; | -------- the item `Data` is already imported here 2 | use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput}; | ^^^^ warning: the item `DataEnum` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/item.rs:2:27 | 1 | use super::*; | -------- the item `DataEnum` is already imported here 2 | use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput}; | ^^^^^^^^ warning: the item `DataStruct` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/item.rs:2:37 | 1 | use super::*; | -------- the item `DataStruct` is already imported here 2 | use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput}; | ^^^^^^^^^^ warning: the item `DataUnion` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/item.rs:2:49 | 1 | use super::*; | -------- the item `DataUnion` is already imported here 2 | use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput}; | ^^^^^^^^^ warning: the item `DeriveInput` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/item.rs:2:60 | 1 | use super::*; | -------- the item `DeriveInput` is already imported here 2 | use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput}; | ^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/item.rs:969:57 | 966 | use super::*; | -------- the item `Result` is already imported here ... 969 | use crate::parse::{Parse, ParseBuffer, ParseStream, Result}; | ^^^^^^ warning: the item `TokenStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/item.rs:2768:9 | 2765 | use super::*; | -------- the item `TokenStream` is already imported here ... 2768 | use proc_macro2::TokenStream; | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/file.rs:91:44 | 90 | use super::*; | -------- the item `Result` is already imported here 91 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `Parse` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lit.rs:741:24 | 739 | use super::*; | -------- the item `Parse` is already imported here 740 | use crate::buffer::Cursor; 741 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lit.rs:741:44 | 739 | use super::*; | -------- the item `Result` is already imported here 740 | use crate::buffer::Cursor; 741 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `TokenStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lit.rs:897:9 | 896 | use super::*; | -------- the item `TokenStream` is already imported here 897 | use proc_macro2::TokenStream; | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/mac.rs:8:48 | 1 | use super::*; | -------- the item `Result` is already imported here ... 8 | use crate::parse::{Parse, ParseStream, Parser, Result}; | ^^^^^^ warning: the item `Parse` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/mac.rs:175:24 | 174 | use super::*; | -------- the item `Parse` is already imported here 175 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^ warning: the item `ParseStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/mac.rs:175:31 | 174 | use super::*; | -------- the item `ParseStream` is already imported here 175 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/mac.rs:175:44 | 174 | use super::*; | -------- the item `Result` is already imported here 175 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `TokenStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/mac.rs:198:9 | 197 | use super::*; | -------- the item `TokenStream` is already imported here 198 | use proc_macro2::TokenStream; | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/derive.rs:93:44 | 92 | use super::*; | -------- the item `Result` is already imported here 93 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/stmt.rs:53:57 | 51 | use super::*; | -------- the item `Result` is already imported here 52 | use crate::parse::discouraged::Speculative; 53 | use crate::parse::{Parse, ParseBuffer, ParseStream, Result}; | ^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:338:44 | 336 | use super::*; | -------- the item `Result` is already imported here 337 | use crate::ext::IdentExt; 338 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: the item `path` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:339:9 | 336 | use super::*; | -------- the item `path` is already imported here ... 339 | use crate::path; | ^^^^^^^^^^^ warning: the item `TokenStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:1125:9 | 1122 | use super::*; | -------- the item `TokenStream` is already imported here ... 1125 | use proc_macro2::TokenStream; | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/pat.rs:315:57 | 313 | use super::*; | -------- the item `Result` is already imported here 314 | use crate::ext::IdentExt; 315 | use crate::parse::{Parse, ParseBuffer, ParseStream, Result}; | ^^^^^^ warning: the item `path` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/pat.rs:316:9 | 313 | use super::*; | -------- the item `path` is already imported here ... 316 | use crate::path; | ^^^^^^^^^^^ warning: the item `TokenStream` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/pat.rs:766:9 | 764 | use super::*; | -------- the item `TokenStream` is already imported here 765 | use crate::attr::FilterAttrs; 766 | use proc_macro2::TokenStream; | ^^^^^^^^^^^^^^^^^^^^^^^^ warning: the item `Result` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/path.rs:216:44 | 213 | use super::*; | -------- the item `Result` is already imported here ... 216 | use crate::parse::{Parse, ParseStream, Result}; | ^^^^^^ warning: unused import: `crate::gen::*` --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:787:9 | 787 | pub use crate::gen::*; | ^^^^^^^^^^^^^ warning: the item `proc_macro` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/parse.rs:196:5 | 196 | use crate::proc_macro; | ^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:297:1 | 297 | extern crate proc_macro; | ------------------------ the item `proc_macro` is already imported here warning: the item `proc_macro2` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/parse.rs:199:19 | 199 | use proc_macro2::{self, Delimiter, Group, Literal, Punct, Span, TokenStream, TokenTree}; | ^^^^ | ::: /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:298:1 | 298 | extern crate proc_macro2; | ------------------------- the item `proc_macro2` is already imported here Fresh thiserror-impl v1.0.57 warning: `syn` (lib) generated 38 warnings Fresh paste v1.0.14 Fresh wide v0.7.15 Fresh num-integer v0.1.46 Fresh approx v0.5.1 Fresh num-complex v0.4.5 warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: apriltag-src/common/zmaxheap.c:182:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] warning: apriltag-sys@0.3.0: f(p); warning: apriltag-sys@0.3.0: ^ warning: apriltag-sys@0.3.0: 1 warning generated. warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: apriltag-src/common/zarray.c:55:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] warning: apriltag-sys@0.3.0: f(p); warning: apriltag-sys@0.3.0: ^ warning: apriltag-sys@0.3.0: 1 warning generated. warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: apriltag-src/common/workerpool.c:71:9: warning: variable 'cnt' set but not used [-Wunused-but-set-variable] warning: apriltag-sys@0.3.0: int cnt = 0; warning: apriltag-sys@0.3.0: ^ warning: apriltag-sys@0.3.0: 1 warning generated. warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: apriltag-src/common/zhash.c:368:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] warning: apriltag-sys@0.3.0: f(key); warning: apriltag-sys@0.3.0: ^ warning: apriltag-sys@0.3.0: apriltag-src/common/zhash.c:385:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] warning: apriltag-sys@0.3.0: f(p); warning: apriltag-sys@0.3.0: ^ warning: apriltag-sys@0.3.0: apriltag-src/common/zhash.c:400:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] warning: apriltag-sys@0.3.0: f(value); warning: apriltag-sys@0.3.0: ^ warning: apriltag-sys@0.3.0: apriltag-src/common/zhash.c:416:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] warning: apriltag-sys@0.3.0: f(p); warning: apriltag-sys@0.3.0: ^ warning: apriltag-sys@0.3.0: 4 warnings generated. warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' from command line tools installation warning: apriltag-sys@0.3.0: xcrun: error: unable to lookup item 'PlatformVersion' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' warning: apriltag-sys@0.3.0: /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/apriltag-sys-6b77113c34d3626b/out/libapriltags.a(c3403b3063ab2e6f-unionfind.o) has no symbols warning: apriltag-sys@0.3.0: /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/apriltag-sys-6b77113c34d3626b/out/libapriltags.a(c3403b3063ab2e6f-unionfind.o) has no symbols Fresh rawpointer v0.2.1 Fresh thiserror v1.0.57 Fresh apriltag-sys v0.3.0 Fresh num-rational v0.4.1 Fresh typenum v1.17.0 warning: unused import: `*` --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs:104:25 | 104 | N1, N2, Z0, P1, P2, *, | ^ | = note: `#[warn(unused_imports)]` on by default Fresh simba v0.8.1 warning: unused import: `Rem` --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simba-0.8.1/src/scalar/field.rs:3:73 | 3 | pub use std::ops::{Add, AddAssign, Div, DivAssign, Mul, MulAssign, Neg, Rem, Sub, SubAssign}; | ^^^ | = note: `#[warn(unused_imports)]` on by default warning: the item `PartialEq` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simba-0.8.1/src/simd/wide_simd_impl.rs:15:5 | 15 | cmp::PartialEq, | ^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `PartialEq` is already defined here warning: associated function `from_arr` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simba-0.8.1/src/simd/wide_simd_impl.rs:124:16 | 117 | impl $WideF32xX { | --------------- associated function in this implementation ... 124 | fn from_arr(arr: [$f32; $lanes]) -> Self { | ^^^^^^^^ ... 1550 | impl_wide_f32!(f32, f32x4, WideF32x4, WideBoolF32x4, 4; 1, 2, 3); | ---------------------------------------------------------------- in this macro invocation | = note: `#[warn(dead_code)]` on by default = note: this warning originates in the macro `impl_wide_f32` (in Nightly builds, run with -Z macro-backtrace for more info) warning: associated function `from_arr` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simba-0.8.1/src/simd/wide_simd_impl.rs:124:16 | 117 | impl $WideF32xX { | --------------- associated function in this implementation ... 124 | fn from_arr(arr: [$f32; $lanes]) -> Self { | ^^^^^^^^ ... 1551 | impl_wide_f32!(f64, f64x4, WideF64x4, WideBoolF64x4, 4; 1, 2, 3); | ---------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_wide_f32` (in Nightly builds, run with -Z macro-backtrace for more info) warning: associated function `from_arr` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simba-0.8.1/src/simd/wide_simd_impl.rs:124:16 | 117 | impl $WideF32xX { | --------------- associated function in this implementation ... 124 | fn from_arr(arr: [$f32; $lanes]) -> Self { | ^^^^^^^^ ... 1552 | impl_wide_f32!(f32, f32x8, WideF32x8, WideBoolF32x8, 8; 1, 2, 3, 4, 5, 6, 7); | ---------------------------------------------------------------------------- in this macro invocation | = note: this warning originates in the macro `impl_wide_f32` (in Nightly builds, run with -Z macro-backtrace for more info) Fresh measurements v0.11.0 Compiling opencv v0.88.8 warning: `typenum` (lib) generated 1 warning warning: `simba` (lib) generated 5 warnings Fresh matrixmultiply v0.3.8 warning: lint `suspicious_auto_trait_impls` has been removed: no longer needed, see #93367 for more information --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrixmultiply-0.3.8/src/ptr.rs:9:25 | 9 | #![allow(unknown_lints, suspicious_auto_trait_impls)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: associated function `test_value` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matrixmultiply-0.3.8/src/kernel.rs:97:8 | 94 | pub(crate) trait Element : Copy + Send + Sync { | ------- associated function in this trait ... 97 | fn test_value() -> Self; | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Fresh nalgebra-macros v0.2.1 Fresh noisy_float v0.2.0 warning: the item `From` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/noisy_float-0.2.0/src/float_impl.rs:18:15 | 18 | convert::{From, TryFrom}, | ^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:28:13 | 28 | pub use super::v1::*; | --------- the item `From` is already defined here | = note: `#[warn(unused_imports)]` on by default Fresh gui v0.1.0 (/Users/maddie/Documents/GitHub/NoCashMoCap/parcels/gui) Running `CARGO=/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=cmpxchg16b,fxsr,lahfsahf,sse,sse2,sse3,sse4.1,ssse3 CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=macos CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=apple CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_ALPHAMAT=1 CARGO_FEATURE_ARUCO=1 CARGO_FEATURE_ARUCO_DETECTOR=1 CARGO_FEATURE_BARCODE=1 CARGO_FEATURE_BGSEGM=1 CARGO_FEATURE_BIOINSPIRED=1 CARGO_FEATURE_CALIB3D=1 CARGO_FEATURE_CCALIB=1 CARGO_FEATURE_CLANG_RUNTIME=1 CARGO_FEATURE_CUDAARITHM=1 CARGO_FEATURE_CUDABGSEGM=1 CARGO_FEATURE_CUDACODEC=1 CARGO_FEATURE_CUDAFEATURES2D=1 CARGO_FEATURE_CUDAFILTERS=1 CARGO_FEATURE_CUDAIMGPROC=1 CARGO_FEATURE_CUDAOBJDETECT=1 CARGO_FEATURE_CUDAOPTFLOW=1 CARGO_FEATURE_CUDASTEREO=1 CARGO_FEATURE_CUDAWARPING=1 CARGO_FEATURE_CVV=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DNN=1 CARGO_FEATURE_DNN_SUPERRES=1 CARGO_FEATURE_DPM=1 CARGO_FEATURE_FACE=1 CARGO_FEATURE_FEATURES2D=1 CARGO_FEATURE_FLANN=1 CARGO_FEATURE_FREETYPE=1 CARGO_FEATURE_FUZZY=1 CARGO_FEATURE_GAPI=1 CARGO_FEATURE_HDF=1 CARGO_FEATURE_HFS=1 CARGO_FEATURE_HIGHGUI=1 CARGO_FEATURE_IMGCODECS=1 CARGO_FEATURE_IMGPROC=1 CARGO_FEATURE_IMG_HASH=1 CARGO_FEATURE_INTENSITY_TRANSFORM=1 CARGO_FEATURE_LINE_DESCRIPTOR=1 CARGO_FEATURE_MCC=1 CARGO_FEATURE_ML=1 CARGO_FEATURE_OBJDETECT=1 CARGO_FEATURE_OPTFLOW=1 CARGO_FEATURE_OVIS=1 CARGO_FEATURE_PHASE_UNWRAPPING=1 CARGO_FEATURE_PHOTO=1 CARGO_FEATURE_PLOT=1 CARGO_FEATURE_QUALITY=1 CARGO_FEATURE_RAPID=1 CARGO_FEATURE_RGBD=1 CARGO_FEATURE_SALIENCY=1 CARGO_FEATURE_SFM=1 CARGO_FEATURE_SHAPE=1 CARGO_FEATURE_STEREO=1 CARGO_FEATURE_STITCHING=1 CARGO_FEATURE_STRUCTURED_LIGHT=1 CARGO_FEATURE_SUPERRES=1 CARGO_FEATURE_SURFACE_MATCHING=1 CARGO_FEATURE_TEXT=1 CARGO_FEATURE_TRACKING=1 CARGO_FEATURE_VIDEO=1 CARGO_FEATURE_VIDEOIO=1 CARGO_FEATURE_VIDEOSTAB=1 CARGO_FEATURE_VIZ=1 CARGO_FEATURE_WECHAT_QRCODE=1 CARGO_FEATURE_XFEATURES2D=1 CARGO_FEATURE_XIMGPROC=1 CARGO_FEATURE_XOBJDETECT=1 CARGO_FEATURE_XPHOTO=1 CARGO_MANIFEST_DIR=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8 CARGO_PKG_AUTHORS='Pro :Mathieu Poumeyrol ' CARGO_PKG_DESCRIPTION='Rust bindings for OpenCV' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=opencv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/twistedfall/opencv-rust' CARGO_PKG_RUST_VERSION=1.66 CARGO_PKG_VERSION=0.88.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true DYLD_FALLBACK_LIBRARY_PATH='/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/deps:/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug:/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib:/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib:/Library/Developer/CommandLineTools/usr/lib/' HOST=x86_64-apple-darwin NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out PROFILE=debug RUSTC=/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/bin/rustc RUSTDOC=/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/bin/rustdoc TARGET=x86_64-apple-darwin /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build` warning: `matrixmultiply` (lib) generated 2 warnings warning: `noisy_float` (lib) generated 1 warning Fresh nalgebra v0.32.4 warning: the item `typenum` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/dimension.rs:9:15 | 9 | use typenum::{self, Diff, Max, Maximum, Min, Minimum, Prod, Quot, Sum, Unsigned}; | ^^^^ the item `typenum` is already defined here | = note: `#[warn(unused_imports)]` on by default warning: the item `slice_deprecation_note` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/alias_slice.rs:4:5 | 4 | use crate::slice_deprecation_note; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/lib.rs:102:1 | 102 | / macro_rules! slice_deprecation_note { 103 | | ($replacement:ident) => { 104 | | concat!("Use ", stringify!($replacement), 105 | | r###" instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information."###) 106 | | } 107 | | } | |_- the item `slice_deprecation_note` is already defined here warning: the item `typenum` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/construction.rs:17:15 | 17 | use typenum::{self, Cmp, Greater}; | ^^^^ the item `typenum` is already defined here warning: the item `AsMut` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/conversion.rs:5:20 | 5 | use std::convert::{AsMut, AsRef, From, Into}; | ^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `AsMut` is already defined here warning: the item `AsRef` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/conversion.rs:5:27 | 5 | use std::convert::{AsMut, AsRef, From, Into}; | ^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `AsRef` is already defined here warning: the item `From` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/conversion.rs:5:34 | 5 | use std::convert::{AsMut, AsRef, From, Into}; | ^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `From` is already defined here warning: the item `Into` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/conversion.rs:5:40 | 5 | use std::convert::{AsMut, AsRef, From, Into}; | ^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Into` is already defined here warning: the item `ExactSizeIterator` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/edition.rs:4:5 | 4 | use std::iter::ExactSizeIterator; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `ExactSizeIterator` is already defined here warning: the item `typenum` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/swizzle.rs:3:15 | 3 | use typenum::{self, Cmp, Greater}; | ^^^^ the item `typenum` is already defined here warning: the item `matrixmultiply` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/blas_uninit.rs:12:5 | 12 | use matrixmultiply; | ^^^^^^^^^^^^^^ the item `matrixmultiply` is already defined here warning: the item `Eq` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/geometry/unit_complex.rs:10:16 | 10 | use std::cmp::{Eq, PartialEq}; | ^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `Eq` is already defined here warning: the item `PartialEq` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/geometry/unit_complex.rs:10:20 | 10 | use std::cmp::{Eq, PartialEq}; | ^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `PartialEq` is already defined here warning: the item `typenum` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/geometry/swizzle.rs:3:15 | 3 | use typenum::{self, Cmp, Greater}; | ^^^^ the item `typenum` is already defined here warning: unused import: `self::convolution::*` --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/linalg/mod.rs:40:9 | 40 | pub use self::convolution::*; | ^^^^^^^^^^^^^^^^^^^^ warning: unused import: `self::exp::*` --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/linalg/mod.rs:42:9 | 42 | pub use self::exp::*; | ^^^^^^^^^^^^ warning: unused import: `self::pow::*` --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/linalg/mod.rs:47:9 | 47 | pub use self::pow::*; | ^^^^^^^^^^^^ warning: the item `PartialOrd` is imported redundantly --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/lib.rs:161:32 | 161 | use std::cmp::{self, Ordering, PartialOrd}; | ^^^^^^^^^^ | ::: /Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:115:13 | 115 | pub use super::v1::*; | --------- the item `PartialOrd` is already defined here warning: method `split_at` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/iter.rs:316:19 | 307 | impl<'a, T, R: Dim, C: Dim, S: 'a + RawStorage> ColumnIter<'a, T, R, C, S> { | ----------------------------------------------------------------------------------- method in this implementation ... 316 | pub(crate) fn split_at(self, index: usize) -> (Self, Self) { | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `split_at` is never used --> /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nalgebra-0.32.4/src/base/iter.rs:404:19 | 394 | impl<'a, T, R: Dim, C: Dim, S: 'a + RawStorageMut> ColumnIterMut<'a, T, R, C, S> { | ----------------------------------------------------------------------------------------- method in this implementation ... 404 | pub(crate) fn split_at(self, index: usize) -> (Self, Self) { | ^^^^^^^^ Fresh apriltag v0.4.0 warning: `nalgebra` (lib) generated 19 warnings [opencv 0.88.8] === Crate version: Some("0.88.8") [opencv 0.88.8] === Environment configuration: [opencv 0.88.8] === OPENCV_PACKAGE_NAME = None [opencv 0.88.8] === OPENCV_PKGCONFIG_NAME = None [opencv 0.88.8] === OPENCV_CMAKE_NAME = None [opencv 0.88.8] === OPENCV_CMAKE_BIN = None [opencv 0.88.8] === OPENCV_VCPKG_NAME = None [opencv 0.88.8] === OPENCV_LINK_LIBS = None [opencv 0.88.8] === OPENCV_LINK_PATHS = None [opencv 0.88.8] === OPENCV_INCLUDE_PATHS = None [opencv 0.88.8] === OPENCV_DISABLE_PROBES = None [opencv 0.88.8] === OPENCV_MSVC_CRT = None [opencv 0.88.8] === CMAKE_PREFIX_PATH = None [opencv 0.88.8] === OpenCV_DIR = None [opencv 0.88.8] === PKG_CONFIG_PATH = None [opencv 0.88.8] === VCPKG_ROOT = None [opencv 0.88.8] === VCPKGRS_DYNAMIC = None [opencv 0.88.8] === VCPKGRS_TRIPLET = None [opencv 0.88.8] === OCVRS_DOCS_GENERATE_DIR = None [opencv 0.88.8] === DOCS_RS = None [opencv 0.88.8] === PATH = Some("/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/maddie/Library/Python/3.9/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/maddie/.asdf/things/shims:/Users/maddie/.asdf/bin:/Users/maddie/bin:/Users/maddie/.cargo/bin:/Users/maddie/.local/bin:/Users/maddie/.asdf/installs/rust/1.76.0/bin:/Users/maddie/Library/Android/sdk/emulator:/Users/maddie/Library/Android/sdk/platform-tools:/Users/maddie/.asdf/things/installs/rust/1.76.0/bin:/Users/maddie/.asdf/things/installs/rust/1.76.0/bin") [opencv 0.88.8] === Enabled features: [opencv 0.88.8] === ALPHAMAT [opencv 0.88.8] === ARUCO [opencv 0.88.8] === ARUCO_DETECTOR [opencv 0.88.8] === BARCODE [opencv 0.88.8] === BGSEGM [opencv 0.88.8] === BIOINSPIRED [opencv 0.88.8] === CALIB3D [opencv 0.88.8] === CCALIB [opencv 0.88.8] === CLANG_RUNTIME [opencv 0.88.8] === CUDAARITHM [opencv 0.88.8] === CUDABGSEGM [opencv 0.88.8] === CUDACODEC [opencv 0.88.8] === CUDAFEATURES2D [opencv 0.88.8] === CUDAFILTERS [opencv 0.88.8] === CUDAIMGPROC [opencv 0.88.8] === CUDAOBJDETECT [opencv 0.88.8] === CUDAOPTFLOW [opencv 0.88.8] === CUDASTEREO [opencv 0.88.8] === CUDAWARPING [opencv 0.88.8] === CVV [opencv 0.88.8] === DEFAULT [opencv 0.88.8] === DNN [opencv 0.88.8] === DNN_SUPERRES [opencv 0.88.8] === DPM [opencv 0.88.8] === FACE [opencv 0.88.8] === FEATURES2D [opencv 0.88.8] === FLANN [opencv 0.88.8] === FREETYPE [opencv 0.88.8] === FUZZY [opencv 0.88.8] === GAPI [opencv 0.88.8] === HDF [opencv 0.88.8] === HFS [opencv 0.88.8] === HIGHGUI [opencv 0.88.8] === IMGCODECS [opencv 0.88.8] === IMGPROC [opencv 0.88.8] === IMG_HASH [opencv 0.88.8] === INTENSITY_TRANSFORM [opencv 0.88.8] === LINE_DESCRIPTOR [opencv 0.88.8] === MCC [opencv 0.88.8] === ML [opencv 0.88.8] === OBJDETECT [opencv 0.88.8] === OPTFLOW [opencv 0.88.8] === OVIS [opencv 0.88.8] === PHASE_UNWRAPPING [opencv 0.88.8] === PHOTO [opencv 0.88.8] === PLOT [opencv 0.88.8] === QUALITY [opencv 0.88.8] === RAPID [opencv 0.88.8] === RGBD [opencv 0.88.8] === SALIENCY [opencv 0.88.8] === SFM [opencv 0.88.8] === SHAPE [opencv 0.88.8] === STEREO [opencv 0.88.8] === STITCHING [opencv 0.88.8] === STRUCTURED_LIGHT [opencv 0.88.8] === SUPERRES [opencv 0.88.8] === SURFACE_MATCHING [opencv 0.88.8] === TEXT [opencv 0.88.8] === TRACKING [opencv 0.88.8] === VIDEO [opencv 0.88.8] === VIDEOIO [opencv 0.88.8] === VIDEOSTAB [opencv 0.88.8] === VIZ [opencv 0.88.8] === WECHAT_QRCODE [opencv 0.88.8] === XFEATURES2D [opencv 0.88.8] === XIMGPROC [opencv 0.88.8] === XOBJDETECT [opencv 0.88.8] === XPHOTO [opencv 0.88.8] === Detected probe priority based on environment vars: pkg_config: false, cmake: false, vcpkg: false [opencv 0.88.8] === Probing the OpenCV library in the following order: environment, pkg_config, cmake, vcpkg_cmake, vcpkg [opencv 0.88.8] === Can't probe using: environment, continuing with other methods because: Some environment variables are missing [opencv 0.88.8] === Probing OpenCV library using pkg_config [opencv 0.88.8] === Successfully probed using: pkg_config [opencv 0.88.8] === OpenCV library configuration: Library { [opencv 0.88.8] include_paths: [ [opencv 0.88.8] "/usr/local/opt/opencv/include/opencv4", [opencv 0.88.8] ], [opencv 0.88.8] version: Version { [opencv 0.88.8] major: 4, [opencv 0.88.8] minor: 9, [opencv 0.88.8] patch: 0, [opencv 0.88.8] }, [opencv 0.88.8] cargo_metadata: [ [opencv 0.88.8] "cargo:rustc-link-search=/usr/local/opt/opencv/lib", [opencv 0.88.8] "cargo:rustc-link-search=framework=/usr/local/opt/opencv/lib", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_gapi", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_stitching", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_alphamat", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_aruco", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_bgsegm", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_bioinspired", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_ccalib", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_dnn_objdetect", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_dnn_superres", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_dpm", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_face", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_freetype", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_fuzzy", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_hfs", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_img_hash", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_intensity_transform", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_line_descriptor", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_mcc", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_quality", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_rapid", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_reg", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_rgbd", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_saliency", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_sfm", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_stereo", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_structured_light", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_phase_unwrapping", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_superres", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_optflow", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_surface_matching", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_tracking", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_highgui", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_datasets", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_text", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_plot", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_videostab", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_videoio", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_viz", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_wechat_qrcode", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_xfeatures2d", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_shape", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_ml", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_ximgproc", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_video", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_xobjdetect", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_objdetect", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_calib3d", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_imgcodecs", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_features2d", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_dnn", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_flann", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_xphoto", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_photo", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_imgproc", [opencv 0.88.8] "cargo:rustc-link-lib=opencv_core", [opencv 0.88.8] ], [opencv 0.88.8] } [opencv 0.88.8] === Detected OpenCV module header dir at: /usr/local/opt/opencv/include/opencv4/opencv2 [opencv 0.88.8] === Found OpenCV version: 4.9.0 in headers located at: /usr/local/opt/opencv/include/opencv4 [opencv 0.88.8] === Generating code in: /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out [opencv 0.88.8] === Placing generated bindings into: /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out/opencv [opencv 0.88.8] === Using OpenCV headers from: /usr/local/opt/opencv/include/opencv4 [opencv 0.88.8] === Clang: Apple clang version 14.0.3 (clang-1403.0.22.14.1) [opencv 0.88.8] === Clang command line args: [ [opencv 0.88.8] "-isystem/usr/local/include", [opencv 0.88.8] "-isystem/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1", [opencv 0.88.8] "-isystem/Library/Developer/CommandLineTools/usr/lib/clang/14.0.3/include", [opencv 0.88.8] "-isystem/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include", [opencv 0.88.8] "-isystem/Library/Developer/CommandLineTools/usr/include", [opencv 0.88.8] "-isystem/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks", [opencv 0.88.8] "-I/usr/local/Cellar/opencv/4.9.0_4/include/opencv4", [opencv 0.88.8] "-F/usr/local/Cellar/opencv/4.9.0_4/include/opencv4", [opencv 0.88.8] "-I/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp", [opencv 0.88.8] "-F/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp", [opencv 0.88.8] "-DOCVRS_PARSING_HEADERS", [opencv 0.88.8] "-includeocvrs_common.hpp", [opencv 0.88.8] "-std=c++14", [opencv 0.88.8] ] [opencv 0.88.8] === Using environment job server with the the amount of available jobs: 8 [opencv 0.88.8] === Generating 52 modules [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "alphamat" "" [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "bioinspired" "" [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "aruco" "" [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "bgsegm" "" [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "calib3d" "" [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "ccalib" "" [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "core" "" [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "dnn" "" [opencv 0.88.8] === Generated: alphamat in 2.996180879s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "dnn_superres" "" [opencv 0.88.8] === Generated: bioinspired in 4.05487509s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "dpm" "" [opencv 0.88.8] thread 'main' panicked at library/core/src/panicking.rs:155:5: [opencv 0.88.8] unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX` [opencv 0.88.8] stack backtrace: [opencv 0.88.8] 0: 0x1040104e4 - std::backtrace_rs::backtrace::libunwind::trace::hb2b7b1f9724a9b7d [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [opencv 0.88.8] 1: 0x1040104e4 - std::backtrace_rs::backtrace::trace_unsynchronized::h2dcc6f92ea6ceaf9 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [opencv 0.88.8] 2: 0x1040104e4 - std::sys_common::backtrace::_print_fmt::h6345d076bc4393c7 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:68:5 [opencv 0.88.8] 3: 0x1040104e4 - ::fmt::hb43f50ba09a0811a [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:44:22 [opencv 0.88.8] 4: 0x104035a5b - core::fmt::rt::Argument::fmt::h9bfd8add2c863b7a [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/rt.rs:142:9 [opencv 0.88.8] 5: 0x104035a5b - core::fmt::write::h7798d0856aa0e075 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/mod.rs:1120:17 [opencv 0.88.8] 6: 0x10400c9ae - std::io::Write::write_fmt::h7d389e484a7251c7 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/io/mod.rs:1846:15 [opencv 0.88.8] 7: 0x1040102a1 - std::sys_common::backtrace::_print::haec63fa79846876b [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:47:5 [opencv 0.88.8] 8: 0x1040102a1 - std::sys_common::backtrace::print::h2c94543b580534f3 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:34:9 [opencv 0.88.8] 9: 0x1040123d9 - std::panicking::default_hook::{{closure}}::hbf374923d6a1e6e2 [opencv 0.88.8] 10: 0x104012144 - std::panicking::default_hook::h5e55bf52460883db [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:292:9 [opencv 0.88.8] 11: 0x104012e1e - std::panicking::rust_panic_with_hook::h8fcfdfb87a50b907 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:779:13 [opencv 0.88.8] 12: 0x10401273c - std::panicking::begin_panic_handler::{{closure}}::h9cb8f5f0a6aa38b0 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:649:13 [opencv 0.88.8] 13: 0x1040109d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha259270bc51ee79f [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:171:18 [opencv 0.88.8] 14: 0x1040124a6 - rust_begin_unwind [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:645:5 [opencv 0.88.8] 15: 0x10405b94a - core::panicking::panic_nounwind_fmt::runtime::h01b28e4b73d07663 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:110:18 [opencv 0.88.8] 16: 0x10405b94a - core::panicking::panic_nounwind_fmt::h01fc435a63c656f0 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:122:9 [opencv 0.88.8] 17: 0x10405b9fd - core::panicking::panic_nounwind::hcd0583038da332f3 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:155:5 [opencv 0.88.8] 18: 0x103f0adac - core::slice::raw::from_raw_parts::precondition_check::h0a1bac53bbafec10 [opencv 0.88.8] 19: 0x103f0ad17 - core::slice::raw::from_raw_parts::hdbdb100ba1375c08 [opencv 0.88.8] 20: 0x103f0f2d9 - clang::source::SourceRange::tokenize::haf3fdf2316effb0f [opencv 0.88.8] 21: 0x103bd9239 - opencv_binding_generator::field::Field::default_value::h04a5500bcb177c8d [opencv 0.88.8] 22: 0x103bd8da1 - opencv_binding_generator::field::Field::type_ref::{{closure}}::hedffa6f469f4f61e [opencv 0.88.8] 23: 0x103bc068c - opencv_binding_generator::type_ref::types::TypeRefTypeHint::something_or_else::ha26f7190da8fc3bf [opencv 0.88.8] 24: 0x103bd8bf0 - opencv_binding_generator::field::Field::type_ref::h1a95569ecea2d771 [opencv 0.88.8] 25: 0x103bd9b99 - ::exclude_kind::{{closure}}::hb5b28143178ee64d [opencv 0.88.8] 26: 0x103c85a46 - opencv_binding_generator::element::ExcludeKind::with_reference_exclude_kind::h92bd595b8762589e [opencv 0.88.8] 27: 0x103bd9b65 - ::exclude_kind::h91af29a8c97a63b7 [opencv 0.88.8] 28: 0x103c2cd5c - opencv_binding_generator::writer::rust_native::smart_ptr::::gen_rust::{{closure}}::h55c224fac24139b0 [opencv 0.88.8] 29: 0x103c061f8 - core::ops::function::impls:: for &mut F>::call_mut::h37ab98fa565d71d5 [opencv 0.88.8] 30: 0x103cc4ff4 - as core::iter::traits::iterator::Iterator>::find::hf75dff08c58f0105 [opencv 0.88.8] 31: 0x103bf8900 - as core::iter::traits::iterator::Iterator>::next::h64ef1dcf47fa3dd1 [opencv 0.88.8] 32: 0x103bdd35f - as core::iter::traits::iterator::Iterator>::next::h51073643c56f6068 [opencv 0.88.8] 33: 0x103bdf30e - as core::iter::adapters::fuse::FuseImpl>::next::h67abd6f94eea9be2 [opencv 0.88.8] 34: 0x103bad145 - as core::iter::traits::iterator::Iterator>::next::h1d44e014df7554df [opencv 0.88.8] 35: 0x103bacb74 - as core::iter::traits::iterator::Iterator>::next::h0128209232e0e3b4 [opencv 0.88.8] 36: 0x103b8b7fc - alloc::vec::Vec::extend_desugared::h5f78e9b869c2355f [opencv 0.88.8] 37: 0x103b92ba9 - as alloc::vec::spec_extend::SpecExtend>::spec_extend::he41b8cd78dff3f72 [opencv 0.88.8] 38: 0x103b91b71 - as core::iter::traits::collect::Extend>::extend::hec2a32c81cfe90f5 [opencv 0.88.8] 39: 0x103c0ddc1 - opencv_binding_generator::class::Class::field_methods::he0e509a6831025cc [opencv 0.88.8] 40: 0x103c61bb8 - opencv_binding_generator::writer::rust_native::smart_ptr::::gen_rust::h2977f89b6ea9c034 [opencv 0.88.8] 41: 0x103c74654 - ::visit_generated_type::{{closure}}::hfe635924c36bb659 [opencv 0.88.8] 42: 0x103c73efd - ::visit_generated_type::write_generated_type::h514fb7873e568774 [opencv 0.88.8] 43: 0x103c7254f - ::visit_generated_type::h567b46caeddeae63 [opencv 0.88.8] 44: 0x103a4d1ec - opencv_binding_generator::generator::OpenCvWalker::process_class::{{closure}}::he24b7b0022db88df [opencv 0.88.8] 45: 0x103a43bda - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h1beed55d5620a7d5 [opencv 0.88.8] 46: 0x103a74e7b - core::iter::traits::iterator::Iterator::fold::hc78b3115271023fb [opencv 0.88.8] 47: 0x103a75185 - core::iter::traits::iterator::Iterator::for_each::hc2403d5d22544b17 [opencv 0.88.8] 48: 0x103a4cc34 - opencv_binding_generator::generator::OpenCvWalker::process_class::h5778a24976c17d98 [opencv 0.88.8] 49: 0x103a4a2ba - as opencv_binding_generator::walker::EntityWalkerVisitor>::visit_entity::hc8ff9716824a2219 [opencv 0.88.8] 50: 0x103a4b240 - opencv_binding_generator::walker::visit_cv_namespace::{{closure}}::ha8bd32d0e59a2f3c [opencv 0.88.8] 51: 0x103a4edc9 - ::call::h23697bb20e63dd59 [opencv 0.88.8] 52: 0x103f03353 - clang::Entity::visit_children::visit::he29122760d3023d9 [opencv 0.88.8] 53: 0x112432450 - __ZN5clang8cxcursor13CursorVisitor23handleDeclForVisitationEPKNS_4DeclE [opencv 0.88.8] 54: 0x1124328af - __ZN5clang8cxcursor13CursorVisitor16VisitDeclContextEPNS_11DeclContextE [opencv 0.88.8] 55: 0x11242dd81 - __ZN5clang8cxcursor13CursorVisitor13VisitChildrenE8CXCursor [opencv 0.88.8] 56: 0x112443272 - _clang_visitChildren [opencv 0.88.8] 57: 0x103f20867 - clang_sys::clang_visitChildren::h91a2c6b206d96b89 [opencv 0.88.8] 58: 0x103a4e79e - clang::Entity::visit_children::h1a3151673777ffcc [opencv 0.88.8] 59: 0x103a4af85 - opencv_binding_generator::walker::visit_cv_namespace::h04a7acef9eaec3b9 [opencv 0.88.8] 60: 0x103a4b278 - opencv_binding_generator::walker::visit_cv_namespace::{{closure}}::ha8bd32d0e59a2f3c [opencv 0.88.8] 61: 0x103a4edc9 - ::call::h23697bb20e63dd59 [opencv 0.88.8] 62: 0x103f03353 - clang::Entity::visit_children::visit::he29122760d3023d9 [opencv 0.88.8] 63: 0x112432450 - __ZN5clang8cxcursor13CursorVisitor23handleDeclForVisitationEPKNS_4DeclE [opencv 0.88.8] 64: 0x1124328af - __ZN5clang8cxcursor13CursorVisitor16VisitDeclContextEPNS_11DeclContextE [opencv 0.88.8] 65: 0x11242dd81 - __ZN5clang8cxcursor13CursorVisitor13VisitChildrenE8CXCursor [opencv 0.88.8] 66: 0x112443272 - _clang_visitChildren [opencv 0.88.8] 67: 0x103f20867 - clang_sys::clang_visitChildren::h91a2c6b206d96b89 [opencv 0.88.8] 68: 0x103a4e79e - clang::Entity::visit_children::h1a3151673777ffcc [opencv 0.88.8] 69: 0x103a4af85 - opencv_binding_generator::walker::visit_cv_namespace::h04a7acef9eaec3b9 [opencv 0.88.8] 70: 0x103a4f45c - ::walk_opencv_entities::{{closure}}::hc0e59f17720095ea [opencv 0.88.8] 71: 0x103a4ee19 - ::call::h91dae279976d9817 [opencv 0.88.8] 72: 0x103f03353 - clang::Entity::visit_children::visit::he29122760d3023d9 [opencv 0.88.8] 73: 0x112432450 - __ZN5clang8cxcursor13CursorVisitor23handleDeclForVisitationEPKNS_4DeclE [opencv 0.88.8] 74: 0x11242d6f4 - __ZN5clang8cxcursor13CursorVisitor13VisitChildrenE8CXCursor [opencv 0.88.8] 75: 0x112443272 - _clang_visitChildren [opencv 0.88.8] 76: 0x103f20867 - clang_sys::clang_visitChildren::h91a2c6b206d96b89 [opencv 0.88.8] 77: 0x103a4e9de - clang::Entity::visit_children::h86f42744fe2c3877 [opencv 0.88.8] 78: 0x103a4f049 - ::walk_opencv_entities::hba7157085f8e0746 [opencv 0.88.8] 79: 0x103a4e09c - opencv_binding_generator::generator::Generator::generate::{{closure}}::h706769df19575c47 [opencv 0.88.8] 80: 0x103a4ddd3 - opencv_binding_generator::generator::Generator::pre_process::hd4b838f138188d20 [opencv 0.88.8] 81: 0x103a4df14 - opencv_binding_generator::generator::Generator::generate::h68f0c9c181a19bb5 [opencv 0.88.8] 82: 0x103a6b567 - build_script_build::binding_generator::run::he318138fed7d303a [opencv 0.88.8] 83: 0x103a6ab0c - build_script_build::binding_generator::handle_running_binding_generator::h4181027b6f773bb3 [opencv 0.88.8] 84: 0x103a40d61 - build_script_build::main::he6c13d053fdf55bd [opencv 0.88.8] 85: 0x103a33aaa - core::ops::function::FnOnce::call_once::hffdc792d623d7383 [opencv 0.88.8] 86: 0x103a66ad9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3eb14e0ec95bfc9d [opencv 0.88.8] 87: 0x103a5b8e0 - std::rt::lang_start::{{closure}}::h6135254b9f626f00 [opencv 0.88.8] 88: 0x104006220 - core::ops::function::impls:: for &F>::call_once::h7719afbeb43bc211 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/ops/function.rs:284:13 [opencv 0.88.8] 89: 0x104006220 - std::panicking::try::do_call::hb69850f777fde943 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:552:40 [opencv 0.88.8] 90: 0x104006220 - std::panicking::try::h223d5fb915311d6f [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:516:19 [opencv 0.88.8] 91: 0x104006220 - std::panic::catch_unwind::h6449f9062aad2dc5 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panic.rs:146:14 [opencv 0.88.8] 92: 0x104006220 - std::rt::lang_start_internal::{{closure}}::h8e9e9db9757ca368 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/rt.rs:148:48 [opencv 0.88.8] 93: 0x104006220 - std::panicking::try::do_call::hd23a789549ee2eef [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:552:40 [opencv 0.88.8] 94: 0x104006220 - std::panicking::try::hb51b08dae077158e [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:516:19 [opencv 0.88.8] 95: 0x104006220 - std::panic::catch_unwind::h62d60a9af63ea5e9 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panic.rs:146:14 [opencv 0.88.8] 96: 0x104006220 - std::rt::lang_start_internal::hff8c8c6dcfd9b98b [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/rt.rs:148:20 [opencv 0.88.8] 97: 0x103a5b8b8 - std::rt::lang_start::h917528dde3021699 [opencv 0.88.8] 98: 0x103a426a8 - _main [opencv 0.88.8] 99: 0x7ff80ef09386 - [opencv 0.88.8] thread caused non-unwinding panic. aborting. [opencv 0.88.8] thread '' panicked at /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/build/generator.rs:110:33: [opencv 0.88.8] Failed to run the bindings generator for module: dnn [opencv 0.88.8] stack backtrace: [opencv 0.88.8] === Generated: bgsegm in 4.291349982s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "face" "" [opencv 0.88.8] 0: 0x1060df4e4 - std::backtrace_rs::backtrace::libunwind::trace::hb2b7b1f9724a9b7d [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [opencv 0.88.8] 1: 0x1060df4e4 - std::backtrace_rs::backtrace::trace_unsynchronized::h2dcc6f92ea6ceaf9 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [opencv 0.88.8] 2: 0x1060df4e4 - std::sys_common::backtrace::_print_fmt::h6345d076bc4393c7 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:68:5 [opencv 0.88.8] 3: 0x1060df4e4 - ::fmt::hb43f50ba09a0811a [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:44:22 [opencv 0.88.8] 4: 0x106104a5b - core::fmt::rt::Argument::fmt::h9bfd8add2c863b7a [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/rt.rs:142:9 [opencv 0.88.8] 5: 0x106104a5b - core::fmt::write::h7798d0856aa0e075 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/mod.rs:1120:17 [opencv 0.88.8] 6: 0x1060db9ae - std::io::Write::write_fmt::h7d389e484a7251c7 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/io/mod.rs:1846:15 [opencv 0.88.8] 7: 0x1060df2a1 - std::sys_common::backtrace::_print::haec63fa79846876b [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:47:5 [opencv 0.88.8] 8: 0x1060df2a1 - std::sys_common::backtrace::print::h2c94543b580534f3 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:34:9 [opencv 0.88.8] 9: 0x1060e13d9 - std::panicking::default_hook::{{closure}}::hbf374923d6a1e6e2 [opencv 0.88.8] 10: 0x1060e1144 - std::panicking::default_hook::h5e55bf52460883db [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:292:9 [opencv 0.88.8] 11: 0x1060e1e1e - std::panicking::rust_panic_with_hook::h8fcfdfb87a50b907 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:779:13 [opencv 0.88.8] 12: 0x1060e1774 - std::panicking::begin_panic_handler::{{closure}}::h9cb8f5f0a6aa38b0 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:657:13 [opencv 0.88.8] 13: 0x1060df9d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha259270bc51ee79f [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:171:18 [opencv 0.88.8] 14: 0x1060e14a6 - rust_begin_unwind [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:645:5 [opencv 0.88.8] 15: 0x10612a8d5 - core::panicking::panic_fmt::h9b0c04c7e809d8ae [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:72:14 [opencv 0.88.8] 16: 0x105b2d382 - build_script_build::generator::BindingGenerator::run::{{closure}}::{{closure}}::{{closure}}::h1a1746dab5d70242 [opencv 0.88.8] 17: 0x105b35ae9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h5fd8454e1d68e72a [opencv 0.88.8] 18: 0x105b36c12 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h56f44b404c35696d [opencv 0.88.8] 19: 0x105b3be62 - as core::ops::function::FnOnce<()>>::call_once::haa8069ffb130447d [opencv 0.88.8] 20: 0x105b43382 - std::panicking::try::do_call::h71b0dfc64d6739dc [opencv 0.88.8] 21: 0x105b452ad - ___rust_try [opencv 0.88.8] 22: 0x105b4324b - std::panicking::try::h383c2691388cc357 [opencv 0.88.8] 23: 0x105b36aac - std::thread::Builder::spawn_unchecked_::{{closure}}::he68559c7b46dc692 [opencv 0.88.8] 24: 0x105b022dd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf28a258cd4a82d2b [opencv 0.88.8] 25: 0x1060e84b9 - as core::ops::function::FnOnce>::call_once::hd55a3229f9fc8909 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/alloc/src/boxed.rs:2016:9 [opencv 0.88.8] 26: 0x1060e84b9 - as core::ops::function::FnOnce>::call_once::h286bdaecc6f63052 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/alloc/src/boxed.rs:2016:9 [opencv 0.88.8] 27: 0x1060e84b9 - std::sys::pal::unix::thread::Thread::new::thread_start::h7517af0cc75c1623 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys/pal/unix/thread.rs:108:17 [opencv 0.88.8] 28: 0x7ff80f294202 - __pthread_start [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "features2d" "" [opencv 0.88.8] === Generated: aruco in 4.872302322s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "flann" "" [opencv 0.88.8] === Generated: dnn_superres in 2.696743996s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "freetype" "" [opencv 0.88.8] === Generated: ccalib in 6.272630828s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "fuzzy" "" [opencv 0.88.8] === Generated: dpm in 2.576903932s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "gapi" "" [opencv 0.88.8] === Generated: freetype in 2.459227284s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "hfs" "" [opencv 0.88.8] === Generated: flann in 3.37737414s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "highgui" "" [opencv 0.88.8] === Generated: fuzzy in 2.997582313s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "img_hash" "" [opencv 0.88.8] === Generated: face in 5.9246984s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "imgcodecs" "" [opencv 0.88.8] === Generated: hfs in 2.82640777s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "imgproc" "" [opencv 0.88.8] === Generated: features2d in 6.864551212s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "intensity_transform" "" [opencv 0.88.8] === Generated: highgui in 3.723684524s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "line_descriptor" "" [opencv 0.88.8] === Generated: calib3d in 12.687797978s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "mcc" "" [opencv 0.88.8] === Generated: img_hash in 3.661670116s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "ml" "" [opencv 0.88.8] === Generated: imgcodecs in 3.716630002s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "objdetect" "" [opencv 0.88.8] === Generated: intensity_transform in 3.283799214s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "optflow" "" [opencv 0.88.8] === Generated: mcc in 3.871467064s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "phase_unwrapping" "" [opencv 0.88.8] === Generated: line_descriptor in 4.634427251s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "photo" "" [opencv 0.88.8] === Generated: gapi in 11.564515529s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "plot" "" [opencv 0.88.8] === Generated: phase_unwrapping in 2.694027821s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "quality" "" [opencv 0.88.8] === Generated: ml in 6.617202801s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "rapid" "" [opencv 0.88.8] === Generated: optflow in 5.191504871s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "rgbd" "" [opencv 0.88.8] === Generated: plot in 2.906660004s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "saliency" "" [opencv 0.88.8] === Generated: photo in 5.031816093s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "sfm" "" [opencv 0.88.8] === Generated: quality in 3.62736091s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "shape" "" [opencv 0.88.8] === Generated: rapid in 3.469811913s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "stereo" "" [opencv 0.88.8] === Generated: imgproc in 12.332876567s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "stitching" "" [opencv 0.88.8] === Generated: objdetect in 10.128415652s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "structured_light" "" [opencv 0.88.8] === Generated: saliency in 3.527791261s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "superres" "" [opencv 0.88.8] === Generated: stereo in 3.074935484s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "surface_matching" "" [opencv 0.88.8] === Generated: sfm in 5.100976734s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "text" "" [opencv 0.88.8] === Generated: shape in 4.041680094s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "tracking" "" [opencv 0.88.8] === Generated: structured_light in 4.21569705s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "video" "" [opencv 0.88.8] === Generated: superres in 3.835795153s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "videoio" "" [opencv 0.88.8] === Generated: surface_matching in 3.784914893s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "videostab" "" [opencv 0.88.8] === Generated: tracking in 3.444303392s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "viz" "" [opencv 0.88.8] === Generated: rgbd in 11.312647369s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "wechat_qrcode" "" [opencv 0.88.8] === Generated: core in 31.054244331s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "xfeatures2d" "" [opencv 0.88.8] === Generated: videoio in 4.043619059s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "ximgproc" "" [opencv 0.88.8] === Generated: text in 6.407030615s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "xobjdetect" "" [opencv 0.88.8] === Generated: wechat_qrcode in 2.683188272s [opencv 0.88.8] === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cppthread 'main' panicked at /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/build/generator.rs:119":36 : [opencv 0.88.8] "Generator process panicked: Any { .. } [opencv 0.88.8] /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "xphoto" "" [opencv 0.88.8] stack backtrace: [opencv 0.88.8] 0: 0x1060df4e4 - std::backtrace_rs::backtrace::libunwind::trace::hb2b7b1f9724a9b7d [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [opencv 0.88.8] 1: 0x1060df4e4 - std::backtrace_rs::backtrace::trace_unsynchronized::h2dcc6f92ea6ceaf9 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [opencv 0.88.8] 2: 0x1060df4e4 - std::sys_common::backtrace::_print_fmt::h6345d076bc4393c7 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:68:5 [opencv 0.88.8] 3: 0x1060df4e4 - ::fmt::hb43f50ba09a0811a [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:44:22 [opencv 0.88.8] 4: 0x106104a5b - core::fmt::rt::Argument::fmt::h9bfd8add2c863b7a [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/rt.rs:142:9 [opencv 0.88.8] 5: 0x106104a5b - core::fmt::write::h7798d0856aa0e075 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/mod.rs:1120:17 [opencv 0.88.8] 6: 0x1060db9ae - std::io::Write::write_fmt::h7d389e484a7251c7 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/io/mod.rs:1846:15 [opencv 0.88.8] 7: 0x1060df2a1 - std::sys_common::backtrace::_print::haec63fa79846876b [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:47:5 [opencv 0.88.8] 8: 0x1060df2a1 - std::sys_common::backtrace::print::h2c94543b580534f3 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:34:9 [opencv 0.88.8] 9: 0x1060e13d9 - std::panicking::default_hook::{{closure}}::hbf374923d6a1e6e2 [opencv 0.88.8] 10: 0x1060e1144 - std::panicking::default_hook::h5e55bf52460883db [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:292:9 [opencv 0.88.8] 11: 0x1060e1e1e - std::panicking::rust_panic_with_hook::h8fcfdfb87a50b907 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:779:13 [opencv 0.88.8] 12: 0x1060e1774 - std::panicking::begin_panic_handler::{{closure}}::h9cb8f5f0a6aa38b0 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:657:13 [opencv 0.88.8] 13: 0x1060df9d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha259270bc51ee79f [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:171:18 [opencv 0.88.8] 14: 0x1060e14a6 - rust_begin_unwind [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:645:5 [opencv 0.88.8] 15: 0x10612a8d5 - core::panicking::panic_fmt::h9b0c04c7e809d8ae [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:72:14 [opencv 0.88.8] 16: 0x10612ae95 - core::result::unwrap_failed::h3e386f3222e36592 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/result.rs:1654:5 [opencv 0.88.8] 17: 0x105b38017 - core::result::Result::expect::he0b5fa150acc6029 [opencv 0.88.8] 18: 0x105b2cf0f - build_script_build::generator::BindingGenerator::run::{{closure}}::hf5bdb70433e2fa8a [opencv 0.88.8] 19: 0x105b157a6 - std::thread::scoped::scope::{{closure}}::h7479599b5a2d85d0 [opencv 0.88.8] 20: 0x105b3be32 - as core::ops::function::FnOnce<()>>::call_once::h778c8134e6f8ce83 [opencv 0.88.8] 21: 0x105b43352 - std::panicking::try::do_call::h13ad44a2927ef0df [opencv 0.88.8] 22: 0x105b452ad - ___rust_try [opencv 0.88.8] 23: 0x105b432e5 - std::panicking::try::hf2f6a7eca49a879d [opencv 0.88.8] 24: 0x105b155ad - std::thread::scoped::scope::he5345be82a50d6f6 [opencv 0.88.8] 25: 0x105b2cba2 - build_script_build::generator::BindingGenerator::run::h362fe503fe18ed84 [opencv 0.88.8] 26: 0x105b2be9e - build_script_build::generator::BindingGenerator::generate_wrapper::h5840891c0a95209d [opencv 0.88.8] 27: 0x105b10caf - build_script_build::main::he6c13d053fdf55bd [opencv 0.88.8] 28: 0x105b02aaa - core::ops::function::FnOnce::call_once::hffdc792d623d7383 [opencv 0.88.8] 29: 0x105b35ad9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3eb14e0ec95bfc9d [opencv 0.88.8] 30: 0x105b2a8e0 - std::rt::lang_start::{{closure}}::h6135254b9f626f00 [opencv 0.88.8] 31: 0x1060d5220 - core::ops::function::impls:: for &F>::call_once::h7719afbeb43bc211 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/ops/function.rs:284:13 [opencv 0.88.8] 32: 0x1060d5220 - std::panicking::try::do_call::hb69850f777fde943 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:552:40 [opencv 0.88.8] 33: 0x1060d5220 - std::panicking::try::h223d5fb915311d6f [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:516:19 [opencv 0.88.8] 34: 0x1060d5220 - std::panic::catch_unwind::h6449f9062aad2dc5 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panic.rs:146:14 [opencv 0.88.8] 35: 0x1060d5220 - std::rt::lang_start_internal::{{closure}}::h8e9e9db9757ca368 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/rt.rs:148:48 [opencv 0.88.8] 36: 0x1060d5220 - std::panicking::try::do_call::hd23a789549ee2eef [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:552:40 [opencv 0.88.8] 37: 0x1060d5220 - std::panicking::try::hb51b08dae077158e [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:516:19 [opencv 0.88.8] 38: 0x1060d5220 - std::panic::catch_unwind::h62d60a9af63ea5e9 [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panic.rs:146:14 [opencv 0.88.8] 39: 0x1060d5220 - std::rt::lang_start_internal::hff8c8c6dcfd9b98b [opencv 0.88.8] at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/rt.rs:148:20 [opencv 0.88.8] 40: 0x105b2a8b8 - std::rt::lang_start::h917528dde3021699 [opencv 0.88.8] 41: 0x105b116a8 - _main [opencv 0.88.8] 42: 0x7ff80ef09386 - [opencv 0.88.8] === Generated: video in 5.776698283s [opencv 0.88.8] === Generated: xobjdetect in 2.41323862s [opencv 0.88.8] === Generated: xphoto in 3.177846768s [opencv 0.88.8] === Generated: stitching in 13.693656076s [opencv 0.88.8] === Generated: videostab in 7.263613182s [opencv 0.88.8] === Generated: xfeatures2d in 6.179876272s [opencv 0.88.8] === Generated: viz in 7.35955795s [opencv 0.88.8] === Generated: ximgproc in 7.846823389s error: failed to run custom build command for `opencv v0.88.8` note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. Caused by: process didn't exit successfully: `CARGO=/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/bin/cargo CARGO_CFG_OVERFLOW_CHECKS='' CARGO_CFG_PANIC=unwind CARGO_CFG_RELOCATION_MODEL=pic CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=cmpxchg16b,fxsr,lahfsahf,sse,sse2,sse3,sse4.1,ssse3 CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=128,16,32,64,8,ptr CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=macos CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_THREAD_LOCAL='' CARGO_CFG_TARGET_VENDOR=apple CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_ALPHAMAT=1 CARGO_FEATURE_ARUCO=1 CARGO_FEATURE_ARUCO_DETECTOR=1 CARGO_FEATURE_BARCODE=1 CARGO_FEATURE_BGSEGM=1 CARGO_FEATURE_BIOINSPIRED=1 CARGO_FEATURE_CALIB3D=1 CARGO_FEATURE_CCALIB=1 CARGO_FEATURE_CLANG_RUNTIME=1 CARGO_FEATURE_CUDAARITHM=1 CARGO_FEATURE_CUDABGSEGM=1 CARGO_FEATURE_CUDACODEC=1 CARGO_FEATURE_CUDAFEATURES2D=1 CARGO_FEATURE_CUDAFILTERS=1 CARGO_FEATURE_CUDAIMGPROC=1 CARGO_FEATURE_CUDAOBJDETECT=1 CARGO_FEATURE_CUDAOPTFLOW=1 CARGO_FEATURE_CUDASTEREO=1 CARGO_FEATURE_CUDAWARPING=1 CARGO_FEATURE_CVV=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DNN=1 CARGO_FEATURE_DNN_SUPERRES=1 CARGO_FEATURE_DPM=1 CARGO_FEATURE_FACE=1 CARGO_FEATURE_FEATURES2D=1 CARGO_FEATURE_FLANN=1 CARGO_FEATURE_FREETYPE=1 CARGO_FEATURE_FUZZY=1 CARGO_FEATURE_GAPI=1 CARGO_FEATURE_HDF=1 CARGO_FEATURE_HFS=1 CARGO_FEATURE_HIGHGUI=1 CARGO_FEATURE_IMGCODECS=1 CARGO_FEATURE_IMGPROC=1 CARGO_FEATURE_IMG_HASH=1 CARGO_FEATURE_INTENSITY_TRANSFORM=1 CARGO_FEATURE_LINE_DESCRIPTOR=1 CARGO_FEATURE_MCC=1 CARGO_FEATURE_ML=1 CARGO_FEATURE_OBJDETECT=1 CARGO_FEATURE_OPTFLOW=1 CARGO_FEATURE_OVIS=1 CARGO_FEATURE_PHASE_UNWRAPPING=1 CARGO_FEATURE_PHOTO=1 CARGO_FEATURE_PLOT=1 CARGO_FEATURE_QUALITY=1 CARGO_FEATURE_RAPID=1 CARGO_FEATURE_RGBD=1 CARGO_FEATURE_SALIENCY=1 CARGO_FEATURE_SFM=1 CARGO_FEATURE_SHAPE=1 CARGO_FEATURE_STEREO=1 CARGO_FEATURE_STITCHING=1 CARGO_FEATURE_STRUCTURED_LIGHT=1 CARGO_FEATURE_SUPERRES=1 CARGO_FEATURE_SURFACE_MATCHING=1 CARGO_FEATURE_TEXT=1 CARGO_FEATURE_TRACKING=1 CARGO_FEATURE_VIDEO=1 CARGO_FEATURE_VIDEOIO=1 CARGO_FEATURE_VIDEOSTAB=1 CARGO_FEATURE_VIZ=1 CARGO_FEATURE_WECHAT_QRCODE=1 CARGO_FEATURE_XFEATURES2D=1 CARGO_FEATURE_XIMGPROC=1 CARGO_FEATURE_XOBJDETECT=1 CARGO_FEATURE_XPHOTO=1 CARGO_MANIFEST_DIR=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8 CARGO_PKG_AUTHORS='Pro :Mathieu Poumeyrol ' CARGO_PKG_DESCRIPTION='Rust bindings for OpenCV' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=opencv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/twistedfall/opencv-rust' CARGO_PKG_RUST_VERSION=1.66 CARGO_PKG_VERSION=0.88.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true DYLD_FALLBACK_LIBRARY_PATH='/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/deps:/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug:/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib:/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/lib:/Library/Developer/CommandLineTools/usr/lib/' HOST=x86_64-apple-darwin NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out PROFILE=debug RUSTC=/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/bin/rustc RUSTDOC=/Users/maddie/.rustup/toolchains/nightly-x86_64-apple-darwin/bin/rustdoc TARGET=x86_64-apple-darwin /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build` (exit status: 101) --- stdout cargo:rerun-if-env-changed=OPENCV4_NO_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-apple-darwin cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_apple_darwin cargo:rerun-if-env-changed=HOST_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG cargo:rerun-if-env-changed=OPENCV4_STATIC cargo:rerun-if-env-changed=OPENCV4_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-apple-darwin cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_apple_darwin cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-apple-darwin cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_apple_darwin cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-apple-darwin cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_apple_darwin cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=OPENCV4_STATIC cargo:rerun-if-env-changed=OPENCV4_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-apple-darwin cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_apple_darwin cargo:rerun-if-env-changed=HOST_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG cargo:rerun-if-env-changed=OPENCV4_STATIC cargo:rerun-if-env-changed=OPENCV4_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-apple-darwin cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_apple_darwin cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-apple-darwin cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_apple_darwin cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-apple-darwin cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_apple_darwin cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR cargo:rustc-cfg=ocvrs_opencv_branch_4 cargo:rerun-if-env-changed=OPENCV_PACKAGE_NAME cargo:rerun-if-env-changed=OPENCV_PKGCONFIG_NAME cargo:rerun-if-env-changed=OPENCV_CMAKE_NAME cargo:rerun-if-env-changed=OPENCV_CMAKE_BIN cargo:rerun-if-env-changed=OPENCV_VCPKG_NAME cargo:rerun-if-env-changed=OPENCV_LINK_LIBS cargo:rerun-if-env-changed=OPENCV_LINK_PATHS cargo:rerun-if-env-changed=OPENCV_INCLUDE_PATHS cargo:rerun-if-env-changed=OPENCV_DISABLE_PROBES cargo:rerun-if-env-changed=OPENCV_MSVC_CRT cargo:rerun-if-env-changed=CMAKE_PREFIX_PATH cargo:rerun-if-env-changed=OpenCV_DIR cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=VCPKG_ROOT cargo:rerun-if-env-changed=VCPKGRS_DYNAMIC cargo:rerun-if-env-changed=VCPKGRS_TRIPLET cargo:rerun-if-env-changed=OCVRS_DOCS_GENERATE_DIR cargo:rerun-if-env-changed=DOCS_RS cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/bioinspired.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/gapi.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/face.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/sfm.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/hdf.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/xfeatures2d.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/photo.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/alphamat.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/ccalib.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/dnn.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/videoio.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/manual-core.cpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/core.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/ocvrs_common.hpp cargo:rerun-if-changed=/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp/aruco.hpp cargo:rerun-if-changed=Cargo.toml --- stderr === Crate version: Some("0.88.8") === Environment configuration: === OPENCV_PACKAGE_NAME = None === OPENCV_PKGCONFIG_NAME = None === OPENCV_CMAKE_NAME = None === OPENCV_CMAKE_BIN = None === OPENCV_VCPKG_NAME = None === OPENCV_LINK_LIBS = None === OPENCV_LINK_PATHS = None === OPENCV_INCLUDE_PATHS = None === OPENCV_DISABLE_PROBES = None === OPENCV_MSVC_CRT = None === CMAKE_PREFIX_PATH = None === OpenCV_DIR = None === PKG_CONFIG_PATH = None === VCPKG_ROOT = None === VCPKGRS_DYNAMIC = None === VCPKGRS_TRIPLET = None === OCVRS_DOCS_GENERATE_DIR = None === DOCS_RS = None === PATH = Some("/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/maddie/Library/Python/3.9/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/maddie/.asdf/things/shims:/Users/maddie/.asdf/bin:/Users/maddie/bin:/Users/maddie/.cargo/bin:/Users/maddie/.local/bin:/Users/maddie/.asdf/installs/rust/1.76.0/bin:/Users/maddie/Library/Android/sdk/emulator:/Users/maddie/Library/Android/sdk/platform-tools:/Users/maddie/.asdf/things/installs/rust/1.76.0/bin:/Users/maddie/.asdf/things/installs/rust/1.76.0/bin") === Enabled features: === ALPHAMAT === ARUCO === ARUCO_DETECTOR === BARCODE === BGSEGM === BIOINSPIRED === CALIB3D === CCALIB === CLANG_RUNTIME === CUDAARITHM === CUDABGSEGM === CUDACODEC === CUDAFEATURES2D === CUDAFILTERS === CUDAIMGPROC === CUDAOBJDETECT === CUDAOPTFLOW === CUDASTEREO === CUDAWARPING === CVV === DEFAULT === DNN === DNN_SUPERRES === DPM === FACE === FEATURES2D === FLANN === FREETYPE === FUZZY === GAPI === HDF === HFS === HIGHGUI === IMGCODECS === IMGPROC === IMG_HASH === INTENSITY_TRANSFORM === LINE_DESCRIPTOR === MCC === ML === OBJDETECT === OPTFLOW === OVIS === PHASE_UNWRAPPING === PHOTO === PLOT === QUALITY === RAPID === RGBD === SALIENCY === SFM === SHAPE === STEREO === STITCHING === STRUCTURED_LIGHT === SUPERRES === SURFACE_MATCHING === TEXT === TRACKING === VIDEO === VIDEOIO === VIDEOSTAB === VIZ === WECHAT_QRCODE === XFEATURES2D === XIMGPROC === XOBJDETECT === XPHOTO === Detected probe priority based on environment vars: pkg_config: false, cmake: false, vcpkg: false === Probing the OpenCV library in the following order: environment, pkg_config, cmake, vcpkg_cmake, vcpkg === Can't probe using: environment, continuing with other methods because: Some environment variables are missing === Probing OpenCV library using pkg_config === Successfully probed using: pkg_config === OpenCV library configuration: Library { include_paths: [ "/usr/local/opt/opencv/include/opencv4", ], version: Version { major: 4, minor: 9, patch: 0, }, cargo_metadata: [ "cargo:rustc-link-search=/usr/local/opt/opencv/lib", "cargo:rustc-link-search=framework=/usr/local/opt/opencv/lib", "cargo:rustc-link-lib=opencv_gapi", "cargo:rustc-link-lib=opencv_stitching", "cargo:rustc-link-lib=opencv_alphamat", "cargo:rustc-link-lib=opencv_aruco", "cargo:rustc-link-lib=opencv_bgsegm", "cargo:rustc-link-lib=opencv_bioinspired", "cargo:rustc-link-lib=opencv_ccalib", "cargo:rustc-link-lib=opencv_dnn_objdetect", "cargo:rustc-link-lib=opencv_dnn_superres", "cargo:rustc-link-lib=opencv_dpm", "cargo:rustc-link-lib=opencv_face", "cargo:rustc-link-lib=opencv_freetype", "cargo:rustc-link-lib=opencv_fuzzy", "cargo:rustc-link-lib=opencv_hfs", "cargo:rustc-link-lib=opencv_img_hash", "cargo:rustc-link-lib=opencv_intensity_transform", "cargo:rustc-link-lib=opencv_line_descriptor", "cargo:rustc-link-lib=opencv_mcc", "cargo:rustc-link-lib=opencv_quality", "cargo:rustc-link-lib=opencv_rapid", "cargo:rustc-link-lib=opencv_reg", "cargo:rustc-link-lib=opencv_rgbd", "cargo:rustc-link-lib=opencv_saliency", "cargo:rustc-link-lib=opencv_sfm", "cargo:rustc-link-lib=opencv_stereo", "cargo:rustc-link-lib=opencv_structured_light", "cargo:rustc-link-lib=opencv_phase_unwrapping", "cargo:rustc-link-lib=opencv_superres", "cargo:rustc-link-lib=opencv_optflow", "cargo:rustc-link-lib=opencv_surface_matching", "cargo:rustc-link-lib=opencv_tracking", "cargo:rustc-link-lib=opencv_highgui", "cargo:rustc-link-lib=opencv_datasets", "cargo:rustc-link-lib=opencv_text", "cargo:rustc-link-lib=opencv_plot", "cargo:rustc-link-lib=opencv_videostab", "cargo:rustc-link-lib=opencv_videoio", "cargo:rustc-link-lib=opencv_viz", "cargo:rustc-link-lib=opencv_wechat_qrcode", "cargo:rustc-link-lib=opencv_xfeatures2d", "cargo:rustc-link-lib=opencv_shape", "cargo:rustc-link-lib=opencv_ml", "cargo:rustc-link-lib=opencv_ximgproc", "cargo:rustc-link-lib=opencv_video", "cargo:rustc-link-lib=opencv_xobjdetect", "cargo:rustc-link-lib=opencv_objdetect", "cargo:rustc-link-lib=opencv_calib3d", "cargo:rustc-link-lib=opencv_imgcodecs", "cargo:rustc-link-lib=opencv_features2d", "cargo:rustc-link-lib=opencv_dnn", "cargo:rustc-link-lib=opencv_flann", "cargo:rustc-link-lib=opencv_xphoto", "cargo:rustc-link-lib=opencv_photo", "cargo:rustc-link-lib=opencv_imgproc", "cargo:rustc-link-lib=opencv_core", ], } === Detected OpenCV module header dir at: /usr/local/opt/opencv/include/opencv4/opencv2 === Found OpenCV version: 4.9.0 in headers located at: /usr/local/opt/opencv/include/opencv4 === Generating code in: /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out === Placing generated bindings into: /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out/opencv === Using OpenCV headers from: /usr/local/opt/opencv/include/opencv4 === Clang: Apple clang version 14.0.3 (clang-1403.0.22.14.1) === Clang command line args: [ "-isystem/usr/local/include", "-isystem/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1", "-isystem/Library/Developer/CommandLineTools/usr/lib/clang/14.0.3/include", "-isystem/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include", "-isystem/Library/Developer/CommandLineTools/usr/include", "-isystem/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks", "-I/usr/local/Cellar/opencv/4.9.0_4/include/opencv4", "-F/usr/local/Cellar/opencv/4.9.0_4/include/opencv4", "-I/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp", "-F/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp", "-DOCVRS_PARSING_HEADERS", "-includeocvrs_common.hpp", "-std=c++14", ] === Using environment job server with the the amount of available jobs: 8 === Generating 52 modules === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "alphamat" "" === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "bioinspired" "" === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "aruco" "" === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "bgsegm" "" === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "calib3d" "" === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "ccalib" "" === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "core" "" === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "dnn" "" === Generated: alphamat in 2.996180879s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "dnn_superres" "" === Generated: bioinspired in 4.05487509s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "dpm" "" thread 'main' panicked at library/core/src/panicking.rs:155:5: unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX` stack backtrace: 0: 0x1040104e4 - std::backtrace_rs::backtrace::libunwind::trace::hb2b7b1f9724a9b7d at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 1: 0x1040104e4 - std::backtrace_rs::backtrace::trace_unsynchronized::h2dcc6f92ea6ceaf9 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x1040104e4 - std::sys_common::backtrace::_print_fmt::h6345d076bc4393c7 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:68:5 3: 0x1040104e4 - ::fmt::hb43f50ba09a0811a at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:44:22 4: 0x104035a5b - core::fmt::rt::Argument::fmt::h9bfd8add2c863b7a at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/rt.rs:142:9 5: 0x104035a5b - core::fmt::write::h7798d0856aa0e075 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/mod.rs:1120:17 6: 0x10400c9ae - std::io::Write::write_fmt::h7d389e484a7251c7 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/io/mod.rs:1846:15 7: 0x1040102a1 - std::sys_common::backtrace::_print::haec63fa79846876b at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:47:5 8: 0x1040102a1 - std::sys_common::backtrace::print::h2c94543b580534f3 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:34:9 9: 0x1040123d9 - std::panicking::default_hook::{{closure}}::hbf374923d6a1e6e2 10: 0x104012144 - std::panicking::default_hook::h5e55bf52460883db at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:292:9 11: 0x104012e1e - std::panicking::rust_panic_with_hook::h8fcfdfb87a50b907 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:779:13 12: 0x10401273c - std::panicking::begin_panic_handler::{{closure}}::h9cb8f5f0a6aa38b0 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:649:13 13: 0x1040109d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha259270bc51ee79f at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:171:18 14: 0x1040124a6 - rust_begin_unwind at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:645:5 15: 0x10405b94a - core::panicking::panic_nounwind_fmt::runtime::h01b28e4b73d07663 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:110:18 16: 0x10405b94a - core::panicking::panic_nounwind_fmt::h01fc435a63c656f0 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:122:9 17: 0x10405b9fd - core::panicking::panic_nounwind::hcd0583038da332f3 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:155:5 18: 0x103f0adac - core::slice::raw::from_raw_parts::precondition_check::h0a1bac53bbafec10 19: 0x103f0ad17 - core::slice::raw::from_raw_parts::hdbdb100ba1375c08 20: 0x103f0f2d9 - clang::source::SourceRange::tokenize::haf3fdf2316effb0f 21: 0x103bd9239 - opencv_binding_generator::field::Field::default_value::h04a5500bcb177c8d 22: 0x103bd8da1 - opencv_binding_generator::field::Field::type_ref::{{closure}}::hedffa6f469f4f61e 23: 0x103bc068c - opencv_binding_generator::type_ref::types::TypeRefTypeHint::something_or_else::ha26f7190da8fc3bf 24: 0x103bd8bf0 - opencv_binding_generator::field::Field::type_ref::h1a95569ecea2d771 25: 0x103bd9b99 - ::exclude_kind::{{closure}}::hb5b28143178ee64d 26: 0x103c85a46 - opencv_binding_generator::element::ExcludeKind::with_reference_exclude_kind::h92bd595b8762589e 27: 0x103bd9b65 - ::exclude_kind::h91af29a8c97a63b7 28: 0x103c2cd5c - opencv_binding_generator::writer::rust_native::smart_ptr::::gen_rust::{{closure}}::h55c224fac24139b0 29: 0x103c061f8 - core::ops::function::impls:: for &mut F>::call_mut::h37ab98fa565d71d5 30: 0x103cc4ff4 - as core::iter::traits::iterator::Iterator>::find::hf75dff08c58f0105 31: 0x103bf8900 - as core::iter::traits::iterator::Iterator>::next::h64ef1dcf47fa3dd1 32: 0x103bdd35f - as core::iter::traits::iterator::Iterator>::next::h51073643c56f6068 33: 0x103bdf30e - as core::iter::adapters::fuse::FuseImpl>::next::h67abd6f94eea9be2 34: 0x103bad145 - as core::iter::traits::iterator::Iterator>::next::h1d44e014df7554df 35: 0x103bacb74 - as core::iter::traits::iterator::Iterator>::next::h0128209232e0e3b4 36: 0x103b8b7fc - alloc::vec::Vec::extend_desugared::h5f78e9b869c2355f 37: 0x103b92ba9 - as alloc::vec::spec_extend::SpecExtend>::spec_extend::he41b8cd78dff3f72 38: 0x103b91b71 - as core::iter::traits::collect::Extend>::extend::hec2a32c81cfe90f5 39: 0x103c0ddc1 - opencv_binding_generator::class::Class::field_methods::he0e509a6831025cc 40: 0x103c61bb8 - opencv_binding_generator::writer::rust_native::smart_ptr::::gen_rust::h2977f89b6ea9c034 41: 0x103c74654 - ::visit_generated_type::{{closure}}::hfe635924c36bb659 42: 0x103c73efd - ::visit_generated_type::write_generated_type::h514fb7873e568774 43: 0x103c7254f - ::visit_generated_type::h567b46caeddeae63 44: 0x103a4d1ec - opencv_binding_generator::generator::OpenCvWalker::process_class::{{closure}}::he24b7b0022db88df 45: 0x103a43bda - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h1beed55d5620a7d5 46: 0x103a74e7b - core::iter::traits::iterator::Iterator::fold::hc78b3115271023fb 47: 0x103a75185 - core::iter::traits::iterator::Iterator::for_each::hc2403d5d22544b17 48: 0x103a4cc34 - opencv_binding_generator::generator::OpenCvWalker::process_class::h5778a24976c17d98 49: 0x103a4a2ba - as opencv_binding_generator::walker::EntityWalkerVisitor>::visit_entity::hc8ff9716824a2219 50: 0x103a4b240 - opencv_binding_generator::walker::visit_cv_namespace::{{closure}}::ha8bd32d0e59a2f3c 51: 0x103a4edc9 - ::call::h23697bb20e63dd59 52: 0x103f03353 - clang::Entity::visit_children::visit::he29122760d3023d9 53: 0x112432450 - __ZN5clang8cxcursor13CursorVisitor23handleDeclForVisitationEPKNS_4DeclE 54: 0x1124328af - __ZN5clang8cxcursor13CursorVisitor16VisitDeclContextEPNS_11DeclContextE 55: 0x11242dd81 - __ZN5clang8cxcursor13CursorVisitor13VisitChildrenE8CXCursor 56: 0x112443272 - _clang_visitChildren 57: 0x103f20867 - clang_sys::clang_visitChildren::h91a2c6b206d96b89 58: 0x103a4e79e - clang::Entity::visit_children::h1a3151673777ffcc 59: 0x103a4af85 - opencv_binding_generator::walker::visit_cv_namespace::h04a7acef9eaec3b9 60: 0x103a4b278 - opencv_binding_generator::walker::visit_cv_namespace::{{closure}}::ha8bd32d0e59a2f3c 61: 0x103a4edc9 - ::call::h23697bb20e63dd59 62: 0x103f03353 - clang::Entity::visit_children::visit::he29122760d3023d9 63: 0x112432450 - __ZN5clang8cxcursor13CursorVisitor23handleDeclForVisitationEPKNS_4DeclE 64: 0x1124328af - __ZN5clang8cxcursor13CursorVisitor16VisitDeclContextEPNS_11DeclContextE 65: 0x11242dd81 - __ZN5clang8cxcursor13CursorVisitor13VisitChildrenE8CXCursor 66: 0x112443272 - _clang_visitChildren 67: 0x103f20867 - clang_sys::clang_visitChildren::h91a2c6b206d96b89 68: 0x103a4e79e - clang::Entity::visit_children::h1a3151673777ffcc 69: 0x103a4af85 - opencv_binding_generator::walker::visit_cv_namespace::h04a7acef9eaec3b9 70: 0x103a4f45c - ::walk_opencv_entities::{{closure}}::hc0e59f17720095ea 71: 0x103a4ee19 - ::call::h91dae279976d9817 72: 0x103f03353 - clang::Entity::visit_children::visit::he29122760d3023d9 73: 0x112432450 - __ZN5clang8cxcursor13CursorVisitor23handleDeclForVisitationEPKNS_4DeclE 74: 0x11242d6f4 - __ZN5clang8cxcursor13CursorVisitor13VisitChildrenE8CXCursor 75: 0x112443272 - _clang_visitChildren 76: 0x103f20867 - clang_sys::clang_visitChildren::h91a2c6b206d96b89 77: 0x103a4e9de - clang::Entity::visit_children::h86f42744fe2c3877 78: 0x103a4f049 - ::walk_opencv_entities::hba7157085f8e0746 79: 0x103a4e09c - opencv_binding_generator::generator::Generator::generate::{{closure}}::h706769df19575c47 80: 0x103a4ddd3 - opencv_binding_generator::generator::Generator::pre_process::hd4b838f138188d20 81: 0x103a4df14 - opencv_binding_generator::generator::Generator::generate::h68f0c9c181a19bb5 82: 0x103a6b567 - build_script_build::binding_generator::run::he318138fed7d303a 83: 0x103a6ab0c - build_script_build::binding_generator::handle_running_binding_generator::h4181027b6f773bb3 84: 0x103a40d61 - build_script_build::main::he6c13d053fdf55bd 85: 0x103a33aaa - core::ops::function::FnOnce::call_once::hffdc792d623d7383 86: 0x103a66ad9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3eb14e0ec95bfc9d 87: 0x103a5b8e0 - std::rt::lang_start::{{closure}}::h6135254b9f626f00 88: 0x104006220 - core::ops::function::impls:: for &F>::call_once::h7719afbeb43bc211 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/ops/function.rs:284:13 89: 0x104006220 - std::panicking::try::do_call::hb69850f777fde943 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:552:40 90: 0x104006220 - std::panicking::try::h223d5fb915311d6f at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:516:19 91: 0x104006220 - std::panic::catch_unwind::h6449f9062aad2dc5 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panic.rs:146:14 92: 0x104006220 - std::rt::lang_start_internal::{{closure}}::h8e9e9db9757ca368 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/rt.rs:148:48 93: 0x104006220 - std::panicking::try::do_call::hd23a789549ee2eef at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:552:40 94: 0x104006220 - std::panicking::try::hb51b08dae077158e at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:516:19 95: 0x104006220 - std::panic::catch_unwind::h62d60a9af63ea5e9 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panic.rs:146:14 96: 0x104006220 - std::rt::lang_start_internal::hff8c8c6dcfd9b98b at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/rt.rs:148:20 97: 0x103a5b8b8 - std::rt::lang_start::h917528dde3021699 98: 0x103a426a8 - _main 99: 0x7ff80ef09386 - thread caused non-unwinding panic. aborting. thread '' panicked at /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/build/generator.rs:110:33: Failed to run the bindings generator for module: dnn stack backtrace: === Generated: bgsegm in 4.291349982s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "face" "" 0: 0x1060df4e4 - std::backtrace_rs::backtrace::libunwind::trace::hb2b7b1f9724a9b7d at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 1: 0x1060df4e4 - std::backtrace_rs::backtrace::trace_unsynchronized::h2dcc6f92ea6ceaf9 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x1060df4e4 - std::sys_common::backtrace::_print_fmt::h6345d076bc4393c7 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:68:5 3: 0x1060df4e4 - ::fmt::hb43f50ba09a0811a at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:44:22 4: 0x106104a5b - core::fmt::rt::Argument::fmt::h9bfd8add2c863b7a at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/rt.rs:142:9 5: 0x106104a5b - core::fmt::write::h7798d0856aa0e075 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/mod.rs:1120:17 6: 0x1060db9ae - std::io::Write::write_fmt::h7d389e484a7251c7 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/io/mod.rs:1846:15 7: 0x1060df2a1 - std::sys_common::backtrace::_print::haec63fa79846876b at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:47:5 8: 0x1060df2a1 - std::sys_common::backtrace::print::h2c94543b580534f3 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:34:9 9: 0x1060e13d9 - std::panicking::default_hook::{{closure}}::hbf374923d6a1e6e2 10: 0x1060e1144 - std::panicking::default_hook::h5e55bf52460883db at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:292:9 11: 0x1060e1e1e - std::panicking::rust_panic_with_hook::h8fcfdfb87a50b907 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:779:13 12: 0x1060e1774 - std::panicking::begin_panic_handler::{{closure}}::h9cb8f5f0a6aa38b0 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:657:13 13: 0x1060df9d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha259270bc51ee79f at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:171:18 14: 0x1060e14a6 - rust_begin_unwind at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:645:5 15: 0x10612a8d5 - core::panicking::panic_fmt::h9b0c04c7e809d8ae at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:72:14 16: 0x105b2d382 - build_script_build::generator::BindingGenerator::run::{{closure}}::{{closure}}::{{closure}}::h1a1746dab5d70242 17: 0x105b35ae9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h5fd8454e1d68e72a 18: 0x105b36c12 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h56f44b404c35696d 19: 0x105b3be62 - as core::ops::function::FnOnce<()>>::call_once::haa8069ffb130447d 20: 0x105b43382 - std::panicking::try::do_call::h71b0dfc64d6739dc 21: 0x105b452ad - ___rust_try 22: 0x105b4324b - std::panicking::try::h383c2691388cc357 23: 0x105b36aac - std::thread::Builder::spawn_unchecked_::{{closure}}::he68559c7b46dc692 24: 0x105b022dd - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf28a258cd4a82d2b 25: 0x1060e84b9 - as core::ops::function::FnOnce>::call_once::hd55a3229f9fc8909 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/alloc/src/boxed.rs:2016:9 26: 0x1060e84b9 - as core::ops::function::FnOnce>::call_once::h286bdaecc6f63052 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/alloc/src/boxed.rs:2016:9 27: 0x1060e84b9 - std::sys::pal::unix::thread::Thread::new::thread_start::h7517af0cc75c1623 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys/pal/unix/thread.rs:108:17 28: 0x7ff80f294202 - __pthread_start === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "features2d" "" === Generated: aruco in 4.872302322s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "flann" "" === Generated: dnn_superres in 2.696743996s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "freetype" "" === Generated: ccalib in 6.272630828s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "fuzzy" "" === Generated: dpm in 2.576903932s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "gapi" "" === Generated: freetype in 2.459227284s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "hfs" "" === Generated: flann in 3.37737414s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "highgui" "" === Generated: fuzzy in 2.997582313s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "img_hash" "" === Generated: face in 5.9246984s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "imgcodecs" "" === Generated: hfs in 2.82640777s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "imgproc" "" === Generated: features2d in 6.864551212s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "intensity_transform" "" === Generated: highgui in 3.723684524s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "line_descriptor" "" === Generated: calib3d in 12.687797978s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "mcc" "" === Generated: img_hash in 3.661670116s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "ml" "" === Generated: imgcodecs in 3.716630002s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "objdetect" "" === Generated: intensity_transform in 3.283799214s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "optflow" "" === Generated: mcc in 3.871467064s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "phase_unwrapping" "" === Generated: line_descriptor in 4.634427251s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "photo" "" === Generated: gapi in 11.564515529s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "plot" "" === Generated: phase_unwrapping in 2.694027821s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "quality" "" === Generated: ml in 6.617202801s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "rapid" "" === Generated: optflow in 5.191504871s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "rgbd" "" === Generated: plot in 2.906660004s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "saliency" "" === Generated: photo in 5.031816093s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "sfm" "" === Generated: quality in 3.62736091s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "shape" "" === Generated: rapid in 3.469811913s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "stereo" "" === Generated: imgproc in 12.332876567s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "stitching" "" === Generated: objdetect in 10.128415652s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "structured_light" "" === Generated: saliency in 3.527791261s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "superres" "" === Generated: stereo in 3.074935484s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "surface_matching" "" === Generated: sfm in 5.100976734s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "text" "" === Generated: shape in 4.041680094s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "tracking" "" === Generated: structured_light in 4.21569705s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "video" "" === Generated: superres in 3.835795153s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "videoio" "" === Generated: surface_matching in 3.784914893s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "videostab" "" === Generated: tracking in 3.444303392s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "viz" "" === Generated: rgbd in 11.312647369s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "wechat_qrcode" "" === Generated: core in 31.054244331s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "xfeatures2d" "" === Generated: videoio in 4.043619059s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "ximgproc" "" === Generated: text in 6.407030615s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cpp" "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "xobjdetect" "" === Generated: wechat_qrcode in 2.683188272s === Running: "/Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-73c163e7411b1873/build-script-build" "/usr/local/opt/opencv/include/opencv4" "/Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/src_cppthread 'main' panicked at /Users/maddie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.88.8/build/generator.rs:119":36 : "Generator process panicked: Any { .. } /Users/maddie/Documents/GitHub/NoCashMoCap/target/debug/build/opencv-67b1969b3a1c5d44/out" "xphoto" "" stack backtrace: 0: 0x1060df4e4 - std::backtrace_rs::backtrace::libunwind::trace::hb2b7b1f9724a9b7d at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 1: 0x1060df4e4 - std::backtrace_rs::backtrace::trace_unsynchronized::h2dcc6f92ea6ceaf9 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x1060df4e4 - std::sys_common::backtrace::_print_fmt::h6345d076bc4393c7 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:68:5 3: 0x1060df4e4 - ::fmt::hb43f50ba09a0811a at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:44:22 4: 0x106104a5b - core::fmt::rt::Argument::fmt::h9bfd8add2c863b7a at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/rt.rs:142:9 5: 0x106104a5b - core::fmt::write::h7798d0856aa0e075 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/fmt/mod.rs:1120:17 6: 0x1060db9ae - std::io::Write::write_fmt::h7d389e484a7251c7 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/io/mod.rs:1846:15 7: 0x1060df2a1 - std::sys_common::backtrace::_print::haec63fa79846876b at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:47:5 8: 0x1060df2a1 - std::sys_common::backtrace::print::h2c94543b580534f3 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:34:9 9: 0x1060e13d9 - std::panicking::default_hook::{{closure}}::hbf374923d6a1e6e2 10: 0x1060e1144 - std::panicking::default_hook::h5e55bf52460883db at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:292:9 11: 0x1060e1e1e - std::panicking::rust_panic_with_hook::h8fcfdfb87a50b907 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:779:13 12: 0x1060e1774 - std::panicking::begin_panic_handler::{{closure}}::h9cb8f5f0a6aa38b0 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:657:13 13: 0x1060df9d9 - std::sys_common::backtrace::__rust_end_short_backtrace::ha259270bc51ee79f at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/sys_common/backtrace.rs:171:18 14: 0x1060e14a6 - rust_begin_unwind at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:645:5 15: 0x10612a8d5 - core::panicking::panic_fmt::h9b0c04c7e809d8ae at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/panicking.rs:72:14 16: 0x10612ae95 - core::result::unwrap_failed::h3e386f3222e36592 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/result.rs:1654:5 17: 0x105b38017 - core::result::Result::expect::he0b5fa150acc6029 18: 0x105b2cf0f - build_script_build::generator::BindingGenerator::run::{{closure}}::hf5bdb70433e2fa8a 19: 0x105b157a6 - std::thread::scoped::scope::{{closure}}::h7479599b5a2d85d0 20: 0x105b3be32 - as core::ops::function::FnOnce<()>>::call_once::h778c8134e6f8ce83 21: 0x105b43352 - std::panicking::try::do_call::h13ad44a2927ef0df 22: 0x105b452ad - ___rust_try 23: 0x105b432e5 - std::panicking::try::hf2f6a7eca49a879d 24: 0x105b155ad - std::thread::scoped::scope::he5345be82a50d6f6 25: 0x105b2cba2 - build_script_build::generator::BindingGenerator::run::h362fe503fe18ed84 26: 0x105b2be9e - build_script_build::generator::BindingGenerator::generate_wrapper::h5840891c0a95209d 27: 0x105b10caf - build_script_build::main::he6c13d053fdf55bd 28: 0x105b02aaa - core::ops::function::FnOnce::call_once::hffdc792d623d7383 29: 0x105b35ad9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3eb14e0ec95bfc9d 30: 0x105b2a8e0 - std::rt::lang_start::{{closure}}::h6135254b9f626f00 31: 0x1060d5220 - core::ops::function::impls:: for &F>::call_once::h7719afbeb43bc211 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/core/src/ops/function.rs:284:13 32: 0x1060d5220 - std::panicking::try::do_call::hb69850f777fde943 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:552:40 33: 0x1060d5220 - std::panicking::try::h223d5fb915311d6f at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:516:19 34: 0x1060d5220 - std::panic::catch_unwind::h6449f9062aad2dc5 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panic.rs:146:14 35: 0x1060d5220 - std::rt::lang_start_internal::{{closure}}::h8e9e9db9757ca368 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/rt.rs:148:48 36: 0x1060d5220 - std::panicking::try::do_call::hd23a789549ee2eef at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:552:40 37: 0x1060d5220 - std::panicking::try::hb51b08dae077158e at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panicking.rs:516:19 38: 0x1060d5220 - std::panic::catch_unwind::h62d60a9af63ea5e9 at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/panic.rs:146:14 39: 0x1060d5220 - std::rt::lang_start_internal::hff8c8c6dcfd9b98b at /rustc/d18480b84fdbf1efc34f62070951334aa833d761/library/std/src/rt.rs:148:20 40: 0x105b2a8b8 - std::rt::lang_start::h917528dde3021699 41: 0x105b116a8 - _main 42: 0x7ff80ef09386 - === Generated: video in 5.776698283s === Generated: xobjdetect in 2.41323862s === Generated: xphoto in 3.177846768s === Generated: stitching in 13.693656076s === Generated: videostab in 7.263613182s === Generated: xfeatures2d in 6.179876272s === Generated: viz in 7.35955795s === Generated: ximgproc in 7.846823389s