[INFO] cloning repository https://github.com/kestrelchat/backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kestrelchat/backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkestrelchat%2Fbackend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkestrelchat%2Fbackend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e2d589655581c5cd67e0d97e3d5463399158a026
[INFO] checking kestrelchat/backend against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkestrelchat%2Fbackend" "/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/kestrelchat/backend
[INFO] finished tweaking git repo https://github.com/kestrelchat/backend
[INFO] tweaked toml for git repo https://github.com/kestrelchat/backend written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kestrelchat/backend on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kestrelchat/backend 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b
[INFO] running `Command { std: "docker" "start" "5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b", 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" "5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b", 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" "5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling time-macros v0.2.30
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]     Checking time v0.3.51
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking ureq-proto v0.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking utf8-zero v0.8.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling bollard-buildkit-proto v0.7.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking prost-types v0.14.4
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking binascii v0.1.4
[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/165655a2f1981fef27b31c547ad7631979fc5139/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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --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=96b0bf7efe4fee6e -C extra-filename=-9b4c0cce8f4ce41b --out-dir /opt/rustwide/target/debug/build/tokio/9b4c0cce8f4ce41b/out -L dependency=/opt/rustwide/target/debug/build/bytes/9c004ef7aaee1ac4/out -L dependency=/opt/rustwide/target/debug/build/libc/0bb25e294ee7fb66/out -L dependency=/opt/rustwide/target/debug/build/mio/b2d6901b34bc1807/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/c7bca50a9594d885/out -L dependency=/opt/rustwide/target/debug/build/socket2/0c10a2b4b6e2cf43/out --extern bytes=/opt/rustwide/target/debug/build/bytes/9c004ef7aaee1ac4/out/libbytes-9c004ef7aaee1ac4.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/0bb25e294ee7fb66/out/liblibc-0bb25e294ee7fb66.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/b2d6901b34bc1807/out/libmio-b2d6901b34bc1807.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/c7bca50a9594d885/out/libpin_project_lite-c7bca50a9594d885.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/0c10a2b4b6e2cf43/out/libsocket2-0c10a2b4b6e2cf43.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" "5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b", kill_on_drop: false }`
[INFO] [stdout] 5955156665edc4d95aa9564ab2d856a9d58653f84faa0caac822c5dc0b6d603b
