[INFO] cloning repository https://github.com/mind-protocol/mind-universe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mind-protocol/mind-universe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmind-protocol%2Fmind-universe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmind-protocol%2Fmind-universe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 58d7cea3369b39835c79601c0374d283564ebc08
[INFO] checking mind-protocol/mind-universe against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmind-protocol%2Fmind-universe" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mind-protocol/mind-universe
[INFO] finished tweaking git repo https://github.com/mind-protocol/mind-universe
[INFO] tweaked toml for git repo https://github.com/mind-protocol/mind-universe written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mind-protocol/mind-universe on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mind-protocol/mind-universe 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded matrixmultiply v0.3.11
[INFO] [stderr]   Downloaded whoami v2.1.2
[INFO] [stderr]   Downloaded async-trait v0.1.91
[INFO] [stderr]   Downloaded rapier3d v0.22.0
[INFO] [stderr]   Downloaded parry3d v0.17.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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] 2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831
[INFO] running `Command { std: "docker" "start" "2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831", 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" "2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.11
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking robust v1.2.0
[INFO] [stderr]     Checking ena v0.14.4
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking bit-vec v0.7.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rstar v0.12.2
[INFO] [stderr]     Checking spade v2.15.1
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking universe-core v0.1.0 (/opt/rustwide/workdir/crates/universe-core)
[INFO] [stderr]     Checking universe-store v0.1.0 (/opt/rustwide/workdir/crates/universe-store)
[INFO] [stderr]     Checking universe-capabilities v0.1.0 (/opt/rustwide/workdir/crates/universe-capabilities)
[INFO] [stderr]     Checking nalgebra v0.33.3
[INFO] [stderr]     Checking universe-transactions v0.1.0 (/opt/rustwide/workdir/crates/universe-transactions)
[INFO] [stderr]     Checking universe-assets v0.1.0 (/opt/rustwide/workdir/crates/universe-assets)
[INFO] [stderr]     Checking universe-testkit v0.1.0 (/opt/rustwide/workdir/crates/universe-testkit)
[INFO] [stderr]     Checking parry3d v0.17.6
[INFO] [stderr]     Checking rapier3d v0.22.0
[INFO] [stderr]     Checking universe-physics v0.1.0 (/opt/rustwide/workdir/crates/universe-physics)
[INFO] [stderr]     Checking universe-query v0.1.0 (/opt/rustwide/workdir/crates/universe-query)
[INFO] [stderr]     Checking universe-ir v0.1.0 (/opt/rustwide/workdir/crates/universe-ir)
[INFO] [stderr]     Checking universe-fields v0.1.0 (/opt/rustwide/workdir/crates/universe-fields)
[INFO] [stderr]     Checking universe-compiler v0.1.0 (/opt/rustwide/workdir/crates/universe-compiler)
[INFO] [stderr]     Checking universe-vm v0.1.0 (/opt/rustwide/workdir/crates/universe-vm)
[INFO] [stderr]     Checking universe-supervisor v0.1.0 (/opt/rustwide/workdir/crates/universe-supervisor)
[INFO] [stderr]     Checking universe-embeddings v0.1.0 (/opt/rustwide/workdir/crates/universe-embeddings)
[INFO] [stderr]     Checking universe-postgres-import v0.1.0 (/opt/rustwide/workdir/crates/universe-postgres-import)
[INFO] [stderr]     Checking universe-protocol v0.1.0 (/opt/rustwide/workdir/crates/universe-protocol)
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]    --> crates/universe-protocol/src/transport.rs:497:22
[INFO] [stdout]     |
[INFO] [stdout] 497 |                     .fetch_update(Ordering::AcqRel, Ordering::Acquire, |active| {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 497 -                     .fetch_update(Ordering::AcqRel, Ordering::Acquire, |active| {
[INFO] [stdout] 497 +                     .try_update(Ordering::AcqRel, Ordering::Acquire, |active| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]    --> crates/universe-protocol/src/transport.rs:497:22
[INFO] [stdout]     |
[INFO] [stdout] 497 |                     .fetch_update(Ordering::AcqRel, Ordering::Acquire, |active| {
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 497 -                     .fetch_update(Ordering::AcqRel, Ordering::Acquire, |active| {
[INFO] [stdout] 497 +                     .try_update(Ordering::AcqRel, Ordering::Acquire, |active| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking universe-e2e v0.1.0 (/opt/rustwide/workdir/crates/universe-e2e)
[INFO] [stderr]     Checking universe-stream-bridge v0.1.0 (/opt/rustwide/workdir/crates/universe-stream-bridge)
[INFO] [stdout] warning: field `candidate` is never read
[INFO] [stdout]    --> crates/universe-postgres-import/src/code_migration.rs:303:5
[INFO] [stdout]     |
[INFO] [stdout] 302 | struct Classified<'a> {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 303 |     candidate: &'a CodeCandidate,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DECISIONS` is never used
[INFO] [stdout]   --> crates/universe-postgres-import/src/physics_pilot.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 | const DECISIONS: [&str; 4] = [
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `candidate` is never read
[INFO] [stdout]    --> crates/universe-postgres-import/src/code_migration.rs:303:5
[INFO] [stdout]     |
[INFO] [stdout] 302 | struct Classified<'a> {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 303 |     candidate: &'a CodeCandidate,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DECISIONS` is never used
[INFO] [stdout]   --> crates/universe-postgres-import/src/physics_pilot.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 | const DECISIONS: [&str; 4] = [
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.02s
[INFO] running `Command { std: "docker" "inspect" "2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831", kill_on_drop: false }`
[INFO] [stdout] 2b34ff23d5d2c200ea061afca245632feccae3a33d124e61b4343f0a4f187831
