[INFO] cloning repository https://github.com/hermann-wenninger/wasm_todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hermann-wenninger/wasm_todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhermann-wenninger%2Fwasm_todo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhermann-wenninger%2Fwasm_todo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ab9ed063cdeb876e48255814bc667dd825995870 [INFO] testing hermann-wenninger/wasm_todo/ab9ed063cdeb876e48255814bc667dd825995870 against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhermann-wenninger%2Fwasm_todo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hermann-wenninger/wasm_todo [INFO] finished tweaking git repo https://github.com/hermann-wenninger/wasm_todo [INFO] tweaked toml for git repo https://github.com/hermann-wenninger/wasm_todo written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hermann-wenninger/wasm_todo on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hermann-wenninger/wasm_todo 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 955fe9c83f886ecb73da1a224b78c73fe0d2ebb9c125aac127aae3911f89df97 [INFO] running `Command { std: "docker" "start" "-a" "955fe9c83f886ecb73da1a224b78c73fe0d2ebb9c125aac127aae3911f89df97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "955fe9c83f886ecb73da1a224b78c73fe0d2ebb9c125aac127aae3911f89df97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "955fe9c83f886ecb73da1a224b78c73fe0d2ebb9c125aac127aae3911f89df97", kill_on_drop: false }` [INFO] [stdout] 955fe9c83f886ecb73da1a224b78c73fe0d2ebb9c125aac127aae3911f89df97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a94a7e80b7c2481d9eea0ce9a5e14b1ccd604ead7076e0f952ae0ee44a84aaac [INFO] running `Command { std: "docker" "start" "-a" "a94a7e80b7c2481d9eea0ce9a5e14b1ccd604ead7076e0f952ae0ee44a84aaac", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling cc v1.2.26 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling rustix v0.38.38 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tempfile v3.13.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling tokio-stream v0.1.16 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling devise_core v0.4.2 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling whoami v1.5.2 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling devise_codegen v0.4.2 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling sqlx-core v0.8.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling hyper v0.14.31 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling sqlx-postgres v0.8.3 [INFO] [stderr] Compiling rocket_http v0.5.1 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling actix-server v2.5.0 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling devise v0.4.2 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling rocket v0.5.1 [INFO] [stderr] Compiling thiserror v1.0.67 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling impl-more v0.1.8 [INFO] [stderr] Compiling rocket_codegen v0.5.1 [INFO] [stderr] Compiling sqlx-macros-core v0.8.3 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling hyper v1.5.0 [INFO] [stderr] Compiling actix-http v3.9.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling ubyte v0.10.4 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling thiserror-impl v1.0.67 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling axum v0.8.4 [INFO] [stderr] Compiling actix-web v4.9.0 [INFO] [stderr] Compiling sqlx-macros v0.8.3 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling anstream v0.6.17 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.99 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling rust-embed-utils v8.5.0 [INFO] [stderr] Compiling rust-embed-impl v8.5.0 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling rust-embed v8.5.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.99 [INFO] [stderr] Compiling sqlx v0.8.3 [INFO] [stderr] Compiling wasm-bindgen v0.2.99 [INFO] [stderr] Compiling actix-cors v0.7.0 [INFO] [stderr] Compiling tower-http v0.6.1 [INFO] [stderr] Compiling testor v0.1.0 (/opt/rustwide/workdir/testor) [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.99 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.99 [INFO] [stderr] Compiling rust-interface v0.1.0 (/opt/rustwide/workdir/frontend/rust-interface) [INFO] [stderr] Compiling glue v0.1.0 (/opt/rustwide/workdir/glue) [INFO] [stderr] Compiling auth-dal v0.1.0 (/opt/rustwide/workdir/nanoservices/auth/dal) [INFO] [stderr] Compiling to-do-dal v0.1.0 (/opt/rustwide/workdir/nanoservices/to_do/dal) [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> nanoservices/to_do/dal/src/to_do_items/schema.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> nanoservices/to_do/dal/src/to_do_items/schema.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling auth-core v0.1.0 (/opt/rustwide/workdir/nanoservices/auth/core) [INFO] [stderr] Compiling auth-actix-server v0.1.0 (/opt/rustwide/workdir/nanoservices/auth/networking/actix_server) [INFO] [stderr] Compiling auth-axum-server v0.1.0 (/opt/rustwide/workdir/nanoservices/auth/networking/axum_server) [INFO] [stderr] Compiling auth-rocket-server v0.1.0 (/opt/rustwide/workdir/nanoservices/auth/networking/rocket_server) [INFO] [stderr] Compiling auth-hyper-server v0.1.0 (/opt/rustwide/workdir/nanoservices/auth/networking/hyper_server) [INFO] [stdout] warning: unused import: `auth_dal::users::schema::NewUser` [INFO] [stdout] --> nanoservices/auth/networking/hyper_server/src/api/users/create.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use auth_dal::users::schema::NewUser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `auth_dal::users::schema::NewUser` [INFO] [stdout] --> nanoservices/auth/networking/actix_server/src/api/users/create.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use auth_dal::users::schema::NewUser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::extract_auth::Credentials` [INFO] [stdout] --> nanoservices/auth/networking/axum_server/src/api/auth/login.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::extract_auth::Credentials; // (optional) re-export for clarity [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `routing::delete`, `routing::patch`, and `routing::post` [INFO] [stdout] --> nanoservices/auth/networking/axum_server/src/api/auth/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | routing::post, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 6 | routing::delete, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | routing::patch, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `auth_dal::users::schema::NewUser` [INFO] [stdout] --> nanoservices/auth/networking/axum_server/src/api/users/create.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use auth_dal::users::schema::NewUser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `routing::delete`, `routing::get`, and `routing::patch` [INFO] [stdout] --> nanoservices/auth/networking/axum_server/src/api/users/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | routing::get, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 4 | routing::post, [INFO] [stdout] 5 | routing::delete, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | routing::patch, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling to-do-core v0.1.0 (/opt/rustwide/workdir/nanoservices/to_do/core) [INFO] [stderr] Compiling to-do-actix-server v0.1.0 (/opt/rustwide/workdir/nanoservices/to_do/networking/actix_server) [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/actix_server/src/api/basic_actions/create.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | token: HeaderToken, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/actix_server/src/api/basic_actions/get.rs:12:33 [INFO] [stdout] | [INFO] [stdout] 12 | pub async fn get_all(token: HeaderToken) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/actix_server/src/api/basic_actions/delete.rs:27:52 [INFO] [stdout] | [INFO] [stdout] 27 | pub async fn delete_by_name(token: HeaderToken, req: HttpRequest) [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/actix_server/src/api/basic_actions/update.rs:27:44 [INFO] [stdout] | [INFO] [stdout] 27 | pub async fn update(token: HeaderToken, body: Json) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling axum-ingress v0.1.0 (/opt/rustwide/workdir/alternative-ingresses/axum-ingress) [INFO] [stderr] Compiling ingress v0.1.0 (/opt/rustwide/workdir/ingress) [INFO] [stderr] Compiling rocket-ingress v0.1.0 (/opt/rustwide/workdir/alternative-ingresses/rocket-ingress) [INFO] [stderr] Compiling to-do-axum-server v0.1.0 (/opt/rustwide/workdir/nanoservices/to_do/networking/axum_server) [INFO] [stdout] warning: unused import: `auth_dal::users::schema::NewUser` [INFO] [stdout] --> nanoservices/auth/networking/actix_server/src/api/users/create.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use auth_dal::users::schema::NewUser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `glue::hyper_utils::extract_header::extract_token` [INFO] [stdout] --> nanoservices/auth/networking/hyper_server/src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use glue::hyper_utils::extract_header::extract_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `glue::extract_hyper_header_token` [INFO] [stdout] --> nanoservices/auth/networking/hyper_server/src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use glue::extract_hyper_header_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `auth_dal::users::schema::NewUser` [INFO] [stdout] --> nanoservices/auth/networking/hyper_server/src/api/users/create.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use auth_dal::users::schema::NewUser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::extract_auth::Credentials` [INFO] [stdout] --> nanoservices/auth/networking/axum_server/src/api/auth/login.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::extract_auth::Credentials; // (optional) re-export for clarity [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `routing::delete`, `routing::patch`, and `routing::post` [INFO] [stdout] --> nanoservices/auth/networking/axum_server/src/api/auth/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | routing::post, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 6 | routing::delete, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | routing::patch, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `auth_dal::users::schema::NewUser` [INFO] [stdout] --> nanoservices/auth/networking/axum_server/src/api/users/create.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use auth_dal::users::schema::NewUser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `routing::delete`, `routing::get`, and `routing::patch` [INFO] [stdout] --> nanoservices/auth/networking/axum_server/src/api/users/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | routing::get, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 4 | routing::post, [INFO] [stdout] 5 | routing::delete, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | routing::patch, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> nanoservices/auth/networking/rocket_server/src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate rocket; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/axum_server/src/api/basic_actions/create.rs:26:42 [INFO] [stdout] | [INFO] [stdout] 26 | pub async fn create(token: HeaderToken, Json(body): Json) -> Result nanoservices/to_do/networking/axum_server/src/api/basic_actions/get.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | pub async fn get_all(token: HeaderToken) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/axum_server/src/api/basic_actions/delete.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 26 | pub async fn delete_by_name(token: HeaderToken, Path(name): Path) -> Result nanoservices/to_do/networking/axum_server/src/api/basic_actions/update.rs:27:44 [INFO] [stdout] | [INFO] [stdout] 27 | pub async fn update(token: HeaderToken, Json(body): Json) -> Result nanoservices/to_do/networking/rocket_server/src/api/basic_actions/create.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | pub async fn create(token: HeaderToken, body: Json) [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/rocket_server/src/api/basic_actions/get.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | pub async fn get_all(token: HeaderToken) -> Result, NanoServiceError> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/rocket_server/src/api/basic_actions/delete.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | pub async fn delete_by_name(token: HeaderToken, name: &str) -> Result, NanoServiceError> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `token` [INFO] [stdout] --> nanoservices/to_do/networking/rocket_server/src/api/basic_actions/update.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | pub async fn update(token: HeaderToken, body: Json) [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_token` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `to-do-rocket-server` (bin "to-do-rocket-server"); 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name to_do_rocket_server --edition=2021 nanoservices/to_do/networking/rocket_server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75d4c52795b1d020 -C extra-filename=-3d93b563074be2b7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glue=/opt/rustwide/target/debug/deps/libglue-1ea9499cad6f21cd.rlib --extern rocket=/opt/rustwide/target/debug/deps/librocket-1eeeae7cd8b7bdea.rlib --extern to_do_core=/opt/rustwide/target/debug/deps/libto_do_core-1104049afcb09ff2.rlib --extern to_do_dal=/opt/rustwide/target/debug/deps/libto_do_dal-a1e6640f5c375531.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-42ada34a79159cf4/out -L native=/opt/rustwide/target/debug/build/ring-3719487300beecf7/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `auth-rocket-server` (bin "auth-rocket-server"); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name auth_rocket_server --edition=2021 nanoservices/auth/networking/rocket_server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32c4e0dce7f18110 -C extra-filename=-57d5bf3129491dd0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern auth_core=/opt/rustwide/target/debug/deps/libauth_core-3bcef4d6968c85e2.rlib --extern auth_dal=/opt/rustwide/target/debug/deps/libauth_dal-2c4027e63f90ee04.rlib --extern auth_rocket_server=/opt/rustwide/target/debug/deps/libauth_rocket_server-bbc8ef5967b104fe.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-29d4d4232c317d5e.rlib --extern glue=/opt/rustwide/target/debug/deps/libglue-1ea9499cad6f21cd.rlib --extern rocket=/opt/rustwide/target/debug/deps/librocket-1eeeae7cd8b7bdea.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-42ada34a79159cf4/out -L native=/opt/rustwide/target/debug/build/ring-3719487300beecf7/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rocket-ingress` (bin "rocket-ingress") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name rocket_ingress --edition=2021 alternative-ingresses/rocket-ingress/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79d6a1e4dd5c4429 -C extra-filename=-f5a3426f626fcfa9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-57b346585ce0038e.rlib --extern rocket=/opt/rustwide/target/debug/deps/librocket-1eeeae7cd8b7bdea.rlib --extern rust_embed=/opt/rustwide/target/debug/deps/librust_embed-934b389858152d46.rlib --extern to_do_dal=/opt/rustwide/target/debug/deps/libto_do_dal-a1e6640f5c375531.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-9fe10f523246f8a5.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-42ada34a79159cf4/out -L native=/opt/rustwide/target/debug/build/ring-3719487300beecf7/out` (signal: 9, SIGKILL: kill) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcNtwmpp/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libmime_guess-57b346585ce0038e,libunicase-64b86c3b8d0df173,libauth_actix_server-e7da0dfca8347bac,libauth_core-3bcef4d6968c85e2,libauth_dal-2c4027e63f90ee04,libuuid-4ed3089ec9934013,libgetrandom-6a31338daeee187e,libargon2-9c2be895f9882d68,libblake2-8f64272295712103,libpassword_hash-1476d3a888dc7197,libbase64ct-5e134be438ffd3cb,libactix_cors-0b1a2e948af54d13,libto_do_actix_server-db516a876fc1573d,libto_do_core-1104049afcb09ff2,libto_do_dal-a1e6640f5c375531,libsqlx-ae7bea58250e937d,libsqlx_postgres-133b2c0c8dbce616,libdotenvy-7a740a0f97135aed,libcrc-d3af8983954dfd76,libcrc_catalog-29f78b6c650940c4,libhex-aa11f1b7b510398f,libwhoami-61882edcab3e9a05,libhome-bc340fa701bace04,libmd5-116901487aa9c776,libatoi-937246d34d78244a,libstringprep-de3f45a75bfb73b7,libunicode_properties-07389b9cb40ddf9a,libhkdf-e3d5807436616796,libhmac-670ddae909e0f7c6,libsqlx_core-2a66dd7447fe7803,libhashlink-1533fe6b7db951ae,libcrossbeam_queue-5e8e6a1f2259a30b,libcrossbeam_utils-dbe6faacf78f7a1d,libevent_listener-cdb7bbec08b51e28,libparking-3ff23e0ffe662ff9,libglue-1ea9499cad6f21cd,libjsonwebtoken-b4dd2fb49f2f6889,libpem-8e54ed6a0963d102,libsimple_asn1-91b780a45d67f81b,libthiserror-bad0d9a89e29a742,libnum_bigint-1a87a25e9b8f2a28,libnum_integer-a399ac2f73f4e7e7,libnum_traits-5b5864d4be63a450,libring-a7b3b17e92fb3bb9,libuntrusted-ae5fa18859ffcbba,libaxum-a7b4a22a94410ce8,libserde_path_to_error-ab5f089d0c938771,libhyper_util-84690d29bc5b6a0c,libhyper-e318c2720c56bb13,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libh2-511f62e450f10936,libatomic_waker-4d8f3a876068a9c4,libmatchit-92d8670e621f5f38,libaxum_core-1649cd2a777c79c6,libhttp_body_util-9efaa720c986cd47,libhttp_body-5adca58e20f030a9,libtower-1ae912ebb5f80afb,libsync_wrapper-06ff2290ef019a63,libtower_layer-3b63c02b4d0ef938,librocket-1eeeae7cd8b7bdea,libnum_cpus-7b1d3b58560097d2,libtempfile-94aab4a0a5948d5d,libfastrand-911c1c34d40774cd,librustix-a239c11b9b0f328f,liblinux_raw_sys-1c622976051b10a1,librocket_http-762e274074345dc1,libcookie-0930635b4238e17e,libstable_pattern-62323a4b1902b23d,libref_cast-896aa1ba113030a4,libhyper-9e28d53ad6fe2385,libtower_service-d85697bf5431d8b4,libhttp_body-3d05da96539f9b3e,libmulter-0658655f983d2e84,libspin-014d2edced1e42e1,libhttp-2c9a3fede9f83900,libeither-93e512c62c5e30cd,libtokio_stream-2d75ff0a43861890,libatomic-0cd8cb4d5a42833f,libstate-63d071a65e750a33,libubyte-6c8151250c50f32d,libfigment-cc6660fb858361c3,libtoml-45043c20a4870d9a,libtoml_edit-9404429ca75704a0,libserde_spanned-7f4e9cfacef0cc23,libwinnow-676f34b6b566ee2e,libtoml_datetime-b6dcb0d45ca59935,libuncased-d887cb24b39230e4,libpear-17c737dda4f1f826,libinlinable_string-731840184cb38b19,libfutures-1e5b930b1c90ca84,libfutures_executor-55d64e45e2ae77d8,libasync_stream-641eda150caea70e,libyansi-82c3130961e88593,libis_terminal-c50e5a5b35ab006a,libthiserror-5ae64526cb76956d,librust_embed-934b389858152d46,librust_embed_utils-32847474f29fe9dd,libwalkdir-ee8993f0698390b9,libsame_file-0fb1d47320046d34,libsha2-a848afd8b917daf6,libactix_web-c32fa9bfb339149d,libimpl_more-b3e8bc7e0eed2df3,liburl-561635ceb10db13d,libidna-f7390464a3063795,libunicode_normalization-ad0eb0fc826d45db,libtinyvec-1ee9e928f5bfb6ab,libtinyvec_macros-9b9b0c30a7e420c3,libunicode_bidi-5e65f506f975ced6,libserde_urlencoded-2f2b7cafa86a27b4,libform_urlencoded-138b64fefa418703,libserde_json-e2606d602eaab135,libryu-d31d6f36b9da249e,libactix_server-a2fdde7c138d6d37,libactix_router-7fda409868623de0,libregex-5dc2933f10ce8795,libregex_automata-1e69ce64246eab95,libaho_corasick-7546b549f30b4ccf,libregex_syntax-ec3324d7c59077ca,libcookie-62af0392b18630e9,libtime-ca092d5cc38ab0d0,libtime_core-0fdd108e3b1abc38,libnum_conv-910404deaa80eaa9,libderanged-5ac294b52fea101a,libpowerfmt-dcf4c7392d25d790,libactix_http-c8bd497adad98224,librand-d5a8392f41ba70be,librand_chacha-ed403a59663bdfa5,libppv_lite86-14ef75e7466ae4d8,librand_core-3597fecd035c3deb,libhttparse-e4f5cbdb8385f2eb,libbrotli-22da34d2dd8fbedf,libbrotli_decompressor-aca82e24c2f53bd6,liballoc_stdlib-f268028bfe206070,liballoc_no_stdlib-549d39e6ef2a209a,libhttpdate-ab2f2cdbe04a360b,libsha1-20245362f8be6748,libcpufeatures-f102d182cccd322b,libdigest-b5ec83d72a8c1892,libsubtle-4f5a50036df13274,libblock_buffer-87cfa0f2b043e34c,libcrypto_common-e368c830abeed6b3,libgeneric_array-ec983063a698af22,libtypenum-f2a6805d9d87d208,libbase64-29d4d4232c317d5e,liblocal_channel-916bac3b03004089,libbytestring-25279b8741e12987,libencoding_rs-384800a720b7d777,liblanguage_tags-93876f10d29dbcba,libahash-277013963339be24,libgetrandom-452ed2596a92bbed,libzerocopy-bed89a44b808dbd1,libbyteorder-dafd2c22a4d25d7c,libmime-aa776e7d0d3a99c3,libpercent_encoding-64dceae6dc1f6110,libh2-a58f2a7993c31ffb,libindexmap-daf30e630a3bf3b4,libhashbrown-f16494ceff8664c5,libfoldhash-d8478cded7704e10,libequivalent-9c3368f02729e3d6,liballocator_api2-843585b74aa2631f,libfutures_util-cd454227773385c6,libfutures_io-258036931af483fb,libslab-2e4cb246cb0324b8,libfutures_channel-29524163f8896842,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,libzstd-75befac0f5aede35,libzstd_safe-be13b8804a15dfae,libzstd_sys-15b379000cb87823,libflate2-ffa63c70921e3b89,libminiz_oxide-67de14ee75e1ca6d,libadler2-a8ab168b2975ba02,libcrc32fast-79ff3ad96335057f,libactix_service-7f6272318979f622,libactix_codec-3f66ab1363576d01,libtracing-fd1d817e8367d620,libtracing_core-df70b9617f191219,libonce_cell-0f6868d56ef8b265,libmemchr-b178a40a7718f9bf,libbitflags-1615bf4c282ab7a5,libtokio_util-4f91a26b42716498,libfutures_sink-999c1a898cc14726,libactix_utils-6421a4d115515589,liblocal_waker-da7982344a63dbbd,libactix_rt-523a3711ebc51c28,libtokio-9fe10f523246f8a5,libsignal_hook_registry-4d3634b697aa74f8,libsocket2-9a07d987a2ca4363,libmio-b48132cb31cd8e68,liblog-4d1560fcd4a45acb,libparking_lot-ec4ba0debfe19566,libparking_lot_core-39da4d240ca7710a,liblibc-a652f05543d0eb68,libcfg_if-d9b80cb51cda7b5b,libsmallvec-9e12ca9ebd50c2af,libserde-f5ae9a0c447b231c,liblock_api-ee9ad6d05c93701d,libscopeguard-96105b3e6a714ed4,libpin_project_lite-cbc2c9f60b90e084,libfutures_core-5b72dc92615109c0,libhttp-42d9f328404acc8d,libitoa-9338662b57616465,libbytes-0a3dfc7358d12a8f,libfnv-bf8b415be0978c3b}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcNtwmpp/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/zstd-sys-42ada34a79159cf4/out" "-L" "/opt/rustwide/target/debug/build/ring-3719487300beecf7/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ingress-597c7e2db5517c58" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ingress` (bin "ingress") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a94a7e80b7c2481d9eea0ce9a5e14b1ccd604ead7076e0f952ae0ee44a84aaac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a94a7e80b7c2481d9eea0ce9a5e14b1ccd604ead7076e0f952ae0ee44a84aaac", kill_on_drop: false }` [INFO] [stdout] a94a7e80b7c2481d9eea0ce9a5e14b1ccd604ead7076e0f952ae0ee44a84aaac