[INFO] cloning repository https://github.com/matter-labs/era-compiler-tester [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matter-labs/era-compiler-tester" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatter-labs%2Fera-compiler-tester", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatter-labs%2Fera-compiler-tester'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 943fcc39d1173409fb4a3f53029b170fb7cb4e60 [INFO] checking matter-labs/era-compiler-tester/943fcc39d1173409fb4a3f53029b170fb7cb4e60 against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatter-labs%2Fera-compiler-tester" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/matter-labs/era-compiler-tester [INFO] finished tweaking git repo https://github.com/matter-labs/era-compiler-tester [INFO] tweaked toml for git repo https://github.com/matter-labs/era-compiler-tester written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/matter-labs/era-compiler-tester on toolchain d8be25549d5418405531341b4be6d8538fc3c42e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/matter-labs/era-compiler-tester 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" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:fd22e2154e7db748230f413534f3a6d034160c9d2b7c14b90fba4e9bfc1a36d4" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] d188b8a43fc67226dcf08ac234672977fdbbf2c8a88754c16e5c2e750b90589d [INFO] running `Command { std: "docker" "start" "d188b8a43fc67226dcf08ac234672977fdbbf2c8a88754c16e5c2e750b90589d", 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" "d188b8a43fc67226dcf08ac234672977fdbbf2c8a88754c16e5c2e750b90589d" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d188b8a43fc67226dcf08ac234672977fdbbf2c8a88754c16e5c2e750b90589d", 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" "d188b8a43fc67226dcf08ac234672977fdbbf2c8a88754c16e5c2e750b90589d" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.4 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Compiling cc v1.2.41 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking base64ct v1.8.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking base-x v0.2.11 [INFO] [stderr] Checking unsigned-varint v0.5.1 [INFO] [stderr] Checking unsigned-varint v0.3.3 [INFO] [stderr] Checking quick-protobuf v0.7.0 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Checking base58 v0.2.0 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Checking blake2s_simd v0.5.11 [INFO] [stderr] Checking blake2b_simd v0.5.11 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling ruint-macro v1.2.1 [INFO] [stderr] Checking uint v0.9.5 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Checking clap_builder v4.5.49 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling openssl v0.10.74 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking filetime v0.2.26 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking mio v1.1.0 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking ff v0.13.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling regex-lite v0.1.8 [INFO] [stderr] Compiling rustls v0.23.33 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking zlib-rs v0.5.2 [INFO] [stderr] Compiling psm v0.1.27 [INFO] [stderr] Compiling stacker v0.1.22 [INFO] [stderr] Checking const-hex v1.17.0 [INFO] [stderr] Compiling openssl-sys v0.9.110 [INFO] [stderr] Checking serde_stacker v0.1.14 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Compiling blst v0.3.16 [INFO] [stderr] Compiling secp256k1-sys v0.10.1 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Compiling inkwell v0.5.0 (https://github.com/matter-labs-forks/inkwell?branch=llvm-19#2d1dfcf5) [INFO] [stderr] Compiling secp256k1-sys v0.11.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Compiling llvm-sys v191.0.0 (https://github.com/matter-labs-forks/llvm-sys.rs?branch=llvm-19#9c2dd8ae) [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking zopfli v0.8.2 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking libz-rs-sys v0.5.2 [INFO] [stdout] error: No suitable version of LLVM was found system-wide or pointed [INFO] [stdout] to by LLVM_SYS_191_PREFIX. [INFO] [stdout] [INFO] [stdout] Consider using `llvmenv` to compile an appropriate copy of LLVM, and [INFO] [stdout] refer to the llvm-sys documentation for more information. [INFO] [stdout] [INFO] [stdout] llvm-sys: https://crates.io/crates/llvm-sys [INFO] [stdout] llvmenv: https://crates.io/crates/llvmenv [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/llvm-sys.rs-e9f38f5ceacc89bf/9c2dd8a/src/lib.rs:530:1 [INFO] [stdout] | [INFO] [stdout] 530 | / std::compile_error!(concat!( [INFO] [stdout] 531 | | "No suitable version of LLVM was found system-wide or pointed [INFO] [stdout] 532 | | to by LLVM_SYS_", [INFO] [stdout] 533 | | env!("CARGO_PKG_VERSION_MAJOR"), [INFO] [stdout] ... | [INFO] [stdout] 540 | | llvmenv: https://crates.io/crates/llvmenv" [INFO] [stdout] 541 | | )); [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking flate2 v1.1.4 [INFO] [stderr] Compiling toml_edit v0.23.7 [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" "d188b8a43fc67226dcf08ac234672977fdbbf2c8a88754c16e5c2e750b90589d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d188b8a43fc67226dcf08ac234672977fdbbf2c8a88754c16e5c2e750b90589d", kill_on_drop: false }` [INFO] [stdout] d188b8a43fc67226dcf08ac234672977fdbbf2c8a88754c16e5c2e750b90589d