[INFO] fetching crate rten 0.14.1...
[INFO] checking rten-0.14.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate rten 0.14.1 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate rten 0.14.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate rten 0.14.1
[INFO] finished tweaking crates.io crate rten 0.14.1
[INFO] tweaked toml for crates.io crate rten 0.14.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 41 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de020720aa7a73938ccce3507a2bb3e56dede14500a73fb040ec911a075a7cef
[INFO] running `Command { std: "docker" "start" "-a" "de020720aa7a73938ccce3507a2bb3e56dede14500a73fb040ec911a075a7cef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de020720aa7a73938ccce3507a2bb3e56dede14500a73fb040ec911a075a7cef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de020720aa7a73938ccce3507a2bb3e56dede14500a73fb040ec911a075a7cef", kill_on_drop: false }`
[INFO] [stdout] de020720aa7a73938ccce3507a2bb3e56dede14500a73fb040ec911a075a7cef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74fe5aa4b0f8524278ea330f1161b87738d382134e1e790eb329458b2e32c7f4
[INFO] running `Command { std: "docker" "start" "-a" "74fe5aa4b0f8524278ea330f1161b87738d382134e1e790eb329458b2e32c7f4", kill_on_drop: false }`
[INFO] [stderr]     Checking rten-simd v0.14.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling flatbuffers v24.3.25
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking rten-vecmath v0.14.1
[INFO] [stderr]     Checking rten-tensor v0.14.1
[INFO] [stderr]     Checking rten v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/ops/conv/im2col.rs:83:23
[INFO] [stdout]    |
[INFO] [stdout] 72 | impl<'a, T: Copy + Default> VirtualIm2Col<'a, T> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 83 |     ) -> VirtualIm2Col<T> {
[INFO] [stdout]    |                       ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rten_bench`
[INFO] [stdout]     --> src/gemm.rs:1122:9
[INFO] [stdout]      |
[INFO] [stdout] 1122 |     use rten_bench::run_bench;
[INFO] [stdout]      |         ^^^^^^^^^^ use of undeclared crate or module `rten_bench`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rten_bench`
[INFO] [stdout]    --> src/ops/layout.rs:638:9
[INFO] [stdout]     |
[INFO] [stdout] 638 |     use rten_bench::run_bench;
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared crate or module `rten_bench`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rten_bench`
[INFO] [stdout]    --> src/ops/matmul.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 |     use rten_bench::run_bench;
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared crate or module `rten_bench`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |         impl<'a> From<&'a Tensor<$element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 286 |             fn from(t: &'a Tensor<$element_type>) -> Input {
[INFO] [stdout]     |                                                      ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 305 | impl_input_conversions!(FloatTensor, f32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rten_bench`
[INFO] [stdout]     --> src/ops/conv.rs:1602:13
[INFO] [stdout]      |
[INFO] [stdout] 1602 |         use rten_bench::run_bench;
[INFO] [stdout]      |             ^^^^^^^^^^ use of undeclared crate or module `rten_bench`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:292:58
[INFO] [stdout]     |
[INFO] [stdout] 291 |         impl<'a> From<TensorView<'a, $element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 292 |             fn from(t: TensorView<'a, $element_type>) -> Input {
[INFO] [stdout]     |                                                          ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 305 | impl_input_conversions!(FloatTensor, f32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:298:63
[INFO] [stdout]     |
[INFO] [stdout] 297 |         impl<'a, const N: usize> From<NdTensorView<'a, $element_type, N>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 298 |             fn from(t: NdTensorView<'a, $element_type, N>) -> Input {
[INFO] [stdout]     |                                                               ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 305 | impl_input_conversions!(FloatTensor, f32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |         impl<'a> From<&'a Tensor<$element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 286 |             fn from(t: &'a Tensor<$element_type>) -> Input {
[INFO] [stdout]     |                                                      ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_input_conversions!(Int32Tensor, i32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:292:58
[INFO] [stdout]     |
[INFO] [stdout] 291 |         impl<'a> From<TensorView<'a, $element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 292 |             fn from(t: TensorView<'a, $element_type>) -> Input {
[INFO] [stdout]     |                                                          ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_input_conversions!(Int32Tensor, i32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:298:63
[INFO] [stdout]     |
[INFO] [stdout] 297 |         impl<'a, const N: usize> From<NdTensorView<'a, $element_type, N>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 298 |             fn from(t: NdTensorView<'a, $element_type, N>) -> Input {
[INFO] [stdout]     |                                                               ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_input_conversions!(Int32Tensor, i32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |         impl<'a> From<&'a Tensor<$element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 286 |             fn from(t: &'a Tensor<$element_type>) -> Input {
[INFO] [stdout]     |                                                      ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl_input_conversions!(Int8Tensor, i8);
[INFO] [stdout]     | --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:292:58
[INFO] [stdout]     |
[INFO] [stdout] 291 |         impl<'a> From<TensorView<'a, $element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 292 |             fn from(t: TensorView<'a, $element_type>) -> Input {
[INFO] [stdout]     |                                                          ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl_input_conversions!(Int8Tensor, i8);
[INFO] [stdout]     | --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:298:63
[INFO] [stdout]     |
[INFO] [stdout] 297 |         impl<'a, const N: usize> From<NdTensorView<'a, $element_type, N>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 298 |             fn from(t: NdTensorView<'a, $element_type, N>) -> Input {
[INFO] [stdout]     |                                                               ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl_input_conversions!(Int8Tensor, i8);
[INFO] [stdout]     | --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |         impl<'a> From<&'a Tensor<$element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 286 |             fn from(t: &'a Tensor<$element_type>) -> Input {
[INFO] [stdout]     |                                                      ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 308 | impl_input_conversions!(UInt8Tensor, u8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:292:58
[INFO] [stdout]     |
[INFO] [stdout] 291 |         impl<'a> From<TensorView<'a, $element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 292 |             fn from(t: TensorView<'a, $element_type>) -> Input {
[INFO] [stdout]     |                                                          ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 308 | impl_input_conversions!(UInt8Tensor, u8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:298:63
[INFO] [stdout]     |
[INFO] [stdout] 297 |         impl<'a, const N: usize> From<NdTensorView<'a, $element_type, N>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 298 |             fn from(t: NdTensorView<'a, $element_type, N>) -> Input {
[INFO] [stdout]     |                                                               ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 308 | impl_input_conversions!(UInt8Tensor, u8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:311:36
[INFO] [stdout]     |
[INFO] [stdout] 310 | impl<'a> From<&'a Output> for Input<'a> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] 311 |     fn from(output: &'a Output) -> Input {
[INFO] [stdout]     |                                    ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/ops/conv/im2col.rs:83:23
[INFO] [stdout]    |
[INFO] [stdout] 72 | impl<'a, T: Copy + Default> VirtualIm2Col<'a, T> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 83 |     ) -> VirtualIm2Col<T> {
[INFO] [stdout]    |                       ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |         impl<'a> From<&'a Tensor<$element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 286 |             fn from(t: &'a Tensor<$element_type>) -> Input {
[INFO] [stdout]     |                                                      ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 305 | impl_input_conversions!(FloatTensor, f32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:292:58
[INFO] [stdout]     |
[INFO] [stdout] 291 |         impl<'a> From<TensorView<'a, $element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 292 |             fn from(t: TensorView<'a, $element_type>) -> Input {
[INFO] [stdout]     |                                                          ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 305 | impl_input_conversions!(FloatTensor, f32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:298:63
[INFO] [stdout]     |
[INFO] [stdout] 297 |         impl<'a, const N: usize> From<NdTensorView<'a, $element_type, N>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 298 |             fn from(t: NdTensorView<'a, $element_type, N>) -> Input {
[INFO] [stdout]     |                                                               ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 305 | impl_input_conversions!(FloatTensor, f32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |         impl<'a> From<&'a Tensor<$element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 286 |             fn from(t: &'a Tensor<$element_type>) -> Input {
[INFO] [stdout]     |                                                      ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_input_conversions!(Int32Tensor, i32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:292:58
[INFO] [stdout]     |
[INFO] [stdout] 291 |         impl<'a> From<TensorView<'a, $element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 292 |             fn from(t: TensorView<'a, $element_type>) -> Input {
[INFO] [stdout]     |                                                          ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_input_conversions!(Int32Tensor, i32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:298:63
[INFO] [stdout]     |
[INFO] [stdout] 297 |         impl<'a, const N: usize> From<NdTensorView<'a, $element_type, N>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 298 |             fn from(t: NdTensorView<'a, $element_type, N>) -> Input {
[INFO] [stdout]     |                                                               ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 306 | impl_input_conversions!(Int32Tensor, i32);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |         impl<'a> From<&'a Tensor<$element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 286 |             fn from(t: &'a Tensor<$element_type>) -> Input {
[INFO] [stdout]     |                                                      ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl_input_conversions!(Int8Tensor, i8);
[INFO] [stdout]     | --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:292:58
[INFO] [stdout]     |
[INFO] [stdout] 291 |         impl<'a> From<TensorView<'a, $element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 292 |             fn from(t: TensorView<'a, $element_type>) -> Input {
[INFO] [stdout]     |                                                          ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl_input_conversions!(Int8Tensor, i8);
[INFO] [stdout]     | --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:298:63
[INFO] [stdout]     |
[INFO] [stdout] 297 |         impl<'a, const N: usize> From<NdTensorView<'a, $element_type, N>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 298 |             fn from(t: NdTensorView<'a, $element_type, N>) -> Input {
[INFO] [stdout]     |                                                               ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 307 | impl_input_conversions!(Int8Tensor, i8);
[INFO] [stdout]     | --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |         impl<'a> From<&'a Tensor<$element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 286 |             fn from(t: &'a Tensor<$element_type>) -> Input {
[INFO] [stdout]     |                                                      ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 308 | impl_input_conversions!(UInt8Tensor, u8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:292:58
[INFO] [stdout]     |
[INFO] [stdout] 291 |         impl<'a> From<TensorView<'a, $element_type>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 292 |             fn from(t: TensorView<'a, $element_type>) -> Input {
[INFO] [stdout]     |                                                          ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 308 | impl_input_conversions!(UInt8Tensor, u8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:298:63
[INFO] [stdout]     |
[INFO] [stdout] 297 |         impl<'a, const N: usize> From<NdTensorView<'a, $element_type, N>> for Input<'a> {
[INFO] [stdout]     |              -- lifetime `'a` declared here
[INFO] [stdout] 298 |             fn from(t: NdTensorView<'a, $element_type, N>) -> Input {
[INFO] [stdout]     |                                                               ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] ...
[INFO] [stdout] 308 | impl_input_conversions!(UInt8Tensor, u8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_input_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/ops/mod.rs:311:36
[INFO] [stdout]     |
[INFO] [stdout] 310 | impl<'a> From<&'a Output> for Input<'a> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] 311 |     fn from(output: &'a Output) -> Input {
[INFO] [stdout]     |                                    ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rten` (lib test) due to 4 previous errors; 14 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "74fe5aa4b0f8524278ea330f1161b87738d382134e1e790eb329458b2e32c7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74fe5aa4b0f8524278ea330f1161b87738d382134e1e790eb329458b2e32c7f4", kill_on_drop: false }`
[INFO] [stdout] 74fe5aa4b0f8524278ea330f1161b87738d382134e1e790eb329458b2e32c7f4
