[INFO] fetching crate rmcmc 0.1.0...
[INFO] testing rmcmc-0.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate rmcmc 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rmcmc 0.1.0
[INFO] finished tweaking crates.io crate rmcmc 0.1.0
[INFO] tweaked toml for crates.io crate rmcmc 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rmcmc 0.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 36 packages to latest compatible versions
[INFO] [stderr]       Adding nalgebra v0.16.14 (available: v0.34.1)
[INFO] [stderr]       Adding num v0.2.1 (available: v0.4.3)
[INFO] [stderr]       Adding rand v0.5.6 (available: v0.9.2)
[INFO] [stderr]       Adding rv v0.4.1 (available: v0.18.1)
[INFO] [stderr]       Adding special v0.7.8 (available: v0.11.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5eedb927e0aa6c78e38858b333e0aeef89ba71d18f4b370f964cc670e68c556
[INFO] running `Command { std: "docker" "start" "-a" "b5eedb927e0aa6c78e38858b333e0aeef89ba71d18f4b370f964cc670e68c556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5eedb927e0aa6c78e38858b333e0aeef89ba71d18f4b370f964cc670e68c556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5eedb927e0aa6c78e38858b333e0aeef89ba71d18f4b370f964cc670e68c556", kill_on_drop: false }`
[INFO] [stdout] b5eedb927e0aa6c78e38858b333e0aeef89ba71d18f4b370f964cc670e68c556
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bec349a29aff7df09ff0cc152aaa62b4633cee71035a8ef06ece3e3ab22d0a24
[INFO] running `Command { std: "docker" "start" "-a" "bec349a29aff7df09ff0cc152aaa62b4633cee71035a8ef06ece3e3ab22d0a24", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling libm v0.1.4
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling matrixmultiply v0.1.15
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling rawpointer v0.1.0
[INFO] [stderr]    Compiling generic-array v0.11.2
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling special v0.7.8
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling alga v0.7.2
[INFO] [stderr]    Compiling nalgebra v0.16.14
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling rv v0.4.1
[INFO] [stdout] error[E0502]: cannot borrow `summed` as immutable because it is also borrowed as mutable
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rv-0.4.1/src/misc/func.rs:55:22
[INFO] [stdout]    |
[INFO] [stdout] 55 |         summed[i] += summed[i - 1].clone();
[INFO] [stdout]    |         -------------^^^^^^---------------
[INFO] [stdout]    |         |            |
[INFO] [stdout]    |         |            immutable borrow occurs here
[INFO] [stdout]    |         mutable borrow occurs here
[INFO] [stdout]    |         mutable borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `.split_at_mut(position)` to obtain two mutable non-overlapping sub-slices
[INFO] [stdout] help: try adding a local storing this...
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rv-0.4.1/src/misc/func.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |         summed[i] += summed[i - 1].clone();
[INFO] [stdout]    |                            ^^^^^^^
[INFO] [stdout] help: ...and then using that local here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rv-0.4.1/src/misc/func.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |         summed[i] += summed[i - 1].clone();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0502`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rv` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "bec349a29aff7df09ff0cc152aaa62b4633cee71035a8ef06ece3e3ab22d0a24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bec349a29aff7df09ff0cc152aaa62b4633cee71035a8ef06ece3e3ab22d0a24", kill_on_drop: false }`
[INFO] [stdout] bec349a29aff7df09ff0cc152aaa62b4633cee71035a8ef06ece3e3ab22d0a24
