[INFO] cloning repository https://github.com/hemashushu/practice-llvm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hemashushu/practice-llvm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhemashushu%2Fpractice-llvm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhemashushu%2Fpractice-llvm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac39a96be014ac29ea509f6cac0a53d842814210 [INFO] testing hemashushu/practice-llvm against beta-2026-04-21 for beta-1.96-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhemashushu%2Fpractice-llvm" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hemashushu/practice-llvm [INFO] finished tweaking git repo https://github.com/hemashushu/practice-llvm [INFO] tweaked toml for git repo https://github.com/hemashushu/practice-llvm written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hemashushu/practice-llvm on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hemashushu/practice-llvm 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b00776b6575a42ba6d2e20eb537c08067d5dd039f6519dc562c6278c6b323f28 [INFO] running `Command { std: "docker" "start" "-a" "b00776b6575a42ba6d2e20eb537c08067d5dd039f6519dc562c6278c6b323f28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b00776b6575a42ba6d2e20eb537c08067d5dd039f6519dc562c6278c6b323f28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b00776b6575a42ba6d2e20eb537c08067d5dd039f6519dc562c6278c6b323f28", kill_on_drop: false }` [INFO] [stdout] b00776b6575a42ba6d2e20eb537c08067d5dd039f6519dc562c6278c6b323f28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37d6665248398e9771482c77b1899858557d318fca7d9e1a50572da438d12316 [INFO] running `Command { std: "docker" "start" "-a" "37d6665248398e9771482c77b1899858557d318fca7d9e1a50572da438d12316", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling ucd-trie v0.1.4 [INFO] [stderr] Compiling libc v0.2.129 [INFO] [stderr] Compiling semver v1.0.13 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling inkwell v0.1.0 (https://github.com/TheDan64/inkwell?branch=master#25b9fc58) [INFO] [stderr] Compiling peg-runtime v0.8.0 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling peg-macros v0.8.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling peg v0.8.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling llvm-sys v140.0.2 [INFO] [stdout] error: could not find native static library `Polly`, perhaps an -L flag is missing? [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `llvm-sys` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "37d6665248398e9771482c77b1899858557d318fca7d9e1a50572da438d12316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37d6665248398e9771482c77b1899858557d318fca7d9e1a50572da438d12316", kill_on_drop: false }` [INFO] [stdout] 37d6665248398e9771482c77b1899858557d318fca7d9e1a50572da438d12316