[INFO] crate tract-kaldi 0.5.8 is already in cache [INFO] checking tract-kaldi-0.5.8 against master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] extracting crate tract-kaldi 0.5.8 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate tract-kaldi 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-kaldi 0.5.8 [INFO] finished tweaking crates.io crate tract-kaldi 0.5.8 [INFO] tweaked toml for crates.io crate tract-kaldi 0.5.8 written to /workspace/builds/worker-14/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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 75ba73ae94400ca2d9564e4d4e64388bb76dfebd5c182cce867ef858b76e17e4 [INFO] running `"docker" "start" "-a" "75ba73ae94400ca2d9564e4d4e64388bb76dfebd5c182cce867ef858b76e17e4"` [INFO] [stderr] Compiling liquid-error v0.19.0 [INFO] [stderr] Compiling deunicode v1.0.0 [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Checking dyn-clone v1.0.1 [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 chrono v0.4.10 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking nom v5.1.0 [INFO] [stderr] Compiling proc-quote-impl v0.2.2 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling proc-quote v0.2.2 [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] Checking tract-kaldi v0.5.8 (/opt/rustwide/workdir) [INFO] [stderr] error[E0407]: method `incorporate` is not a member of trait `Op` [INFO] [stderr] --> src/ops/memory.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | / fn incorporate( [INFO] [stderr] 19 | | &self, [INFO] [stderr] 20 | | model: &InferenceModel, [INFO] [stderr] 21 | | node: &InferenceNode, [INFO] [stderr] 22 | | ) -> TractResult> { [INFO] [stderr] 23 | | Ok(Some(incorporate_memory_ops_as_scans(model, node)?)) [INFO] [stderr] 24 | | } [INFO] [stderr] | |_____^ not a member of trait `Op` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/model.rs:228:33 [INFO] [stderr] | [INFO] [stderr] 228 | / ... (Box::new(tract_core::ops::unimpl::UnimplementedOp::new( [INFO] [stderr] 229 | | ... component.klass.to_string(), [INFO] [stderr] 230 | | ... format!("{:?}", line), [INFO] [stderr] 231 | | ... ))) [INFO] [stderr] | |_________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 228 | Box::new(tract_core::ops::unimpl::UnimplementedOp::new( [INFO] [stderr] 229 | component.klass.to_string(), [INFO] [stderr] 230 | format!("{:?}", line), [INFO] [stderr] 231 | )) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0407]: method `incorporate` is not a member of trait `Op` [INFO] [stderr] --> src/ops/memory.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | / fn incorporate( [INFO] [stderr] 19 | | &self, [INFO] [stderr] 20 | | model: &InferenceModel, [INFO] [stderr] 21 | | node: &InferenceNode, [INFO] [stderr] 22 | | ) -> TractResult> { [INFO] [stderr] 23 | | Ok(Some(incorporate_memory_ops_as_scans(model, node)?)) [INFO] [stderr] 24 | | } [INFO] [stderr] | |_____^ not a member of trait `Op` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/model.rs:228:33 [INFO] [stderr] | [INFO] [stderr] 228 | / ... (Box::new(tract_core::ops::unimpl::UnimplementedOp::new( [INFO] [stderr] 229 | | ... component.klass.to_string(), [INFO] [stderr] 230 | | ... format!("{:?}", line), [INFO] [stderr] 231 | | ... ))) [INFO] [stderr] | |_________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 228 | Box::new(tract_core::ops::unimpl::UnimplementedOp::new( [INFO] [stderr] 229 | component.klass.to_string(), [INFO] [stderr] 230 | format!("{:?}", line), [INFO] [stderr] 231 | )) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/model.rs:228:43 [INFO] [stderr] | [INFO] [stderr] 228 | ... (Box::new(tract_core::ops::unimpl::UnimplementedOp::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 arguments [INFO] [stderr] 229 | ... component.klass.to_string(), [INFO] [stderr] | --------------------------- [INFO] [stderr] 230 | ... format!("{:?}", line), [INFO] [stderr] | --------------------- supplied 2 arguments [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/affine.rs:125:30 [INFO] [stderr] | [INFO] [stderr] 125 | let add_dim = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [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] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::cnn::Conv: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/affine.rs:134:27 [INFO] [stderr] | [INFO] [stderr] 134 | let conv = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::cnn::Conv` [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::cnn::Conv` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/model.rs:228:43 [INFO] [stderr] | [INFO] [stderr] 228 | ... (Box::new(tract_core::ops::unimpl::UnimplementedOp::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 arguments [INFO] [stderr] 229 | ... component.klass.to_string(), [INFO] [stderr] | --------------------------- [INFO] [stderr] 230 | ... format!("{:?}", line), [INFO] [stderr] | --------------------- supplied 2 arguments [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::array::RmDims: std::convert::From` is not satisfied [INFO] [stderr] --> src/ops/affine.rs:141:43 [INFO] [stderr] | [INFO] [stderr] 141 | target.wire_node(&*node.name, tract_core::ops::array::RmDims::new(vec![0]), &*conv)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected an implementor of trait `std::convert::From` [INFO] [stderr] | help: consider borrowing here: `&tract_core::ops::array::RmDims::new(vec![0])` [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] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 164 | wire!(w_ic_c_prev = mul(), w_ic, c_prev); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 165 | wire!(i_part_w_ic_c_prev = add(), i_part, w_ic_c_prev); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 169 | wire!(w_fc_c_prev = mul(), w_fc, c_prev); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 170 | wire!(f_part_w_fc_c_prev = add(), f_part, w_fc_c_prev); [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/affine.rs:125:30 [INFO] [stderr] | [INFO] [stderr] 125 | let add_dim = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::AddDims` [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] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 175 | wire!(i_t_tanh_c_part = mul(), i_t, tanh_c_part); [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::cnn::Conv: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/affine.rs:134:27 [INFO] [stderr] | [INFO] [stderr] 134 | let conv = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::cnn::Conv` [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::cnn::Conv` [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 176 | wire!(f_t_c_prev = mul(), f_t, c_prev); [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: std::convert::From` is not satisfied [INFO] [stderr] --> src/ops/affine.rs:141:43 [INFO] [stderr] | [INFO] [stderr] 141 | target.wire_node(&*node.name, tract_core::ops::array::RmDims::new(vec![0]), &*conv)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected an implementor of trait `std::convert::From` [INFO] [stderr] | help: consider borrowing here: `&tract_core::ops::array::RmDims::new(vec![0])` [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] [INFO] [stderr] error[E0277]: the trait bound `tract_core::ops::binary::InferenceBinOp: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 177 | wire!(c_t = add(), f_t_c_prev, i_t_tanh_c_part); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 180 | wire!(w_oc_c_t = mul(), w_oc, c_t); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 164 | wire!(w_ic_c_prev = mul(), w_ic, c_prev); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 181 | wire!(o_part_w_oc_c_t = add(), o_part, w_oc_c_t); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 165 | wire!(i_part_w_ic_c_prev = add(), i_part, w_ic_c_prev); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 169 | wire!(w_fc_c_prev = mul(), w_fc, c_prev); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 186 | wire!(m_t = mul(), o_t, tanh_c_t); [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::Concat: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::Concat` [INFO] [stderr] ... [INFO] [stderr] 188 | wire!(output = array::Concat::new(1), c_t, m_t); [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::Concat` [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 170 | wire!(f_part_w_fc_c_prev = add(), f_part, w_fc_c_prev); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 175 | wire!(i_t_tanh_c_part = mul(), i_t, tanh_c_part); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 176 | wire!(f_t_c_prev = mul(), f_t, c_prev); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 177 | wire!(c_t = add(), f_t_c_prev, i_t_tanh_c_part); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 180 | wire!(w_oc_c_t = mul(), w_oc, c_t); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 181 | wire!(o_part_w_oc_c_t = add(), o_part, w_oc_c_t); [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/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::binary::InferenceBinOp` [INFO] [stderr] ... [INFO] [stderr] 186 | wire!(m_t = mul(), o_t, tanh_c_t); [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::Concat: tract_core::ops::TypedOp` is not satisfied [INFO] [stderr] --> src/ops/lstm_nonlin.rs:157:36 [INFO] [stderr] | [INFO] [stderr] 157 | let $name = target.wire_node( [INFO] [stderr] | ^^^^^^^^^ the trait `tract_core::ops::TypedOp` is not implemented for `tract_core::ops::array::Concat` [INFO] [stderr] ... [INFO] [stderr] 188 | wire!(output = array::Concat::new(1), c_t, m_t); [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::Concat` [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 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0407. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `tract-kaldi`. [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 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0407. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `tract-kaldi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "75ba73ae94400ca2d9564e4d4e64388bb76dfebd5c182cce867ef858b76e17e4"` [INFO] running `"docker" "rm" "-f" "75ba73ae94400ca2d9564e4d4e64388bb76dfebd5c182cce867ef858b76e17e4"` [INFO] [stdout] 75ba73ae94400ca2d9564e4d4e64388bb76dfebd5c182cce867ef858b76e17e4