[INFO] cloning repository https://github.com/imothee/sparkle-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imothee/sparkle-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimothee%2Fsparkle-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimothee%2Fsparkle-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d316db3054c73804be94874c770af6586a2b2c4 [INFO] testing imothee/sparkle-server against master#0d13f6afeba4935499abe0c9a07426c94492c94e for pr-96025 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimothee%2Fsparkle-server" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/imothee/sparkle-server on toolchain 0d13f6afeba4935499abe0c9a07426c94492c94e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/imothee/sparkle-server [INFO] finished tweaking git repo https://github.com/imothee/sparkle-server [INFO] tweaked toml for git repo https://github.com/imothee/sparkle-server written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/imothee/sparkle-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb96a257f41f2215120c7cbcb901ff97c380a628ba9fc9234ae3f01a791486f1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bb96a257f41f2215120c7cbcb901ff97c380a628ba9fc9234ae3f01a791486f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb96a257f41f2215120c7cbcb901ff97c380a628ba9fc9234ae3f01a791486f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb96a257f41f2215120c7cbcb901ff97c380a628ba9fc9234ae3f01a791486f1", kill_on_drop: false }` [INFO] [stdout] bb96a257f41f2215120c7cbcb901ff97c380a628ba9fc9234ae3f01a791486f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fd44879d42010dd9b78679fb6600d3359de5ee2d1e997fa6b5e83f8a9e482e4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5fd44879d42010dd9b78679fb6600d3359de5ee2d1e997fa6b5e83f8a9e482e4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling syn v1.0.83 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling v_escape v0.15.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling v_htmlescape v0.12.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling buf-min v0.4.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling blowfish v0.8.0 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling hkdf v0.10.0 [INFO] [stderr] Compiling bcrypt v0.10.1 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling v_escape_derive v0.8.5 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling pin-project v0.4.28 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.19.7 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.19.7 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling diesel v1.4.8 [INFO] [stderr] Compiling tera v1.15.0 [INFO] [stderr] Compiling actix-http v2.2.1 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling actix-web v3.3.3 [INFO] [stderr] Compiling actix-files v0.5.0 [INFO] [stderr] Compiling actix-identity v0.3.1 [INFO] [stderr] Compiling sparkle-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fmt::format` [INFO] [stdout] --> src/middleware/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt::format; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Serialize` [INFO] [stdout] --> src/models/user.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use serde::{Serialize}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Responder` [INFO] [stdout] --> src/routes/admin.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web::{get, web, Error, Responder, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde::Serialize` [INFO] [stdout] --> src/routes/admin.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Responder` [INFO] [stdout] --> src/routes/api.rs:2:34 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web::{get, web, Error, Responder, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Weekday` [INFO] [stdout] --> src/routes/api.rs:3:40 [INFO] [stdout] | [INFO] [stdout] 3 | use chrono::{Duration, NaiveDate, Utc, Weekday}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Responder` [INFO] [stdout] --> src/routes/app.rs:1:34 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, web, Error, Responder, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FromRequest` [INFO] [stdout] --> src/routes/auth.rs:1:40 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, post, web, Error, FromRequest, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NewUser` [INFO] [stdout] --> src/routes/auth.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::models::user::{NewUser, User}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Responder` [INFO] [stdout] --> src/routes/pages.rs:1:34 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, web, Error, Responder, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/routes/admin.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | let mut ctx = tera::Context::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/routes/pages.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | let mut ctx = tera::Context::new(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `identity` [INFO] [stdout] --> src/routes/admin.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | Some(identity) => { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_identity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `identity` [INFO] [stdout] --> src/routes/api.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | Some(identity) => { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_identity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `identity` [INFO] [stdout] --> src/routes/api.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | Some(identity) => { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_identity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/routes/auth.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | Err(e) => None, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/routes/auth.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | Err(e) => None, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `AppInfo` in public interface (error E0446) [INFO] [stdout] --> src/routes/api.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / pub async fn api_apps_metrics_index( [INFO] [stdout] 54 | | id: Identity, [INFO] [stdout] 55 | | info: web::Path, [INFO] [stdout] 56 | | query: web::Query, [INFO] [stdout] 57 | | pool: web::Data, [INFO] [stdout] 58 | | ) -> Result { [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `MetricQuery` in public interface (error E0446) [INFO] [stdout] --> src/routes/api.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / pub async fn api_apps_metrics_index( [INFO] [stdout] 54 | | id: Identity, [INFO] [stdout] 55 | | info: web::Path, [INFO] [stdout] 56 | | query: web::Query, [INFO] [stdout] 57 | | pool: web::Data, [INFO] [stdout] 58 | | ) -> Result { [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `profile_key` [INFO] [stdout] --> src/routes/api.rs:29:3 [INFO] [stdout] | [INFO] [stdout] 29 | profile_key: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/bin/parse_metrics.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DateTime`, `Weekday` [INFO] [stdout] --> src/bin/parse_metrics.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use chrono::{Datelike, DateTime, Duration, NaiveDate, TimeZone, Utc, Weekday}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sparkle_server::models::schema::metrics::app_id` [INFO] [stdout] --> src/bin/parse_metrics.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use sparkle_server::models::schema::metrics::app_id; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getInput` should have a snake case name [INFO] [stdout] --> src/bin/add_user.rs:31:4 [INFO] [stdout] | [INFO] [stdout] 31 | fn getInput(prompt: &str) -> String { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `get_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DateTime`, `Weekday` [INFO] [stdout] --> src/bin/archive_profiles.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | use chrono::{Datelike, DateTime, Duration, NaiveDate, TimeZone, Utc, Weekday}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Add` [INFO] [stdout] --> src/bin/archive_profiles.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::{Add, Sub}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/bin/parse_metrics.rs:45:69 [INFO] [stdout] | [INFO] [stdout] 45 | let offset = args.get(1).map(|f| f.parse::().unwrap_or_else(|e| { 0 })).unwrap(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `numProfiles` should have a snake case name [INFO] [stdout] --> src/bin/parse_metrics.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | let numProfiles = (&profiles.len()).clone() as i32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `num_profiles` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.add_user.bb6acd63-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c.4ik0k6mgsihqekhs.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-e29eff476be754be/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsparkle_server-2113a34b40c95b17.rlib" "/opt/rustwide/target/debug/deps/libactix_identity-0235ecb77d80a425.rlib" "/opt/rustwide/target/debug/deps/libactix_web-3ef831e9c41a56c6.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-d53ef656161a2e79.rlib" "/opt/rustwide/target/debug/deps/libawc-91f0ff1ecb8f2724.rlib" "/opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib" "/opt/rustwide/target/debug/deps/libsocket2-57c97556b246dbd4.rlib" "/opt/rustwide/target/debug/deps/libactix_router-c444ecae1aed8160.rlib" "/opt/rustwide/target/debug/deps/libbytestring-4eaea6f3e6433275.rlib" "/opt/rustwide/target/debug/deps/libactix_http-44615fdaf584e08f.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d713e9f8be03dc82.rlib" "/opt/rustwide/target/debug/deps/libsha1-05dff828d9396f7a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-114f69ba580447b9.rlib" "/opt/rustwide/target/debug/deps/libcookie-667582dd6cb14a8c.rlib" "/opt/rustwide/target/debug/deps/libhkdf-f7b3f24b78b18dc0.rlib" "/opt/rustwide/target/debug/deps/libhmac-b85dfc2b7361be9e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-5fd20d9b5002d181.rlib" "/opt/rustwide/target/debug/deps/libsha2-dcfe8c494cfc02f5.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-c38b0b0f1a8d0c39.rlib" "/opt/rustwide/target/debug/deps/libdigest-b5de50d9c22cf94e.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-01f34f8001e92850.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-43964e162d8ca47e.rlib" "/opt/rustwide/target/debug/deps/libghash-5a7db13ca1a86e7e.rlib" "/opt/rustwide/target/debug/deps/libpolyval-e367fe99ee6617c4.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-b27d62b7996433f6.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-a826050cdefd9cb0.rlib" "/opt/rustwide/target/debug/deps/libsubtle-a8e5daac069a1424.rlib" "/opt/rustwide/target/debug/deps/libctr-2c6ad43de8fefcb2.rlib" "/opt/rustwide/target/debug/deps/libaes-7ba0b7136a3afcd7.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-e891623611d8878b.rlib" "/opt/rustwide/target/debug/deps/libcipher-150cb41b2f0bd2c0.rlib" "/opt/rustwide/target/debug/deps/libaead-7bbff1c1241962fa.rlib" "/opt/rustwide/target/debug/deps/librand-9799a253f0c2000f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-661ceeb52414c9c4.rlib" "/opt/rustwide/target/debug/deps/librand_core-d1af1183f5993b87.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fe2da97047af419.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libmime-f9513972171bf326.rlib" "/opt/rustwide/target/debug/deps/libflate2-b72a8229c6bc0123.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-8cb202a41ad569df.rlib" "/opt/rustwide/target/debug/deps/libadler-3a9d1165c599cab1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-cc64cd0ce3955776.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-c5308d3cc843ebf2.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-fce1fc8bd11c225d.rlib" "/opt/rustwide/target/debug/deps/libfxhash-830fa69f9a4eee51.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-c2710d408e92eb3a.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-a461217602f8e4c3.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-03dd95bed2b87d90.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-88ab5364c4ea414d.rlib" "/opt/rustwide/target/debug/deps/libhostname-a7210a2540f13c97.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-ca77fa1bdeaa9568.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9a380894f08245b7.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-e75cb0f36f825f83.rlib" "/opt/rustwide/target/debug/deps/librand-706c8dda57f29b62.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-926a4cfaeefb7f10.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5cfb47b1afe89ac4.rlib" "/opt/rustwide/target/debug/deps/librand_core-ba4771ce9a028f6a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-487e65cde2c1f8db.rlib" "/opt/rustwide/target/debug/deps/liburl-d12fc40f8e40722d.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-1a48ab4b6760ee48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libidna-6a34d38410bd9527.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-12ccd468a33959ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-b9fbadb33a2ea73a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-d0a053bbcb729d32.rlib" "/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib" "/opt/rustwide/target/debug/deps/libthiserror-88198ebe37fc306c.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-479ec7468d37e8a7.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-ea264b62bc2c9c07.rlib" "/opt/rustwide/target/debug/deps/libfutures-f55bc083ad41e1eb.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-ad5e4a6b89aee3a2.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-3273d5fc6ceece63.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-b7ec7966f28710c6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-eb417836ab21030f.rlib" "/opt/rustwide/target/debug/deps/libcopyless-2a7236d2de6d14ee.rlib" "/opt/rustwide/target/debug/deps/libeither-2e3eb180977f1f53.rlib" "/opt/rustwide/target/debug/deps/libh2-83a18b732bd94217.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-c03d872d8571f7d2.rlib" "/opt/rustwide/target/debug/deps/libtracing-5568445538c73034.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-b13817bade10c698.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5cccde57aa7bbf99.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-238efa6a2ed05171.rlib" "/opt/rustwide/target/debug/deps/libhttp-e11b89894b7f00a1.rlib" "/opt/rustwide/target/debug/deps/libitoa-292f0c0aa4cceb9b.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-03313fd8e0a429da.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-2d170f98a4153fe9.rlib" "/opt/rustwide/target/debug/deps/libtokio-8a074ddf750cc7eb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-29f38009b2f20152.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-d102d9eb0d6dd56c.rlib" "/opt/rustwide/target/debug/deps/libmio-75045bb9374ea89d.rlib" "/opt/rustwide/target/debug/deps/libiovec-098b759fe5f65916.rlib" "/opt/rustwide/target/debug/deps/libnet2-6321a1eeaf9946c0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d56ccf16f45b2ebc.rlib" "/opt/rustwide/target/debug/deps/libpin_project-066dbfe65fcb1d13.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libtime-a4b36bd398d7abbd.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-e50440d61ec71c79.rlib" "/opt/rustwide/target/debug/deps/libstandback-6e448ae46c0c22c6.rlib" "/opt/rustwide/target/debug/deps/libactix_service-31842ff924803809.rlib" "/opt/rustwide/target/debug/deps/libpin_project-3e76b3ff4b7e755a.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-bc86a49ce0dec068.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-1e7c528123260c0d.rlib" "/opt/rustwide/target/debug/deps/libslab-aef35fd6b139bfac.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-26366e2da0c610aa.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-c01d3460c002bb08.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-5a29710ac8e9aa10.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0251f1c82d417fc4.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-2cccdbab4f5fe80d.rlib" "/opt/rustwide/target/debug/deps/libtera-626abb2c7b8ac8a4.rlib" "/opt/rustwide/target/debug/deps/libglobwalk-b82414c240909d27.rlib" "/opt/rustwide/target/debug/deps/libignore-45f4e43dc69a0a0f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c48a12501a6794e4.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-85c3caa7668e091f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-d3ddf74b396c2e8b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-ed80bedc45b4947c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-e4834b062d069de1.rlib" "/opt/rustwide/target/debug/deps/libglobset-e87f11ed4952af17.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libbstr-b41746b2b5b08e3a.rlib" "/opt/rustwide/target/debug/deps/libpest-b3c6f9b922b17b50.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-3e5d1794e02853ea.rlib" "/opt/rustwide/target/debug/deps/libunic_segment-1cf509c79c67d65e.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_segment-5bb177a4bd0fa4ff.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_version-6352d945ad5b7753.rlib" "/opt/rustwide/target/debug/deps/libunic_common-e41585810c67fc7e.rlib" "/opt/rustwide/target/debug/deps/libunic_char_property-29688cfc21d5e997.rlib" "/opt/rustwide/target/debug/deps/libunic_char_range-b53a06e730954a59.rlib" "/opt/rustwide/target/debug/deps/libregex-dd9363dd410b6a25.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-056f10d3df8fc98c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6bbee201eb478c9.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c25dc19d7487cdf7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d553aea2d2e40d12.rlib" "/opt/rustwide/target/debug/deps/libryu-502943e46dd7b745.rlib" "/opt/rustwide/target/debug/deps/libitoa-02bdd2be5ac8e9f1.rlib" "/opt/rustwide/target/debug/deps/libdiesel-2cb64081b11714ee.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-25cb7fb6792c8d14.rlib" "/opt/rustwide/target/debug/deps/libchrono-74fa551db140c393.rlib" "/opt/rustwide/target/debug/deps/libserde-a7bdf8337937b7e7.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-fa24cc299d4212ca.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-70cf425f9cc9a314.rlib" "/opt/rustwide/target/debug/deps/libtime-3bffef1816afbe44.rlib" "/opt/rustwide/target/debug/deps/libr2d2-a03526947b4d9190.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-b558c49d81cd210d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6a569b1a95c58ad9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-ebb683799b98622c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1fbe5b6a2871d455.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd3b85c2abaca44b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-e762c784f8da740e.rlib" "/opt/rustwide/target/debug/deps/liblog-41607b4997ff699e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rlib" "/opt/rustwide/target/debug/deps/libbcrypt-c6222ca0a61fcfaa.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/libblowfish-55943119f6fb7596.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-b3a531c9eb400c1f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4d098c56eb4115f5.rlib" "/opt/rustwide/target/debug/deps/libcipher-a9f0b41fc09c5810.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-01d4ddf615679157.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a068e508627c4989.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4abc4c79e309ca95.rlib" "/opt/rustwide/target/debug/deps/liblibc-6759bf05011a33b4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-443e20b28eeed844.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3e337470e099b116.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-939385b13e387309.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fbad2f5de5fb5cb2.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/add_user-591ccf0228c7852c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: _ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h2f699427d1b15d6dE: TLS definition in /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib(actix_server-26eef566e84c0156.actix_server.2a966432-cgu.0.rcgu.o) section .tbss._ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h2f699427d1b15d6dE mismatches non-TLS reference in /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib(actix_server-26eef566e84c0156.actix_server.2a966432-cgu.8.rcgu.o) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib: error adding symbols: bad value [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sparkle-server` due to 2 previous errors; 1 warning emitted [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.archive_profiles.a816d951-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae.3ixu2zgays33ynwg.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-e29eff476be754be/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsparkle_server-2113a34b40c95b17.rlib" "/opt/rustwide/target/debug/deps/libbcrypt-c6222ca0a61fcfaa.rlib" "/opt/rustwide/target/debug/deps/libblowfish-55943119f6fb7596.rlib" "/opt/rustwide/target/debug/deps/libcipher-a9f0b41fc09c5810.rlib" "/opt/rustwide/target/debug/deps/libactix_identity-0235ecb77d80a425.rlib" "/opt/rustwide/target/debug/deps/libactix_web-3ef831e9c41a56c6.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-d53ef656161a2e79.rlib" "/opt/rustwide/target/debug/deps/libawc-91f0ff1ecb8f2724.rlib" "/opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib" "/opt/rustwide/target/debug/deps/libsocket2-57c97556b246dbd4.rlib" "/opt/rustwide/target/debug/deps/libactix_router-c444ecae1aed8160.rlib" "/opt/rustwide/target/debug/deps/libbytestring-4eaea6f3e6433275.rlib" "/opt/rustwide/target/debug/deps/libactix_http-44615fdaf584e08f.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d713e9f8be03dc82.rlib" "/opt/rustwide/target/debug/deps/libsha1-05dff828d9396f7a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-114f69ba580447b9.rlib" "/opt/rustwide/target/debug/deps/libcookie-667582dd6cb14a8c.rlib" "/opt/rustwide/target/debug/deps/libhkdf-f7b3f24b78b18dc0.rlib" "/opt/rustwide/target/debug/deps/libhmac-b85dfc2b7361be9e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-5fd20d9b5002d181.rlib" "/opt/rustwide/target/debug/deps/libsha2-dcfe8c494cfc02f5.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-c38b0b0f1a8d0c39.rlib" "/opt/rustwide/target/debug/deps/libdigest-b5de50d9c22cf94e.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-01f34f8001e92850.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-43964e162d8ca47e.rlib" "/opt/rustwide/target/debug/deps/libghash-5a7db13ca1a86e7e.rlib" "/opt/rustwide/target/debug/deps/libpolyval-e367fe99ee6617c4.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-b27d62b7996433f6.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-a826050cdefd9cb0.rlib" "/opt/rustwide/target/debug/deps/libsubtle-a8e5daac069a1424.rlib" "/opt/rustwide/target/debug/deps/libctr-2c6ad43de8fefcb2.rlib" "/opt/rustwide/target/debug/deps/libaes-7ba0b7136a3afcd7.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-e891623611d8878b.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-b3a531c9eb400c1f.rlib" "/opt/rustwide/target/debug/deps/libcipher-150cb41b2f0bd2c0.rlib" "/opt/rustwide/target/debug/deps/libaead-7bbff1c1241962fa.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-01d4ddf615679157.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a068e508627c4989.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/librand-9799a253f0c2000f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-661ceeb52414c9c4.rlib" "/opt/rustwide/target/debug/deps/librand_core-d1af1183f5993b87.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4abc4c79e309ca95.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fe2da97047af419.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libmime-f9513972171bf326.rlib" "/opt/rustwide/target/debug/deps/libflate2-b72a8229c6bc0123.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-8cb202a41ad569df.rlib" "/opt/rustwide/target/debug/deps/libadler-3a9d1165c599cab1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-cc64cd0ce3955776.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-c5308d3cc843ebf2.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-fce1fc8bd11c225d.rlib" "/opt/rustwide/target/debug/deps/libfxhash-830fa69f9a4eee51.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-c2710d408e92eb3a.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-a461217602f8e4c3.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-03dd95bed2b87d90.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-88ab5364c4ea414d.rlib" "/opt/rustwide/target/debug/deps/libhostname-a7210a2540f13c97.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-ca77fa1bdeaa9568.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9a380894f08245b7.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-e75cb0f36f825f83.rlib" "/opt/rustwide/target/debug/deps/librand-706c8dda57f29b62.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-926a4cfaeefb7f10.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5cfb47b1afe89ac4.rlib" "/opt/rustwide/target/debug/deps/librand_core-ba4771ce9a028f6a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-487e65cde2c1f8db.rlib" "/opt/rustwide/target/debug/deps/liburl-d12fc40f8e40722d.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-1a48ab4b6760ee48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libidna-6a34d38410bd9527.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-12ccd468a33959ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-b9fbadb33a2ea73a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-d0a053bbcb729d32.rlib" "/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib" "/opt/rustwide/target/debug/deps/libthiserror-88198ebe37fc306c.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-479ec7468d37e8a7.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-ea264b62bc2c9c07.rlib" "/opt/rustwide/target/debug/deps/libfutures-f55bc083ad41e1eb.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-ad5e4a6b89aee3a2.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-3273d5fc6ceece63.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-b7ec7966f28710c6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-eb417836ab21030f.rlib" "/opt/rustwide/target/debug/deps/libcopyless-2a7236d2de6d14ee.rlib" "/opt/rustwide/target/debug/deps/libeither-2e3eb180977f1f53.rlib" "/opt/rustwide/target/debug/deps/libh2-83a18b732bd94217.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-c03d872d8571f7d2.rlib" "/opt/rustwide/target/debug/deps/libtracing-5568445538c73034.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-b13817bade10c698.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5cccde57aa7bbf99.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-238efa6a2ed05171.rlib" "/opt/rustwide/target/debug/deps/libhttp-e11b89894b7f00a1.rlib" "/opt/rustwide/target/debug/deps/libitoa-292f0c0aa4cceb9b.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-03313fd8e0a429da.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-2d170f98a4153fe9.rlib" "/opt/rustwide/target/debug/deps/libtokio-8a074ddf750cc7eb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-29f38009b2f20152.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-d102d9eb0d6dd56c.rlib" "/opt/rustwide/target/debug/deps/libmio-75045bb9374ea89d.rlib" "/opt/rustwide/target/debug/deps/libiovec-098b759fe5f65916.rlib" "/opt/rustwide/target/debug/deps/libnet2-6321a1eeaf9946c0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d56ccf16f45b2ebc.rlib" "/opt/rustwide/target/debug/deps/libpin_project-066dbfe65fcb1d13.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libtime-a4b36bd398d7abbd.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-e50440d61ec71c79.rlib" "/opt/rustwide/target/debug/deps/libstandback-6e448ae46c0c22c6.rlib" "/opt/rustwide/target/debug/deps/libactix_service-31842ff924803809.rlib" "/opt/rustwide/target/debug/deps/libpin_project-3e76b3ff4b7e755a.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-bc86a49ce0dec068.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-1e7c528123260c0d.rlib" "/opt/rustwide/target/debug/deps/libslab-aef35fd6b139bfac.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-26366e2da0c610aa.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-c01d3460c002bb08.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-5a29710ac8e9aa10.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0251f1c82d417fc4.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-2cccdbab4f5fe80d.rlib" "/opt/rustwide/target/debug/deps/libtera-626abb2c7b8ac8a4.rlib" "/opt/rustwide/target/debug/deps/libglobwalk-b82414c240909d27.rlib" "/opt/rustwide/target/debug/deps/libignore-45f4e43dc69a0a0f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c48a12501a6794e4.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-85c3caa7668e091f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-d3ddf74b396c2e8b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-ed80bedc45b4947c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-e4834b062d069de1.rlib" "/opt/rustwide/target/debug/deps/libglobset-e87f11ed4952af17.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libbstr-b41746b2b5b08e3a.rlib" "/opt/rustwide/target/debug/deps/libpest-b3c6f9b922b17b50.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-3e5d1794e02853ea.rlib" "/opt/rustwide/target/debug/deps/libunic_segment-1cf509c79c67d65e.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_segment-5bb177a4bd0fa4ff.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_version-6352d945ad5b7753.rlib" "/opt/rustwide/target/debug/deps/libunic_common-e41585810c67fc7e.rlib" "/opt/rustwide/target/debug/deps/libunic_char_property-29688cfc21d5e997.rlib" "/opt/rustwide/target/debug/deps/libunic_char_range-b53a06e730954a59.rlib" "/opt/rustwide/target/debug/deps/libregex-dd9363dd410b6a25.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-056f10d3df8fc98c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6bbee201eb478c9.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c25dc19d7487cdf7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d553aea2d2e40d12.rlib" "/opt/rustwide/target/debug/deps/libryu-502943e46dd7b745.rlib" "/opt/rustwide/target/debug/deps/libitoa-02bdd2be5ac8e9f1.rlib" "/opt/rustwide/target/debug/deps/libdiesel-2cb64081b11714ee.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-25cb7fb6792c8d14.rlib" "/opt/rustwide/target/debug/deps/libchrono-74fa551db140c393.rlib" "/opt/rustwide/target/debug/deps/libserde-a7bdf8337937b7e7.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-fa24cc299d4212ca.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-70cf425f9cc9a314.rlib" "/opt/rustwide/target/debug/deps/libtime-3bffef1816afbe44.rlib" "/opt/rustwide/target/debug/deps/libr2d2-a03526947b4d9190.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-b558c49d81cd210d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6a569b1a95c58ad9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-ebb683799b98622c.rlib" "/opt/rustwide/target/debug/deps/liblibc-6759bf05011a33b4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1fbe5b6a2871d455.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd3b85c2abaca44b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-e762c784f8da740e.rlib" "/opt/rustwide/target/debug/deps/liblog-41607b4997ff699e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4d098c56eb4115f5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-443e20b28eeed844.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3e337470e099b116.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-939385b13e387309.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fbad2f5de5fb5cb2.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/archive_profiles-a0abc419499b39ae" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: _ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h2f699427d1b15d6dE: TLS definition in /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib(actix_server-26eef566e84c0156.actix_server.2a966432-cgu.0.rcgu.o) section .tbss._ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h2f699427d1b15d6dE mismatches non-TLS reference in /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib(actix_server-26eef566e84c0156.actix_server.2a966432-cgu.8.rcgu.o) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib: error adding symbols: bad value [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sparkle-server` due to 2 previous errors; 2 warnings emitted [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.parse_metrics.28c196fe-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907.bstd01z55swf6hl.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-e29eff476be754be/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsparkle_server-2113a34b40c95b17.rlib" "/opt/rustwide/target/debug/deps/libbcrypt-c6222ca0a61fcfaa.rlib" "/opt/rustwide/target/debug/deps/libblowfish-55943119f6fb7596.rlib" "/opt/rustwide/target/debug/deps/libcipher-a9f0b41fc09c5810.rlib" "/opt/rustwide/target/debug/deps/libactix_identity-0235ecb77d80a425.rlib" "/opt/rustwide/target/debug/deps/libactix_web-3ef831e9c41a56c6.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-d53ef656161a2e79.rlib" "/opt/rustwide/target/debug/deps/libawc-91f0ff1ecb8f2724.rlib" "/opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib" "/opt/rustwide/target/debug/deps/libsocket2-57c97556b246dbd4.rlib" "/opt/rustwide/target/debug/deps/libactix_router-c444ecae1aed8160.rlib" "/opt/rustwide/target/debug/deps/libbytestring-4eaea6f3e6433275.rlib" "/opt/rustwide/target/debug/deps/libactix_http-44615fdaf584e08f.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d713e9f8be03dc82.rlib" "/opt/rustwide/target/debug/deps/libsha1-05dff828d9396f7a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-114f69ba580447b9.rlib" "/opt/rustwide/target/debug/deps/libcookie-667582dd6cb14a8c.rlib" "/opt/rustwide/target/debug/deps/libhkdf-f7b3f24b78b18dc0.rlib" "/opt/rustwide/target/debug/deps/libhmac-b85dfc2b7361be9e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-5fd20d9b5002d181.rlib" "/opt/rustwide/target/debug/deps/libsha2-dcfe8c494cfc02f5.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-c38b0b0f1a8d0c39.rlib" "/opt/rustwide/target/debug/deps/libdigest-b5de50d9c22cf94e.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-01f34f8001e92850.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-43964e162d8ca47e.rlib" "/opt/rustwide/target/debug/deps/libghash-5a7db13ca1a86e7e.rlib" "/opt/rustwide/target/debug/deps/libpolyval-e367fe99ee6617c4.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-b27d62b7996433f6.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-a826050cdefd9cb0.rlib" "/opt/rustwide/target/debug/deps/libsubtle-a8e5daac069a1424.rlib" "/opt/rustwide/target/debug/deps/libctr-2c6ad43de8fefcb2.rlib" "/opt/rustwide/target/debug/deps/libaes-7ba0b7136a3afcd7.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-e891623611d8878b.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-b3a531c9eb400c1f.rlib" "/opt/rustwide/target/debug/deps/libcipher-150cb41b2f0bd2c0.rlib" "/opt/rustwide/target/debug/deps/libaead-7bbff1c1241962fa.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-01d4ddf615679157.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a068e508627c4989.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/librand-9799a253f0c2000f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-661ceeb52414c9c4.rlib" "/opt/rustwide/target/debug/deps/librand_core-d1af1183f5993b87.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4abc4c79e309ca95.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fe2da97047af419.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libmime-f9513972171bf326.rlib" "/opt/rustwide/target/debug/deps/libflate2-b72a8229c6bc0123.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-8cb202a41ad569df.rlib" "/opt/rustwide/target/debug/deps/libadler-3a9d1165c599cab1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-cc64cd0ce3955776.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-c5308d3cc843ebf2.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-fce1fc8bd11c225d.rlib" "/opt/rustwide/target/debug/deps/libfxhash-830fa69f9a4eee51.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-c2710d408e92eb3a.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-a461217602f8e4c3.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-03dd95bed2b87d90.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-88ab5364c4ea414d.rlib" "/opt/rustwide/target/debug/deps/libhostname-a7210a2540f13c97.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-ca77fa1bdeaa9568.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9a380894f08245b7.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-e75cb0f36f825f83.rlib" "/opt/rustwide/target/debug/deps/librand-706c8dda57f29b62.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-926a4cfaeefb7f10.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5cfb47b1afe89ac4.rlib" "/opt/rustwide/target/debug/deps/librand_core-ba4771ce9a028f6a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-487e65cde2c1f8db.rlib" "/opt/rustwide/target/debug/deps/liburl-d12fc40f8e40722d.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-1a48ab4b6760ee48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libidna-6a34d38410bd9527.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-12ccd468a33959ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-b9fbadb33a2ea73a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-d0a053bbcb729d32.rlib" "/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib" "/opt/rustwide/target/debug/deps/libthiserror-88198ebe37fc306c.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-479ec7468d37e8a7.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-ea264b62bc2c9c07.rlib" "/opt/rustwide/target/debug/deps/libfutures-f55bc083ad41e1eb.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-ad5e4a6b89aee3a2.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-3273d5fc6ceece63.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-b7ec7966f28710c6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-eb417836ab21030f.rlib" "/opt/rustwide/target/debug/deps/libcopyless-2a7236d2de6d14ee.rlib" "/opt/rustwide/target/debug/deps/libeither-2e3eb180977f1f53.rlib" "/opt/rustwide/target/debug/deps/libh2-83a18b732bd94217.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-c03d872d8571f7d2.rlib" "/opt/rustwide/target/debug/deps/libtracing-5568445538c73034.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-b13817bade10c698.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5cccde57aa7bbf99.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-238efa6a2ed05171.rlib" "/opt/rustwide/target/debug/deps/libhttp-e11b89894b7f00a1.rlib" "/opt/rustwide/target/debug/deps/libitoa-292f0c0aa4cceb9b.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-03313fd8e0a429da.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-2d170f98a4153fe9.rlib" "/opt/rustwide/target/debug/deps/libtokio-8a074ddf750cc7eb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-29f38009b2f20152.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-d102d9eb0d6dd56c.rlib" "/opt/rustwide/target/debug/deps/libmio-75045bb9374ea89d.rlib" "/opt/rustwide/target/debug/deps/libiovec-098b759fe5f65916.rlib" "/opt/rustwide/target/debug/deps/libnet2-6321a1eeaf9946c0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d56ccf16f45b2ebc.rlib" "/opt/rustwide/target/debug/deps/libpin_project-066dbfe65fcb1d13.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libtime-a4b36bd398d7abbd.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-e50440d61ec71c79.rlib" "/opt/rustwide/target/debug/deps/libstandback-6e448ae46c0c22c6.rlib" "/opt/rustwide/target/debug/deps/libactix_service-31842ff924803809.rlib" "/opt/rustwide/target/debug/deps/libpin_project-3e76b3ff4b7e755a.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-bc86a49ce0dec068.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-1e7c528123260c0d.rlib" "/opt/rustwide/target/debug/deps/libslab-aef35fd6b139bfac.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-26366e2da0c610aa.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-c01d3460c002bb08.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-5a29710ac8e9aa10.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0251f1c82d417fc4.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-2cccdbab4f5fe80d.rlib" "/opt/rustwide/target/debug/deps/libtera-626abb2c7b8ac8a4.rlib" "/opt/rustwide/target/debug/deps/libglobwalk-b82414c240909d27.rlib" "/opt/rustwide/target/debug/deps/libignore-45f4e43dc69a0a0f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c48a12501a6794e4.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-85c3caa7668e091f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-d3ddf74b396c2e8b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-ed80bedc45b4947c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-e4834b062d069de1.rlib" "/opt/rustwide/target/debug/deps/libglobset-e87f11ed4952af17.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libbstr-b41746b2b5b08e3a.rlib" "/opt/rustwide/target/debug/deps/libpest-b3c6f9b922b17b50.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-3e5d1794e02853ea.rlib" "/opt/rustwide/target/debug/deps/libunic_segment-1cf509c79c67d65e.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_segment-5bb177a4bd0fa4ff.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_version-6352d945ad5b7753.rlib" "/opt/rustwide/target/debug/deps/libunic_common-e41585810c67fc7e.rlib" "/opt/rustwide/target/debug/deps/libunic_char_property-29688cfc21d5e997.rlib" "/opt/rustwide/target/debug/deps/libunic_char_range-b53a06e730954a59.rlib" "/opt/rustwide/target/debug/deps/libregex-dd9363dd410b6a25.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-056f10d3df8fc98c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6bbee201eb478c9.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c25dc19d7487cdf7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d553aea2d2e40d12.rlib" "/opt/rustwide/target/debug/deps/libryu-502943e46dd7b745.rlib" "/opt/rustwide/target/debug/deps/libitoa-02bdd2be5ac8e9f1.rlib" "/opt/rustwide/target/debug/deps/libdiesel-2cb64081b11714ee.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-25cb7fb6792c8d14.rlib" "/opt/rustwide/target/debug/deps/libchrono-74fa551db140c393.rlib" "/opt/rustwide/target/debug/deps/libserde-a7bdf8337937b7e7.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-fa24cc299d4212ca.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-70cf425f9cc9a314.rlib" "/opt/rustwide/target/debug/deps/libtime-3bffef1816afbe44.rlib" "/opt/rustwide/target/debug/deps/libr2d2-a03526947b4d9190.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-b558c49d81cd210d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6a569b1a95c58ad9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-ebb683799b98622c.rlib" "/opt/rustwide/target/debug/deps/liblibc-6759bf05011a33b4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1fbe5b6a2871d455.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd3b85c2abaca44b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-e762c784f8da740e.rlib" "/opt/rustwide/target/debug/deps/liblog-41607b4997ff699e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4d098c56eb4115f5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-443e20b28eeed844.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3e337470e099b116.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-939385b13e387309.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fbad2f5de5fb5cb2.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/parse_metrics-7183c9d74df1a907" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: _ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h2f699427d1b15d6dE: TLS definition in /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib(actix_server-26eef566e84c0156.actix_server.2a966432-cgu.0.rcgu.o) section .tbss._ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h2f699427d1b15d6dE mismatches non-TLS reference in /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib(actix_server-26eef566e84c0156.actix_server.2a966432-cgu.8.rcgu.o) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib: error adding symbols: bad value [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sparkle-server` due to 2 previous errors; 5 warnings emitted [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.sparkle_server.3b978781-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489.4sqbeqlz3dubom1c.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-e29eff476be754be/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsparkle_server-2113a34b40c95b17.rlib" "/opt/rustwide/target/debug/deps/libbcrypt-c6222ca0a61fcfaa.rlib" "/opt/rustwide/target/debug/deps/libblowfish-55943119f6fb7596.rlib" "/opt/rustwide/target/debug/deps/libcipher-a9f0b41fc09c5810.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-389eb760a215a62c.rlib" "/opt/rustwide/target/debug/deps/libatty-a01e859ea6dca963.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-6a61078d9610ba74.rlib" "/opt/rustwide/target/debug/deps/libhumantime-69fede984985242f.rlib" "/opt/rustwide/target/debug/deps/libdotenv-700445d3d22bfbe4.rlib" "/opt/rustwide/target/debug/deps/libtera-626abb2c7b8ac8a4.rlib" "/opt/rustwide/target/debug/deps/libglobwalk-b82414c240909d27.rlib" "/opt/rustwide/target/debug/deps/libignore-45f4e43dc69a0a0f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c48a12501a6794e4.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-85c3caa7668e091f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-d3ddf74b396c2e8b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-ed80bedc45b4947c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-e4834b062d069de1.rlib" "/opt/rustwide/target/debug/deps/libglobset-e87f11ed4952af17.rlib" "/opt/rustwide/target/debug/deps/libbstr-b41746b2b5b08e3a.rlib" "/opt/rustwide/target/debug/deps/libpest-b3c6f9b922b17b50.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-3e5d1794e02853ea.rlib" "/opt/rustwide/target/debug/deps/libunic_segment-1cf509c79c67d65e.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_segment-5bb177a4bd0fa4ff.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_version-6352d945ad5b7753.rlib" "/opt/rustwide/target/debug/deps/libunic_common-e41585810c67fc7e.rlib" "/opt/rustwide/target/debug/deps/libunic_char_property-29688cfc21d5e997.rlib" "/opt/rustwide/target/debug/deps/libunic_char_range-b53a06e730954a59.rlib" "/opt/rustwide/target/debug/deps/libdiesel-2cb64081b11714ee.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-25cb7fb6792c8d14.rlib" "/opt/rustwide/target/debug/deps/libchrono-74fa551db140c393.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-fa24cc299d4212ca.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-70cf425f9cc9a314.rlib" "/opt/rustwide/target/debug/deps/libtime-3bffef1816afbe44.rlib" "/opt/rustwide/target/debug/deps/libr2d2-a03526947b4d9190.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-b558c49d81cd210d.rlib" "/opt/rustwide/target/debug/deps/libactix_identity-0235ecb77d80a425.rlib" "/opt/rustwide/target/debug/deps/libactix_files-d4961e43ee13b49a.rlib" "/opt/rustwide/target/debug/deps/libv_htmlescape-eb247d8071e06c5a.rlib" "/opt/rustwide/target/debug/deps/libv_escape-0f02a7c0e95f55be.rlib" "/opt/rustwide/target/debug/deps/libbuf_min-dcf71880e5eb2064.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2c67907837ec8387.rlib" "/opt/rustwide/target/debug/deps/libunicase-7d5e3b90971df3d5.rlib" "/opt/rustwide/target/debug/deps/libactix_web-3ef831e9c41a56c6.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-d53ef656161a2e79.rlib" "/opt/rustwide/target/debug/deps/libawc-91f0ff1ecb8f2724.rlib" "/opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib" "/opt/rustwide/target/debug/deps/libsocket2-57c97556b246dbd4.rlib" "/opt/rustwide/target/debug/deps/libactix_router-c444ecae1aed8160.rlib" "/opt/rustwide/target/debug/deps/libbytestring-4eaea6f3e6433275.rlib" "/opt/rustwide/target/debug/deps/libactix_http-44615fdaf584e08f.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d713e9f8be03dc82.rlib" "/opt/rustwide/target/debug/deps/libsha1-05dff828d9396f7a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-114f69ba580447b9.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d553aea2d2e40d12.rlib" "/opt/rustwide/target/debug/deps/libryu-502943e46dd7b745.rlib" "/opt/rustwide/target/debug/deps/libitoa-02bdd2be5ac8e9f1.rlib" "/opt/rustwide/target/debug/deps/libcookie-667582dd6cb14a8c.rlib" "/opt/rustwide/target/debug/deps/libhkdf-f7b3f24b78b18dc0.rlib" "/opt/rustwide/target/debug/deps/libhmac-b85dfc2b7361be9e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-5fd20d9b5002d181.rlib" "/opt/rustwide/target/debug/deps/libsha2-dcfe8c494cfc02f5.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-c38b0b0f1a8d0c39.rlib" "/opt/rustwide/target/debug/deps/libdigest-b5de50d9c22cf94e.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-01f34f8001e92850.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-43964e162d8ca47e.rlib" "/opt/rustwide/target/debug/deps/libghash-5a7db13ca1a86e7e.rlib" "/opt/rustwide/target/debug/deps/libpolyval-e367fe99ee6617c4.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-b27d62b7996433f6.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-a826050cdefd9cb0.rlib" "/opt/rustwide/target/debug/deps/libsubtle-a8e5daac069a1424.rlib" "/opt/rustwide/target/debug/deps/libctr-2c6ad43de8fefcb2.rlib" "/opt/rustwide/target/debug/deps/libaes-7ba0b7136a3afcd7.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-e891623611d8878b.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-b3a531c9eb400c1f.rlib" "/opt/rustwide/target/debug/deps/libcipher-150cb41b2f0bd2c0.rlib" "/opt/rustwide/target/debug/deps/libaead-7bbff1c1241962fa.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-01d4ddf615679157.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a068e508627c4989.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/librand-9799a253f0c2000f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-661ceeb52414c9c4.rlib" "/opt/rustwide/target/debug/deps/librand_core-d1af1183f5993b87.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4abc4c79e309ca95.rlib" "/opt/rustwide/target/debug/deps/libserde-a7bdf8337937b7e7.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fe2da97047af419.rlib" "/opt/rustwide/target/debug/deps/libregex-dd9363dd410b6a25.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-056f10d3df8fc98c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c25dc19d7487cdf7.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libmime-f9513972171bf326.rlib" "/opt/rustwide/target/debug/deps/libflate2-b72a8229c6bc0123.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-8cb202a41ad569df.rlib" "/opt/rustwide/target/debug/deps/libadler-3a9d1165c599cab1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-cc64cd0ce3955776.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-c5308d3cc843ebf2.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-fce1fc8bd11c225d.rlib" "/opt/rustwide/target/debug/deps/libtime-a4b36bd398d7abbd.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-e50440d61ec71c79.rlib" "/opt/rustwide/target/debug/deps/libstandback-6e448ae46c0c22c6.rlib" "/opt/rustwide/target/debug/deps/libfxhash-830fa69f9a4eee51.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4d098c56eb4115f5.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-c2710d408e92eb3a.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-a461217602f8e4c3.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-03dd95bed2b87d90.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-88ab5364c4ea414d.rlib" "/opt/rustwide/target/debug/deps/libhostname-a7210a2540f13c97.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-ca77fa1bdeaa9568.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9a380894f08245b7.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-e75cb0f36f825f83.rlib" "/opt/rustwide/target/debug/deps/librand-706c8dda57f29b62.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-926a4cfaeefb7f10.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5cfb47b1afe89ac4.rlib" "/opt/rustwide/target/debug/deps/librand_core-ba4771ce9a028f6a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-487e65cde2c1f8db.rlib" "/opt/rustwide/target/debug/deps/liburl-d12fc40f8e40722d.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-1a48ab4b6760ee48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libidna-6a34d38410bd9527.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-12ccd468a33959ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-b9fbadb33a2ea73a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-d0a053bbcb729d32.rlib" "/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib" "/opt/rustwide/target/debug/deps/libthiserror-88198ebe37fc306c.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-479ec7468d37e8a7.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-ea264b62bc2c9c07.rlib" "/opt/rustwide/target/debug/deps/libfutures-f55bc083ad41e1eb.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-ad5e4a6b89aee3a2.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-3273d5fc6ceece63.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-b7ec7966f28710c6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-eb417836ab21030f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-6a569b1a95c58ad9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-ebb683799b98622c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd3b85c2abaca44b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-e762c784f8da740e.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1fbe5b6a2871d455.rlib" "/opt/rustwide/target/debug/deps/libcopyless-2a7236d2de6d14ee.rlib" "/opt/rustwide/target/debug/deps/libeither-2e3eb180977f1f53.rlib" "/opt/rustwide/target/debug/deps/libh2-83a18b732bd94217.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-c03d872d8571f7d2.rlib" "/opt/rustwide/target/debug/deps/libtracing-5568445538c73034.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-b13817bade10c698.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5cccde57aa7bbf99.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-238efa6a2ed05171.rlib" "/opt/rustwide/target/debug/deps/libhttp-e11b89894b7f00a1.rlib" "/opt/rustwide/target/debug/deps/libitoa-292f0c0aa4cceb9b.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libactix_service-31842ff924803809.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-03313fd8e0a429da.rlib" "/opt/rustwide/target/debug/deps/libbitflags-05dfd5b5d1225bed.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-2d170f98a4153fe9.rlib" "/opt/rustwide/target/debug/deps/libtokio-8a074ddf750cc7eb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-29f38009b2f20152.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-d102d9eb0d6dd56c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libmio-75045bb9374ea89d.rlib" "/opt/rustwide/target/debug/deps/libiovec-098b759fe5f65916.rlib" "/opt/rustwide/target/debug/deps/libnet2-6321a1eeaf9946c0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblibc-6759bf05011a33b4.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d56ccf16f45b2ebc.rlib" "/opt/rustwide/target/debug/deps/libpin_project-3e76b3ff4b7e755a.rlib" "/opt/rustwide/target/debug/deps/libpin_project-066dbfe65fcb1d13.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-bc86a49ce0dec068.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6bbee201eb478c9.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-1e7c528123260c0d.rlib" "/opt/rustwide/target/debug/deps/libslab-aef35fd6b139bfac.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-26366e2da0c610aa.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-c01d3460c002bb08.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-5a29710ac8e9aa10.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0251f1c82d417fc4.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-2cccdbab4f5fe80d.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/liblog-41607b4997ff699e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-443e20b28eeed844.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3e337470e099b116.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-10a87791239bd676.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0e6cad6dd623d38e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9d05dd05a4d51b33.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a60ff138fe1adfad.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0e9344458c09713e.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-939385b13e387309.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e3ce420901586b53.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-546bece8dd1bea42.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9b358af16d7d7aa1.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-554cd499fe1a3b52.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fbad2f5de5fb5cb2.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8fec8a74c706e4b4.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-020914c5936c5f85.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4896c4057dc9553a.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1f103368fa522bc0.rlib" "-Wl,-Bdynamic" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0d13f6afeba4935499abe0c9a07426c94492c94e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sparkle_server-884aad2594f47489" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: _ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h2f699427d1b15d6dE: TLS definition in /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib(actix_server-26eef566e84c0156.actix_server.2a966432-cgu.0.rcgu.o) section .tbss._ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h2f699427d1b15d6dE mismatches non-TLS reference in /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib(actix_server-26eef566e84c0156.actix_server.2a966432-cgu.8.rcgu.o) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libactix_server-26eef566e84c0156.rlib: error adding symbols: bad value [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sparkle-server` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "5fd44879d42010dd9b78679fb6600d3359de5ee2d1e997fa6b5e83f8a9e482e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fd44879d42010dd9b78679fb6600d3359de5ee2d1e997fa6b5e83f8a9e482e4", kill_on_drop: false }` [INFO] [stdout] 5fd44879d42010dd9b78679fb6600d3359de5ee2d1e997fa6b5e83f8a9e482e4