[INFO] cloning repository https://github.com/Naveen-6087/jolt-poc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Naveen-6087/jolt-poc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaveen-6087%2Fjolt-poc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaveen-6087%2Fjolt-poc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e02f2f7eb2d5b8360d9dffe878940bd22474009
[INFO] checking Naveen-6087/jolt-poc against c9ff496891c278ad660bc0ab85c1f0b72059464a for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaveen-6087%2Fjolt-poc" "/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/Naveen-6087/jolt-poc
[INFO] finished tweaking git repo https://github.com/Naveen-6087/jolt-poc
[INFO] tweaked toml for git repo https://github.com/Naveen-6087/jolt-poc written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Naveen-6087/jolt-poc on toolchain c9ff496891c278ad660bc0ab85c1f0b72059464a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Naveen-6087/jolt-poc 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" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/facebookexperimental/allocative`
[INFO] [stderr]     Updating git repository `https://github.com/a16z/arkworks-algebra`
[INFO] [stderr]     Updating git repository `https://github.com/a16z/jolt`
[INFO] [stderr]     Updating git submodule `https://github.com/riscv-non-isa/riscv-arch-test.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustls-pki-types v1.13.1
[INFO] [stderr]   Downloaded dory-derive v0.1.0
[INFO] [stderr]   Downloaded dory-pcs v0.1.0
[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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6
[INFO] running `Command { std: "docker" "start" "489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6", 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" "489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6", 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" "489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling allocative v0.3.4 (https://github.com/facebookexperimental/allocative?rev=85b773d85d526d068ce94724ff7a7b81203fc95e#85b773d8)
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling cpp_demangle v0.4.5
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking ruzstd v0.8.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr] error: could not compile `rayon` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9ff496891c278ad660bc0ab85c1f0b72059464a/bin/rustc --crate-name rayon --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=983503459094ca8b -C extra-filename=-38cde6a0c15806d5 --out-dir /opt/rustwide/target/debug/build/rayon/38cde6a0c15806d5/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-deque/fdad849b02bfa1ea/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-epoch/b76a30c82221d246/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/1c9006e854b046b8/out -L dependency=/opt/rustwide/target/debug/build/either/e7c87d65ab6b881e/out -L dependency=/opt/rustwide/target/debug/build/rayon-core/7a884365b0b2f48a/out --extern either=/opt/rustwide/target/debug/build/either/e7c87d65ab6b881e/out/libeither-e7c87d65ab6b881e.rmeta --extern rayon_core=/opt/rustwide/target/debug/build/rayon-core/7a884365b0b2f48a/out/librayon_core-7a884365b0b2f48a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6", kill_on_drop: false }`
[INFO] [stdout] 489a31ae6ee9b5c63fb590c5f18b0fc95f859a44b952b10ed22a4288492a6fb6
