[INFO] cloning repository https://github.com/solupro/mangabot-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/solupro/mangabot-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolupro%2Fmangabot-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolupro%2Fmangabot-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 34ee75e0fc3ae6e3d7d2029c3b5f90e06ef253ea
[INFO] testing solupro/mangabot-rs against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolupro%2Fmangabot-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/solupro/mangabot-rs
[INFO] finished tweaking git repo https://github.com/solupro/mangabot-rs
[INFO] tweaked toml for git repo https://github.com/solupro/mangabot-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/solupro/mangabot-rs on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/solupro/mangabot-rs 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rc-box v1.3.0
[INFO] [stderr]   Downloaded dptree v0.3.0
[INFO] [stderr]   Downloaded teloxide v0.13.0
[INFO] [stderr]   Downloaded erasable v1.3.0
[INFO] [stderr]   Downloaded takecell v0.1.1
[INFO] [stderr]   Downloaded ego-tree v0.10.0
[INFO] [stderr]   Downloaded actix-files v0.6.9
[INFO] [stderr]   Downloaded rustls-pki-types v1.13.1
[INFO] [stderr]   Downloaded selectors v0.31.0
[INFO] [stderr]   Downloaded scraper v0.24.0
[INFO] [stderr]   Downloaded getopts v0.2.24
[INFO] [stderr]   Downloaded servo_arc v0.4.3
[INFO] [stderr]   Downloaded vecrem v0.1.0
[INFO] [stderr]   Downloaded teloxide-macros v0.8.0
[INFO] [stderr]   Downloaded teloxide-core v0.10.1
[INFO] [stderr]   Downloaded aquamarine v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 64109ae1ffc76d6376b987ceee27774eaf92f55b8fb2574ad94a135cc0a801d1
[INFO] running `Command { std: "docker" "start" "-a" "64109ae1ffc76d6376b987ceee27774eaf92f55b8fb2574ad94a135cc0a801d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64109ae1ffc76d6376b987ceee27774eaf92f55b8fb2574ad94a135cc0a801d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64109ae1ffc76d6376b987ceee27774eaf92f55b8fb2574ad94a135cc0a801d1", kill_on_drop: false }`
[INFO] [stdout] 64109ae1ffc76d6376b987ceee27774eaf92f55b8fb2574ad94a135cc0a801d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f77d68f2c0e9c75ce3bde38cf00a5c0c5caa0d3d625ff8391da19236fa8fd949
[INFO] running `Command { std: "docker" "start" "-a" "f77d68f2c0e9c75ce3bde38cf00a5c0c5caa0d3d625ff8391da19236fa8fd949", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling derive_more-impl v2.1.0
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling pest v2.8.4
[INFO] [stderr]    Compiling derive_more v2.1.0
[INFO] [stderr]    Compiling web_atoms v0.1.3
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling erasable v1.3.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling pest_meta v2.8.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling dtoa v1.0.10
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling pest_generator v2.8.4
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling selectors v0.31.0
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling base64ct v1.8.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling actix-http v3.11.2
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling publicsuffix v2.3.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling cssparser v0.35.0
[INFO] [stderr]    Compiling pest_derive v2.8.4
[INFO] [stderr]    Compiling rc-box v1.3.0
[INFO] [stderr]    Compiling serde_with v1.14.0
[INFO] [stderr]    Compiling markup5ever v0.35.0
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling match_token v0.35.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling servo_arc v0.4.3
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling vecrem v0.1.0
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling takecell v0.1.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling teloxide-core v0.10.1
[INFO] [stderr]    Compiling actix-web v4.12.1
[INFO] [stderr]    Compiling teloxide-macros v0.8.0
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tower-http v0.6.7
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling html5ever v0.35.0
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling cookie_store v0.21.1
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling aquamarine v0.5.0
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling dptree v0.3.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling ego-tree v0.10.0
[INFO] [stderr]    Compiling http-range v0.1.5
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling scraper v0.24.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling actix-files v0.6.9
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling teloxide v0.13.0
[INFO] [stderr]    Compiling mangabot-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Menu_Rank` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     Menu_Rank,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `MenuRank`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_TRZ` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     Menu_Cate_TRZ,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateTrz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DXB` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Menu_Cate_DXB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDxb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DP` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     Menu_Cate_DP,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_HM` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     Menu_Cate_HM,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateHm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Rank` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     Menu_Rank,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `MenuRank`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_TRZ` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     Menu_Cate_TRZ,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateTrz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DXB` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Menu_Cate_DXB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDxb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DP` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     Menu_Cate_DP,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_HM` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     Menu_Cate_HM,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateHm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sanitize_filename` is never used
[INFO] [stdout]  --> src/utils/fs.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn sanitize_filename(name: &str) -> String {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 58s
[INFO] running `Command { std: "docker" "inspect" "f77d68f2c0e9c75ce3bde38cf00a5c0c5caa0d3d625ff8391da19236fa8fd949", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f77d68f2c0e9c75ce3bde38cf00a5c0c5caa0d3d625ff8391da19236fa8fd949", kill_on_drop: false }`
[INFO] [stdout] f77d68f2c0e9c75ce3bde38cf00a5c0c5caa0d3d625ff8391da19236fa8fd949
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d9b81d9dacbae7c3f4bc39e6317df6a4f0d0649ee6eea7967fa9b875f72b85c
[INFO] running `Command { std: "docker" "start" "-a" "3d9b81d9dacbae7c3f4bc39e6317df6a4f0d0649ee6eea7967fa9b875f72b85c", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling selectors v0.31.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fragile v2.0.1
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling scraper v0.24.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling tower-http v0.6.7
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling actix-http v3.11.2
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling actix-web v4.12.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling teloxide-core v0.10.1
[INFO] [stderr]    Compiling actix-files v0.6.9
[INFO] [stderr]    Compiling teloxide v0.13.0
[INFO] [stderr]    Compiling mangabot-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Menu_Rank` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     Menu_Rank,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `MenuRank`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_TRZ` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     Menu_Cate_TRZ,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateTrz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DXB` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Menu_Cate_DXB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDxb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DP` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     Menu_Cate_DP,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_HM` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     Menu_Cate_HM,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateHm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Rank` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     Menu_Rank,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `MenuRank`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_TRZ` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     Menu_Cate_TRZ,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateTrz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DXB` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Menu_Cate_DXB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDxb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DP` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     Menu_Cate_DP,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_HM` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     Menu_Cate_HM,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateHm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Rank` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     Menu_Rank,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `MenuRank`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_TRZ` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     Menu_Cate_TRZ,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateTrz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DXB` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Menu_Cate_DXB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDxb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DP` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     Menu_Cate_DP,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_HM` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     Menu_Cate_HM,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateHm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Rank` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     Menu_Rank,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `MenuRank`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_TRZ` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     Menu_Cate_TRZ,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateTrz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DXB` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Menu_Cate_DXB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDxb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_DP` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     Menu_Cate_DP,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateDp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Menu_Cate_HM` should have an upper camel case name
[INFO] [stdout]   --> src/bot/commands/mod.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     Menu_Cate_HM,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MenuCateHm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sanitize_filename` is never used
[INFO] [stdout]  --> src/utils/fs.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn sanitize_filename(name: &str) -> String {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sanitize_filename` is never used
[INFO] [stdout]  --> src/utils/fs.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn sanitize_filename(name: &str) -> String {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mangabot-rs` (bin "mangabot-rs"); 6 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name mangabot_rs --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48df1386719f3486 -C extra-filename=-a30079c862c1be57 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_files=/opt/rustwide/target/debug/deps/libactix_files-68650a40b12dda7e.rlib --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-e090c126490c82f4.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-be691d74ff7143c8.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8307dcbb2ee7760c.rlib --extern config=/opt/rustwide/target/debug/deps/libconfig-2d9a52c3ca409c62.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-e8a4dfa2490b961b.rlib --extern mangabot_rs=/opt/rustwide/target/debug/deps/libmangabot_rs-2c569bf95d363776.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-b093368c95467248.rlib --extern moka=/opt/rustwide/target/debug/deps/libmoka-b78a555c506e2dfd.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-ce15a8b95b02a2ad.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-da745164736ca656.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-f55c510875c33baa.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-3b35447dd116c43d.rlib --extern scraper=/opt/rustwide/target/debug/deps/libscraper-5fa50007c61bb19f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-24776e112a8fd522.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-a7b4ed17c30ae6f4.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-3a46031681b62894.so --extern teloxide=/opt/rustwide/target/debug/deps/libteloxide-f3d1dba08cc65ed8.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c0597b98818641d1.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4a8fb990536c2c22.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-d9b8cfeda0a50d6e.rlib --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-cd5c561504953213.rlib --extern tracing_log=/opt/rustwide/target/debug/deps/libtracing_log-3b417027c5fb5adf.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-ae96da7a6c213c0b.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-5e03926dc810b17a.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-c5a0784998621f44.rlib --extern zip=/opt/rustwide/target/debug/deps/libzip-1936322bd587ad6f.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-8f3618154c6a4724/out -L native=/opt/rustwide/target/debug/build/ring-55928412e81e4b87/out -L native=/opt/rustwide/target/debug/build/bzip2-sys-25716012db0966cb/out/lib` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3d9b81d9dacbae7c3f4bc39e6317df6a4f0d0649ee6eea7967fa9b875f72b85c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d9b81d9dacbae7c3f4bc39e6317df6a4f0d0649ee6eea7967fa9b875f72b85c", kill_on_drop: false }`
[INFO] [stdout] 3d9b81d9dacbae7c3f4bc39e6317df6a4f0d0649ee6eea7967fa9b875f72b85c
