[INFO] cloning repository https://github.com/wisp-pw/backend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wisp-pw/backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwisp-pw%2Fbackend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwisp-pw%2Fbackend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8d261a2cba269cb3263f72e632cb5978cb06da47 [INFO] documenting wisp-pw/backend against beta-2025-10-28 for beta-1.92-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwisp-pw%2Fbackend" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/wisp-pw/backend [INFO] finished tweaking git repo https://github.com/wisp-pw/backend [INFO] tweaked toml for git repo https://github.com/wisp-pw/backend written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/wisp-pw/backend on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/wisp-pw/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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09d6466e5d9c5e359d2eaa51054d350e0e7fb52820bef01442f22c5621a87ab3 [INFO] running `Command { std: "docker" "start" "-a" "09d6466e5d9c5e359d2eaa51054d350e0e7fb52820bef01442f22c5621a87ab3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09d6466e5d9c5e359d2eaa51054d350e0e7fb52820bef01442f22c5621a87ab3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09d6466e5d9c5e359d2eaa51054d350e0e7fb52820bef01442f22c5621a87ab3", kill_on_drop: false }` [INFO] [stdout] 09d6466e5d9c5e359d2eaa51054d350e0e7fb52820bef01442f22c5621a87ab3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e894062e16cdb9008f3b9eb6d0c8f44d8e0928ac655a40d3ccb4c30555894998 [INFO] running `Command { std: "docker" "start" "-a" "e894062e16cdb9008f3b9eb6d0c8f44d8e0928ac655a40d3ccb4c30555894998", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking bytes v1.2.1 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Checking parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling rustls v0.20.6 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Checking tracing-core v0.1.28 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Compiling libsqlite3-sys v0.24.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.6 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Checking unicode-normalization v0.1.21 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking spin v0.9.4 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Compiling crc-catalog v2.1.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Checking tracing-subscriber v0.3.15 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling rustls-pemfile v1.0.0 [INFO] [stderr] Compiling crc v3.0.0 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling hashlink v0.8.0 [INFO] [stderr] Compiling futures-intrusive v0.4.0 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Compiling multer v2.0.3 [INFO] [stderr] Checking gimli v0.26.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling webpki-roots v0.22.4 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking object v0.29.0 [INFO] [stderr] Checking owo-colors v3.4.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Checking base64ct v1.5.1 [INFO] [stderr] Checking http-range-header v0.3.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking blake2 v0.10.4 [INFO] [stderr] Checking password-hash v0.4.2 [INFO] [stderr] Checking email-encoding v0.1.3 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Checking matchit v0.5.0 [INFO] [stderr] Checking quoted_printable v0.4.5 [INFO] [stderr] Compiling backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking argon2 v0.4.1 [INFO] [stderr] Checking uuid v1.1.2 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling pin-project-internal v1.0.11 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling axum-macros v0.2.3 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Checking axum-core v0.2.7 [INFO] [stderr] warning: libsqlite3-sys@0.24.2: cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] warning: libsqlite3-sys@0.24.2: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `libsqlite3-sys v0.24.2` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/libsqlite3-sys-048623df863ac5d6/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=sqlite3/sqlite3.c [INFO] [stderr] cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c [INFO] [stderr] cargo:rerun-if-env-changed=SQLITE_MAX_VARIABLE_NUMBER [INFO] [stderr] cargo:rerun-if-env-changed=SQLITE_MAX_EXPR_DEPTH [INFO] [stderr] cargo:rerun-if-env-changed=LIBSQLITE3_FLAGS [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-DSQLITE_CORE" "-DSQLITE_DEFAULT_FOREIGN_KEYS=1" "-DSQLITE_ENABLE_API_ARMOR" "-DSQLITE_ENABLE_COLUMN_METADATA" "-DSQLITE_ENABLE_DBSTAT_VTAB" "-DSQLITE_ENABLE_FTS3" "-DSQLITE_ENABLE_FTS3_PARENTHESIS" "-DSQLITE_ENABLE_FTS5" "-DSQLITE_ENABLE_JSON1" "-DSQLITE_ENABLE_LOAD_EXTENSION=1" "-DSQLITE_ENABLE_MEMORY_MANAGEMENT" "-DSQLITE_ENABLE_RTREE" "-DSQLITE_ENABLE_STAT2" "-DSQLITE_ENABLE_STAT4" "-DSQLITE_SOUNDEX" "-DSQLITE_THREADSAFE=1" "-DSQLITE_USE_URI" "-DHAVE_USLEEP=1" "-D_POSIX_THREAD_SAFE_FUNCTIONS" "-DHAVE_ISNAN" "-DHAVE_LOCALTIME_R" "-DSQLITE_ENABLE_UNLOCK_NOTIFY" "-o" "/opt/rustwide/target/debug/build/libsqlite3-sys-6d99d89fe662fe5f/out/sqlite3/sqlite3.o" "-c" "sqlite3/sqlite3.c" [INFO] [stderr] cargo:warning=cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-DSQLITE_CORE" "-DSQLITE_DEFAULT_FOREIGN_KEYS=1" "-DSQLITE_ENABLE_API_ARMOR" "-DSQLITE_ENABLE_COLUMN_METADATA" "-DSQLITE_ENABLE_DBSTAT_VTAB" "-DSQLITE_ENABLE_FTS3" "-DSQLITE_ENABLE_FTS3_PARENTHESIS" "-DSQLITE_ENABLE_FTS5" "-DSQLITE_ENABLE_JSON1" "-DSQLITE_ENABLE_LOAD_EXTENSION=1" "-DSQLITE_ENABLE_MEMORY_MANAGEMENT" "-DSQLITE_ENABLE_RTREE" "-DSQLITE_ENABLE_STAT2" "-DSQLITE_ENABLE_STAT4" "-DSQLITE_SOUNDEX" "-DSQLITE_THREADSAFE=1" "-DSQLITE_USE_URI" "-DHAVE_USLEEP=1" "-D_POSIX_THREAD_SAFE_FUNCTIONS" "-DHAVE_ISNAN" "-DHAVE_LOCALTIME_R" "-DSQLITE_ENABLE_UNLOCK_NOTIFY" "-o" "/opt/rustwide/target/debug/build/libsqlite3-sys-6d99d89fe662fe5f/out/sqlite3/sqlite3.o" "-c" "sqlite3/sqlite3.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.1/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="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --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-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "stats", "sync", "test-util", "time", "tokio-macros", "tracing", "winapi"))' -C metadata=b11047e47e4cd167 -C extra-filename=-77263eae60b9e1b7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-e45880ad2402db35.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4fa4782133d5ba14.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-8b0ed70caea45969.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-24ce8eaaee7c2011.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-07bfefaa2ca9391f.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-4a91c33d3886db5c.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-ee8d1bef94c2f895.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-2953e6e06853db12.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "e894062e16cdb9008f3b9eb6d0c8f44d8e0928ac655a40d3ccb4c30555894998", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e894062e16cdb9008f3b9eb6d0c8f44d8e0928ac655a40d3ccb4c30555894998", kill_on_drop: false }` [INFO] [stdout] e894062e16cdb9008f3b9eb6d0c8f44d8e0928ac655a40d3ccb4c30555894998