[INFO] cloning repository https://github.com/EDToaster/tai
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EDToaster/tai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEDToaster%2Ftai", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEDToaster%2Ftai'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ef21c5962561040dd0e61b39ae4c5132ba78b859
[INFO] checking EDToaster/tai against try#63132bd615c9bf75e93af8405d00064212331708 for pr-153975
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEDToaster%2Ftai" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EDToaster/tai
[INFO] finished tweaking git repo https://github.com/EDToaster/tai
[INFO] tweaked toml for git repo https://github.com/EDToaster/tai written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EDToaster/tai on toolchain 63132bd615c9bf75e93af8405d00064212331708
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+63132bd615c9bf75e93af8405d00064212331708" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EDToaster/tai 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" "+63132bd615c9bf75e93af8405d00064212331708" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+63132bd615c9bf75e93af8405d00064212331708" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d08d7581aebf656b4949dbfa01ce374651dd974d7f340298c2907293067b57d7
[INFO] running `Command { std: "docker" "start" "-a" "d08d7581aebf656b4949dbfa01ce374651dd974d7f340298c2907293067b57d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d08d7581aebf656b4949dbfa01ce374651dd974d7f340298c2907293067b57d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d08d7581aebf656b4949dbfa01ce374651dd974d7f340298c2907293067b57d7", kill_on_drop: false }`
[INFO] [stdout] d08d7581aebf656b4949dbfa01ce374651dd974d7f340298c2907293067b57d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+63132bd615c9bf75e93af8405d00064212331708" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9c6144a00ce2f53acbd42df6c50da2d774c2215c336289bdcd6a65a66d71c4a1
[INFO] running `Command { std: "docker" "start" "-a" "9c6144a00ce2f53acbd42df6c50da2d774c2215c336289bdcd6a65a66d71c4a1", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling cc v1.2.23
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling icu_properties_data v2.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking icu_properties v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking tokio v1.45.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling winnow v0.7.10
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking time-core v0.1.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]    Compiling tree-sitter v0.23.2
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking quick-xml v0.32.0
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling color-spantrace v0.2.2
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking plist v1.7.1
[INFO] [stderr]    Compiling tree-sitter-md v0.3.2
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking yansi v1.0.1
[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/63132bd615c9bf75e93af8405d00064212331708/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.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_taskdump)' --check-cfg 'cfg(tokio_unstable)' --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-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b06055c0ee2531b8 -C extra-filename=-e076e7a14fa9e16a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-07c61d5058b4388b.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-e2131ad9159a41cb.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-adfde0747c520c34.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-74a94107be1d212b.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-c3ca62d0afdb8ae3.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-1f22a69f7b139e0b.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" "9c6144a00ce2f53acbd42df6c50da2d774c2215c336289bdcd6a65a66d71c4a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c6144a00ce2f53acbd42df6c50da2d774c2215c336289bdcd6a65a66d71c4a1", kill_on_drop: false }`
[INFO] [stdout] 9c6144a00ce2f53acbd42df6c50da2d774c2215c336289bdcd6a65a66d71c4a1
