[INFO] cloning repository https://github.com/giorgeabdala/abdala-chain
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/giorgeabdala/abdala-chain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgiorgeabdala%2Fabdala-chain", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgiorgeabdala%2Fabdala-chain'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c15ab7ce13ecdccd7e8d90445cb27e08a46d8cf
[INFO] checking giorgeabdala/abdala-chain against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgiorgeabdala%2Fabdala-chain" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/giorgeabdala/abdala-chain
[INFO] finished tweaking git repo https://github.com/giorgeabdala/abdala-chain
[INFO] tweaked toml for git repo https://github.com/giorgeabdala/abdala-chain written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/giorgeabdala/abdala-chain on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/giorgeabdala/abdala-chain 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8
[INFO] running `Command { std: "docker" "start" "b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8", 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" "b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8", 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" "b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]     Checking hashbrown v0.15.1
[INFO] [stderr]    Compiling cranelift-isle v0.113.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.113.1
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling rustix v0.38.39
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking arbitrary v1.4.1
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.113.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]    Compiling bytes v1.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]     Checking cranelift-control v0.113.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling cc v1.1.35
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]    Compiling tokio v1.41.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking wasm-encoder v0.220.0
[INFO] [stderr]     Checking wasm-encoder v0.218.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling wasmtime-cache v26.0.1
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking directories-next v2.0.0
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v26.0.1
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking wasmtime-asm-macros v26.0.1
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]     Checking wasmtime-slab v26.0.1
[INFO] [stderr]     Checking wast v220.0.0
[INFO] [stderr]     Checking jiff v0.2.13
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling cranelift-codegen v0.113.1
[INFO] [stderr] error: could not compile `rustix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.39/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="mm"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=74175326fa82b6ec -C extra-filename=-2099a9246b7c7bbc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-2b23c89994425946.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-29d226a9d82d2447.rmeta --cap-lints allow --cap-lints=forbid --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/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 --cfg 'feature="alloc"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=fa1b2d213f19da22 -C extra-filename=-bed084986b7f6177 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-3b07ee62b6910a08.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-756e876442dee363.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-4ce1f16fa47c1e40.rmeta --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-e7bd2ffb932e7c3a.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-011073701ea3a715.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-a8313380c25031b5.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-61fd4e4df647da40.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-db1de871cd8706a6.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-336ee4618dc8a867.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8", kill_on_drop: false }`
[INFO] [stdout] b0536c437941e1e358c24195ed0d2d61c45c76b4fcab17875aecb75583727ae8
