[INFO] cloning repository https://github.com/samuelallan72/rusty-charm-framework
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samuelallan72/rusty-charm-framework" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuelallan72%2Frusty-charm-framework", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuelallan72%2Frusty-charm-framework'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d5bd67166832841124db44ec28d8bcb223eb9d5
[INFO] testing samuelallan72/rusty-charm-framework against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamuelallan72%2Frusty-charm-framework" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/samuelallan72/rusty-charm-framework
[INFO] finished tweaking git repo https://github.com/samuelallan72/rusty-charm-framework
[INFO] tweaked toml for git repo https://github.com/samuelallan72/rusty-charm-framework written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/samuelallan72/rusty-charm-framework on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/samuelallan72/rusty-charm-framework 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b41094363e080c72015d74df229d7640a2b5661146718fbe7bf141f266abba00
[INFO] running `Command { std: "docker" "start" "-a" "b41094363e080c72015d74df229d7640a2b5661146718fbe7bf141f266abba00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b41094363e080c72015d74df229d7640a2b5661146718fbe7bf141f266abba00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b41094363e080c72015d74df229d7640a2b5661146718fbe7bf141f266abba00", kill_on_drop: false }`
[INFO] [stdout] b41094363e080c72015d74df229d7640a2b5661146718fbe7bf141f266abba00
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9a50393ae169f636fe1ae6417404a8fb5b7767a4014d8670400b050ddf7143c
[INFO] running `Command { std: "docker" "start" "-a" "c9a50393ae169f636fe1ae6417404a8fb5b7767a4014d8670400b050ddf7143c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling serde_derive v1.0.214
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rusty-charm-framework v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.91s
[INFO] running `Command { std: "docker" "inspect" "c9a50393ae169f636fe1ae6417404a8fb5b7767a4014d8670400b050ddf7143c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9a50393ae169f636fe1ae6417404a8fb5b7767a4014d8670400b050ddf7143c", kill_on_drop: false }`
[INFO] [stdout] c9a50393ae169f636fe1ae6417404a8fb5b7767a4014d8670400b050ddf7143c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef2af8d97c4fa50d071de9b0cf3cc93c81ec8b4d2c2a68eba3b14075888d6614
[INFO] running `Command { std: "docker" "start" "-a" "ef2af8d97c4fa50d071de9b0cf3cc93c81ec8b4d2c2a68eba3b14075888d6614", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusty-charm-framework v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] running `Command { std: "docker" "inspect" "ef2af8d97c4fa50d071de9b0cf3cc93c81ec8b4d2c2a68eba3b14075888d6614", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef2af8d97c4fa50d071de9b0cf3cc93c81ec8b4d2c2a68eba3b14075888d6614", kill_on_drop: false }`
[INFO] [stdout] ef2af8d97c4fa50d071de9b0cf3cc93c81ec8b4d2c2a68eba3b14075888d6614
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b27d02e9ca9b2566c3d6618f4c1c6f32d28cdcaa0681b11a494ce9e38345fde9
[INFO] running `Command { std: "docker" "start" "-a" "b27d02e9ca9b2566c3d6618f4c1c6f32d28cdcaa0681b11a494ce9e38345fde9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusty_charm_framework-2c0deb1fd3b22423)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusty_charm_framework-b2417b9734c0f233)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rusty_charm_framework
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/model.rs - model::StatusManager<'a,B>::blocked (line 202) ... FAILED
[INFO] [stdout] test src/model.rs - model::StatusManager (line 149) ... FAILED
[INFO] [stdout] test src/model.rs - model::StatusManager (line 175) ... FAILED
[INFO] [stdout] test src/model.rs - model::Unit::state (line 37) ... FAILED
[INFO] [stdout] test src/model.rs - model::StatusManager (line 168) ... FAILED
[INFO] [stdout] test src/model.rs - model::StatusManager<'a,B>::waiting (line 221) ... FAILED
[INFO] [stdout] test src/model.rs - model::StatusManager<'a,B>::maintenance (line 211) ... FAILED
[INFO] [stdout] test src/model.rs - model::StatusManager<'a,B>::active (line 193) ... FAILED
[INFO] [stdout] test src/model.rs - model::Unit<'a,B>::leader (line 67) ... FAILED
[INFO] [stdout] test src/model.rs - model::UnitStateManager (line 103) ... FAILED
[INFO] [stdout] test src/model.rs - model::Unit<'a,B>::leader (line 59) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/model.rs - model::StatusManager<'a,B>::blocked (line 202) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:203:1
[INFO] [stdout]     |
[INFO] [stdout] 203 | model.status.blocked("a relation to a database is required");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::StatusManager (line 149) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:150:1
[INFO] [stdout]     |
[INFO] [stdout] 150 | model.status.maintenance("running some maintenance task");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | model.status.maintenance("running stage 2 maintenance");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `do_maintenance` in this scope
[INFO] [stdout]    --> src/model.rs:151:1
[INFO] [stdout]     |
[INFO] [stdout] 151 | do_maintenance();
[INFO] [stdout]     | ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `do_more_maintenance` in this scope
[INFO] [stdout]    --> src/model.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | do_more_maintenance();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::StatusManager (line 175) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | model.status.blocked("a db relation is required");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:177:1
[INFO] [stdout]     |
[INFO] [stdout] 177 | model.status.waiting("db is connected but not ready yet");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::Unit::state (line 37) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]   --> src/model.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | model.unit.state.set("key1", "value1");
[INFO] [stdout]    | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]   --> src/model.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | model.unit.state.read().get("key1");
[INFO] [stdout]    | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::StatusManager (line 168) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | model.status.active("");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::StatusManager<'a,B>::waiting (line 221) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | model.status.waiting("db is connected but not ready yet");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::StatusManager<'a,B>::maintenance (line 211) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:212:1
[INFO] [stdout]     |
[INFO] [stdout] 212 | model.status.maintenance("migrating db tables");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::StatusManager<'a,B>::active (line 193) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | model.status.active("");
[INFO] [stdout]     | ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::Unit<'a,B>::leader (line 67) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]   --> src/model.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 | let is_leader: bool = model.unit.leader().is_some();
[INFO] [stdout]    |                       ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::UnitStateManager (line 103) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | let data = model.state.read();
[INFO] [stdout]     |            ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]    --> src/model.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     model.state.set("install-completed", "yes");
[INFO] [stdout]     |     ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `install_things` in this scope
[INFO] [stdout]    --> src/model.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     install_things();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/model.rs - model::Unit<'a,B>::leader (line 59) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `model` in this scope
[INFO] [stdout]   --> src/model.rs:60:29
[INFO] [stdout]    |
[INFO] [stdout] 60 | if let Some(leader_tools) = model.unit.leader() {
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/model.rs - model::StatusManager (line 149)
[INFO] [stdout]     src/model.rs - model::StatusManager (line 168)
[INFO] [stdout]     src/model.rs - model::StatusManager (line 175)
[INFO] [stdout]     src/model.rs - model::StatusManager<'a,B>::active (line 193)
[INFO] [stdout]     src/model.rs - model::StatusManager<'a,B>::blocked (line 202)
[INFO] [stdout]     src/model.rs - model::StatusManager<'a,B>::maintenance (line 211)
[INFO] [stdout]     src/model.rs - model::StatusManager<'a,B>::waiting (line 221)
[INFO] [stdout]     src/model.rs - model::Unit::state (line 37)
[INFO] [stdout]     src/model.rs - model::Unit<'a,B>::leader (line 59)
[INFO] [stdout]     src/model.rs - model::Unit<'a,B>::leader (line 67)
[INFO] [stdout]     src/model.rs - model::UnitStateManager (line 103)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b27d02e9ca9b2566c3d6618f4c1c6f32d28cdcaa0681b11a494ce9e38345fde9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b27d02e9ca9b2566c3d6618f4c1c6f32d28cdcaa0681b11a494ce9e38345fde9", kill_on_drop: false }`
[INFO] [stdout] b27d02e9ca9b2566c3d6618f4c1c6f32d28cdcaa0681b11a494ce9e38345fde9
