[INFO] cloning repository https://github.com/Amamiyashi0n/sub2api_mini [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Amamiyashi0n/sub2api_mini" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmamiyashi0n%2Fsub2api_mini", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmamiyashi0n%2Fsub2api_mini'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 102b4a0a4a5e35337b41be5569fb64d24e026c86 [INFO] checking Amamiyashi0n/sub2api_mini against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmamiyashi0n%2Fsub2api_mini" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Amamiyashi0n/sub2api_mini [INFO] finished tweaking git repo https://github.com/Amamiyashi0n/sub2api_mini [INFO] tweaked toml for git repo https://github.com/Amamiyashi0n/sub2api_mini written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Amamiyashi0n/sub2api_mini on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Amamiyashi0n/sub2api_mini 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910 [INFO] running `Command { std: "docker" "start" "e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910", 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" "e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910", 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" "e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.107 [INFO] [stderr] Compiling quote v1.0.47 [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Checking futures-core v0.3.33 [INFO] [stderr] Checking typenum v1.20.1 [INFO] [stderr] Compiling shlex v2.0.1 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Compiling serde v1.0.229 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Checking bytes v1.12.1 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.22 [INFO] [stderr] Checking futures-sink v0.3.33 [INFO] [stderr] Checking memchr v2.8.3 [INFO] [stderr] Compiling serde_core v1.0.229 [INFO] [stderr] Compiling autocfg v1.5.1 [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Compiling cc v1.3.0 [INFO] [stderr] Checking writeable v0.6.3 [INFO] [stderr] Compiling litemap v0.8.2 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Checking futures-io v0.3.33 [INFO] [stderr] Checking futures-task v0.3.33 [INFO] [stderr] Compiling zmij v1.0.23 [INFO] [stderr] Compiling thiserror v2.0.19 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Checking futures-channel v0.3.33 [INFO] [stderr] Checking http v1.4.2 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Checking zeroize v1.9.0 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling futures-util v0.3.33 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Checking rustls-pki-types v1.15.0 [INFO] [stderr] Compiling crc-catalog v2.5.0 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling syn v3.0.3 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.2 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking socket2 v0.6.5 [INFO] [stderr] Checking http-body v1.1.0 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.13 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling spin v0.9.9 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling tokio v1.53.1 [INFO] [stderr] Compiling siphasher v1.0.3 [INFO] [stderr] Checking bitflags v2.13.1 [INFO] [stderr] Compiling serde_json v1.0.151 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling rustls v0.23.42 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling rand v0.8.7 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking http-body-util v0.1.4 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Checking regex-syntax v0.8.11 [INFO] [stderr] Checking polyval v0.6.2 [INFO] [stderr] Checking uuid v1.24.0 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Checking webpki-roots v1.0.9 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling pulldown-cmark v0.13.4 [INFO] [stderr] Checking base64ct v1.8.3 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking ghash v0.5.1 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking chrono v0.4.45 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Checking password-hash v0.5.0 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.10 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Checking pulldown-cmark-escape v0.11.0 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Compiling sub2api_mini v0.2.77 (/opt/rustwide/workdir) [INFO] [stderr] Checking unicase v2.9.0 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Compiling serde_derive v1.0.229 [INFO] [stderr] Compiling thiserror-impl v2.0.19 [INFO] [stderr] Checking argon2 v0.5.3 [INFO] [stderr] Checking sha1 v0.10.7 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling futures-executor v0.3.33 [INFO] [stderr] Checking regex-automata v0.4.16 [INFO] [stderr] Checking fastrand v2.5.0 [INFO] [stderr] Checking rustls-webpki v0.103.13 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Compiling tokio-stream v0.1.19 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.6 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.7.1 [INFO] [stderr] Compiling futures-macro v0.3.33 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Checking cron v0.17.0 [INFO] [stderr] Compiling either v1.16.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Checking zerofrom v0.1.8 [INFO] [stderr] Checking yoke v0.8.3 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking tracing-serde v0.2.0 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking tinystr v0.8.3 [INFO] [stderr] Checking potential_utf v0.1.5 [INFO] [stderr] Checking icu_collections v2.2.0 [INFO] [stderr] Checking icu_locale_core v2.2.0 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling idna_adapter v1.2.2 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Checking hyper v1.11.0 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking tokio-util v0.7.19 [INFO] [stderr] Checking tower-http v0.6.11 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Checking hyper-rustls v0.27.9 [INFO] [stderr] Checking axum v0.8.9 [INFO] [stderr] Checking reqwest v0.12.28 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] error: could not compile `sub2api_mini` (bin "sub2api_mini") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name sub2api_mini --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8718af17d9e9f01 -C extra-filename=-e0758f62050eaab3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aes_gcm=/opt/rustwide/target/debug/deps/libaes_gcm-1e5e4e04cba14c2e.rmeta --extern argon2=/opt/rustwide/target/debug/deps/libargon2-328ef1ecca58a010.rmeta --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-99aecccece2fbf1c.rmeta --extern axum=/opt/rustwide/target/debug/deps/libaxum-eb65f141b8abc39c.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-4fbd75942b1503ad.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-c4d2c20012c68152.rmeta --extern cron=/opt/rustwide/target/debug/deps/libcron-58e9873b2b35e74d.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-9e536007c79e99aa.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-72366a8107a1c139.rmeta --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-ae89f6bbef94bfc1.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4852862d92867e36.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-cfe5ceedf986c60d.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-d4db02e184fda5cd.rmeta --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-e2136f81a6e9242d.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-f0f3780066f274e0.rmeta --extern pulldown_cmark=/opt/rustwide/target/debug/deps/libpulldown_cmark-f301f506b31ca199.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-3e7c6c8245d88cf5.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-121f7082d35f2a3f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3bb246fe251a3943.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-c26d3ee79beb313d.rmeta --extern sha1=/opt/rustwide/target/debug/deps/libsha1-be63467866eea38d.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-529cbf87770eccae.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-c3dab94317516243.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-1139c163d0bdfd0a.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8ffdb574743bc39f.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-58835f72d80a6e2f.rmeta --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-cf1d3205570a142d.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-13b0ee392893d80a.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-0065815f8d3789ca.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-386b31a379fca49f.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-a104dc6af71e670b.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b766dc04ce4aa29e.rmeta --extern webpki_roots=/opt/rustwide/target/debug/deps/libwebpki_roots-c1d77da0255e641a.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-b8b21a38c8cdef0e/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-6ffbea7b7bbf7287/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910", kill_on_drop: false }` [INFO] [stdout] e5fa22b25451689b65bebf76c0b11490d07bff8ee98044ed4fb420e51d03e910