[INFO] cloning repository https://github.com/HarugumoFM/practice_loco
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HarugumoFM/practice_loco" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarugumoFM%2Fpractice_loco", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarugumoFM%2Fpractice_loco'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5ccfb3add96ec37898e7f0412c7f14a2d734b426
[INFO] testing HarugumoFM/practice_loco against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarugumoFM%2Fpractice_loco" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/HarugumoFM/practice_loco
[INFO] finished tweaking git repo https://github.com/HarugumoFM/practice_loco
[INFO] tweaked toml for git repo https://github.com/HarugumoFM/practice_loco written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HarugumoFM/practice_loco on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HarugumoFM/practice_loco 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8
[INFO] running `Command { std: "docker" "start" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.80
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling value-bag v1.8.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling syn v2.0.59
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling jobserver v0.1.30
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling concurrent-queue v2.4.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling tinystr v0.7.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling bigdecimal v0.3.1
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling fastrand v2.0.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling unic-langid-impl v0.9.4
[INFO] [stderr]    Compiling bstr v1.9.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling chrono-tz-build v0.2.1
[INFO] [stderr]    Compiling unic-langid-macros-impl v0.9.4
[INFO] [stderr]    Compiling pest v2.7.9
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling educe v0.5.11
[INFO] [stderr]    Compiling sea-query-derive v0.4.1
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling rustls-pki-types v1.4.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling sea-query v0.31.0-rc.8
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling pest_meta v2.7.9
[INFO] [stderr]    Compiling chrono-tz v0.8.6
[INFO] [stderr]    Compiling unic-langid-macros v0.9.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling globset v0.4.14
[INFO] [stderr]    Compiling event-listener v4.0.3
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling base64 v0.22.0
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling ignore v0.4.22
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling pest_generator v2.7.9
[INFO] [stderr]    Compiling unic-langid v0.9.4
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling event-listener v5.3.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling deunicode v1.4.4
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling rustls v0.23.4
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling slug v0.1.5
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling event-listener-strategy v0.5.1
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling sqlx-sqlite v0.7.4
[INFO] [stderr]    Compiling hyper v1.3.0
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling pest_derive v2.7.9
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling async-lock v3.3.0
[INFO] [stderr]    Compiling brotli-decompressor v3.0.0
[INFO] [stderr]    Compiling rustls-webpki v0.102.2
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling ouroboros_macro v0.17.2
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling sea-bae v0.2.0
[INFO] [stderr]    Compiling sea-schema-derive v0.2.0
[INFO] [stderr]    Compiling snafu-derive v0.7.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling async-task v4.7.0
[INFO] [stderr]    Compiling textwrap v0.15.2
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling type-map v0.4.0
[INFO] [stderr]    Compiling ouroboros v0.17.2
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling sea-orm-macros v1.0.0-rc.7
[INFO] [stderr]    Compiling sea-schema v0.15.0-rc.7
[INFO] [stderr]    Compiling sea-query-binder v0.6.0-rc.4
[INFO] [stderr]    Compiling brotli v4.0.0
[INFO] [stderr]    Compiling snafu v0.7.5
[INFO] [stderr]    Compiling tera v1.19.1
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling async-channel v2.2.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling zstd v0.13.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling polling v3.6.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling axum-macros v0.4.1
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]    Compiling raw-cpuid v11.0.2
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling self_cell v1.0.3
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling moka v0.12.7
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling strum v0.26.2
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling sea-orm v1.0.0-rc.7
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling quanta v0.12.3
[INFO] [stderr]    Compiling requestty-ui v0.5.0
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]    Compiling async-compression v0.4.8
[INFO] [stderr]    Compiling slog-term v2.9.1
[INFO] [stderr]    Compiling redis v0.22.3
[INFO] [stderr]    Compiling async-io v2.3.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling blocking v1.5.1
[INFO] [stderr]    Compiling chumsky v0.9.3
[INFO] [stderr]    Compiling sea-orm-cli v1.0.0-rc.7
[INFO] [stderr]    Compiling intl-memoizer v0.5.1
[INFO] [stderr]    Compiling async-executor v1.11.0
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling email-encoding v0.3.0
[INFO] [stderr]    Compiling pem v3.0.4
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling webpki-roots v0.26.1
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling cron_clock v0.8.0
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling serde_regex v1.1.0
[INFO] [stderr]    Compiling bb8 v0.8.3
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling fluent-syntax v0.11.0
[INFO] [stderr]    Compiling cruet v0.13.3
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling shared_child v1.0.0
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling os_pipe v1.1.5
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling triomphe v0.1.12
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling email_address v0.2.4
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling btparse-stable v0.1.2
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling http-range-header v0.4.0
[INFO] [stderr]    Compiling quoted_printable v0.5.0
[INFO] [stderr]    Compiling backtrace_printer v1.3.0
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling requestty v0.5.0
[INFO] [stderr]    Compiling lettre v0.11.6
[INFO] [stderr]    Compiling object_store v0.9.1
[INFO] [stderr]    Compiling include_dir v0.7.3
[INFO] [stderr]    Compiling sea-orm-migration v1.0.0-rc.7
[INFO] [stderr]    Compiling byte-unit v4.0.19
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]    Compiling rusty-sidekiq v0.8.2
[INFO] [stderr]    Compiling validator v0.16.1
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling fluent-bundle v0.15.2
[INFO] [stderr]    Compiling rrgen v0.5.3
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling jsonwebtoken v9.3.0
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling axum-extra v0.9.3
[INFO] [stderr]    Compiling serde_variant v0.1.3
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling loco-rs v0.6.1
[INFO] [stderr]    Compiling fluent v0.16.0
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling fluent-template-macros v0.8.0
[INFO] [stderr]    Compiling fluent-templates v0.8.0
[INFO] [stderr]    Compiling migration v0.1.0 (/opt/rustwide/workdir/migration)
[INFO] [stderr]    Compiling loco_practice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.3, rusty-sidekiq v0.8.2, sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.59
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling auto-future v1.0.0
[INFO] [stderr]    Compiling relative-path v1.9.2
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling similar v2.5.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling tinystr v0.7.5
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling unic-langid-impl v0.9.4
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling educe v0.5.11
[INFO] [stderr]    Compiling unic-langid-macros-impl v0.9.4
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling pest v2.7.9
[INFO] [stderr]    Compiling sea-query-derive v0.4.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling unic-langid-macros v0.9.4
[INFO] [stderr]    Compiling unic-langid v0.9.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling axum-macros v0.4.1
[INFO] [stderr]    Compiling sea-bae v0.2.0
[INFO] [stderr]    Compiling ouroboros_macro v0.17.2
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling pest_meta v2.7.9
[INFO] [stderr]    Compiling sea-orm-macros v1.0.0-rc.7
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling pest_generator v2.7.9
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling ouroboros v0.17.2
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling polling v3.6.0
[INFO] [stderr]    Compiling rust-multipart-rfc7578_2 v0.6.1
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling intl-memoizer v0.5.1
[INFO] [stderr]    Compiling pest_derive v2.7.9
[INFO] [stderr]    Compiling async-io v2.3.2
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling blocking v1.5.1
[INFO] [stderr]    Compiling fluent-syntax v0.11.0
[INFO] [stderr]    Compiling reserve-port v2.0.1
[INFO] [stderr]    Compiling backtrace_printer v1.3.0
[INFO] [stderr]    Compiling fluent-bundle v0.15.2
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling hyper v1.3.0
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling async-compression v0.4.8
[INFO] [stderr]    Compiling bb8 v0.8.3
[INFO] [stderr]    Compiling lettre v0.11.6
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono-tz v0.8.6
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling sea-query v0.31.0-rc.8
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling slog-term v2.9.1
[INFO] [stderr]    Compiling tera v1.19.1
[INFO] [stderr]    Compiling cron_clock v0.8.0
[INFO] [stderr]    Compiling serde_regex v1.1.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling sea-schema v0.15.0-rc.7
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling sea-orm-cli v1.0.0-rc.7
[INFO] [stderr]    Compiling redis v0.22.3
[INFO] [stderr]    Compiling rrgen v0.5.3
[INFO] [stderr]    Compiling axum-extra v0.9.3
[INFO] [stderr]    Compiling axum-test v14.8.0
[INFO] [stderr]    Compiling jsonwebtoken v9.3.0
[INFO] [stderr]    Compiling object_store v0.9.1
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling sqlx-sqlite v0.7.4
[INFO] [stderr]    Compiling validator v0.16.1
[INFO] [stderr]    Compiling moka v0.12.7
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling rusty-sidekiq v0.8.2
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling serde_variant v0.1.3
[INFO] [stderr]    Compiling sea-query-binder v0.6.0-rc.4
[INFO] [stderr]    Compiling byte-unit v4.0.19
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling fluent-template-macros v0.8.0
[INFO] [stderr]    Compiling fluent v0.16.0
[INFO] [stderr]    Compiling sea-orm v1.0.0-rc.7
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling fluent-templates v0.8.0
[INFO] [stderr]    Compiling serial_test_derive v2.0.0
[INFO] [stderr]    Compiling insta v1.38.0
[INFO] [stderr]    Compiling serial_test v2.0.0
[INFO] [stderr]    Compiling rstest v0.18.2
[INFO] [stderr]    Compiling sea-orm-migration v1.0.0-rc.7
[INFO] [stderr]    Compiling loco-rs v0.6.1
[INFO] [stderr]    Compiling migration v0.1.0 (/opt/rustwide/workdir/migration)
[INFO] [stderr]    Compiling loco_practice 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/rustcULA43B/symbols.o" "<7 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{librstest-b61f5ee0ec5cf264,libfutures_timer-17baedd4276dc448,libserial_test-dc3fc306ce10b7ac,libdashmap-4d66a2a7f93f1bc9,libloco_practice-250478e3579575fa,libfluent_templates-1a072d5172677926,libflume-df8c066a8bb66901,libarc_swap-fbe5a56bc5bc5547,libfluent_bundle-1de6845b5eb60a67,libfluent_langneg-7a1c30c39c8aba05,libintl_pluralrules-880ca8f38b956633,libself_cell-f7ec98f932fe0a6a,libself_cell-6dfbee46811925ce,libintl_memoizer-fd7a13d2e988d454,libtype_map-abe793fbea8420be,libunic_langid-ca34b461d71237e7,libunic_langid_macros-82d5dd55b5867d67,libunic_langid_impl-b95159c88e9a6b27,libtinystr-b9924d35b9049019,libfluent_syntax-906303eb88091e75,librustc_hash-d7c4a66f98a2548f,libmigration-8b8002043612f102,libloco_rs-286af7b5018d8b88,librequestty-d95c08dfecbb2288,libtempfile-71690722fc1d47cf,librustix-c41305914513b88e,liblinux_raw_sys-b81ca5a3a404821f,libshell_words-c7c8b88b0c6925bc,librequestty_ui-c59077f750e9d9c1,libtextwrap-fe56ac823b0ff87a,libunicode_width-affb1d25ef114124,libunicode_linebreak-a9faaa33c69d8a42,libsmawk-f6e85575b00c6c1b,libunicode_segmentation-57475cbdf06b9b13,libcrossterm-e0db4953e3c0498e,libsignal_hook_mio-6c90ac90f2d6d2d9,libsignal_hook-5b896b6581aaa50e,libbacktrace_printer-43aa5b17ceb76bd8,libbtparse_stable-7297addf28034dbe,libbyte_unit-feb81f44f7b11e2e,libutf8_width-3ffa4db567cb99fb,libeyre-e9889fc17985d605,libindenter-add53b8e51d6428d,libvalidator-9124deddd845f314,libidna-818389587b56f985,libobject_store-c39480a06adc4564,libsnafu-00886c98d53fbe16,libdoc_comment-60fe4761a9fa9746,libaxum_test-c785b3272cd4005a,libpretty_assertions-1ea5feb8fdf0b9f7,libdiff-10d8c747feeb14cd,libyansi-a942934d3a1602e9,libauto_future-26631476233454ca,librust_multipart_rfc7578_2-beedb99c8cbc10da,libhttp-132727c40a80afaf,libreserve_port-26a37c2db7500e69,libanyhow-e2f0fd8abea51116,libsidekiq-4121c53a6f8faba3,libgethostname-210a83bfec47ed17,libredis-205d9b3d044e8e23,libsha1_smol-4cce16da093d0d7f,libcombine-642d9fdd37eb569d,libbb8-7cfcfcd3496295fc,libcron_clock-f512ed4cd9198a1f,libargon2-fd0adfb43569ac57,libblake2-8fb536544bf06d34,libpassword_hash-2e6d3266261b3535,libbase64ct-06bb0b875cf085a4,librrgen-5fd4de8b2b827758,libserde_yaml-a04c7d15bfde7db4,libunsafe_libyaml-d3127b66fe569cc5,libserde_regex-69611d3180f1a288,libheck-46ee128fbcf615c0,libcruet-5b9a031caf27b2c1,liblettre-d65d6b795f724c29,librustls_pemfile-24dad9497694d92e,libwebpki_roots-05607c03b59915f1,libhostname-bde4c7f0f338f0fa,libmatch_cfg-4ff408791b5a10a9,libfastrand-bf71312072415342,libquoted_printable-5c7b0af1d4cac016,libtokio_rustls-cf8f93e9d6261268,librustls-1886f39d3955dfc5,libwebpki-d115140475f6234d,libzeroize-997a7ce6ef979c26,librustls_pki_types-d3c14ceffc71b7f1,libchumsky-fc390d9544883467,libstacker-e633b95df026f698,libpsm-1471c5fb20a4d50f,libemail_encoding-6ac588a5b460bd00,libemail_address-bc274ab65ef7afca,libserde_variant-ba7aa5e37f5531d6,libtower_http-a9181cc7e2734327,libmime_guess-4020cc297edf221a,libunicase-a13347621f1b2339,libhttp_range_header-b674ad34f9f4bec5,libtokio_util-0af4536c66f1d773,libasync_compression-76171d11eb364081,libzstd-5a4141517f410943,libzstd_safe-361ca21bf479b0e2,libzstd_sys-bed01a87e7991c8a,libflate2-5bded827bae5072d,libminiz_oxide-515b57238a3bf81a,libadler-8a8ce72c9fb247b6,libcrc32fast-735aeac0e6ac1782,libbrotli-f3367a7cb5c51d58,libbrotli_decompressor-c0db80ba762776c5,liballoc_stdlib-4aac9f1b7fbf996b,liballoc_no_stdlib-118b0458ceca2dd8,libmoka-82f5dcf50f17f1f9,libquanta-ba3af22a76ec32f6,libraw_cpuid-709f3369bef3bb61,libtagptr-17baaf534c9c3f80,libtriomphe-a7d18869d5b92b5b,libcrossbeam_channel-cf7efedc706b1998,libjsonwebtoken-480a413de9b49269,libpem-8274288090dd5cab,libbase64-02cbfbc6817e9c42,libsimple_asn1-d190bbd4500e5f81,libtera-097575f479b89a53,libslug-39e440ad8a9dc025,libdeunicode-7cf006f1cf478ae1,libglobwalk-bdb2894dcfbc13d5,libbitflags-dde12b0d7d495b50,libignore-5da530e457907679,libwalkdir-7cc6f300a6f0bf06,libsame_file-ff49545450c0b63c,libcrossbeam_deque-39aaf15703d656f9,libcrossbeam_epoch-e0d1b2aa5690a201,libglobset-7b92b8aa59be276a,libbstr-61a27956c8d40304,libunic_segment-782841a38d3a05ca,libunic_ucd_segment-db65e01c9690a0d3,libunic_ucd_version-0b9ee98f0d6b7b81,libunic_common-a65df4a110d91abe,libunic_char_property-9ce012fe8d0b5d14,libunic_char_range-8e1d66dda6c5c77f,libhumansize-1f910a122c117716,liblibm-170ea9320ef55578,libchrono_tz-b0ab28ccf36d7efd,libphf-19fe047db8a19148,libphf_shared-bd8b00a4e7a88fc7,libsiphasher-6bb0304e8b0d0631,libsea_orm_migration-a6be9f8cb0adf61c,libsea_schema-150b6583013411be,libsea_orm_cli-4722bacfc92f566d,libglob-875e504a852a8844,libtracing_subscriber-74b9de6f0751b1d0,libtracing_serde-253ea88478c480c6,libnu_ansi_term-ef093e3d876aec99,liboverload-447f2db329e02fd7,libsharded_slab-d046bcd50d4c3911,libmatchers-82bff9e1b6f2fbd8,libregex_automata-a3cd0ab7d90c5f68,libregex_syntax-893772d02d5263ca,libthread_local-f42c039ca9a4df01,libtracing_log-3b235d6810ed7ad2,libdotenvy-6d8015f91495fe74,libclap-68814bd7963b1d36,libclap_builder-24f5357bdeebb1cc,libstrsim-4d1ed08a123238dc,libanstream-02bb0ec6421b5ec5,libanstyle_query-747b660fef517683,libcolorchoice-7e168c6abb6e41ad,libanstyle_parse-028ded7aa58c2330,libutf8parse-bf86fa6e8ff589fb,libclap_lex-f9c68e5e1e382bcb,libanstyle-b382b9c79936306e,libfs_err-77f313ee51266637,libduct-e01f830a04fe04db,libos_pipe-a22a6f56db323e7d,libshared_child-8193d2bb02adcbd9,libsea_orm-9c8779c3423584dd,libouroboros-7397a6018eae3fef,libstatic_assertions-f0217ecdd817a834,libaliasable-973e8e80145521d5,libasync_stream-d46b17101ce7eaae,libstrum-79837f9ef92f16a6,libsea_query_binder-614797dda3e351f7,libsqlx-3d8ce4258064096e,libsqlx_sqlite-97d3c99d66bd7aa8,libflume-694f9619bb740168,liburlencoding-061758bc6028ea3e,libfutures_intrusive-609d822a2d1020ce,liblibsqlite3_sys-6bf99cc66d6fc1fa,libsqlx_postgres-fbd4f2872395b5ec,libhex-13e08b3b00984ab7,libwhoami-7a9c52aa48ba8c60,libhome-a88fbcd35354456a,libbitflags-cc8ac0de6c10eef5,libmd5-23bfb961ee37574c,libbyteorder-7fb216e967c6a54f,libatoi-c8b55f8b606b32cd,libstringprep-e5675486448c7a9a,libfinl_unicode-788cf63bd6281981,librand-3cd7829e3ed66611,librand_chacha-fcfb905810e9e4c8,libppv_lite86-74d192d5fb0d20a2,librand_core-fb9839e9c5f335f6,libhkdf-94d1ea9448c4c4c1,libhmac-e316fec14495861c,libsqlx_core-c586e6b8bc90e16e,librustls_pemfile-30aaf682314043cb,libbase64-13144a1f1e192158,libwebpki_roots-da6c00699c81e448,libindexmap-a2ce6c9b3743a29c,libequivalent-487f93f8f6ab5e5b,libsha2-197512692b9d5886,libcpufeatures-926366d381e17465,libdigest-e408ebf042949af9,libsubtle-27c8f54d203168ee,libblock_buffer-13c6334aa7ee32a4,libcrypto_common-89e9b6af79403afb,libgeneric_array-afac002e3e8998b8,libtypenum-44a2840d4152a259,librustls-b1f23d722eef3f59,libsct-bc35b10290d8644d,libwebpki-62b0912136ab20b2,libring-f184f5e75cceacb7,libspin-52df48ac514a1a1f,libuntrusted-b2f816886faf2178,libsqlformat-0705fc0316569ec9,libunicode_categories-6f2b7f5ace1e9985,libnom-faa81cfe28685698,libitertools-2d8eae238b87acb6,libhashlink-811cff75ed31e504,libhashbrown-14380d938f02b398,libahash-dc9e3c3ab84de1c0,libzerocopy-136c2da2557a4ca8,liballocator_api2-52e8e0a954c73b48,libcrossbeam_queue-e5086d94175621a4,libcrossbeam_utils-c80d4b930af58718,libeither-fc7aaa8808ad34c3,libevent_listener-0282a877755a83ef,liburl-dc51cd4da6bff820,libidna-f2b57a2e22a011d6,libunicode_normalization-bceb9a523e500c4a,libtinyvec-c98dfb84ce78a9e8,libtinyvec_macros-7b77ea21c73594ca,libunicode_bidi-2593632bda154282,libsea_query-887cddc1f4d6322f,libordered_float-785d56ac093c36ce,libuuid-4fd831719f85656a,libgetrandom-f00eee4f861b325f,libbigdecimal-e2f2165b6f5d7716,libnum_bigint-e8c072b356f1fa5b,libnum_integer-ac0861592e9bd44e,librust_decimal-c9c96a4763ba0bc8,libarrayvec-ec08f07660cd6e9f,libfutures-d982f936644b1d38,libfutures_executor-900025c04753b587,libinclude_dir-2aedd8e70f4c45d8,libchrono-3fa14a34b61887af,libnum_traits-066d6a1675b86881,libiana_time_zone-8015593db973084f,libaxum_extra-edf131011df5c1b4,libcookie-d02cfdface8e36b0,libtime-1ae4107d030dfa9f,libtime_core-1d4d75223b2cf7d2,libnum_conv-d3297905cfb69f59,libderanged-a1a30a48c66e1d4b,libpowerfmt-f6019a2766e431f7,libaxum-d031d250e103fb4a,libserde_path_to_error-3850acc400c3464e,libserde_json-afc6f3502f8c777f,libserde_urlencoded-26d9f846def19ee3,libryu-bfbf481d1d54f9d3,libform_urlencoded-48069ad4ff13b53d,libpercent_encoding-af9df9186596bd92,libhyper_util-bf89945be9c661fe,libhyper-ecf9ba07c2ba15f8,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-4b158da8c50e0c00,libhttpdate-331798cefc82cc7e,libmatchit-616cb01453b9e7d4,libsync_wrapper-9d0f00aadb9f8550,libaxum_core-272f675be19db482,libmime-0188e0814ca7ddbf,libtracing-95450b81d80dc17a,libtracing_core-6c6646f033b90602,libonce_cell-a1d7742f74efe1da,libsync_wrapper-b5d3a794a1e9deea,libhttp_body_util-fc28560b4cc3acf9,libhttp_body-4fac9acf02d6e3ea,libhttp-017cf38aacdd72b3,libitoa-20e94f961f8d160c,libfnv-79e2cbfbe03dcd16,libtower-35933ccdbe6c9761,libpin_project-6fe9e51404a96d08,libtower_layer-42079adb73a9aac4,libfutures_util-fa2f049a7b08e4cd,libfutures_io-0f5f944794dc689e,libslab-2c35a90ecc710af3,libfutures_channel-bbb633f8de4319dc,libfutures_sink-bfbbbc7bce12d32f,libfutures_task-7735bb2404c6e6f3,libpin_utils-3860774ad9b215b5,libfutures_core-451bff7c303527ba,libtower_service-442e0d38cf369aa3,libtokio-c45446c0b34b27fd,libsignal_hook_registry-29eac87a8ede6fbd,libnum_cpus-64af60754bd021d6,libsocket2-54995b2616cc2090,libbytes-3fbe0740e65931fa,libmio-3f1ec56f1fa76e06,liblog-05b41c57d290b778,libvalue_bag-af82fe2ef6dd2f37,libparking_lot-6131612029f46dd7,libparking_lot_core-c773a9dcb52ed4ff,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-084045a3116dc58e,liblock_api-24e22e257df1ea86,libscopeguard-7ec2214574194454,libpin_project_lite-e591be24d8b8b3c6,libcolored-cf5fff3b8eab53e8,libinsta-8809a202d32e2cac,libregex-b15d736ceeaaffda,libregex_automata-cbb3185c62d14a85,libaho_corasick-1e5667b9c60aba06,libregex_syntax-a3b2c2df707c8030,libpest-10967cf10b12eeea,libucd_trie-666022523355d16f,libmemchr-64e185d99f0c46ef,libthiserror-4b9289ef3f7273d8,libconsole-a93c109d6fbfc18d,liblibc-a05c7d198ef660dc,liblazy_static-af860367908b8176,libsimilar-5cdf598ef2119cde,liblinked_hash_map-7d04f0e6cc440adb,libserde-3671ccf4fe6c483f}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcULA43B/raw-dylibs" "-B<sysroot>/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/ring-9a5490e8135ff80b/out" "-L" "/opt/rustwide/target/debug/build/psm-56d1e4178d41713b/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-089138356834cfe4/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-41683d3f39af8067/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/mod-6d2842a64a4f8f8b" "-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 `loco_practice` (test "mod") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8", kill_on_drop: false }`
[INFO] [stdout] a63c3dc6f96d3618bac327ac9c7f3864cff5e2715e218271b0571ee632550cd8
