[INFO] cloning repository https://github.com/rdesarz/mpc-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rdesarz/mpc-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frdesarz%2Fmpc-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frdesarz%2Fmpc-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 016965b0c7f2a840b416876582bce703ea3e6e25
[INFO] testing rdesarz/mpc-rs against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frdesarz%2Fmpc-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rdesarz/mpc-rs
[INFO] finished tweaking git repo https://github.com/rdesarz/mpc-rs
[INFO] tweaked toml for git repo https://github.com/rdesarz/mpc-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rdesarz/mpc-rs on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rdesarz/mpc-rs 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: examples
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e8f46bd321839bc52d6fe470815fec07d8f123c0a2e0d9c14113b12722bf5a31
[INFO] running `Command { std: "docker" "start" "-a" "e8f46bd321839bc52d6fe470815fec07d8f123c0a2e0d9c14113b12722bf5a31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8f46bd321839bc52d6fe470815fec07d8f123c0a2e0d9c14113b12722bf5a31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8f46bd321839bc52d6fe470815fec07d8f123c0a2e0d9c14113b12722bf5a31", kill_on_drop: false }`
[INFO] [stdout] e8f46bd321839bc52d6fe470815fec07d8f123c0a2e0d9c14113b12722bf5a31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a4b9b77ea8edac59bc4145fda27fa55bf7f152e6ba779e3b43edeac7cfb6f6ff
[INFO] running `Command { std: "docker" "start" "-a" "a4b9b77ea8edac59bc4145fda27fa55bf7f152e6ba779e3b43edeac7cfb6f6ff", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: examples
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling cc v1.2.9
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.2
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling font-kit v0.14.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling bitflags v2.7.0
[INFO] [stderr]    Compiling float-ord v0.3.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]    Compiling pathfinder_simd v0.5.4
[INFO] [stderr]    Compiling wide v0.7.32
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling plotters-bitmap v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling control-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `build_controllable_canonical_form` is never used
[INFO] [stdout]    --> src/model.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout]  93 | impl ContinuousStateSpaceModel {
[INFO] [stdout]     | ------------------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 129 |     fn build_controllable_canonical_form(tf: &TransferFunction) -> ContinuousStateSpaceModel {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TransferFunction` is never constructed
[INFO] [stdout]    --> src/model.rs:337:8
[INFO] [stdout]     |
[INFO] [stdout] 337 | struct TransferFunction {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/model.rs:344:8
[INFO] [stdout]     |
[INFO] [stdout] 343 | impl TransferFunction {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] 344 |     fn new(
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.63s
[INFO] running `Command { std: "docker" "inspect" "a4b9b77ea8edac59bc4145fda27fa55bf7f152e6ba779e3b43edeac7cfb6f6ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4b9b77ea8edac59bc4145fda27fa55bf7f152e6ba779e3b43edeac7cfb6f6ff", kill_on_drop: false }`
[INFO] [stdout] a4b9b77ea8edac59bc4145fda27fa55bf7f152e6ba779e3b43edeac7cfb6f6ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22c4a700719f034052453c93039239f8704269391cfd58ca6116bf7769dfa443
[INFO] running `Command { std: "docker" "start" "-a" "22c4a700719f034052453c93039239f8704269391cfd58ca6116bf7769dfa443", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: examples
[INFO] [stdout] warning: associated function `build_controllable_canonical_form` is never used
[INFO] [stdout]    --> src/model.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout]  93 | impl ContinuousStateSpaceModel {
[INFO] [stdout]     | ------------------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 129 |     fn build_controllable_canonical_form(tf: &TransferFunction) -> ContinuousStateSpaceModel {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TransferFunction` is never constructed
[INFO] [stdout]    --> src/model.rs:337:8
[INFO] [stdout]     |
[INFO] [stdout] 337 | struct TransferFunction {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling control-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/model.rs:344:8
[INFO] [stdout]     |
[INFO] [stdout] 343 | impl TransferFunction {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] 344 |     fn new(
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.96s
[INFO] running `Command { std: "docker" "inspect" "22c4a700719f034052453c93039239f8704269391cfd58ca6116bf7769dfa443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22c4a700719f034052453c93039239f8704269391cfd58ca6116bf7769dfa443", kill_on_drop: false }`
[INFO] [stdout] 22c4a700719f034052453c93039239f8704269391cfd58ca6116bf7769dfa443
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0c2f0bf3f842c6acb4b67d8511495f0607eceaa92cf2764a249f42fc0bafd44f
[INFO] running `Command { std: "docker" "start" "-a" "0c2f0bf3f842c6acb4b67d8511495f0607eceaa92cf2764a249f42fc0bafd44f", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: examples
[INFO] [stderr] warning: associated function `build_controllable_canonical_form` is never used
[INFO] [stderr]    --> src/model.rs:129:8
[INFO] [stderr]     |
[INFO] [stderr]  93 | impl ContinuousStateSpaceModel {
[INFO] [stderr]     | ------------------------------ associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 129 |     fn build_controllable_canonical_form(tf: &TransferFunction) -> ContinuousStateSpaceModel {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TransferFunction` is never constructed
[INFO] [stderr]    --> src/model.rs:337:8
[INFO] [stderr]     |
[INFO] [stderr] 337 | struct TransferFunction {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/model.rs:344:8
[INFO] [stderr]     |
[INFO] [stderr] 343 | impl TransferFunction {
[INFO] [stderr]     | --------------------- associated function in this implementation
[INFO] [stderr] 344 |     fn new(
[INFO] [stderr]     |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `control-sys` (lib) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/control_sys-79d1bf8824bc1ad4)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test analysis::tests::test_compute_controllability_matrix_2x2 ... ok
[INFO] [stdout] test analysis::tests::test_compute_observability_matrix_2x2 ... ok
[INFO] [stdout] test analysis::tests::test_controllability_3x3_not_controllable ... ok
[INFO] [stdout] test analysis::tests::test_compute_observability_matrix_mat_a_not_square ... ok
[INFO] [stdout] test analysis::tests::test_is_observable_2x2_observable_system ... ok
[INFO] [stdout] test model::tests::test_compute_poles_pure_im ... ok
[INFO] [stdout] test analysis::tests::test_observability_3x3_not_observable ... ok
[INFO] [stdout] test model::tests::test_compute_poles_pure_real ... ok
[INFO] [stdout] test model::tests::test_compute_poles_real_and_imaginary_part ... ok
[INFO] [stdout] test analysis::tests::test_compute_controllability_matrix_mat_a_not_square ... ok
[INFO] [stdout] test analysis::tests::test_controllability_2x2_controllable ... ok
[INFO] [stdout] test model::tests::test_compute_state_space_model_nominal ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests control_sys
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/model.rs - model::Discrete (line 29) ... ok
[INFO] [stdout] test src/lib.rs - (line 38) ... ok
[INFO] [stdout] test src/lib.rs - (line 67) ... ok
[INFO] [stdout] test src/model.rs - model::Pole (line 55) ... ok
[INFO] [stdout] test src/analysis.rs - analysis::compute_controllability_matrix (line 26) ... ok
[INFO] [stdout] test src/analysis.rs - analysis::compute_observability_matrix (line 123) ... ok
[INFO] [stdout] test src/lib.rs - (line 12) ... ok
[INFO] [stdout] test src/lib.rs - (line 101) ... ok
[INFO] [stdout] test src/lib.rs - (line 136) ... ok
[INFO] [stdout] test src/analysis.rs - analysis::is_ss_controllable (line 75) ... ok
[INFO] [stdout] test src/analysis.rs - analysis::is_ss_observable (line 171) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.47s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0c2f0bf3f842c6acb4b67d8511495f0607eceaa92cf2764a249f42fc0bafd44f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c2f0bf3f842c6acb4b67d8511495f0607eceaa92cf2764a249f42fc0bafd44f", kill_on_drop: false }`
[INFO] [stdout] 0c2f0bf3f842c6acb4b67d8511495f0607eceaa92cf2764a249f42fc0bafd44f
