[INFO] cloning repository https://github.com/LiGoldragon/upgrade
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LiGoldragon/upgrade" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLiGoldragon%2Fupgrade", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLiGoldragon%2Fupgrade'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a3cdf23319f87118f7e0040e1aeb5b449f05df28
[INFO] checking LiGoldragon/upgrade against 656a9da186dacaf3bf8f7f7296a825d256cb4ae3 for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLiGoldragon%2Fupgrade" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/LiGoldragon/upgrade
[INFO] finished tweaking git repo https://github.com/LiGoldragon/upgrade
[INFO] tweaked toml for git repo https://github.com/LiGoldragon/upgrade written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LiGoldragon/upgrade on toolchain 656a9da186dacaf3bf8f7f7296a825d256cb4ae3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LiGoldragon/upgrade 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" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/LiGoldragon/meta-signal-upgrade.git`
[INFO] [stderr]     Updating git repository `https://github.com/LiGoldragon/signal-upgrade.git`
[INFO] [stderr]     Updating git repository `https://github.com/LiGoldragon/triad-runtime.git`
[INFO] [stderr]     Updating git repository `https://github.com/LiGoldragon/schema.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded memchr v2.8.1
[INFO] [stderr]   Downloaded uuid v1.23.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236
[INFO] running `Command { std: "docker" "start" "f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236", 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" "f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236", 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" "f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling rkyv_derive v0.8.16
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling nota-derive v0.3.0 (https://github.com/LiGoldragon/nota.git?branch=main#d25c08a8)
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ptr_meta v0.3.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling rancor v0.1.1
[INFO] [stderr]    Compiling munge v0.4.7
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling signal-frame-macros v0.1.1 (https://github.com/LiGoldragon/signal-frame.git?branch=main#fd7909d1)
[INFO] [stderr]    Compiling kameo_macros v0.20.0 (https://github.com/LiGoldragon/kameo.git?branch=main#f491b45d)
[INFO] [stderr]    Compiling bytecheck v0.8.2
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling rend v0.5.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling downcast-rs v2.0.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling redb v4.1.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr] error: could not compile `redb` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/656a9da186dacaf3bf8f7f7296a825d256cb4ae3/bin/rustc --crate-name redb --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache_metrics", "chrono_v0_4", "logging", "uuid"))' -C metadata=5ac374d995e0abfa -C extra-filename=-5c59e647b7284afa --out-dir /opt/rustwide/target/debug/build/redb/5c59e647b7284afa/out --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --check-cfg 'cfg(fuzzing)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rend` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/656a9da186dacaf3bf8f7f7296a825d256cb4ae3/bin/rustc --crate-name rend --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rend-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="bytecheck"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck-1", "default", "zerocopy-0_8"))' -C metadata=912be4c59bbb5da4 -C extra-filename=-fa0da183ecc6e80c --out-dir /opt/rustwide/target/debug/build/rend/fa0da183ecc6e80c/out -L dependency=/opt/rustwide/target/debug/build/bytecheck_derive/160e78131ad235f1/out -L dependency=/opt/rustwide/target/debug/build/ptr_meta/c3c13cbc48777956/out -L dependency=/opt/rustwide/target/debug/build/ptr_meta_derive/e1403cb4eb7de890/out -L dependency=/opt/rustwide/target/debug/build/rancor/d2be341946c7f925/out -L dependency=/opt/rustwide/target/debug/build/simdutf8/1a3cc8b51ba378b4/out --extern bytecheck=/opt/rustwide/target/debug/build/bytecheck/4aefa9f8808b779f/out/libbytecheck-4aefa9f8808b779f.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236", kill_on_drop: false }`
[INFO] [stdout] f7bb51ee6af044839b068801d352aa27c7a5797e029d64db7aaaec343b64c236
