[INFO] cloning repository https://github.com/kmosoti/Moiric
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kmosoti/Moiric" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkmosoti%2FMoiric", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkmosoti%2FMoiric'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8912722919778212cd7d5c2d37a619fb77fffe64
[INFO] testing kmosoti/Moiric against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkmosoti%2FMoiric" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/kmosoti/Moiric
[INFO] finished tweaking git repo https://github.com/kmosoti/Moiric
[INFO] tweaked toml for git repo https://github.com/kmosoti/Moiric written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kmosoti/Moiric on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kmosoti/Moiric 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.29.1
[INFO] [stderr]   Downloaded pyo3-macros v0.29.1
[INFO] [stderr]   Downloaded pyo3-build-config v0.29.1
[INFO] [stderr]   Downloaded pyo3-ffi v0.29.1
[INFO] [stderr]   Downloaded pyo3 v0.29.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7
[INFO] running `Command { std: "docker" "start" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling ref-cast v1.0.26
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pyo3-build-config v0.29.1
[INFO] [stderr]    Compiling pyo3-ffi v0.29.1
[INFO] [stderr]    Compiling pyo3 v0.29.1
[INFO] [stderr]    Compiling serde_derive_internals v0.30.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling schemars_derive v1.2.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.29.1
[INFO] [stderr]    Compiling schemars v1.2.2
[INFO] [stderr]    Compiling moiric-core v0.1.0 (/opt/rustwide/workdir/crates/moiric-core)
[INFO] [stderr]    Compiling pyo3-macros v0.29.1
[INFO] [stderr]    Compiling moiric-py v0.1.0 (/opt/rustwide/workdir/crates/moiric-py)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 54.56s
[INFO] running `Command { std: "docker" "inspect" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.5
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling moiric-py v0.1.0 (/opt/rustwide/workdir/crates/moiric-py)
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling moiric-core v0.1.0 (/opt/rustwide/workdir/crates/moiric-core)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/moiric_core-39fe6f103352897c)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test claim::tests::every_active_state_can_be_contested_superseded_retracted ... ok
[INFO] [stdout] test claim::tests::spot_checks_match_spec ... ok
[INFO] [stdout] test claim::tests::from_str_round_trips_all_states ... ok
[INFO] [stdout] test claim::tests::terminal_states_admit_no_exits ... ok
[INFO] [stdout] test claim::tests::self_transitions_are_illegal ... ok
[INFO] [stdout] test salience::tests::non_finite_and_negative_weights_are_rejected ... ok
[INFO] [stdout] test salience::tests::out_of_range_is_rejected ... ok
[INFO] [stdout] test salience::tests::monotone_in_task_relevance ... ok
[INFO] [stdout] test salience::tests::weights_above_one_are_valid ... ok
[INFO] [stdout] test salience::tests::zero_weight_nullifies_novelty ... ok
[INFO] [stdout] test salience::tests::score_is_always_in_unit_interval ... ok
[INFO] [stdout] test salience::tests::serde_round_trip_is_stable ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/_core-fe872ca4e816822f)
[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 moiric_core
[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] running `Command { std: "docker" "inspect" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7", kill_on_drop: false }`
[INFO] [stdout] 9cac7cd8dcd62601a2825da896178fdedba0eb27e1ebf4c05151e6bb8fe583e7
