[INFO] cloning repository https://github.com/Oortonaut/task-graph-mcp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Oortonaut/task-graph-mcp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOortonaut%2Ftask-graph-mcp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOortonaut%2Ftask-graph-mcp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c59565a7a3352953e9ff8ccdf12829addff4cbb7 [INFO] checking Oortonaut/task-graph-mcp against master#59fd4ef94daa991e6797b5aa6127e824f3067def for pr-145108-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOortonaut%2Ftask-graph-mcp" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Oortonaut/task-graph-mcp [INFO] finished tweaking git repo https://github.com/Oortonaut/task-graph-mcp [INFO] tweaked toml for git repo https://github.com/Oortonaut/task-graph-mcp written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Oortonaut/task-graph-mcp on toolchain 59fd4ef94daa991e6797b5aa6127e824f3067def [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Oortonaut/task-graph-mcp 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" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pastey v0.2.1 [INFO] [stderr] Downloaded refinery-core v0.9.0 [INFO] [stderr] Downloaded refinery-macros v0.9.0 [INFO] [stderr] Downloaded notify-debouncer-mini v0.7.0 [INFO] [stderr] Downloaded rmcp-macros v0.14.0 [INFO] [stderr] Downloaded schemars_derive v1.2.0 [INFO] [stderr] Downloaded notify-types v2.1.0 [INFO] [stderr] Downloaded refinery v0.9.0 [INFO] [stderr] Downloaded clap v4.5.55 [INFO] [stderr] Downloaded arc-swap v1.8.0 [INFO] [stderr] Downloaded petname v2.0.2 [INFO] [stderr] Downloaded rmcp v0.14.0 [INFO] [stderr] Downloaded clap_builder v4.5.55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d88bc31055b4e9b29619676c5d8d689683615953e54634117b253fe2c267f578 [INFO] running `Command { std: "docker" "start" "-a" "d88bc31055b4e9b29619676c5d8d689683615953e54634117b253fe2c267f578", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d88bc31055b4e9b29619676c5d8d689683615953e54634117b253fe2c267f578", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d88bc31055b4e9b29619676c5d8d689683615953e54634117b253fe2c267f578", kill_on_drop: false }` [INFO] [stdout] d88bc31055b4e9b29619676c5d8d689683615953e54634117b253fe2c267f578 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+59fd4ef94daa991e6797b5aa6127e824f3067def" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfc543bd8cad83a0299559259ee48e6e3ce5e9e1169ff42bd1476b8bcbe428fb [INFO] running `Command { std: "docker" "start" "-a" "bfc543bd8cad83a0299559259ee48e6e3ce5e9e1169ff42bd1476b8bcbe428fb", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Compiling find-msvc-tools v0.1.8 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Compiling zerocopy v0.8.35 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling cc v1.2.54 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Checking tokio v1.49.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Compiling time v0.3.46 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling libsqlite3-sys v0.35.0 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Checking ryu v1.0.22 [INFO] [stderr] Checking clap_lex v0.7.7 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Checking clap_builder v4.5.55 [INFO] [stderr] Checking rustix v1.1.3 [INFO] [stderr] Checking inotify v0.11.0 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling petname v2.0.2 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Compiling schemars_derive v1.2.0 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking chrono v0.4.43 [INFO] [stderr] Checking futures-executor v0.3.31 [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/59fd4ef94daa991e6797b5aa6127e824f3067def/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --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=9d2f6ec040c5c13d -C extra-filename=-b0554a98061bde2f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-1733fcdb13354ed1.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-3f7e59e525cb5b67.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-4792ee4c1735a13f.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-9bd73d1628d3576c.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-d965d5f6bd2b8d29.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-48886dc567f99fe5.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-abfce4c28f3843fe.so --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" "bfc543bd8cad83a0299559259ee48e6e3ce5e9e1169ff42bd1476b8bcbe428fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfc543bd8cad83a0299559259ee48e6e3ce5e9e1169ff42bd1476b8bcbe428fb", kill_on_drop: false }` [INFO] [stdout] bfc543bd8cad83a0299559259ee48e6e3ce5e9e1169ff42bd1476b8bcbe428fb