[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