[INFO] cloning repository https://github.com/flameberry/HttpKeyValueServer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flameberry/HttpKeyValueServer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflameberry%2FHttpKeyValueServer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflameberry%2FHttpKeyValueServer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c8792a9aac8a76a169822d7f2932bd8d97880a44 [INFO] checking flameberry/HttpKeyValueServer against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflameberry%2FHttpKeyValueServer" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/flameberry/HttpKeyValueServer [INFO] finished tweaking git repo https://github.com/flameberry/HttpKeyValueServer [INFO] tweaked toml for git repo https://github.com/flameberry/HttpKeyValueServer written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/flameberry/HttpKeyValueServer on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/flameberry/HttpKeyValueServer 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded openssl-sys v0.9.110 [INFO] [stderr] Downloaded sea-orm-migration v2.0.0-rc.17 [INFO] [stderr] Downloaded sea-schema-derive v0.3.0 [INFO] [stderr] Downloaded sea-query-sqlx v0.8.0-rc.9 [INFO] [stderr] Downloaded sea-query-derive v1.0.0-rc.11 [INFO] [stderr] Downloaded bigdecimal v0.4.9 [INFO] [stderr] Downloaded sea-orm-cli v2.0.0-rc.17 [INFO] [stderr] Downloaded openssl v0.10.74 [INFO] [stderr] Downloaded sea-orm-macros v2.0.0-rc.17 [INFO] [stderr] Downloaded num-bigint-dig v0.8.5 [INFO] [stderr] Downloaded sea-query v1.0.0-rc.16 [INFO] [stderr] Downloaded sea-schema v0.17.0-rc.10 [INFO] [stderr] Downloaded sea-orm v2.0.0-rc.17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8 [INFO] running `Command { std: "docker" "start" "7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8", 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" "7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8", 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" "7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling find-msvc-tools v0.1.4 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking rustls-pki-types v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling bigdecimal v0.4.9 [INFO] [stderr] Compiling rust_decimal v1.39.0 [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 rustls v0.23.35 [INFO] [stderr] Compiling cc v1.2.44 [INFO] [stderr] Checking webpki-roots v1.0.4 [INFO] [stderr] Checking crc v3.3.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Checking unicode-normalization v0.1.25 [INFO] [stderr] Checking webpki-roots v0.26.11 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking indexmap v2.12.0 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking whoami v1.6.1 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Checking stringprep v0.1.5 [INFO] [stderr] Checking ordered-float v4.6.0 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Checking async-lock v3.4.1 [INFO] [stderr] Compiling syn v2.0.109 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking clap_builder v4.5.51 [INFO] [stderr] Checking aliasable v0.1.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking strum v0.27.2 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking glob v0.3.3 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Compiling openssl v0.10.74 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking mio v1.1.0 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking async-executor v1.13.3 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling moka v0.12.11 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Checking tagptr v0.2.0 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.110 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling inherent v1.0.13 [INFO] [stderr] Compiling sea-schema-derive v0.3.0 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling ouroboros_macro v0.18.5 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling sea-bae v0.2.1 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Compiling sea-orm-macros v2.0.0-rc.17 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] error: could not compile `rustix` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0b63defc8fd68957c635fe61f097b84df8fd9611/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2/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 --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f27577c31889234f -C extra-filename=-7e3050b69c7ae276 --out-dir /opt/rustwide/target/debug/build/rustix/7e3050b69c7ae276/out -L dependency=/opt/rustwide/target/debug/build/bitflags/c85988d0561b2741/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/dd80aefb0724e325/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/c85988d0561b2741/out/libbitflags-c85988d0561b2741.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/build/linux-raw-sys/dd80aefb0724e325/out/liblinux_raw_sys-dd80aefb0724e325.rmeta --cap-lints allow --cap-lints=forbid --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `darling_core` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0b63defc8fd68957c635fe61f097b84df8fd9611/bin/rustc --crate-name darling_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=3045f3c396dd6856 -C extra-filename=-4f49155e1ede3a83 --out-dir /opt/rustwide/target/debug/build/darling_core/4f49155e1ede3a83/out -L dependency=/opt/rustwide/target/debug/build/fnv/bd60753855300b18/out -L dependency=/opt/rustwide/target/debug/build/ident_case/ecc112105bc5215b/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/43e32a25692bf44a/out -L dependency=/opt/rustwide/target/debug/build/quote/2c160e35ae4bb1e8/out -L dependency=/opt/rustwide/target/debug/build/syn/250e67c27345a3c9/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/9533002ac35f5809/out --extern fnv=/opt/rustwide/target/debug/build/fnv/bd60753855300b18/out/libfnv-bd60753855300b18.rmeta --extern ident_case=/opt/rustwide/target/debug/build/ident_case/ecc112105bc5215b/out/libident_case-ecc112105bc5215b.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/43e32a25692bf44a/out/libproc_macro2-43e32a25692bf44a.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/2c160e35ae4bb1e8/out/libquote-2c160e35ae4bb1e8.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/250e67c27345a3c9/out/libsyn-250e67c27345a3c9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8", kill_on_drop: false }` [INFO] [stdout] 7fc7e455bf9595fe378807ca48ab67352b0ae063b5cd73ca4abcf27c768f59f8