[INFO] fetching crate tract-pulse 0.11.1... [INFO] checking tract-pulse-0.11.1 against try#b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 for pr-78363 [INFO] extracting crate tract-pulse 0.11.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate tract-pulse 0.11.1 on toolchain b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tract-pulse 0.11.1 [INFO] finished tweaking crates.io crate tract-pulse 0.11.1 [INFO] tweaked toml for crates.io crate tract-pulse 0.11.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tract-pulse-opl v0.11.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6fbd7f860bdf47e76323455cecda66345532fdb02b7a309eccbf417d47df8d0e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6fbd7f860bdf47e76323455cecda66345532fdb02b7a309eccbf417d47df8d0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6fbd7f860bdf47e76323455cecda66345532fdb02b7a309eccbf417d47df8d0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fbd7f860bdf47e76323455cecda66345532fdb02b7a309eccbf417d47df8d0e", kill_on_drop: false }` [INFO] [stdout] 6fbd7f860bdf47e76323455cecda66345532fdb02b7a309eccbf417d47df8d0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b1c74d655cca78527a7c5d8beae72352f060d1af31de0bf2014be60d4790ae2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8b1c74d655cca78527a7c5d8beae72352f060d1af31de0bf2014be60d4790ae2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Compiling inventory v0.1.9 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.12 [INFO] [stderr] Checking lexical-core v0.7.4 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking tar v0.4.30 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling proc-quote-impl v0.3.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling proc-quote v0.3.2 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling liquid-derive v0.21.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling enum-ordinalize v3.1.8 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling ctor v0.1.16 [INFO] [stderr] Compiling inventory-impl v0.1.9 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling educe v0.4.11 [INFO] [stderr] Checking tract-data v0.11.2 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling kstring v1.0.0 [INFO] [stderr] Compiling liquid-core v0.21.2 [INFO] [stderr] Compiling liquid-lib v0.21.1 [INFO] [stderr] Compiling liquid v0.21.4 [INFO] [stderr] Compiling tract-linalg v0.11.2 [INFO] [stderr] Checking tract-core v0.11.2 [INFO] [stderr] Checking tract-nnef v0.11.2 [INFO] [stderr] Checking tract-pulse-opl v0.11.2 [INFO] [stderr] Checking tract-pulse v0.11.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] --> src/fact.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | tract_linalg::impl_dyn_hash!(PulsedFact); [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] --> src/ops/array/concat.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | tract_linalg::impl_dyn_hash!(PulsedSameAxisConcat); [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:125:33 [INFO] [stdout] | [INFO] [stdout] 125 | tract_core::dispatch_copy_by_size!(Self::save_frame(input.datum_type())( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:149:33 [INFO] [stdout] | [INFO] [stdout] 149 | tract_core::dispatch_copy_by_size!(Self::fill_slice_constant( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:158:37 [INFO] [stdout] | [INFO] [stdout] 158 | tract_core::dispatch_copy_by_size!(Self::fill_slice_with_frame( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | tract_core::dispatch_copy_by_size!(Self::fill_slice_constant( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:187:37 [INFO] [stdout] | [INFO] [stdout] 187 | tract_core::dispatch_copy_by_size!(Self::fill_slice_with_frame( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] --> src/ops/array/slice.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | tract_linalg::impl_dyn_hash!(PulsedAxisSlice); [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] --> src/ops/source.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | tract_linalg::impl_dyn_hash!(PulsedSource); [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] --> src/fact.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | tract_linalg::impl_dyn_hash!(PulsedFact); [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] --> src/ops/array/concat.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | tract_linalg::impl_dyn_hash!(PulsedSameAxisConcat); [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:125:33 [INFO] [stdout] | [INFO] [stdout] 125 | tract_core::dispatch_copy_by_size!(Self::save_frame(input.datum_type())( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:149:33 [INFO] [stdout] | [INFO] [stdout] 149 | tract_core::dispatch_copy_by_size!(Self::fill_slice_constant( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:158:37 [INFO] [stdout] | [INFO] [stdout] 158 | tract_core::dispatch_copy_by_size!(Self::fill_slice_with_frame( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | tract_core::dispatch_copy_by_size!(Self::fill_slice_constant( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] --> src/ops/array/pad.rs:187:37 [INFO] [stdout] | [INFO] [stdout] 187 | tract_core::dispatch_copy_by_size!(Self::fill_slice_with_frame( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ could not find `dispatch_copy_by_size` in `tract_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] --> src/ops/array/slice.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | tract_linalg::impl_dyn_hash!(PulsedAxisSlice); [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] --> src/ops/source.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | tract_linalg::impl_dyn_hash!(PulsedSource); [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `impl_dyn_hash` in `tract_linalg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSameAxisConcat: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/concat.rs:74:6 [INFO] [stdout] | [INFO] [stdout] 74 | impl PulsedOp for PulsedSameAxisConcat { [INFO] [stdout] | ^^^^^^^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSameAxisConcat` [INFO] [stdout] | [INFO] [stdout] ::: src/ops/mod.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait PulsedOp: [INFO] [stdout] | -------- required by a bound in this [INFO] [stdout] ... [INFO] [stdout] 39 | + DynHash [INFO] [stdout] | ------- required by this bound in `ops::PulsedOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSameAxisConcat: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/concat.rs:74:6 [INFO] [stdout] | [INFO] [stdout] 74 | impl PulsedOp for PulsedSameAxisConcat { [INFO] [stdout] | ^^^^^^^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSameAxisConcat` [INFO] [stdout] | [INFO] [stdout] ::: src/ops/mod.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait PulsedOp: [INFO] [stdout] | -------- required by a bound in this [INFO] [stdout] ... [INFO] [stdout] 39 | + DynHash [INFO] [stdout] | ------- required by this bound in `ops::PulsedOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSameAxisConcat: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/concat.rs:99:6 [INFO] [stdout] | [INFO] [stdout] 99 | impl Op for PulsedSameAxisConcat { [INFO] [stdout] | ^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSameAxisConcat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tract-core-0.11.2/src/ops/mod.rs:98:84 [INFO] [stdout] | [INFO] [stdout] 98 | fmt::Debug + dyn_clone::DynClone + Send + Sync + 'static + Downcast + EvalOp + DynHash [INFO] [stdout] | ------- required by this bound in `tract_pulse_opl::tract_nnef::prelude::Op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSameAxisConcat: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/concat.rs:99:6 [INFO] [stdout] | [INFO] [stdout] 99 | impl Op for PulsedSameAxisConcat { [INFO] [stdout] | ^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSameAxisConcat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tract-core-0.11.2/src/ops/mod.rs:98:84 [INFO] [stdout] | [INFO] [stdout] 98 | fmt::Debug + dyn_clone::DynClone + Send + Sync + 'static + Downcast + EvalOp + DynHash [INFO] [stdout] | ------- required by this bound in `tract_pulse_opl::tract_nnef::prelude::Op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSameAxisConcat: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/concat.rs:123:6 [INFO] [stdout] | [INFO] [stdout] 123 | impl TypedOp for PulsedSameAxisConcat { [INFO] [stdout] | ^^^^^^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSameAxisConcat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tract-core-0.11.2/src/ops/mod.rs:128:89 [INFO] [stdout] | [INFO] [stdout] 128 | Op + fmt::Debug + dyn_clone::DynClone + Send + Sync + 'static + Downcast + EvalOp + DynHash [INFO] [stdout] | ------- required by this bound in `tract_pulse_opl::tract_nnef::prelude::TypedOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSameAxisConcat: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/concat.rs:123:6 [INFO] [stdout] | [INFO] [stdout] 123 | impl TypedOp for PulsedSameAxisConcat { [INFO] [stdout] | ^^^^^^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSameAxisConcat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tract-core-0.11.2/src/ops/mod.rs:128:89 [INFO] [stdout] | [INFO] [stdout] 128 | Op + fmt::Debug + dyn_clone::DynClone + Send + Sync + 'static + Downcast + EvalOp + DynHash [INFO] [stdout] | ------- required by this bound in `tract_pulse_opl::tract_nnef::prelude::TypedOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedAxisSlice: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/slice.rs:53:6 [INFO] [stdout] | [INFO] [stdout] 53 | impl Op for PulsedAxisSlice { [INFO] [stdout] | ^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedAxisSlice` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tract-core-0.11.2/src/ops/mod.rs:98:84 [INFO] [stdout] | [INFO] [stdout] 98 | fmt::Debug + dyn_clone::DynClone + Send + Sync + 'static + Downcast + EvalOp + DynHash [INFO] [stdout] | ------- required by this bound in `tract_pulse_opl::tract_nnef::prelude::Op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedAxisSlice: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/slice.rs:76:6 [INFO] [stdout] | [INFO] [stdout] 76 | impl PulsedOp for PulsedAxisSlice { [INFO] [stdout] | ^^^^^^^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedAxisSlice` [INFO] [stdout] | [INFO] [stdout] ::: src/ops/mod.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait PulsedOp: [INFO] [stdout] | -------- required by a bound in this [INFO] [stdout] ... [INFO] [stdout] 39 | + DynHash [INFO] [stdout] | ------- required by this bound in `ops::PulsedOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedAxisSlice: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/slice.rs:53:6 [INFO] [stdout] | [INFO] [stdout] 53 | impl Op for PulsedAxisSlice { [INFO] [stdout] | ^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedAxisSlice` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tract-core-0.11.2/src/ops/mod.rs:98:84 [INFO] [stdout] | [INFO] [stdout] 98 | fmt::Debug + dyn_clone::DynClone + Send + Sync + 'static + Downcast + EvalOp + DynHash [INFO] [stdout] | ------- required by this bound in `tract_pulse_opl::tract_nnef::prelude::Op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSource: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/source.rs:24:6 [INFO] [stdout] | [INFO] [stdout] 24 | impl Op for PulsedSource { [INFO] [stdout] | ^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSource` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tract-core-0.11.2/src/ops/mod.rs:98:84 [INFO] [stdout] | [INFO] [stdout] 98 | fmt::Debug + dyn_clone::DynClone + Send + Sync + 'static + Downcast + EvalOp + DynHash [INFO] [stdout] | ------- required by this bound in `tract_pulse_opl::tract_nnef::prelude::Op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSource: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/source.rs:46:6 [INFO] [stdout] | [INFO] [stdout] 46 | impl PulsedOp for PulsedSource { [INFO] [stdout] | ^^^^^^^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSource` [INFO] [stdout] | [INFO] [stdout] ::: src/ops/mod.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait PulsedOp: [INFO] [stdout] | -------- required by a bound in this [INFO] [stdout] ... [INFO] [stdout] 39 | + DynHash [INFO] [stdout] | ------- required by this bound in `ops::PulsedOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedAxisSlice: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/array/slice.rs:76:6 [INFO] [stdout] | [INFO] [stdout] 76 | impl PulsedOp for PulsedAxisSlice { [INFO] [stdout] | ^^^^^^^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedAxisSlice` [INFO] [stdout] | [INFO] [stdout] ::: src/ops/mod.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait PulsedOp: [INFO] [stdout] | -------- required by a bound in this [INFO] [stdout] ... [INFO] [stdout] 39 | + DynHash [INFO] [stdout] | ------- required by this bound in `ops::PulsedOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `PulsedSource: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/source.rs:24:6 [INFO] [stdout] | [INFO] [stdout] 24 | impl Op for PulsedSource { [INFO] [stdout] | ^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSource` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tract-core-0.11.2/src/ops/mod.rs:98:84 [INFO] [stdout] | [INFO] [stdout] 98 | fmt::Debug + dyn_clone::DynClone + Send + Sync + 'static + Downcast + EvalOp + DynHash [INFO] [stdout] | ------- required by this bound in `tract_pulse_opl::tract_nnef::prelude::Op` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tract-pulse` [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] [stdout] error[E0277]: the trait bound `PulsedSource: tract_pulse_opl::tract_nnef::internal::DynHash` is not satisfied [INFO] [stdout] --> src/ops/source.rs:46:6 [INFO] [stdout] | [INFO] [stdout] 46 | impl PulsedOp for PulsedSource { [INFO] [stdout] | ^^^^^^^^ the trait `tract_pulse_opl::tract_nnef::internal::DynHash` is not implemented for `PulsedSource` [INFO] [stdout] | [INFO] [stdout] ::: src/ops/mod.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait PulsedOp: [INFO] [stdout] | -------- required by a bound in this [INFO] [stdout] ... [INFO] [stdout] 39 | + DynHash [INFO] [stdout] | ------- required by this bound in `ops::PulsedOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8b1c74d655cca78527a7c5d8beae72352f060d1af31de0bf2014be60d4790ae2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b1c74d655cca78527a7c5d8beae72352f060d1af31de0bf2014be60d4790ae2", kill_on_drop: false }` [INFO] [stdout] 8b1c74d655cca78527a7c5d8beae72352f060d1af31de0bf2014be60d4790ae2