[INFO] cloning repository https://github.com/kartikmalik0/rust-crud-axum-seaorm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kartikmalik0/rust-crud-axum-seaorm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkartikmalik0%2Frust-crud-axum-seaorm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkartikmalik0%2Frust-crud-axum-seaorm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 45670e58b03976c86208792e83933d0081a088ff
[INFO] checking kartikmalik0/rust-crud-axum-seaorm against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkartikmalik0%2Frust-crud-axum-seaorm" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kartikmalik0/rust-crud-axum-seaorm
[INFO] finished tweaking git repo https://github.com/kartikmalik0/rust-crud-axum-seaorm
[INFO] tweaked toml for git repo https://github.com/kartikmalik0/rust-crud-axum-seaorm written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kartikmalik0/rust-crud-axum-seaorm on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kartikmalik0/rust-crud-axum-seaorm 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d
[INFO] running `Command { std: "docker" "start" "6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d", 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" "6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d", 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" "6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.223
[INFO] [stderr]    Compiling serde v1.0.223
[INFO] [stderr]     Checking value-bag v1.11.1
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]     Checking indexmap v2.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.223
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling bigdecimal v0.4.8
[INFO] [stderr]    Compiling rust_decimal v1.38.0
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking crc v3.3.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]    Compiling inherent v1.0.13
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling sea-orm-macros v1.1.16
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling pest v2.8.2
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling sea-query-derive v0.4.3
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling pest_meta v2.8.2
[INFO] [stderr]     Checking rustls-webpki v0.103.5
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling pest_generator v2.8.2
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking sea-query v0.32.7
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking async-convert v1.0.0
[INFO] [stderr]    Compiling sea-schema-derive v0.3.0
[INFO] [stderr]    Compiling strict v0.2.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking ratatui v0.20.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling pest_derive v2.8.2
[INFO] [stderr]    Compiling crokey-proc_macros v1.3.0
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling kernelx-macros v0.0.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[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/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/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-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=5a7917025750e159 -C extra-filename=-a83cb4b6c5955176 --out-dir /opt/rustwide/target/debug/build/tokio/a83cb4b6c5955176/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/bc4975430b4eb7b9/out -L dependency=/opt/rustwide/target/debug/build/libc/7cb8a163e7d964d6/out -L dependency=/opt/rustwide/target/debug/build/lock_api/ce64f762e2cb385e/out -L dependency=/opt/rustwide/target/debug/build/log/48da12bc8b253212/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/beab7d3bf5da2b4b/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/serde/e879d6e5bb7da969/out -L dependency=/opt/rustwide/target/debug/build/serde_core/e59f20cef9afa4c7/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/c52a9212ef579563/out -L dependency=/opt/rustwide/target/debug/build/smallvec/bace3dc10ad737a7/out -L dependency=/opt/rustwide/target/debug/build/value-bag/8a9d6a87f7c8c9f2/out --extern bytes=/opt/rustwide/target/debug/build/bytes/696d9749778e1593/out/libbytes-696d9749778e1593.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/7cb8a163e7d964d6/out/liblibc-7cb8a163e7d964d6.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/453d3b2999cd3b10/out/libmio-453d3b2999cd3b10.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/4b9c87a4cdaafe91/out/libparking_lot-4b9c87a4cdaafe91.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/8b80527c21a6f036/out/libsignal_hook_registry-8b80527c21a6f036.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/8a1898152f38311f/out/libsocket2-8a1898152f38311f.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/87b9082fa06385f7/out/libtokio_macros-87b9082fa06385f7.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] [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/416264364aa47959f5827723e1d7dabc95d0744b/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,unused-externs-silent --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="stdio"' --cfg 'feature="termios"' --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=a31c5e3b12d7941a -C extra-filename=-fe866f99daae20bb --out-dir /opt/rustwide/target/debug/build/rustix/fe866f99daae20bb/out -L dependency=/opt/rustwide/target/debug/build/serde/e879d6e5bb7da969/out -L dependency=/opt/rustwide/target/debug/build/serde_core/e59f20cef9afa4c7/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/c52a9212ef579563/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/1f1ebcac08387f1d/out/libbitflags-1f1ebcac08387f1d.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 --force-warn=unused_crate_dependencies --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] running `Command { std: "docker" "inspect" "6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d", kill_on_drop: false }`
[INFO] [stdout] 6ed628e18f1807818a811f4424164427df645080efbb247ca74e84fef96e3e5d
