[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] 35046d73265848313a65c045f5fd92e37ef37068 [INFO] testing lewisjared/two-layer-model against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flewisjared%2Ftwo-layer-model" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lewisjared/two-layer-model on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 472fe05204bf59dca2d7db7131220b494bfa1464b873506af5aa15c7657f0677 [INFO] running `Command { std: "docker" "start" "-a" "472fe05204bf59dca2d7db7131220b494bfa1464b873506af5aa15c7657f0677", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "472fe05204bf59dca2d7db7131220b494bfa1464b873506af5aa15c7657f0677", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "472fe05204bf59dca2d7db7131220b494bfa1464b873506af5aa15c7657f0677", kill_on_drop: false }` [INFO] [stdout] 472fe05204bf59dca2d7db7131220b494bfa1464b873506af5aa15c7657f0677 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf0645f8675825c85f8b445d389b1f3dc83f1f7760a5b653803318dc136a6a0f [INFO] running `Command { std: "docker" "start" "-a" "bf0645f8675825c85f8b445d389b1f3dc83f1f7760a5b653803318dc136a6a0f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling target-lexicon v0.13.4 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling inventory v0.3.21 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling zmij v1.0.14 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unindent v0.2.4 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling erased-serde v0.4.9 [INFO] [stderr] Compiling owo-colors v4.3.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling typetag v0.2.21 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling toml_writer v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling is_close v0.1.3 [INFO] [stderr] Compiling pyo3-build-config v0.27.2 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling pyo3-ffi v0.27.2 [INFO] [stderr] Compiling pyo3-macros-backend v0.27.2 [INFO] [stderr] Compiling pyo3 v0.27.2 [INFO] [stderr] Compiling numpy v0.27.1 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling simba v0.9.1 [INFO] [stderr] Compiling toml v0.9.11+spec-1.1.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Compiling typetag-impl v0.2.21 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling rscm-macros v0.5.0 (/opt/rustwide/workdir/crates/rscm-macros) [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling cobs v0.3.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling pyo3-macros v0.27.2 [INFO] [stderr] Compiling ndarray v0.17.2 [INFO] [stderr] Compiling petgraph v0.8.3 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling rscm-doc-gen v0.1.0 (/opt/rustwide/workdir/crates/rscm-doc-gen) [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling postcard v1.1.3 [INFO] [stderr] Compiling pythonize v0.27.0 [INFO] [stderr] Compiling ode_solvers v0.6.1 [INFO] [stderr] Compiling statrs v0.18.0 [INFO] [stderr] Compiling rscm-core v0.5.0 (/opt/rustwide/workdir/crates/rscm-core) [INFO] [stderr] Compiling rscm-components v0.5.0 (/opt/rustwide/workdir/crates/rscm-components) [INFO] [stderr] Compiling rscm-calibrate v0.5.0 (/opt/rustwide/workdir/crates/rscm-calibrate) [INFO] [stderr] Compiling rscm-two-layer v0.5.0 (/opt/rustwide/workdir/crates/rscm-two-layer) [INFO] [stderr] Compiling rscm-magicc v0.5.0 (/opt/rustwide/workdir/crates/rscm-magicc) [INFO] [stderr] Compiling rscm v0.5.0 (/opt/rustwide/workdir/crates/rscm) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s [INFO] running `Command { std: "docker" "inspect" "bf0645f8675825c85f8b445d389b1f3dc83f1f7760a5b653803318dc136a6a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf0645f8675825c85f8b445d389b1f3dc83f1f7760a5b653803318dc136a6a0f", kill_on_drop: false }` [INFO] [stdout] bf0645f8675825c85f8b445d389b1f3dc83f1f7760a5b653803318dc136a6a0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe5c8c45de5af9e81e73473fa2a0fb2a110db8e4e612e12ed6241af224d70780 [INFO] running `Command { std: "docker" "start" "-a" "fe5c8c45de5af9e81e73473fa2a0fb2a110db8e4e612e12ed6241af224d70780", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling pyo3-macros-backend v0.27.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling typetag-impl v0.2.21 [INFO] [stderr] Compiling rscm-macros v0.5.0 (/opt/rustwide/workdir/crates/rscm-macros) [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling cobs v0.3.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling ndarray v0.17.2 [INFO] [stderr] Compiling typetag v0.2.21 [INFO] [stderr] Compiling petgraph v0.8.3 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling rscm-doc-gen v0.1.0 (/opt/rustwide/workdir/crates/rscm-doc-gen) [INFO] [stderr] Compiling pyo3-macros v0.27.2 [INFO] [stderr] Compiling rstest v0.26.1 [INFO] [stderr] Compiling postcard v1.1.3 [INFO] [stderr] Compiling pyo3 v0.27.2 [INFO] [stderr] Compiling pythonize v0.27.0 [INFO] [stderr] Compiling ode_solvers v0.6.1 [INFO] [stderr] Compiling statrs v0.18.0 [INFO] [stderr] Compiling numpy v0.27.1 [INFO] [stderr] Compiling rscm-core v0.5.0 (/opt/rustwide/workdir/crates/rscm-core) [INFO] [stderr] Compiling rscm-magicc v0.5.0 (/opt/rustwide/workdir/crates/rscm-magicc) [INFO] [stderr] Compiling rscm-components v0.5.0 (/opt/rustwide/workdir/crates/rscm-components) [INFO] [stderr] Compiling rscm-two-layer v0.5.0 (/opt/rustwide/workdir/crates/rscm-two-layer) [INFO] [stderr] Compiling rscm-calibrate v0.5.0 (/opt/rustwide/workdir/crates/rscm-calibrate) [INFO] [stdout] warning: constant `RLO_TOLERANCE` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 20 | pub const RLO_TOLERANCE: FloatValue = 0.001; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `box_temps`, `ocean_mean`, `land_mean`, and `rlo_actual` are never read [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 89 | pub struct EquilibriumTemperatures { [INFO] [stdout] | ----------------------- fields in this struct [INFO] [stdout] 90 | /// Per-box temperatures: $[T_{NO}, T_{NL}, T_{SO}, T_{SL}]$. [INFO] [stdout] 91 | pub box_temps: [FloatValue; 4], [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 92 | /// Area-weighted ocean mean temperature. [INFO] [stdout] 93 | pub ocean_mean: FloatValue, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 94 | /// Area-weighted land mean temperature. [INFO] [stdout] 95 | pub land_mean: FloatValue, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 99 | pub rlo_actual: FloatValue, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `EquilibriumTemperatures` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLO_TOLERANCE` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 20 | pub const RLO_TOLERANCE: FloatValue = 0.001; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `default_lamcalc_params` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn default_lamcalc_params() -> LamcalcParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lamcalc_params_from_udeb` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn lamcalc_params_from_udeb(params: &ClimateUDEBParameters) -> LamcalcParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `EquilibriumTemperatures` is never constructed [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | pub struct EquilibriumTemperatures { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `compute_equilibrium_temperatures` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:109:8 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn compute_equilibrium_temperatures( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run_udeb_simulation` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:227:8 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn run_udeb_simulation( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `lamcalc_params_from_udeb` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn lamcalc_params_from_udeb(params: &ClimateUDEBParameters) -> LamcalcParams { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `params_with_fixed_ecs` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:71:8 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn params_with_fixed_ecs(ecs: FloatValue) -> ClimateUDEBParameters { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `land_mean` is never read [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 89 | pub struct EquilibriumTemperatures { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 95 | pub land_mean: FloatValue, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `EquilibriumTemperatures` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `build_udeb_input_state` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:164:8 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn build_udeb_input_state( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run_udeb_simulation` is never used [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:227:8 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn run_udeb_simulation( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rscm v0.5.0 (/opt/rustwide/workdir/crates/rscm) [INFO] [stdout] warning: field `box_temps` is never read [INFO] [stdout] --> crates/rscm-magicc/tests/common/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 89 | pub struct EquilibriumTemperatures { [INFO] [stdout] | ----------------------- field in this struct [INFO] [stdout] 90 | /// Per-box temperatures: $[T_{NO}, T_{NL}, T_{SO}, T_{SL}]$. [INFO] [stdout] 91 | pub box_temps: [FloatValue; 4], [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `EquilibriumTemperatures` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rscm-two-layer` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name rscm_two_layer --edition=2021 crates/rscm-two-layer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07346f9213692ace -C extra-filename=-8c16837ab6633b3b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern numpy=/opt/rustwide/target/debug/deps/libnumpy-5e7bbd0f64aa1faf.rlib --extern ode_solvers=/opt/rustwide/target/debug/deps/libode_solvers-0a1e5214cca66f00.rlib --extern pyo3=/opt/rustwide/target/debug/deps/libpyo3-f90df0b8c97242ef.rlib --extern pythonize=/opt/rustwide/target/debug/deps/libpythonize-b7fb220141092dbd.rlib --extern rscm_core=/opt/rustwide/target/debug/deps/librscm_core-053b55432591ff96.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-fa2790330ebccb38.rlib --extern typetag=/opt/rustwide/target/debug/deps/libtypetag-2432d52e470b8993.rlib --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rscm-core` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name rscm_core --edition=2021 crates/rscm-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="owo-colors"' --cfg 'feature="rich-debug"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "owo-colors", "rich-debug"))' -C metadata=adb097463b3e7645 -C extra-filename=-59fa4568c35035d6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern is_close=/opt/rustwide/target/debug/deps/libis_close-fd9c5d4a7f42d87a.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-a4263a0971f08dad.rlib --extern nalgebra=/opt/rustwide/target/debug/deps/libnalgebra-bdf767f749295735.rlib --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-8c8919f6b2145192.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-d5a43f8d28d55fc9.rlib --extern numpy=/opt/rustwide/target/debug/deps/libnumpy-5e7bbd0f64aa1faf.rlib --extern ode_solvers=/opt/rustwide/target/debug/deps/libode_solvers-0a1e5214cca66f00.rlib --extern owo_colors=/opt/rustwide/target/debug/deps/libowo_colors-7108026723fadfa3.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-1b143e2840282034.rlib --extern pyo3=/opt/rustwide/target/debug/deps/libpyo3-f90df0b8c97242ef.rlib --extern pythonize=/opt/rustwide/target/debug/deps/libpythonize-b7fb220141092dbd.rlib --extern rscm_macros=/opt/rustwide/target/debug/deps/librscm_macros-915c0e917705eb08.so --extern serde=/opt/rustwide/target/debug/deps/libserde-fa2790330ebccb38.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-76df682b8360fc19.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-cacd9a3b5e41c52f.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-13690f0cb02b46fd.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8ff5e9181709c3d7.rlib --extern typetag=/opt/rustwide/target/debug/deps/libtypetag-2432d52e470b8993.rlib --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "fe5c8c45de5af9e81e73473fa2a0fb2a110db8e4e612e12ed6241af224d70780", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe5c8c45de5af9e81e73473fa2a0fb2a110db8e4e612e12ed6241af224d70780", kill_on_drop: false }` [INFO] [stdout] fe5c8c45de5af9e81e73473fa2a0fb2a110db8e4e612e12ed6241af224d70780