[INFO] cloning repository https://github.com/lewisjared/two-layer-model
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lewisjared/two-layer-model" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flewisjared%2Ftwo-layer-model", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flewisjared%2Ftwo-layer-model'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac47b900c1aabebd94fc56f17a06cd5a6a6dcbac
[INFO] checking lewisjared/two-layer-model against master#82dd3cb008233bfe50ba6b8d6618e6bbd6054eb1 for pr-150408
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flewisjared%2Ftwo-layer-model" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lewisjared/two-layer-model
[INFO] finished tweaking git repo https://github.com/lewisjared/two-layer-model
[INFO] tweaked toml for git repo https://github.com/lewisjared/two-layer-model written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lewisjared/two-layer-model on toolchain 82dd3cb008233bfe50ba6b8d6618e6bbd6054eb1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+82dd3cb008233bfe50ba6b8d6618e6bbd6054eb1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lewisjared/two-layer-model already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+82dd3cb008233bfe50ba6b8d6618e6bbd6054eb1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded typetag v0.2.18
[INFO] [stderr]   Downloaded bytemuck v1.18.0
[INFO] [stderr]   Downloaded is_close v0.1.3
[INFO] [stderr]   Downloaded pythonize v0.21.1
[INFO] [stderr]   Downloaded typetag-impl v0.2.18
[INFO] [stderr]   Downloaded ode_solvers v0.4.0
[INFO] [stderr]   Downloaded pyo3-build-config v0.22.5
[INFO] [stderr]   Downloaded rstest_macros v0.23.0
[INFO] [stderr]   Downloaded rstest v0.23.0
[INFO] [stderr]   Downloaded syn v2.0.86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+82dd3cb008233bfe50ba6b8d6618e6bbd6054eb1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4b98a565e1578f39a609b943b73d252ae7178e2403c6fdccbe31e8466e908c43
[INFO] running `Command { std: "docker" "start" "-a" "4b98a565e1578f39a609b943b73d252ae7178e2403c6fdccbe31e8466e908c43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b98a565e1578f39a609b943b73d252ae7178e2403c6fdccbe31e8466e908c43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b98a565e1578f39a609b943b73d252ae7178e2403c6fdccbe31e8466e908c43", kill_on_drop: false }`
[INFO] [stdout] 4b98a565e1578f39a609b943b73d252ae7178e2403c6fdccbe31e8466e908c43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+82dd3cb008233bfe50ba6b8d6618e6bbd6054eb1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25c5993b56e5f7ded803542af412d7a5950f389976d353da4824227cb63c3d70
[INFO] running `Command { std: "docker" "start" "-a" "25c5993b56e5f7ded803542af412d7a5950f389976d353da4824227cb63c3d70", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling portable-atomic v1.7.0
[INFO] [stderr]     Checking bytemuck v1.18.0
[INFO] [stderr]     Checking inventory v0.3.15
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]    Compiling pyo3-build-config v0.21.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling syn v2.0.86
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking is_close v0.1.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]     Checking safe_arch v0.7.2
[INFO] [stderr]    Compiling toml_edit v0.22.21
[INFO] [stderr]    Compiling pyo3-build-config v0.22.5
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]     Checking wide v0.7.28
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling pyo3-ffi v0.21.2
[INFO] [stderr]    Compiling pyo3 v0.21.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling rscm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling pyo3-macros-backend v0.21.2
[INFO] [stderr]    Compiling serde_derive v1.0.214
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling typetag-impl v0.2.18
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling pyo3-macros v0.21.2
[INFO] [stderr]     Checking nalgebra v0.32.6
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking rstest v0.23.0
[INFO] [stderr]     Checking serde_spanned v0.6.7
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking pythonize v0.21.1
[INFO] [stderr]     Checking typetag v0.2.18
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking numpy v0.21.0
[INFO] [stderr]     Checking ode_solvers v0.4.0
[INFO] [stderr]     Checking rscm-core v0.1.0 (/opt/rustwide/workdir/rscm-core)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rscm-core/src/model.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     collection: &TimeseriesCollection,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 120 | ) -> InputState {
[INFO] [stdout]     |      ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 | ) -> InputState<'_> {
[INFO] [stdout]     |                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rscm-core/src/model.rs:470:19
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn as_dot(&self) -> Dot<&CGraph> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |   |
[INFO] [stdout]     |                   |         |   the same lifetime is elided here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn as_dot(&self) -> Dot<'_, &CGraph> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> rscm-core/src/timeseries.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn values(&self) -> ArrayView1<Time> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn values(&self) -> ArrayView1<'_, Time> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> rscm-core/src/timeseries.rs:98:19
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn bounds(&self) -> ArrayView1<Time> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn bounds(&self) -> ArrayView1<'_, Time> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rscm-core/src/timeseries.rs:402:19
[INFO] [stdout]     |
[INFO] [stdout] 402 |     pub fn values(&self) -> ArrayView1<T> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 |     pub fn values(&self) -> ArrayView1<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rscm-components v0.1.0 (/opt/rustwide/workdir/rscm-components)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rscm-core/src/model.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     collection: &TimeseriesCollection,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 120 | ) -> InputState {
[INFO] [stdout]     |      ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 | ) -> InputState<'_> {
[INFO] [stdout]     |                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rscm-core/src/model.rs:470:19
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn as_dot(&self) -> Dot<&CGraph> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |   |
[INFO] [stdout]     |                   |         |   the same lifetime is elided here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 470 |     pub fn as_dot(&self) -> Dot<'_, &CGraph> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> rscm-core/src/timeseries.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn values(&self) -> ArrayView1<Time> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn values(&self) -> ArrayView1<'_, Time> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> rscm-core/src/timeseries.rs:98:19
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn bounds(&self) -> ArrayView1<Time> {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn bounds(&self) -> ArrayView1<'_, Time> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rscm-core/src/timeseries.rs:402:19
[INFO] [stdout]     |
[INFO] [stdout] 402 |     pub fn values(&self) -> ArrayView1<T> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 |     pub fn values(&self) -> ArrayView1<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.73s
[INFO] running `Command { std: "docker" "inspect" "25c5993b56e5f7ded803542af412d7a5950f389976d353da4824227cb63c3d70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25c5993b56e5f7ded803542af412d7a5950f389976d353da4824227cb63c3d70", kill_on_drop: false }`
[INFO] [stdout] 25c5993b56e5f7ded803542af412d7a5950f389976d353da4824227cb63c3d70
