[INFO] fetching crate spore-editor 0.0.3... [INFO] building spore-editor-0.0.3 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate spore-editor 0.0.3 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate spore-editor 0.0.3 [INFO] finished tweaking crates.io crate spore-editor 0.0.3 [INFO] tweaked toml for crates.io crate spore-editor 0.0.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spore-editor 0.0.3 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate spore-editor 0.0.3 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lru v0.12.4 [INFO] [stderr] Downloaded redox_syscall v0.5.4 [INFO] [stderr] Downloaded error-code v3.3.1 [INFO] [stderr] Downloaded env_filter v0.1.2 [INFO] [stderr] Downloaded instability v0.3.2 [INFO] [stderr] Downloaded env_logger v0.11.5 [INFO] [stderr] Downloaded anyhow v1.0.87 [INFO] [stderr] Downloaded crop v0.4.2 [INFO] [stderr] Downloaded compact_str v0.8.0 [INFO] [stderr] Downloaded rustyline v14.0.0 [INFO] [stderr] Downloaded spore-vm v0.0.3 [INFO] [stderr] Downloaded regex v1.10.6 [INFO] [stderr] Downloaded rustix v0.38.36 [INFO] [stderr] Downloaded ratatui v0.28.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21775e9dec960cefc25054d0b176198e19428cf3cb076383a19d54819bd1c4f1 [INFO] running `Command { std: "docker" "start" "-a" "21775e9dec960cefc25054d0b176198e19428cf3cb076383a19d54819bd1c4f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21775e9dec960cefc25054d0b176198e19428cf3cb076383a19d54819bd1c4f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21775e9dec960cefc25054d0b176198e19428cf3cb076383a19d54819bd1c4f1", kill_on_drop: false }` [INFO] [stdout] 21775e9dec960cefc25054d0b176198e19428cf3cb076383a19d54819bd1c4f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3035319834ee7d8beb27669814495d2503e172bd7b2e1776711367b2430f0b17 [INFO] running `Command { std: "docker" "start" "-a" "3035319834ee7d8beb27669814495d2503e172bd7b2e1776711367b2430f0b17", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling rustix v0.38.36 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling once_cell v1.20.0 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling anyhow v1.0.87 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling str_indices v0.4.3 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling crop v0.4.2 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling compact_str v0.8.0 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling lru v0.12.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling fd-lock v4.0.2 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling rustyline v14.0.0 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling instability v0.3.2 [INFO] [stderr] Compiling ctor v0.2.8 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling spore-vm v0.0.3 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling ratatui v0.28.1 [INFO] [stderr] Compiling spore-editor v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.05s [INFO] running `Command { std: "docker" "inspect" "3035319834ee7d8beb27669814495d2503e172bd7b2e1776711367b2430f0b17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3035319834ee7d8beb27669814495d2503e172bd7b2e1776711367b2430f0b17", kill_on_drop: false }` [INFO] [stdout] 3035319834ee7d8beb27669814495d2503e172bd7b2e1776711367b2430f0b17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4e907eee97f94b8312a6a47a0d28b8bac47bdded564897f6ec06c6a33d375b1 [INFO] running `Command { std: "docker" "start" "-a" "a4e907eee97f94b8312a6a47a0d28b8bac47bdded564897f6ec06c6a33d375b1", kill_on_drop: false }` [INFO] [stderr] Compiling spore-editor v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `Command { std: "docker" "inspect" "a4e907eee97f94b8312a6a47a0d28b8bac47bdded564897f6ec06c6a33d375b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4e907eee97f94b8312a6a47a0d28b8bac47bdded564897f6ec06c6a33d375b1", kill_on_drop: false }` [INFO] [stdout] a4e907eee97f94b8312a6a47a0d28b8bac47bdded564897f6ec06c6a33d375b1