[INFO] crate tract-onnx 0.5.8 is already in cache [INFO] checking tract-onnx-0.5.8 against master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] extracting crate tract-onnx 0.5.8 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate tract-onnx 0.5.8 on toolchain 212aa3ea28d91a97d1e1261709c0b6e6790788e6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tract-onnx 0.5.8 [INFO] finished tweaking crates.io crate tract-onnx 0.5.8 [INFO] tweaked toml for crates.io crate tract-onnx 0.5.8 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2ac8570ece7fbe544543e967e269afa72433bb6c54d8464c1d7ecfb054a30a8e [INFO] running `"docker" "start" "-a" "2ac8570ece7fbe544543e967e269afa72433bb6c54d8464c1d7ecfb054a30a8e"` [INFO] [stderr] Compiling liquid-error v0.19.0 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling deunicode v1.0.0 [INFO] [stderr] Checking unsafe_unwrap v0.1.0 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Checking ndarray v0.13.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling prost v0.5.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling proc-quote-impl v0.2.2 [INFO] [stderr] Compiling prost-types v0.5.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling proc-quote v0.2.2 [INFO] [stderr] Compiling prost-build v0.5.0 [INFO] [stderr] Compiling tract-onnx v0.5.8 (/opt/rustwide/workdir) [INFO] [stderr] Compiling liquid-value v0.19.1 [INFO] [stderr] Compiling liquid-interpreter v0.19.0 [INFO] [stderr] Compiling liquid-compiler v0.19.0 [INFO] [stderr] Compiling liquid-derive v0.19.0 [INFO] [stderr] Compiling liquid v0.19.0 [INFO] [stderr] Compiling tract-linalg v0.5.11 [INFO] [stderr] Checking tract-core v0.5.11 [INFO] [stderr] error[E0407]: method `incorporate` is not a member of trait `Op` [INFO] [stderr] --> src/ops/math.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | / fn incorporate( [INFO] [stderr] 136 | | &self, [INFO] [stderr] 137 | | model: &InferenceModel, [INFO] [stderr] 138 | | node: &InferenceNode, [INFO] [stderr] ... | [INFO] [stderr] 177 | | Ok(Some(patch)) [INFO] [stderr] 178 | | } [INFO] [stderr] | |_____^ not a member of trait `Op` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `incorporate` is not a member of trait `Op` [INFO] [stderr] --> src/ops/math.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | / fn incorporate( [INFO] [stderr] 136 | | &self, [INFO] [stderr] 137 | | model: &InferenceModel, [INFO] [stderr] 138 | | node: &InferenceNode, [INFO] [stderr] ... | [INFO] [stderr] 177 | | Ok(Some(patch)) [INFO] [stderr] 178 | | } [INFO] [stderr] | |_____^ not a member of trait `Op` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/model.rs:110:21 [INFO] [stderr] | [INFO] [stderr] 110 | tract_core::ops::unimpl::UnimplementedOp::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 arguments [INFO] [stderr] 111 | &*pbnode.op_type, [INFO] [stderr] | ---------------- [INFO] [stderr] 112 | format!("{:?}", pbnode), [INFO] [stderr] | ----------------------- supplied 2 arguments [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::cast::Cast: tract_core::internal::InferenceRulesOp` is not satisfied [INFO] [stderr] --> src/ops/mod.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | Ok((Box::new(::tract_core::ops::cast::Cast::new(to)), vec![])) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tract_core::internal::InferenceRulesOp` is not implemented for `tract_core::ops::cast::Cast` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `tract_core::ops::InferenceOp` for `tract_core::ops::cast::Cast` [INFO] [stderr] = note: required for the cast to the object type `dyn tract_core::ops::InferenceOp` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/model.rs:110:21 [INFO] [stderr] | [INFO] [stderr] 110 | tract_core::ops::unimpl::UnimplementedOp::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 arguments [INFO] [stderr] 111 | &*pbnode.op_type, [INFO] [stderr] | ---------------- [INFO] [stderr] 112 | format!("{:?}", pbnode), [INFO] [stderr] | ----------------------- supplied 2 arguments [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::cast::Cast: tract_core::ops::Op` is not satisfied [INFO] [stderr] --> src/ops/mod.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | Ok((Box::new(::tract_core::ops::cast::Cast::new(to)), vec![])) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tract_core::ops::Op` is not implemented for `tract_core::ops::cast::Cast` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `tract_core::ops::InferenceOp` for `tract_core::ops::cast::Cast` [INFO] [stderr] = note: required for the cast to the object type `dyn tract_core::ops::InferenceOp` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::cast::Cast: tract_core::internal::InferenceRulesOp` is not satisfied [INFO] [stderr] --> src/ops/mod.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | Ok((Box::new(::tract_core::ops::cast::Cast::new(to)), vec![])) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tract_core::internal::InferenceRulesOp` is not implemented for `tract_core::ops::cast::Cast` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `tract_core::ops::InferenceOp` for `tract_core::ops::cast::Cast` [INFO] [stderr] = note: required for the cast to the object type `dyn tract_core::ops::InferenceOp` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::cast::Cast: tract_core::ops::Op` is not satisfied [INFO] [stderr] --> src/ops/mod.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | Ok((Box::new(::tract_core::ops::cast::Cast::new(to)), vec![])) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tract_core::ops::Op` is not implemented for `tract_core::ops::cast::Cast` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `tract_core::ops::InferenceOp` for `tract_core::ops::cast::Cast` [INFO] [stderr] = note: required for the cast to the object type `dyn tract_core::ops::InferenceOp` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/ops/math/mat_mul_integer.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | let (_, _, cshape) = [INFO] [stderr] | ^^^^^^^^^^^^^^ expected a tuple with 4 elements, found one with 3 elements [INFO] [stderr] | [INFO] [stderr] = note: expected tuple `(smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>)` [INFO] [stderr] found tuple `(_, _, _)` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/ops/math/mat_mul_integer.rs:180:17 [INFO] [stderr] | [INFO] [stderr] 180 | let (_, _, cshape) = [INFO] [stderr] | ^^^^^^^^^^^^^^ expected a tuple with 4 elements, found one with 3 elements [INFO] [stderr] | [INFO] [stderr] = note: expected tuple `(smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>)` [INFO] [stderr] found tuple `(_, _, _)` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/ops/math/mat_mul_integer.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | let (_, _, cshape) = [INFO] [stderr] | ^^^^^^^^^^^^^^ expected a tuple with 4 elements, found one with 3 elements [INFO] [stderr] | [INFO] [stderr] = note: expected tuple `(smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>)` [INFO] [stderr] found tuple `(_, _, _)` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/ops/math/mat_mul_integer.rs:180:17 [INFO] [stderr] | [INFO] [stderr] 180 | let (_, _, cshape) = [INFO] [stderr] | ^^^^^^^^^^^^^^ expected a tuple with 4 elements, found one with 3 elements [INFO] [stderr] | [INFO] [stderr] = note: expected tuple `(smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>, smallvec::SmallVec<[tract_core::dim::TDim; 4]>)` [INFO] [stderr] found tuple `(_, _, _)` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 177 | wire!(Xt = array::RmDims::new(vec![0]), x_source); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 181 | target_wire!(w = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[1]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 188 | target_wire!(r = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[2]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 195 | / target_wire!( [INFO] [stderr] 196 | | b = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 197 | | mapping[&node.inputs[slot]] [INFO] [stderr] 198 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 216 | / target_wire!( [INFO] [stderr] 217 | | h = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 218 | | mapping[&node.inputs[initial_h_input]] [INFO] [stderr] 219 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 220 | target_wire!(h_chunk = tract_core::ops::array::AddDims::new(vec![0]), h); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 236 | wire!(Ht_1 = array::RmDims::new(vec!(0)), h_source); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 249 | wire!(zt0 = math::add::bin(), Xt_WzT, Ht_1_RzT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 254 | wire!(Wbz_Rbz = math::add::bin(), Wbz, Rbz); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 255 | wire!(zt0_biased = math::add::bin(), zt0, Wbz_Rbz); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 263 | wire!(rt0 = math::add::bin(), Xt_WrT, Ht_1_RrT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 268 | wire!(Wbr_Rbr = math::add::bin(), Wbr, Rbr); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 177 | wire!(Xt = array::RmDims::new(vec![0]), x_source); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 269 | wire!(rt0_biased = math::add::bin(), rt0, Wbr_Rbr); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 181 | target_wire!(w = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[1]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 279 | wire!(rt_Ht_1_RhT = math::mul::bin(), rt, Ht_1_RhT); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 282 | wire!(rt_Ht_1 = math::mul::bin(), rt, Ht_1); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 188 | target_wire!(r = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[2]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 286 | wire!(ht0 = math::add::bin(), Xt_WhT, rt_Ht_1_RhT); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 195 | / target_wire!( [INFO] [stderr] 196 | | b = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 197 | | mapping[&node.inputs[slot]] [INFO] [stderr] 198 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 216 | / target_wire!( [INFO] [stderr] 217 | | h = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 218 | | mapping[&node.inputs[initial_h_input]] [INFO] [stderr] 219 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 291 | wire!(Wbh_Rbh = math::add::bin(), Wbh, Rbh); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 292 | wire!(ht0_biased = math::add::bin(), ht0, Wbh_Rbh); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 220 | target_wire!(h_chunk = tract_core::ops::array::AddDims::new(vec![0]), h); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 299 | wire!(one_sub_zt = math::sub::bin(), one, zt); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 236 | wire!(Ht_1 = array::RmDims::new(vec!(0)), h_source); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 300 | wire!(one_sub_zt_ht = math::mul::bin(), one_sub_zt, ht); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 249 | wire!(zt0 = math::add::bin(), Xt_WzT, Ht_1_RzT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 301 | wire!(zt_Ht_1 = math::mul::bin(), zt, Ht_1); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 254 | wire!(Wbz_Rbz = math::add::bin(), Wbz, Rbz); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 255 | wire!(zt0_biased = math::add::bin(), zt0, Wbz_Rbz); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 302 | wire!(Ht = math::add::bin(), one_sub_zt_ht, zt_Ht_1); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 263 | wire!(rt0 = math::add::bin(), Xt_WrT, Ht_1_RrT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 268 | wire!(Wbr_Rbr = math::add::bin(), Wbr, Rbr); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 304 | wire!(y_h = array::AddDims::new(vec!(0)), Ht); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 269 | wire!(rt0_biased = math::add::bin(), rt0, Wbr_Rbr); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 329 | target_wire!(y = array::AddDims::new(vec!(0)), scan_outputs[slot]); [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 279 | wire!(rt_Ht_1_RhT = math::mul::bin(), rt, Ht_1_RhT); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 282 | wire!(rt_Ht_1 = math::mul::bin(), rt, Ht_1); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 286 | wire!(ht0 = math::add::bin(), Xt_WhT, rt_Ht_1_RhT); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 291 | wire!(Wbh_Rbh = math::add::bin(), Wbh, Rbh); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 292 | wire!(ht0_biased = math::add::bin(), ht0, Wbh_Rbh); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 299 | wire!(one_sub_zt = math::sub::bin(), one, zt); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 300 | wire!(one_sub_zt_ht = math::mul::bin(), one_sub_zt, ht); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 301 | wire!(zt_Ht_1 = math::mul::bin(), zt, Ht_1); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 302 | wire!(Ht = math::add::bin(), one_sub_zt_ht, zt_Ht_1); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 211 | wire!(Xt = array::RmDims::new(vec![0]), x_source); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:162:34 [INFO] [stderr] | [INFO] [stderr] 162 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 304 | wire!(y_h = array::AddDims::new(vec!(0)), Ht); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 215 | target_wire!(w = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[1]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/gru.rs:154:36 [INFO] [stderr] | [INFO] [stderr] 154 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 329 | target_wire!(y = array::AddDims::new(vec!(0)), scan_outputs[slot]); [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 222 | target_wire!(r = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[2]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 229 | / target_wire!( [INFO] [stderr] 230 | | b = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 231 | | mapping[&node.inputs[slot]] [INFO] [stderr] 232 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 250 | / target_wire!( [INFO] [stderr] 251 | | h = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 252 | | mapping[&node.inputs[initial_h_input]] [INFO] [stderr] 253 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 254 | target_wire!(h_chunk = tract_core::ops::array::AddDims::new(vec![0]), h); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 271 | / target_wire!( [INFO] [stderr] 272 | | c = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 273 | | mapping[&node.inputs[initial_c_input]] [INFO] [stderr] 274 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 275 | target_wire!(c_chunk = tract_core::ops::array::AddDims::new(vec![0]), c); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 293 | / target_wire!( [INFO] [stderr] 294 | | p = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 295 | | mapping[&node.inputs[slot]] [INFO] [stderr] 296 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 305 | wire!(Ht_1 = array::RmDims::new(vec!(0)), h_source); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 306 | wire!(Ct_1 = array::RmDims::new(vec!(0)), c_source); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 211 | wire!(Xt = array::RmDims::new(vec![0]), x_source); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 215 | target_wire!(w = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[1]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 329 | wire!(bi = math::add::bin(), Wbi, Rbi); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 222 | target_wire!(r = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[2]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 330 | wire!(bo = math::add::bin(), Wbo, Rbo); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 229 | / target_wire!( [INFO] [stderr] 230 | | b = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 231 | | mapping[&node.inputs[slot]] [INFO] [stderr] 232 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 331 | wire!(bf = math::add::bin(), Wbf, Rbf); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 332 | wire!(bc = math::add::bin(), Wbc, Rbc); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 250 | / target_wire!( [INFO] [stderr] 251 | | h = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 252 | | mapping[&node.inputs[initial_h_input]] [INFO] [stderr] 253 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 351 | wire!(it0 = math::add::bin(), Xt_WiT, Ht_1_RiT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 354 | wire!(it_bias = math::add::bin(), it0, biases.0); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 254 | target_wire!(h_chunk = tract_core::ops::array::AddDims::new(vec![0]), h); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 358 | wire!(Pi_Ct_1 = math::mul::bin(), peephole.0, Ct_1); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 359 | wire!(it_peep = math::add::bin(), Pi_Ct_1, it0); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 271 | / target_wire!( [INFO] [stderr] 272 | | c = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 273 | | mapping[&node.inputs[initial_c_input]] [INFO] [stderr] 274 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 367 | wire!(ft0 = math::add::bin(), Xt_WfT, Ht_1_RfT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 370 | wire!(ft_bias = math::add::bin(), ft0, biases.2); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 275 | target_wire!(c_chunk = tract_core::ops::array::AddDims::new(vec![0]), c); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 374 | wire!(Pf_Ct_1 = math::mul::bin(), peephole.2, Ct_1); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 375 | wire!(ft_peep = math::add::bin(), Pf_Ct_1, ft0); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 383 | wire!(ct0 = math::add::bin(), Xt_WcT, Ht_1_RcT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 386 | wire!(ct_bias = math::add::bin(), ct0, biases.3); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 392 | wire!(ft_Ct_1 = math::mul::bin(), ft, Ct_1); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 393 | wire!(it_ct = math::mul::bin(), it, ct); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 394 | wire!(Ct = math::add::bin(), ft_Ct_1, it_ct); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 399 | wire!(ot0 = math::add::bin(), Xt_WoT, Ht_1_RoT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 402 | wire!(ot_bias = math::add::bin(), ot0, biases.1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 406 | wire!(Po_Ct = math::mul::bin(), peephole.1, Ct); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 293 | / target_wire!( [INFO] [stderr] 294 | | p = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 295 | | mapping[&node.inputs[slot]] [INFO] [stderr] 296 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 305 | wire!(Ht_1 = array::RmDims::new(vec!(0)), h_source); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 306 | wire!(Ct_1 = array::RmDims::new(vec!(0)), c_source); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 329 | wire!(bi = math::add::bin(), Wbi, Rbi); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 330 | wire!(bo = math::add::bin(), Wbo, Rbo); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 331 | wire!(bf = math::add::bin(), Wbf, Rbf); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 332 | wire!(bc = math::add::bin(), Wbc, Rbc); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 351 | wire!(it0 = math::add::bin(), Xt_WiT, Ht_1_RiT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 354 | wire!(it_bias = math::add::bin(), it0, biases.0); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 407 | wire!(ot_peep = math::add::bin(), Po_Ct, ot0); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 358 | wire!(Pi_Ct_1 = math::mul::bin(), peephole.0, Ct_1); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 359 | wire!(it_peep = math::add::bin(), Pi_Ct_1, it0); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 414 | wire!(Ht = math::mul::bin(), ot, h_Ct); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 367 | wire!(ft0 = math::add::bin(), Xt_WfT, Ht_1_RfT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 370 | wire!(ft_bias = math::add::bin(), ft0, biases.2); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 416 | wire!(Ht_fixed = array::AddDims::new(vec!(0)), Ht); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 374 | wire!(Pf_Ct_1 = math::mul::bin(), peephole.2, Ct_1); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 417 | wire!(Ct_fixed = array::AddDims::new(vec!(0)), Ct); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 375 | wire!(ft_peep = math::add::bin(), Pf_Ct_1, ft0); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 383 | wire!(ct0 = math::add::bin(), Xt_WcT, Ht_1_RcT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 450 | target_wire!(y = array::AddDims::new(vec!(0)), scan_outputs[slot]); [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 386 | wire!(ct_bias = math::add::bin(), ct0, biases.3); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 392 | wire!(ft_Ct_1 = math::mul::bin(), ft, Ct_1); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 393 | wire!(it_ct = math::mul::bin(), it, ct); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 394 | wire!(Ct = math::add::bin(), ft_Ct_1, it_ct); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 399 | wire!(ot0 = math::add::bin(), Xt_WoT, Ht_1_RoT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 402 | wire!(ot_bias = math::add::bin(), ot0, biases.1); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 406 | wire!(Po_Ct = math::mul::bin(), peephole.1, Ct); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 407 | wire!(ot_peep = math::add::bin(), Po_Ct, ot0); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 414 | wire!(Ht = math::mul::bin(), ot, h_Ct); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 175 | wire!(Xt = array::RmDims::new(vec![0]), x_source); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 179 | target_wire!(w = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[1]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 186 | target_wire!(r = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[2]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 416 | wire!(Ht_fixed = array::AddDims::new(vec!(0)), Ht); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:196:34 [INFO] [stderr] | [INFO] [stderr] 196 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 417 | wire!(Ct_fixed = array::AddDims::new(vec!(0)), Ct); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 193 | / target_wire!( [INFO] [stderr] 194 | | b = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 195 | | mapping[&node.inputs[slot]] [INFO] [stderr] 196 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/lstm.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 450 | target_wire!(y = array::AddDims::new(vec!(0)), scan_outputs[slot]); [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 214 | / target_wire!( [INFO] [stderr] 215 | | h = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 216 | | mapping[&node.inputs[initial_h_input]] [INFO] [stderr] 217 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 218 | target_wire!(h_chunk = tract_core::ops::array::AddDims::new(vec![0]), h); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 234 | wire!(Ht_1 = array::RmDims::new(vec!(0)), h_source); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 239 | wire!(bi = math::add::bin(), Wbi, Rbi); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 249 | wire!(ht0 = math::add::bin(), Xt_WiT, Ht_1_RiT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 175 | wire!(Xt = array::RmDims::new(vec![0]), x_source); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 179 | target_wire!(w = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[1]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 252 | wire!(ht_bias = math::add::bin(), ht0, bias); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 186 | target_wire!(r = tract_core::ops::array::RmDims::new(vec![0]), mapping[&node.inputs[2]]); [INFO] [stderr] | ----------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 257 | wire!(y_h = array::AddDims::new(vec!(0)), Ht); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 282 | target_wire!(y = array::AddDims::new(vec!(0)), scan_outputs[slot]); [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 193 | / target_wire!( [INFO] [stderr] 194 | | b = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 195 | | mapping[&node.inputs[slot]] [INFO] [stderr] 196 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 214 | / target_wire!( [INFO] [stderr] 215 | | h = tract_core::ops::array::RmDims::new(vec![0]), [INFO] [stderr] 216 | | mapping[&node.inputs[initial_h_input]] [INFO] [stderr] 217 | | ); [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 218 | target_wire!(h_chunk = tract_core::ops::array::AddDims::new(vec![0]), h); [INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::RmDims` [INFO] [stderr] ... [INFO] [stderr] 234 | wire!(Ht_1 = array::RmDims::new(vec!(0)), h_source); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::RmDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 239 | wire!(bi = math::add::bin(), Wbi, Rbi); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 249 | wire!(ht0 = math::add::bin(), Xt_WiT, Ht_1_RiT); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 252 | wire!(ht_bias = math::add::bin(), ht0, bias); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:160:34 [INFO] [stderr] | [INFO] [stderr] 160 | let $name = body.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 257 | wire!(y_h = array::AddDims::new(vec!(0)), Ht); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::AddDims: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/rec/rnn.rs:152:36 [INFO] [stderr] | [INFO] [stderr] 152 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [INFO] [stderr] ... [INFO] [stderr] 282 | target_wire!(y = array::AddDims::new(vec!(0)), scan_outputs[slot]); [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box<(dyn tract_core::ops::TypedOp + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `tract_core::ops::array::AddDims` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 78 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0308, E0407. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `tract-onnx`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 78 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0308, E0407. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `tract-onnx`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2ac8570ece7fbe544543e967e269afa72433bb6c54d8464c1d7ecfb054a30a8e"` [INFO] running `"docker" "rm" "-f" "2ac8570ece7fbe544543e967e269afa72433bb6c54d8464c1d7ecfb054a30a8e"` [INFO] [stdout] 2ac8570ece7fbe544543e967e269afa72433bb6c54d8464c1d7ecfb054a30a8e