[INFO] cloning repository https://github.com/zbinnny/searepo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zbinnny/searepo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzbinnny%2Fsearepo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzbinnny%2Fsearepo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 15dcb02dd912237a9d671e6148844333ec4feaf4
[INFO] checking zbinnny/searepo against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzbinnny%2Fsearepo" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/zbinnny/searepo
[INFO] finished tweaking git repo https://github.com/zbinnny/searepo
[INFO] tweaked toml for git repo https://github.com/zbinnny/searepo written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zbinnny/searepo 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/zbinnny/searepo 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] warning: unused workspace dependency `sea-orm-migration`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | sea-orm-migration = "2.0.0-rc.21"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `sea-orm-migration`
[INFO] [stderr] warning: unused workspace dependency `searepo`
[INFO] [stderr]   --> Cargo.toml:13:25
[INFO] [stderr]    |
[INFO] [stderr] 13 | [workspace.dependencies.searepo]
[INFO] [stderr]    |                         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `searepo`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sea-schema-derive v0.3.0
[INFO] [stderr]   Downloaded pgvector v0.4.1
[INFO] [stderr]   Downloaded sea-query-derive v1.0.0-rc.11
[INFO] [stderr]   Downloaded sea-orm-macros v2.0.0-rc.21
[INFO] [stderr]   Downloaded bigdecimal v0.4.9
[INFO] [stderr]   Downloaded sea-query v1.0.0-rc.22
[INFO] [stderr]   Downloaded sea-query-sqlx v0.8.0-rc.9
[INFO] [stderr]   Downloaded sea-orm v2.0.0-rc.21
[INFO] [stderr]   Downloaded sea-schema v0.17.0-rc.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a
[INFO] running `Command { std: "docker" "start" "1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a", 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" "1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a", 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" "1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `sea-orm-migration`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | sea-orm-migration = "2.0.0-rc.21"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `sea-orm-migration`
[INFO] [stderr] warning: unused workspace dependency `searepo`
[INFO] [stderr]   --> Cargo.toml:13:25
[INFO] [stderr]    |
[INFO] [stderr] 13 | [workspace.dependencies.searepo]
[INFO] [stderr]    |                         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `searepo`
[INFO] [stderr] warning: workspace (manifest) generated 2 warnings
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling inherent v1.0.13
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.0
[INFO] [stderr]    Compiling sea-schema-derive v0.3.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling sea-macros v0.1.0 (/opt/rustwide/workdir/crates/sea-macros)
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking proc-macro2 v1.0.103
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking quote v1.0.42
[INFO] [stderr]     Checking syn v2.0.111
[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.48.0/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="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=bd007b0564b662f9 -C extra-filename=-7bd8b13f84ee4a75 --out-dir /opt/rustwide/target/debug/build/tokio/7bd8b13f84ee4a75/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libc/61c8ff19ef2481c9/out -L dependency=/opt/rustwide/target/debug/build/lock_api/b47e4fe57039b3cf/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/b21c6ab41c2563ac/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/smallvec/602659051ed0fdf9/out --extern bytes=/opt/rustwide/target/debug/build/bytes/1733fcdb13354ed1/out/libbytes-1733fcdb13354ed1.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/61c8ff19ef2481c9/out/liblibc-61c8ff19ef2481c9.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/51d39cb82c91a204/out/libmio-51d39cb82c91a204.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/47a07c1098828891/out/libparking_lot-47a07c1098828891.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/83188e9cdf3717c5/out/libsignal_hook_registry-83188e9cdf3717c5.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/0287a62d3f4f7201/out/libsocket2-0287a62d3f4f7201.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/4fad3ed05539e586/out/libtokio_macros-4fad3ed05539e586.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" "1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a", kill_on_drop: false }`
[INFO] [stdout] 1ff570d6d716cd1e752e28336e9c34e6f4c8156e0db87b039172f21e60e3946a
