[INFO] cloning repository https://github.com/i-h-bar/register-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/i-h-bar/register-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fi-h-bar%2Fregister-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fi-h-bar%2Fregister-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2eda46294827db6fdb2193dd1630d0f968299386 [INFO] checking i-h-bar/register-bot against d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-25 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fi-h-bar%2Fregister-bot" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/i-h-bar/register-bot [INFO] finished tweaking git repo https://github.com/i-h-bar/register-bot [INFO] tweaked toml for git repo https://github.com/i-h-bar/register-bot written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/i-h-bar/register-bot on toolchain d0ab665d12770dbaae620b539ee4319b83445f45 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/i-h-bar/register-bot 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" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4 [INFO] running `Command { std: "docker" "start" "cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4", 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" "cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking slab v0.4.10 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Compiling cc v1.2.31 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking time-core v0.1.4 [INFO] [stderr] Compiling aws-lc-rs v1.13.3 [INFO] [stderr] Checking outref v0.5.2 [INFO] [stderr] Checking vsimd v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Checking data-encoding v2.9.0 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Checking base64-simd v0.8.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking rustls-native-certs v0.6.3 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling aws-lc-sys v0.30.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling webpki-roots v1.0.2 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking aws-smithy-async v1.2.5 [INFO] [stderr] Checking tokio-rustls v0.24.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Checking bs58 v0.5.1 [INFO] [stderr] Checking separator v0.4.1 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Compiling crc-catalog v2.5.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking xmlparser v0.13.6 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking bytes-utils v0.1.4 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Checking roxmltree v0.14.1 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Checking h2 v0.3.27 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking h2 v0.4.11 [INFO] [stderr] Checking assert-json-diff v2.0.2 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Checking cbor-diag v0.1.12 [INFO] [stderr] Checking aws-smithy-types v1.3.2 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Checking aws-smithy-runtime-api v1.8.7 [INFO] [stderr] Checking webpki-roots v0.26.11 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Checking rustls-native-certs v0.8.1 [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Checking regex-lite v0.1.6 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Checking aws-smithy-protocol-test v0.63.4 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling aws-types v1.3.8 [INFO] [stderr] Checking aws-credential-types v1.2.4 [INFO] [stderr] Checking aws-smithy-http v0.62.3 [INFO] [stderr] Checking tracing-serde v0.2.0 [INFO] [stderr] Checking hyper-rustls v0.24.2 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking unicode-bidi v0.3.18 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking tungstenite v0.21.0 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Checking tokio-rustls v0.25.0 [INFO] [stderr] Checking aws-smithy-observability v0.1.3 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking webpki-roots v0.25.4 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking predicates-core v1.0.9 [INFO] [stderr] Compiling serenity v0.12.4 [INFO] [stderr] Compiling mockall_derive v0.13.1 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking tokio-tungstenite v0.21.0 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking aws-sigv4 v1.3.3 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking serde_cow v0.1.2 [INFO] [stderr] Checking secrecy v0.8.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking typemap_rev v0.3.0 [INFO] [stderr] Checking uwl v0.6.0 [INFO] [stderr] Checking termtree v0.5.1 [INFO] [stderr] Checking jiff v0.2.15 [INFO] [stderr] Checking levenshtein v1.0.5 [INFO] [stderr] Checking predicates v3.1.3 [INFO] [stderr] Checking predicates-tree v1.0.12 [INFO] [stderr] Checking aws-smithy-json v0.61.4 [INFO] [stderr] Checking downcast v0.11.0 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Checking fragile v2.0.1 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling command_attr v0.5.3 [INFO] [stderr] Checking mockall v0.13.1 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking aws-smithy-http-client v1.0.6 [INFO] [stderr] Checking aws-smithy-runtime v1.8.6 [INFO] [stderr] Checking aws-smithy-mocks v0.1.1 [INFO] [stderr] Checking aws-runtime v1.5.9 [INFO] [stderr] Checking aws-sdk-dynamodb v1.86.0 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] error: could not compile `serenity` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name serenity --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serenity-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="builder"' --cfg 'feature="bytes"' --cfg 'feature="cache"' --cfg 'feature="chrono"' --cfg 'feature="client"' --cfg 'feature="command_attr"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="default_no_backend"' --cfg 'feature="flate2"' --cfg 'feature="framework"' --cfg 'feature="fxhash"' --cfg 'feature="gateway"' --cfg 'feature="http"' --cfg 'feature="levenshtein"' --cfg 'feature="mime_guess"' --cfg 'feature="model"' --cfg 'feature="parking_lot"' --cfg 'feature="percent-encoding"' --cfg 'feature="reqwest"' --cfg 'feature="rustls_backend"' --cfg 'feature="standard_framework"' --cfg 'feature="static_assertions"' --cfg 'feature="tokio-tungstenite"' --cfg 'feature="typemap_rev"' --cfg 'feature="utils"' --cfg 'feature="uwl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("absolute_ratelimits", "builder", "bytes", "cache", "chrono", "client", "collector", "command_attr", "dashmap", "default", "default_native_tls", "default_no_backend", "ed25519-dalek", "flate2", "framework", "full", "fxhash", "gateway", "http", "interactions_endpoint", "levenshtein", "mime_guess", "mini-moka", "model", "native_tls_backend", "parking_lot", "percent-encoding", "reqwest", "rustls_backend", "serenity-voice-model", "simd-json", "simd_json", "standard_framework", "static_assertions", "temp_cache", "tokio-tungstenite", "tokio_task_builder", "typemap_rev", "typesize", "unstable_discord_api", "utils", "uwl", "voice", "voice_model"))' -C metadata=3d22cb7993f6fee3 -C extra-filename=-83f4a2ed26cd4bab --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-2f18042776754035.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f59aa8fc39e30793.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-ea053be2d80892bf.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8239a9777f184cce.rmeta --extern command_attr=/opt/rustwide/target/debug/deps/libcommand_attr-93b2d19c79c31007.so --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-5e4ca95d9d5e4d25.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-e2156b6df5d07c51.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-3a5e66fca5f56ed6.rmeta --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-4d5fdce21e0796ac.rmeta --extern levenshtein=/opt/rustwide/target/debug/deps/liblevenshtein-21939218d5b676a8.rmeta --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-9f57d6cbd9671a58.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-4e3a227870141ab1.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-70e4695576ffb191.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e84803090b7bc7de.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-f96bfa22222c58ae.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-03a6d401b6805b09.rmeta --extern serde_cow=/opt/rustwide/target/debug/deps/libserde_cow-e94625f4f8773e73.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-25a48e9124abe142.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-f2154b0bf273423d.rmeta --extern dep_time=/opt/rustwide/target/debug/deps/libtime-3c561d0c378e4fec.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f30579d4c1c04da4.rmeta --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-e9941c51ffb493a8.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-72bc563133fb7888.rmeta --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-58c9306af2142917.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-50bc20538fb74bda.rmeta --extern uwl=/opt/rustwide/target/debug/deps/libuwl-0ab6040e418b4799.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-d6db106497ae755d/out --check-cfg 'cfg(tokio_unstable, ignore_serenity_deprecated)'` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4", kill_on_drop: false }` [INFO] [stdout] cdb0515798e6f93ef63ff9516418fc4b1fd9ae2700cbc0c659ca6a55decf9cd4