[INFO] cloning repository https://github.com/hamardikan/mini-world [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hamardikan/mini-world" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhamardikan%2Fmini-world", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhamardikan%2Fmini-world'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bf2ca21278f07ea150f9425807e55fab941cc233 [INFO] checking hamardikan/mini-world against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhamardikan%2Fmini-world" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hamardikan/mini-world [INFO] finished tweaking git repo https://github.com/hamardikan/mini-world [INFO] tweaked toml for git repo https://github.com/hamardikan/mini-world written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hamardikan/mini-world on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hamardikan/mini-world 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80 [INFO] running `Command { std: "docker" "start" "4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80", 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" "4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80", 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" "4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling either v1.16.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling pest v2.8.7 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.6 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Checking rand_pcg v0.3.1 [INFO] [stderr] Compiling liquid-derive v0.26.8 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Compiling doc-comment v0.3.4 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling unicode-segmentation v1.13.3 [INFO] [stderr] Compiling tinyvec v1.12.0 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking mw-core v0.0.0 (/opt/rustwide/workdir/crates/mw-core) [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking mio v1.2.1 [INFO] [stderr] Compiling pest_meta v2.8.7 [INFO] [stderr] Compiling zmij v1.0.22 [INFO] [stderr] Compiling smallvec v1.15.2 [INFO] [stderr] Checking ndarray v0.16.1 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking regex-automata v0.4.15 [INFO] [stderr] Checking dyn-hash v0.2.2 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking transpose v0.2.3 [INFO] [stderr] Checking primal-check v0.3.4 [INFO] [stderr] Checking rustfft v6.4.1 [INFO] [stderr] Checking anymap3 v1.1.0 [INFO] [stderr] Checking filetime v0.2.29 [INFO] [stderr] Compiling pest_generator v2.8.7 [INFO] [stderr] Checking serde_json v1.0.150 [INFO] [stderr] Checking rand v0.8.7 [INFO] [stderr] Checking zerofrom v0.1.8 [INFO] [stderr] Checking yoke v0.8.3 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling anyhow v1.0.103 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking mw-agents v0.0.0 (/opt/rustwide/workdir/crates/mw-agents) [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking mw-village v0.0.0 (/opt/rustwide/workdir/crates/mw-village) [INFO] [stderr] Compiling tokio-macros v2.7.1 [INFO] [stderr] Checking socket2 v0.6.5 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Checking tinystr v0.8.3 [INFO] [stderr] Checking potential_utf v0.1.5 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Checking icu_locale_core v2.2.0 [INFO] [stderr] Checking icu_collections v2.2.0 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking xattr v1.6.1 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling pest_derive v2.8.7 [INFO] [stderr] Checking tar v0.4.46 [INFO] [stderr] Checking castaway v0.2.4 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Checking regex v1.13.0 [INFO] [stderr] Checking futures-task v0.3.33 [INFO] [stderr] Checking tokio v1.53.1 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking compact_str v0.8.2 [INFO] [stderr] Checking futures-util v0.3.33 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Checking scan_fmt v0.2.6 [INFO] [stderr] Compiling prost-derive v0.11.9 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Compiling syn v3.0.2 [INFO] [stderr] Compiling rustls v0.23.42 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Checking string-interner v0.15.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Compiling kstring v2.0.2 [INFO] [stderr] Checking tract-data v0.21.17 [INFO] [stderr] Checking webpki-roots v1.0.9 [INFO] [stderr] Compiling liquid-core v0.26.8 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking prost v0.11.9 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking idna_adapter v1.2.2 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Checking clap v4.6.1 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking ratatui v0.29.0 [INFO] [stderr] Checking ureq v2.12.1 [INFO] [stderr] Compiling liquid-lib v0.26.8 [INFO] [stderr] Compiling async-trait v0.1.91 [INFO] [stderr] Checking mw-text v0.0.0 (/opt/rustwide/workdir/crates/mw-text) [INFO] [stderr] Checking axum-core v0.4.5 [INFO] [stderr] Checking hyper v1.11.0 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking tokio-stream v0.1.18 [INFO] [stderr] Checking tower-http v0.6.11 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Compiling liquid v0.26.8 [INFO] [stderr] Compiling tract-linalg v0.21.17 [INFO] [stderr] Checking axum v0.7.9 [INFO] [stderr] Checking hyper-rustls v0.27.9 [INFO] [stderr] Checking reqwest v0.12.28 [INFO] [stderr] Checking tract-core v0.21.17 [INFO] [stderr] Checking tract-nnef v0.21.17 [INFO] [stderr] Checking tract-hir v0.21.17 [INFO] [stderr] Checking tract-onnx-opl v0.21.17 [INFO] [stderr] Checking tract-onnx v0.21.17 [INFO] [stderr] Checking mw-neural v0.0.0 (/opt/rustwide/workdir/crates/mw-neural) [INFO] [stderr] Checking mw-runtime v0.0.0 (/opt/rustwide/workdir/crates/mw-runtime) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> crates/mw-neural/src/lib.rs:1260:13 [INFO] [stdout] | [INFO] [stdout] 1260 | let mut soul = OmniSoul::load_tier( [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking mw-sim v0.0.0 (/opt/rustwide/workdir/crates/mw-sim) [INFO] [stderr] Checking mw-host v0.0.0 (/opt/rustwide/workdir/crates/mw-host) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s [INFO] running `Command { std: "docker" "inspect" "4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80", kill_on_drop: false }` [INFO] [stdout] 4a6d13afa485493bb5db00446690454ae1c728fc28e5e39dae8ae42e13beeb80