[INFO] cloning repository https://github.com/djjonno/vela [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/djjonno/vela" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjjonno%2Fvela", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjjonno%2Fvela'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d611c7e762059d2465c9e0abf914f4d895754ca9 [INFO] checking djjonno/vela against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjjonno%2Fvela" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/djjonno/vela [INFO] finished tweaking git repo https://github.com/djjonno/vela [INFO] tweaked toml for git repo https://github.com/djjonno/vela written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/djjonno/vela on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/djjonno/vela 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tonic-build v0.12.3 [INFO] [stderr] Downloaded fs4 v0.8.4 [INFO] [stderr] Downloaded clap v4.5.48 [INFO] [stderr] Downloaded clap_builder v4.5.48 [INFO] [stderr] Downloaded tower-lsp-macros v0.9.0 [INFO] [stderr] Downloaded clap_derive v4.5.47 [INFO] [stderr] Downloaded tower-lsp v0.20.0 [INFO] [stderr] Downloaded lsp-types v0.94.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d [INFO] running `Command { std: "docker" "start" "f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d", 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" "f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d", 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" "f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking bitflags v2.13.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Checking regex-syntax v0.8.11 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking fastrand v2.4.1 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking bytes v1.11.1 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.4 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling pin-project-internal v1.1.13 [INFO] [stderr] Checking rand v0.8.6 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling either v1.16.0 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking http v1.4.2 [INFO] [stderr] Checking serde_json v1.0.150 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking pin-project v1.1.13 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling log v0.4.32 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling protoc-bin-vendored-linux-ppcle_64 v3.2.0 [INFO] [stderr] Compiling protoc-bin-vendored-linux-s390_64 v3.2.0 [INFO] [stderr] Compiling protoc-bin-vendored-linux-x86_32 v3.2.0 [INFO] [stderr] Compiling protoc-bin-vendored-linux-x86_64 v3.2.0 [INFO] [stderr] Compiling protoc-bin-vendored-macos-aarch_64 v3.2.0 [INFO] [stderr] Compiling protoc-bin-vendored-macos-x86_64 v3.2.0 [INFO] [stderr] Compiling protoc-bin-vendored-win32 v3.2.0 [INFO] [stderr] Compiling protoc-bin-vendored-linux-aarch_64 v3.2.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Compiling protoc-bin-vendored v3.2.0 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking clap_lex v0.7.7 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking clap_builder v4.5.48 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Checking fs4 v0.8.4 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking vela-log v0.1.0 (/opt/rustwide/workdir/crates/vela-log) [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking rusty-fork v0.3.1 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.6 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking proptest v1.11.0 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking vela-raft v0.1.0 (/opt/rustwide/workdir/crates/vela-raft) [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling auto_impl v1.3.0 [INFO] [stderr] Compiling tower-lsp-macros v0.9.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8df82673d5911b6112a85bf91d9adefb2c66a1a/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/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 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=fc3aa2efaa9796f0 -C extra-filename=-4be2bffe0f1c9bb6 --out-dir /opt/rustwide/target/debug/build/tokio/4be2bffe0f1c9bb6/out -L dependency=/opt/rustwide/target/debug/build/errno/0997ff084336fcdf/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out --extern bytes=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out/liblibc-7d2af120e89c619c.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/24357868ea6ec5f7/out/libmio-24357868ea6ec5f7.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/11629a25a8623d3d/out/libsignal_hook_registry-11629a25a8623d3d.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/dfdbce0a7bcef759/out/libsocket2-dfdbce0a7bcef759.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/08b96a339cb6ecf1/out/libtokio_macros-08b96a339cb6ecf1.so --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d", kill_on_drop: false }` [INFO] [stdout] f5ac16dd63362380791b686cb2b108b56a5693832b3fcacbae688f28bbc52e4d