[INFO] cloning repository https://github.com/Boardtask/Boardtask [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Boardtask/Boardtask" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoardtask%2FBoardtask", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoardtask%2FBoardtask'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 651fd038fed4cdfc56a7814a6a1be5f338c8d1ee [INFO] testing Boardtask/Boardtask against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoardtask%2FBoardtask" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Boardtask/Boardtask [INFO] finished tweaking git repo https://github.com/Boardtask/Boardtask [INFO] tweaked toml for git repo https://github.com/Boardtask/Boardtask written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Boardtask/Boardtask on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Boardtask/Boardtask already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6095e22296171c21fd80e946a87ee15de507da234af848ee63e8a3c2b506c75 [INFO] running `Command { std: "docker" "start" "-a" "d6095e22296171c21fd80e946a87ee15de507da234af848ee63e8a3c2b506c75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6095e22296171c21fd80e946a87ee15de507da234af848ee63e8a3c2b506c75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6095e22296171c21fd80e946a87ee15de507da234af848ee63e8a3c2b506c75", kill_on_drop: false }` [INFO] [stdout] d6095e22296171c21fd80e946a87ee15de507da234af848ee63e8a3c2b506c75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63cdbe96faeab3cd984b23d4a4c288805e60f1846a74074b3305d1ea25b77a62 [INFO] running `Command { std: "docker" "start" "-a" "63cdbe96faeab3cd984b23d4a4c288805e60f1846a74074b3305d1ea25b77a62", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling syn v2.0.116 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling web_atoms v0.1.3 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling ar_archive_writer v0.5.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling psm v0.1.30 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling stacker v0.1.23 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling deranged v0.5.6 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling basic-toml v0.1.10 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling askama_parser v0.2.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling askama_derive v0.12.5 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling markup5ever v0.35.0 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling match_token v0.35.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling phf_shared v0.12.1 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling base64ct v1.8.3 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling pulldown-cmark v0.13.3 [INFO] [stderr] Compiling askama_escape v0.10.3 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling askama v0.12.1 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling phf v0.12.1 [INFO] [stderr] Compiling html5ever v0.35.0 [INFO] [stderr] Compiling cssparser v0.35.0 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling validator_derive v0.18.2 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling email-encoding v0.4.1 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling quoted_printable v0.5.1 [INFO] [stderr] Compiling pulldown-cmark-escape v0.11.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling ammonia v4.1.2 [INFO] [stderr] Compiling validator v0.18.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling axum-extra v0.9.6 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling ulid v1.2.1 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling fd-lock v4.0.4 [INFO] [stderr] Compiling askama_axum v0.4.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling lettre v0.11.19 [INFO] [stderr] Compiling boardtask v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "63cdbe96faeab3cd984b23d4a4c288805e60f1846a74074b3305d1ea25b77a62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63cdbe96faeab3cd984b23d4a4c288805e60f1846a74074b3305d1ea25b77a62", kill_on_drop: false }` [INFO] [stdout] 63cdbe96faeab3cd984b23d4a4c288805e60f1846a74074b3305d1ea25b77a62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f0c4b5bedbc2eee5d048dd6802c10b71277081d1b4b5c61435deebc270cd863 [INFO] running `Command { std: "docker" "start" "-a" "7f0c4b5bedbc2eee5d048dd6802c10b71277081d1b4b5c61435deebc270cd863", kill_on_drop: false }` [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling boardtask v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcl7Km6m/symbols.o" "<12 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libboardtask-12b81069b1f871ff,libfd_lock-ad3228f41ca274c3,librustix-dc7130f4ba201998,liblinux_raw_sys-643c105a3c17340d,libaskama_axum-1ddd1a514b48a4bb,libhex-aa11f1b7b510398f,liburlencoding-b8d7b946e536689d,libstrum-02a600a2554938bf,libdotenvy-7a740a0f97135aed,libtower_http-1e85f9611b92fe78,libmime_guess-1313f8508a353fad,libhttp_range_header-899f9ec059f72e01,libtokio_util-8a62c10bbc5f8b7a,libpulldown_cmark-476888ed85c7ba47,libunicase-acd104f3b1f4df7f,libpulldown_cmark_escape-f3a558e0af9a62f3,libammonia-06fb6882e3410764,libmaplit-6de24883bab0b321,libcssparser-47fa67a7a578230b,libdtoa_short-2c5aed6e8bbbff9d,libdtoa-479166319f92cf0a,libhtml5ever-fba0d9ad280ac176,libmarkup5ever-8e14815eae2a72de,libweb_atoms-1f6fe0e64755a447,libstring_cache-43599636cd4bd9d4,libprecomputed_hash-c267fe7f0c895484,libphf-623ef32f0abd9e27,libphf_shared-8c64744d415e50d2,libtendril-9907bb1596fa0818,libutf8-1f85abd39b41966a,libfutf-4b33961374bef94a,libdebug_unreachable-bd060a78c3a566c1,libmac-eb66be12d3e579ef,liblettre-7ea4b3f0af02c4a4,libquoted_printable-deb675cbc276e2a1,libnom-a36454925f267fd5,libtokio_native_tls-bd7cd92e2bc7f886,libnative_tls-8b15c6352763bc0b,libopenssl_probe-36add93db21104c3,libopenssl-8d602c43f7b42895,libbitflags-9df9c6f560e10b5f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-fc3b543326423ec1,libchumsky-abb43aedf8b263e6,libstacker-e0e23dcedd53d3a9,libpsm-e8bdaf2666d4578b,libhashbrown-35262afebe209598,libahash-adddcae403e241f3,libemail_encoding-b52021fc5b41ff5e,libemail_address-a4db5f9a4012609d,libaxum_extra-94087fccf7f85e21,libmulter-89d770e070501158,libencoding_rs-8656bb43f7a59443,libfastrand-46d3783c18562080,libcookie-3b8eabb319e36cd9,libaskama-4005ffaaaa96cb33,libhumansize-53a853a216996561,liblibm-6f31f7cd6dc20633,libaskama_escape-fc0d8f44e10dc16f,libchrono_tz-3107bf3ae16ab8c4,libphf-7ad6f6ee34734459,libphf_shared-257c5f1f644d7fdc,libsiphasher-b9ea855e19237acb,libchrono-4b7ec26428407972,libiana_time_zone-e8fde29fdad667ba,libhmac-8ecd33cdf456bbcc,libthiserror-c330e6c9161afffc,libargon2-94fb9cb01656e44f,libblake2-b4dae7343a303813,libpassword_hash-31fb7dc83f75547b,libbase64ct-c91d3b21f38ada3d,librand_core-be93809a88d37f9a,libgetrandom-dfc884b06c82654a,libvalidator-3de0d69e5cb2085a,libregex-bbdc6a7e84ea06e4,libregex_automata-c0aed8bb5e8ce900,libaho_corasick-81410deddce382ce,libregex_syntax-60f0730b2f1d2344,libidna-babe93af36db1df3,libunicode_normalization-3c15af8f2f0b0b9a,libtinyvec-20698f3218d3ea7c,libtinyvec_macros-9b9b0c30a7e420c3,libunicode_bidi-318ca981b2f243b9,libulid-33e708aa56d66f2f,librand-bd6fc9ad01b748a9,librand_chacha-772d1f3c59d14740,libppv_lite86-63873f38f7ae7974,libzerocopy-4d1926964a57424d,librand_core-6d70d3634136f430,libgetrandom-a5592a9c3909f249,libsqlx-e6abac188eeab7d1,libsqlx_sqlite-c520b5a652eaea22,libfutures_executor-709604e4df3b5cb3,libflume-38f1a7c9ac4209ae,libspin-507b2697ef645b17,libfutures_intrusive-e2db162474b48110,liblibsqlite3_sys-83b4b4e6495e35e6,libatoi-23d59172ee52cbfe,libnum_traits-e658f8325bd83daf,libsqlx_core-5edce7ef20c93122,libthiserror-17d81ac53908f63b,libindexmap-cbc2be3cad4dccac,libhashbrown-3148050b9f079cba,libbase64-29d4d4232c317d5e,libsha2-2a77169eebaf2a0b,libcpufeatures-42612946e83e041b,libdigest-c7c0275610a2b46f,libsubtle-4f5a50036df13274,libblock_buffer-fb2569071d391cf2,libcrypto_common-8d37b2fda68ada12,libgeneric_array-9a45e7bec0e1e0c5,libtypenum-be6a2977db72abeb,libhashlink-e7647840a9e9b5c2,libhashbrown-ab728be833e5a4e2,libfoldhash-7e366b41c3133c29,libequivalent-2f5434284319e1e1,liballocator_api2-843585b74aa2631f,liburl-c4aab7677a68fe64,libidna-6aa90993e20eb3a7,libutf8_iter-d59950773a6f062b,libidna_adapter-70a7fd0d3f164f42,libicu_properties-c40fefce5ceff394,libicu_properties_data-5a7c42c865ea873b,libicu_normalizer-f8543c66813e2c59,libicu_normalizer_data-07107859aeec763f,libicu_collections-19197603cfe88a7d,libpotential_utf-1b55f005cf0b87cb,libicu_provider-1999d3a66ad5671a,libicu_locale_core-57ba8ae637d8167f,libtinystr-d0bccf9b5a5e20cf,liblitemap-d7b5bf58da84ad69,libwriteable-8f756afb13a5dcf7,libzerovec-2f57153e46475cf9,libzerotrie-09579206c840a9ca,libyoke-fd65f14c60a94411,libstable_deref_trait-1210460e331f0a03,libzerofrom-1f2cf881c2e5ec9a,libcrossbeam_queue-5e8e6a1f2259a30b,libcrossbeam_utils-dbe6faacf78f7a1d,libeither-4732148372e0887b,libevent_listener-347cc4970c8844f3,libparking-3ff23e0ffe662ff9,libaxum-a8b306408b1f5276,libserde_path_to_error-8137726c44b73a4f,libserde_json-dd8e2e36965c4b27,libzmij-32087f229b5896fd,libserde_urlencoded-41d0ebc4744a09bd,libryu-7c364cfb94c444f7,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libhyper_util-b8de04edde215be3,libhyper-ecf186b85a97bcd7,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libhttpdate-ab2f2cdbe04a360b,libfutures_channel-5b21ff7336169a40,libmatchit-45e6ee32ef34b083,libserde-25284120b013e16b,libserde_core-a48aee6ccd48ae46,libaxum_core-20e99bb2b59d80c2,libmime-aa776e7d0d3a99c3,libtracing-4842f251f5e5e2d1,liblog-5081bf809293ba62,libtracing_core-cad8010058948a35,libonce_cell-9ec3b2d30075ab56,libtower-f194f5c31636ecca,libsync_wrapper-c0c7e58a7887b1e2,libtokio-6a92093f09b9dfd2,libsignal_hook_registry-d78ca6b5d37cc307,liberrno-24cdf958a9ad8fdb,libsocket2-6ba20308b549c319,libmio-bf50da718a7aca3a,libparking_lot-167659898b384f79,libparking_lot_core-e660376288e8820f,liblibc-63a68aab383ca764,libcfg_if-73907a425b6e514e,libsmallvec-695d630f41d8414d,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libtower-e1bae6ae18c95160,libpin_project-916546c57e78b037,libtower_service-d85697bf5431d8b4,libtower_layer-3b63c02b4d0ef938,libfutures_util-711881e7d1591007,libmemchr-19f85ccd2b063f07,libfutures_io-1f5c42698b08f771,libslab-7ad47f73f86d1b08,libfutures_sink-972a6e6f22232cfe,libfutures_task-16f44b435b6f0168,libtime-00c81ebcc2bda1e5,libtime_core-b3b7d29315fab097,libnum_conv-26312f377a72cc4d,libderanged-fdef65ef79242d37,libpowerfmt-dcf4c7392d25d790,libhttp_body_util-6bf86fbbc5aecc37,libpin_project_lite-63e0d9d6cb6ec6cf,libfutures_core-3f2014b84910caad,libhttp_body-a0f6cf104627aa11,libhttp-739193c5c4929132,libitoa-958180966766c9e6,libbytes-00a102391b5f478f}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcl7Km6m/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-dec167f5c3262152/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-cb39eb05988be020/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/invites-2474d13a6301ac46" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `boardtask` (test "invites") due to 1 previous error [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/rustc0Hanop/symbols.o" "<12 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libboardtask-12b81069b1f871ff,libfd_lock-ad3228f41ca274c3,librustix-dc7130f4ba201998,liblinux_raw_sys-643c105a3c17340d,libaskama_axum-1ddd1a514b48a4bb,libhex-aa11f1b7b510398f,liburlencoding-b8d7b946e536689d,libstrum-02a600a2554938bf,libdotenvy-7a740a0f97135aed,libtower_http-1e85f9611b92fe78,libmime_guess-1313f8508a353fad,libhttp_range_header-899f9ec059f72e01,libtokio_util-8a62c10bbc5f8b7a,libpulldown_cmark-476888ed85c7ba47,libunicase-acd104f3b1f4df7f,libpulldown_cmark_escape-f3a558e0af9a62f3,libammonia-06fb6882e3410764,libmaplit-6de24883bab0b321,libcssparser-47fa67a7a578230b,libdtoa_short-2c5aed6e8bbbff9d,libdtoa-479166319f92cf0a,libhtml5ever-fba0d9ad280ac176,libmarkup5ever-8e14815eae2a72de,libweb_atoms-1f6fe0e64755a447,libstring_cache-43599636cd4bd9d4,libprecomputed_hash-c267fe7f0c895484,libphf-623ef32f0abd9e27,libphf_shared-8c64744d415e50d2,libtendril-9907bb1596fa0818,libutf8-1f85abd39b41966a,libfutf-4b33961374bef94a,libdebug_unreachable-bd060a78c3a566c1,libmac-eb66be12d3e579ef,liblettre-7ea4b3f0af02c4a4,libquoted_printable-deb675cbc276e2a1,libnom-a36454925f267fd5,libtokio_native_tls-bd7cd92e2bc7f886,libnative_tls-8b15c6352763bc0b,libopenssl_probe-36add93db21104c3,libopenssl-8d602c43f7b42895,libbitflags-9df9c6f560e10b5f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-fc3b543326423ec1,libchumsky-abb43aedf8b263e6,libstacker-e0e23dcedd53d3a9,libpsm-e8bdaf2666d4578b,libhashbrown-35262afebe209598,libahash-adddcae403e241f3,libemail_encoding-b52021fc5b41ff5e,libemail_address-a4db5f9a4012609d,libaxum_extra-94087fccf7f85e21,libmulter-89d770e070501158,libencoding_rs-8656bb43f7a59443,libfastrand-46d3783c18562080,libcookie-3b8eabb319e36cd9,libaskama-4005ffaaaa96cb33,libhumansize-53a853a216996561,liblibm-6f31f7cd6dc20633,libaskama_escape-fc0d8f44e10dc16f,libchrono_tz-3107bf3ae16ab8c4,libphf-7ad6f6ee34734459,libphf_shared-257c5f1f644d7fdc,libsiphasher-b9ea855e19237acb,libchrono-4b7ec26428407972,libiana_time_zone-e8fde29fdad667ba,libhmac-8ecd33cdf456bbcc,libthiserror-c330e6c9161afffc,libargon2-94fb9cb01656e44f,libblake2-b4dae7343a303813,libpassword_hash-31fb7dc83f75547b,libbase64ct-c91d3b21f38ada3d,librand_core-be93809a88d37f9a,libgetrandom-dfc884b06c82654a,libvalidator-3de0d69e5cb2085a,libregex-bbdc6a7e84ea06e4,libregex_automata-c0aed8bb5e8ce900,libaho_corasick-81410deddce382ce,libregex_syntax-60f0730b2f1d2344,libidna-babe93af36db1df3,libunicode_normalization-3c15af8f2f0b0b9a,libtinyvec-20698f3218d3ea7c,libtinyvec_macros-9b9b0c30a7e420c3,libunicode_bidi-318ca981b2f243b9,libulid-33e708aa56d66f2f,librand-bd6fc9ad01b748a9,librand_chacha-772d1f3c59d14740,libppv_lite86-63873f38f7ae7974,libzerocopy-4d1926964a57424d,librand_core-6d70d3634136f430,libgetrandom-a5592a9c3909f249,libtime-00c81ebcc2bda1e5,libtime_core-b3b7d29315fab097,libnum_conv-26312f377a72cc4d,libderanged-fdef65ef79242d37,libpowerfmt-dcf4c7392d25d790,libsqlx-e6abac188eeab7d1,libsqlx_sqlite-c520b5a652eaea22,libfutures_executor-709604e4df3b5cb3,libflume-38f1a7c9ac4209ae,libspin-507b2697ef645b17,libfutures_intrusive-e2db162474b48110,liblibsqlite3_sys-83b4b4e6495e35e6,libatoi-23d59172ee52cbfe,libnum_traits-e658f8325bd83daf,libsqlx_core-5edce7ef20c93122,libthiserror-17d81ac53908f63b,libindexmap-cbc2be3cad4dccac,libhashbrown-3148050b9f079cba,libbase64-29d4d4232c317d5e,libsha2-2a77169eebaf2a0b,libcpufeatures-42612946e83e041b,libdigest-c7c0275610a2b46f,libsubtle-4f5a50036df13274,libblock_buffer-fb2569071d391cf2,libcrypto_common-8d37b2fda68ada12,libgeneric_array-9a45e7bec0e1e0c5,libtypenum-be6a2977db72abeb,libhashlink-e7647840a9e9b5c2,libhashbrown-ab728be833e5a4e2,libfoldhash-7e366b41c3133c29,libequivalent-2f5434284319e1e1,liballocator_api2-843585b74aa2631f,liburl-c4aab7677a68fe64,libidna-6aa90993e20eb3a7,libutf8_iter-d59950773a6f062b,libidna_adapter-70a7fd0d3f164f42,libicu_properties-c40fefce5ceff394,libicu_properties_data-5a7c42c865ea873b,libicu_normalizer-f8543c66813e2c59,libicu_normalizer_data-07107859aeec763f,libicu_collections-19197603cfe88a7d,libpotential_utf-1b55f005cf0b87cb,libicu_provider-1999d3a66ad5671a,libicu_locale_core-57ba8ae637d8167f,libtinystr-d0bccf9b5a5e20cf,liblitemap-d7b5bf58da84ad69,libwriteable-8f756afb13a5dcf7,libzerovec-2f57153e46475cf9,libzerotrie-09579206c840a9ca,libyoke-fd65f14c60a94411,libstable_deref_trait-1210460e331f0a03,libzerofrom-1f2cf881c2e5ec9a,libcrossbeam_queue-5e8e6a1f2259a30b,libcrossbeam_utils-dbe6faacf78f7a1d,libeither-4732148372e0887b,libevent_listener-347cc4970c8844f3,libparking-3ff23e0ffe662ff9,libaxum-a8b306408b1f5276,libserde_path_to_error-8137726c44b73a4f,libserde_json-dd8e2e36965c4b27,libzmij-32087f229b5896fd,libserde_urlencoded-41d0ebc4744a09bd,libryu-7c364cfb94c444f7,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libhyper_util-b8de04edde215be3,libhyper-ecf186b85a97bcd7,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libhttpdate-ab2f2cdbe04a360b,libfutures_channel-5b21ff7336169a40,libmatchit-45e6ee32ef34b083,libserde-25284120b013e16b,libserde_core-a48aee6ccd48ae46,libaxum_core-20e99bb2b59d80c2,libmime-aa776e7d0d3a99c3,libtracing-4842f251f5e5e2d1,liblog-5081bf809293ba62,libtracing_core-cad8010058948a35,libonce_cell-9ec3b2d30075ab56,libtower-f194f5c31636ecca,libsync_wrapper-c0c7e58a7887b1e2,libtokio-6a92093f09b9dfd2,libsignal_hook_registry-d78ca6b5d37cc307,liberrno-24cdf958a9ad8fdb,libsocket2-6ba20308b549c319,libmio-bf50da718a7aca3a,libparking_lot-167659898b384f79,libparking_lot_core-e660376288e8820f,liblibc-63a68aab383ca764,libcfg_if-73907a425b6e514e,libsmallvec-695d630f41d8414d,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libtower-e1bae6ae18c95160,libpin_project-916546c57e78b037,libtower_service-d85697bf5431d8b4,libtower_layer-3b63c02b4d0ef938,libfutures_util-711881e7d1591007,libmemchr-19f85ccd2b063f07,libfutures_io-1f5c42698b08f771,libslab-7ad47f73f86d1b08,libfutures_sink-972a6e6f22232cfe,libfutures_task-16f44b435b6f0168,libhttp_body_util-6bf86fbbc5aecc37,libpin_project_lite-63e0d9d6cb6ec6cf,libfutures_core-3f2014b84910caad,libhttp_body-a0f6cf104627aa11,libhttp-739193c5c4929132,libitoa-958180966766c9e6,libbytes-00a102391b5f478f}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc0Hanop/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-dec167f5c3262152/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-cb39eb05988be020/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/notifications-8f9cc6d5fbe7ca46" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcHGfHim/symbols.o" "<12 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libboardtask-12b81069b1f871ff,libfd_lock-ad3228f41ca274c3,librustix-dc7130f4ba201998,liblinux_raw_sys-643c105a3c17340d,libaskama_axum-1ddd1a514b48a4bb,libhex-aa11f1b7b510398f,liburlencoding-b8d7b946e536689d,libstrum-02a600a2554938bf,libdotenvy-7a740a0f97135aed,libtower_http-1e85f9611b92fe78,libmime_guess-1313f8508a353fad,libhttp_range_header-899f9ec059f72e01,libtokio_util-8a62c10bbc5f8b7a,libpulldown_cmark-476888ed85c7ba47,libunicase-acd104f3b1f4df7f,libpulldown_cmark_escape-f3a558e0af9a62f3,libammonia-06fb6882e3410764,libmaplit-6de24883bab0b321,libcssparser-47fa67a7a578230b,libdtoa_short-2c5aed6e8bbbff9d,libdtoa-479166319f92cf0a,libhtml5ever-fba0d9ad280ac176,libmarkup5ever-8e14815eae2a72de,libweb_atoms-1f6fe0e64755a447,libstring_cache-43599636cd4bd9d4,libprecomputed_hash-c267fe7f0c895484,libphf-623ef32f0abd9e27,libphf_shared-8c64744d415e50d2,libtendril-9907bb1596fa0818,libutf8-1f85abd39b41966a,libfutf-4b33961374bef94a,libdebug_unreachable-bd060a78c3a566c1,libmac-eb66be12d3e579ef,liblettre-7ea4b3f0af02c4a4,libquoted_printable-deb675cbc276e2a1,libnom-a36454925f267fd5,libtokio_native_tls-bd7cd92e2bc7f886,libnative_tls-8b15c6352763bc0b,libopenssl_probe-36add93db21104c3,libopenssl-8d602c43f7b42895,libbitflags-9df9c6f560e10b5f,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libopenssl_sys-fc3b543326423ec1,libchumsky-abb43aedf8b263e6,libstacker-e0e23dcedd53d3a9,libpsm-e8bdaf2666d4578b,libhashbrown-35262afebe209598,libahash-adddcae403e241f3,libemail_encoding-b52021fc5b41ff5e,libemail_address-a4db5f9a4012609d,libaxum_extra-94087fccf7f85e21,libmulter-89d770e070501158,libencoding_rs-8656bb43f7a59443,libfastrand-46d3783c18562080,libcookie-3b8eabb319e36cd9,libaskama-4005ffaaaa96cb33,libhumansize-53a853a216996561,liblibm-6f31f7cd6dc20633,libaskama_escape-fc0d8f44e10dc16f,libchrono_tz-3107bf3ae16ab8c4,libphf-7ad6f6ee34734459,libphf_shared-257c5f1f644d7fdc,libsiphasher-b9ea855e19237acb,libchrono-4b7ec26428407972,libiana_time_zone-e8fde29fdad667ba,libhmac-8ecd33cdf456bbcc,libthiserror-c330e6c9161afffc,libargon2-94fb9cb01656e44f,libblake2-b4dae7343a303813,libpassword_hash-31fb7dc83f75547b,libbase64ct-c91d3b21f38ada3d,librand_core-be93809a88d37f9a,libgetrandom-dfc884b06c82654a,libvalidator-3de0d69e5cb2085a,libregex-bbdc6a7e84ea06e4,libregex_automata-c0aed8bb5e8ce900,libaho_corasick-81410deddce382ce,libregex_syntax-60f0730b2f1d2344,libidna-babe93af36db1df3,libunicode_normalization-3c15af8f2f0b0b9a,libtinyvec-20698f3218d3ea7c,libtinyvec_macros-9b9b0c30a7e420c3,libunicode_bidi-318ca981b2f243b9,libulid-33e708aa56d66f2f,librand-bd6fc9ad01b748a9,librand_chacha-772d1f3c59d14740,libppv_lite86-63873f38f7ae7974,libzerocopy-4d1926964a57424d,librand_core-6d70d3634136f430,libgetrandom-a5592a9c3909f249,libtime-00c81ebcc2bda1e5,libtime_core-b3b7d29315fab097,libnum_conv-26312f377a72cc4d,libderanged-fdef65ef79242d37,libpowerfmt-dcf4c7392d25d790,libsqlx-e6abac188eeab7d1,libsqlx_sqlite-c520b5a652eaea22,libfutures_executor-709604e4df3b5cb3,libflume-38f1a7c9ac4209ae,libspin-507b2697ef645b17,libfutures_intrusive-e2db162474b48110,liblibsqlite3_sys-83b4b4e6495e35e6,libatoi-23d59172ee52cbfe,libnum_traits-e658f8325bd83daf,libsqlx_core-5edce7ef20c93122,libthiserror-17d81ac53908f63b,libindexmap-cbc2be3cad4dccac,libhashbrown-3148050b9f079cba,libbase64-29d4d4232c317d5e,libsha2-2a77169eebaf2a0b,libcpufeatures-42612946e83e041b,libdigest-c7c0275610a2b46f,libsubtle-4f5a50036df13274,libblock_buffer-fb2569071d391cf2,libcrypto_common-8d37b2fda68ada12,libgeneric_array-9a45e7bec0e1e0c5,libtypenum-be6a2977db72abeb,libhashlink-e7647840a9e9b5c2,libhashbrown-ab728be833e5a4e2,libfoldhash-7e366b41c3133c29,libequivalent-2f5434284319e1e1,liballocator_api2-843585b74aa2631f,liburl-c4aab7677a68fe64,libidna-6aa90993e20eb3a7,libutf8_iter-d59950773a6f062b,libidna_adapter-70a7fd0d3f164f42,libicu_properties-c40fefce5ceff394,libicu_properties_data-5a7c42c865ea873b,libicu_normalizer-f8543c66813e2c59,libicu_normalizer_data-07107859aeec763f,libicu_collections-19197603cfe88a7d,libpotential_utf-1b55f005cf0b87cb,libicu_provider-1999d3a66ad5671a,libicu_locale_core-57ba8ae637d8167f,libtinystr-d0bccf9b5a5e20cf,liblitemap-d7b5bf58da84ad69,libwriteable-8f756afb13a5dcf7,libzerovec-2f57153e46475cf9,libzerotrie-09579206c840a9ca,libyoke-fd65f14c60a94411,libstable_deref_trait-1210460e331f0a03,libzerofrom-1f2cf881c2e5ec9a,libcrossbeam_queue-5e8e6a1f2259a30b,libcrossbeam_utils-dbe6faacf78f7a1d,libeither-4732148372e0887b,libevent_listener-347cc4970c8844f3,libparking-3ff23e0ffe662ff9,libaxum-a8b306408b1f5276,libserde_path_to_error-8137726c44b73a4f,libserde_json-dd8e2e36965c4b27,libzmij-32087f229b5896fd,libserde_urlencoded-41d0ebc4744a09bd,libryu-7c364cfb94c444f7,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libhyper_util-b8de04edde215be3,libhyper-ecf186b85a97bcd7,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libhttpdate-ab2f2cdbe04a360b,libfutures_channel-5b21ff7336169a40,libmatchit-45e6ee32ef34b083,libserde-25284120b013e16b,libserde_core-a48aee6ccd48ae46,libaxum_core-20e99bb2b59d80c2,libmime-aa776e7d0d3a99c3,libtracing-4842f251f5e5e2d1,liblog-5081bf809293ba62,libtracing_core-cad8010058948a35,libonce_cell-9ec3b2d30075ab56,libtower-f194f5c31636ecca,libsync_wrapper-c0c7e58a7887b1e2,libtokio-6a92093f09b9dfd2,libsignal_hook_registry-d78ca6b5d37cc307,liberrno-24cdf958a9ad8fdb,libsocket2-6ba20308b549c319,libmio-bf50da718a7aca3a,libparking_lot-167659898b384f79,libparking_lot_core-e660376288e8820f,liblibc-63a68aab383ca764,libcfg_if-73907a425b6e514e,libsmallvec-695d630f41d8414d,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libtower-e1bae6ae18c95160,libpin_project-916546c57e78b037,libtower_service-d85697bf5431d8b4,libtower_layer-3b63c02b4d0ef938,libfutures_util-711881e7d1591007,libmemchr-19f85ccd2b063f07,libfutures_io-1f5c42698b08f771,libslab-7ad47f73f86d1b08,libfutures_sink-972a6e6f22232cfe,libfutures_task-16f44b435b6f0168,libhttp_body_util-6bf86fbbc5aecc37,libpin_project_lite-63e0d9d6cb6ec6cf,libfutures_core-3f2014b84910caad,libhttp_body-a0f6cf104627aa11,libhttp-739193c5c4929132,libitoa-958180966766c9e6,libbytes-00a102391b5f478f}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcHGfHim/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-dec167f5c3262152/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-cb39eb05988be020/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/projects-ce60730701e1d9d5" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `boardtask` (test "notifications") due to 1 previous error [INFO] [stderr] error: could not compile `boardtask` (test "projects") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "7f0c4b5bedbc2eee5d048dd6802c10b71277081d1b4b5c61435deebc270cd863", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f0c4b5bedbc2eee5d048dd6802c10b71277081d1b4b5c61435deebc270cd863", kill_on_drop: false }` [INFO] [stdout] 7f0c4b5bedbc2eee5d048dd6802c10b71277081d1b4b5c61435deebc270cd863