[INFO] cloning repository https://github.com/20jasper/youtube-summarizer-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/20jasper/youtube-summarizer-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F20jasper%2Fyoutube-summarizer-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F20jasper%2Fyoutube-summarizer-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76ccefae0877dcdb3101e8e10175a41e6f38657a [INFO] checking 20jasper/youtube-summarizer-server against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F20jasper%2Fyoutube-summarizer-server" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/20jasper/youtube-summarizer-server [INFO] finished tweaking git repo https://github.com/20jasper/youtube-summarizer-server [INFO] tweaked toml for git repo https://github.com/20jasper/youtube-summarizer-server written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/20jasper/youtube-summarizer-server on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/20jasper/youtube-summarizer-server 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7 [INFO] running `Command { std: "docker" "start" "f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7", 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" "f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7", 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" "f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "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.186 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking log v0.4.30 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling cc v1.2.32 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tokio v1.52.3 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Checking psl-types v2.0.11 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Checking http-range-header v0.4.2 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling whoami v1.6.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling mockall_derive v0.14.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking predicates-core v1.0.9 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Checking termtree v0.5.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling mockall v0.14.0 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking predicates-tree v1.0.12 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking predicates v3.1.3 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking nu-ansi-term v0.50.1 [INFO] [stderr] Checking downcast v0.11.0 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Checking fragile v2.0.1 [INFO] [stderr] Checking rand_core v0.10.1 [INFO] [stderr] Compiling youtube-summarizer-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking uuid v1.18.0 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking rand v0.10.1 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Checking env_filter v1.0.1 [INFO] [stderr] Checking env_logger v0.11.10 [INFO] [stderr] Compiling serde_derive v1.0.228 [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 tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking quickcheck v1.1.0 [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.4 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking axum-core v0.5.2 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Compiling quickcheck_macros v1.2.0 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_path_to_error v0.1.17 [INFO] [stderr] Checking secrecy v0.10.3 [INFO] [stderr] Checking envy v0.4.2 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking publicsuffix v2.3.0 [INFO] [stderr] Checking cookie_store v0.21.1 [INFO] [stderr] Checking rstest v0.26.1 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking tower-http v0.6.11 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking axum v0.8.4 [INFO] [stderr] Checking reqwest v0.12.23 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking reqwest_cookie_store v0.8.2 [INFO] [stderr] Checking httpc-test v0.1.10 [INFO] [stdout] error: internal compiler error: /rustc-dev/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/compiler/rustc_trait_selection/src/traits/select/mod.rs:775:21: Obligation Obligation(predicate=Binder { value: DynCompatible(DefId(57:69 ~ futures_core[aa2f]::stream::Stream)), bound_vars: [] }, depth=2) should have been handled by fulfillment already. [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (3949) panicked at /rustc-dev/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/compiler/rustc_trait_selection/src/traits/select/mod.rs:775:21: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x74584ac80d06 - <::print::DisplayBacktrace as core[b2d707db3cb2ec89]::fmt::Display>::fmt [INFO] [stderr] 1: 0x74584b20ea88 - core[b2d707db3cb2ec89]::fmt::write [INFO] [stderr] 2: 0x74584ac960ec - ::write_fmt [INFO] [stderr] 3: 0x74584ac5516a - std[ac8be9a8477af718]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x74584ac73453 - std[ac8be9a8477af718]::panicking::default_hook [INFO] [stderr] 5: 0x745849c98bf8 - std[ac8be9a8477af718]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x74584ac738f2 - std[ac8be9a8477af718]::panicking::panic_with_hook [INFO] [stderr] 7: 0x745849cc6721 - std[ac8be9a8477af718]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 8: 0x745849cbf496 - std[ac8be9a8477af718]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 9: 0x745849cbd4d7 - std[ac8be9a8477af718]::panicking::begin_panic:: [INFO] [stderr] 10: 0x745849cd18b1 - ::emit_producing_guarantee [INFO] [stderr] 11: 0x74584a2369b9 - rustc_middle[3a403f1878828e11]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 12: 0x74584a236b22 - rustc_middle[3a403f1878828e11]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 13: 0x74584a2222bb - rustc_middle[3a403f1878828e11]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 14: 0x7458474c30d4 - rustc_middle[3a403f1878828e11]::util::bug::bug_fmt [INFO] [stderr] 15: 0x74584b373bdc - ::evaluate_predicate_recursively [INFO] [stderr] 16: 0x74584b51d505 - ::evaluate_predicates_recursively::>> [INFO] [stderr] 17: 0x74584b374bce - ::evaluate_predicate_recursively [INFO] [stderr] 18: 0x74584b370d9a - ::evaluate_predicate_recursively [INFO] [stderr] 19: 0x74584b32d0cd - rustc_traits[bac77779e15c7803]::evaluate_obligation::evaluate_obligation [INFO] [stderr] 20: 0x74584b32c855 - rustc_query_impl[9ac484f56861bad8]::query_impl::evaluate_obligation::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 21: 0x74584b7b3e0e - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::>, rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 2usize]>>, false> [INFO] [stderr] 22: 0x74584b7b3a78 - rustc_query_impl[9ac484f56861bad8]::query_impl::evaluate_obligation::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x74584b63ba3a - ::evaluate_obligation_no_overflow [INFO] [stderr] 24: 0x74584b875688 - ::process_obligation [INFO] [stderr] 25: 0x74584b2059d1 - >::process_obligations:: [INFO] [stderr] 26: 0x74584bae7a3b - as rustc_infer[bbad95dcea0e2d2a]::traits::engine::TraitEngine>::evaluate_obligations_error_on_ambiguity [INFO] [stderr] 27: 0x74584c4ca14e - rustc_hir_analysis[e73db6a92ab58df8]::check::check::check_opaque [INFO] [stderr] 28: 0x74584c043c06 - rustc_hir_analysis[e73db6a92ab58df8]::check::check::check_item_type [INFO] [stderr] 29: 0x74584c0253ae - rustc_hir_analysis[e73db6a92ab58df8]::check::wfcheck::check_well_formed [INFO] [stderr] 30: 0x74584c02538f - rustc_query_impl[9ac484f56861bad8]::query_impl::check_well_formed::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 31: 0x74584c02496f - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::, rustc_middle[3a403f1878828e11]::dep_graph::graph::DepNodeIndex>, false> [INFO] [stderr] 32: 0x74584c024715 - rustc_query_impl[9ac484f56861bad8]::query_impl::check_well_formed::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 33: 0x74584c021556 - rustc_hir_analysis[e73db6a92ab58df8]::check::wfcheck::check_type_wf [INFO] [stderr] 34: 0x74584c020ea1 - rustc_query_impl[9ac484f56861bad8]::query_impl::check_type_wf::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 35: 0x74584c3c0386 - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::>, false> [INFO] [stderr] 36: 0x74584c3c016d - rustc_query_impl[9ac484f56861bad8]::query_impl::check_type_wf::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 37: 0x74584b6db49a - rustc_hir_analysis[e73db6a92ab58df8]::check_crate [INFO] [stderr] 38: 0x74584bfde4ba - rustc_interface[f569b7e6a05649a5]::passes::analysis [INFO] [stderr] 39: 0x74584c3c1c1f - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::>, false> [INFO] [stderr] 40: 0x74584c3c19b7 - rustc_query_impl[9ac484f56861bad8]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 41: 0x74584c39b780 - rustc_interface[f569b7e6a05649a5]::interface::run_compiler::<(), rustc_driver_impl[8ec2fd38e0485477]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 42: 0x74584c3f257a - std[ac8be9a8477af718]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 43: 0x74584c3f232d - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b2d707db3cb2ec89]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 44: 0x74584c3f6750 - ::new::thread_start [INFO] [stderr] 45: 0x745846057aa4 - [INFO] [stderr] 46: 0x7458460e4a64 - clone [INFO] [stderr] 47: 0x0 - [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-07-23T06_40_00-3946.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.98.0-nightly (e5e97e3ef 2026-07-04) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [evaluate_obligation] evaluating trait selection obligation `<{async fn body of web::routes::summary::summarize()} as core::future::future::Future>::Output == core::result::Result, error::Error>` [INFO] [stderr] #1 [check_well_formed] checking that `web::routes::summary::summarize::{opaque#0}` is well-formed [INFO] [stderr] #2 [check_type_wf] checking that types are well-formed [INFO] [stderr] #3 [analysis] running analysis passes on crate `youtube_summarizer_server` [INFO] [stderr] end of query stack [INFO] [stdout] error: internal compiler error: /rustc-dev/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/compiler/rustc_trait_selection/src/traits/select/mod.rs:775:21: Obligation Obligation(predicate=Binder { value: DynCompatible(DefId(57:69 ~ futures_core[aa2f]::stream::Stream)), bound_vars: [] }, depth=2) should have been handled by fulfillment already. [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (3952) panicked at /rustc-dev/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/compiler/rustc_trait_selection/src/traits/select/mod.rs:775:21: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x76d583880d06 - <::print::DisplayBacktrace as core[b2d707db3cb2ec89]::fmt::Display>::fmt [INFO] [stderr] 1: 0x76d583e0ea88 - core[b2d707db3cb2ec89]::fmt::write [INFO] [stderr] 2: 0x76d5838960ec - ::write_fmt [INFO] [stderr] 3: 0x76d58385516a - std[ac8be9a8477af718]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x76d583873453 - std[ac8be9a8477af718]::panicking::default_hook [INFO] [stderr] 5: 0x76d582898bf8 - std[ac8be9a8477af718]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x76d5838738f2 - std[ac8be9a8477af718]::panicking::panic_with_hook [INFO] [stderr] 7: 0x76d5828c6721 - std[ac8be9a8477af718]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 8: 0x76d5828bf496 - std[ac8be9a8477af718]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 9: 0x76d5828bd4d7 - std[ac8be9a8477af718]::panicking::begin_panic:: [INFO] [stderr] 10: 0x76d5828d18b1 - ::emit_producing_guarantee [INFO] [stderr] 11: 0x76d582e369b9 - rustc_middle[3a403f1878828e11]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 12: 0x76d582e36b22 - rustc_middle[3a403f1878828e11]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 13: 0x76d582e222bb - rustc_middle[3a403f1878828e11]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 14: 0x76d5800c30d4 - rustc_middle[3a403f1878828e11]::util::bug::bug_fmt [INFO] [stderr] 15: 0x76d583f73bdc - ::evaluate_predicate_recursively [INFO] [stderr] 16: 0x76d58411d505 - ::evaluate_predicates_recursively::>> [INFO] [stderr] 17: 0x76d583f74bce - ::evaluate_predicate_recursively [INFO] [stderr] 18: 0x76d583f70d9a - ::evaluate_predicate_recursively [INFO] [stderr] 19: 0x76d583f2d0cd - rustc_traits[bac77779e15c7803]::evaluate_obligation::evaluate_obligation [INFO] [stderr] 20: 0x76d583f2c855 - rustc_query_impl[9ac484f56861bad8]::query_impl::evaluate_obligation::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 21: 0x76d5843b3e0e - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::>, rustc_middle[3a403f1878828e11]::query::erase::ErasedData<[u8; 2usize]>>, false> [INFO] [stderr] 22: 0x76d5843b3a78 - rustc_query_impl[9ac484f56861bad8]::query_impl::evaluate_obligation::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x76d58423ba3a - ::evaluate_obligation_no_overflow [INFO] [stderr] 24: 0x76d584475688 - ::process_obligation [INFO] [stderr] 25: 0x76d583e059d1 - >::process_obligations:: [INFO] [stderr] 26: 0x76d5846e7a3b - as rustc_infer[bbad95dcea0e2d2a]::traits::engine::TraitEngine>::evaluate_obligations_error_on_ambiguity [INFO] [stderr] 27: 0x76d5850ca14e - rustc_hir_analysis[e73db6a92ab58df8]::check::check::check_opaque [INFO] [stderr] 28: 0x76d584c43c06 - rustc_hir_analysis[e73db6a92ab58df8]::check::check::check_item_type [INFO] [stderr] 29: 0x76d584c253ae - rustc_hir_analysis[e73db6a92ab58df8]::check::wfcheck::check_well_formed [INFO] [stderr] 30: 0x76d584c2538f - rustc_query_impl[9ac484f56861bad8]::query_impl::check_well_formed::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 31: 0x76d584c2496f - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::, rustc_middle[3a403f1878828e11]::dep_graph::graph::DepNodeIndex>, false> [INFO] [stderr] 32: 0x76d584c24715 - rustc_query_impl[9ac484f56861bad8]::query_impl::check_well_formed::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 33: 0x76d584c21556 - rustc_hir_analysis[e73db6a92ab58df8]::check::wfcheck::check_type_wf [INFO] [stderr] 34: 0x76d584c20ea1 - rustc_query_impl[9ac484f56861bad8]::query_impl::check_type_wf::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 35: 0x76d584fc0386 - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::>, false> [INFO] [stderr] 36: 0x76d584fc016d - rustc_query_impl[9ac484f56861bad8]::query_impl::check_type_wf::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 37: 0x76d5842db49a - rustc_hir_analysis[e73db6a92ab58df8]::check_crate [INFO] [stderr] 38: 0x76d584bde4ba - rustc_interface[f569b7e6a05649a5]::passes::analysis [INFO] [stderr] 39: 0x76d584fc1c1f - rustc_query_impl[9ac484f56861bad8]::execution::try_execute_query::>, false> [INFO] [stderr] 40: 0x76d584fc19b7 - rustc_query_impl[9ac484f56861bad8]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 41: 0x76d584f9b780 - rustc_interface[f569b7e6a05649a5]::interface::run_compiler::<(), rustc_driver_impl[8ec2fd38e0485477]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 42: 0x76d584ff257a - std[ac8be9a8477af718]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 43: 0x76d584ff232d - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b2d707db3cb2ec89]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 44: 0x76d584ff6750 - ::new::thread_start [INFO] [stderr] 45: 0x76d57ec8aaa4 - [INFO] [stderr] 46: 0x76d57ed17a64 - clone [INFO] [stderr] 47: 0x0 - [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-07-23T06_40_00-3947.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.98.0-nightly (e5e97e3ef 2026-07-04) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [evaluate_obligation] evaluating trait selection obligation `<{async fn body of web::routes::summary::summarize()} as core::future::future::Future>::Output == core::result::Result, error::Error>` [INFO] [stderr] #1 [check_well_formed] checking that `web::routes::summary::summarize::{opaque#0}` is well-formed [INFO] [stderr] #2 [check_type_wf] checking that types are well-formed [INFO] [stderr] #3 [analysis] running analysis passes on crate `youtube_summarizer_server` [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `youtube-summarizer-server` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/bin/rustc --crate-name youtube_summarizer_server --edition=2024 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 --warn=unused '--warn=clippy::pedantic' '--deny=clippy::wildcard_enum_match_arm' '--deny=clippy::wildcard_dependencies' '--warn=clippy::verbose_file_reads' --warn=variant-size-differences '--warn=clippy::useless_concat' '--warn=clippy::unseparated_literal_suffix' --deny=unsafe-op-in-unsafe-fn --deny=unsafe-code '--warn=clippy::unneeded_field_pattern' '--warn=clippy::unnecessary_self_imports' '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::unnecessary_map_or' '--warn=clippy::unimplemented' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::try_err' '--warn=clippy::todo' '--warn=clippy::suspicious_xor_used_as_pow' '--warn=clippy::string_lit_chars_any' '--warn=clippy::semicolon_outside_block' '--warn=clippy::same_name_method' --warn=rust-2021-compatibility --warn=rust-2018-idioms --warn=rust-2018-compatibility '--warn=clippy::redundant_test_prefix' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::rc_buffer' --warn=non-ascii-idents '--warn=clippy::negative_feature_names' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--warn=clippy::modulo_arithmetic' '--deny=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing-abi '--warn=clippy::mem_forget' --deny=macro_use_extern_crate --warn=let-underscore-drop '--warn=clippy::indexing_slicing' '--warn=clippy::if_then_some_else_none' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::float_cmp_const' --warn=ffi-unwind-calls '--warn=clippy::empty_structs_with_brackets' '--warn=clippy::empty_drop' '--warn=clippy::default_union_representation' '--warn=clippy::decimal_literal_representation' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--warn=clippy::assertions_on_result_states' '--warn=clippy::as_underscore' '--warn=clippy::as_conversions' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("axiom", "dotenv"))' -C metadata=309e1bd9825aed85 -C extra-filename=-b1379027dc52887c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axum=/opt/rustwide/target/debug/deps/libaxum-498f6185f40622c3.rmeta --extern axum_macros=/opt/rustwide/target/debug/deps/libaxum_macros-a93c36999117e880.so --extern derive_builder=/opt/rustwide/target/debug/deps/libderive_builder-c383805994a786b3.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-46a1e03720dcacc8.rmeta --extern envy=/opt/rustwide/target/debug/deps/libenvy-a08986717b67dfbb.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-def8b29ab501e1da.rmeta --extern mockall=/opt/rustwide/target/debug/deps/libmockall-74f46bad2b3d9071.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f8df2cc71acc1b5e.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-1b54458787d6a24f.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-7ed6ba2c5ef789f2.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-893608c71d565ad6.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7cb088a6f1539d7f.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-881735428dc32b30.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-7abd3dc59eaa13a3.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-6d207098041fc9f0.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-c829ff479eeb50aa.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-70263d214a30d2e2.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-4c7626c09b5d5ef1.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-c8baf48c274c87a3.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-a8242e9bca0ec407.rmeta --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `youtube-summarizer-server` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/bin/rustc --crate-name youtube_summarizer_server --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::pedantic' '--deny=clippy::wildcard_enum_match_arm' '--deny=clippy::wildcard_dependencies' '--warn=clippy::verbose_file_reads' --warn=variant-size-differences '--warn=clippy::useless_concat' '--warn=clippy::unseparated_literal_suffix' --deny=unsafe-op-in-unsafe-fn --deny=unsafe-code '--warn=clippy::unneeded_field_pattern' '--warn=clippy::unnecessary_self_imports' '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::unnecessary_map_or' '--warn=clippy::unimplemented' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::try_err' '--warn=clippy::todo' '--warn=clippy::suspicious_xor_used_as_pow' '--warn=clippy::string_lit_chars_any' '--warn=clippy::semicolon_outside_block' '--warn=clippy::same_name_method' --warn=rust-2021-compatibility --warn=rust-2018-idioms --warn=rust-2018-compatibility '--warn=clippy::redundant_test_prefix' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::rc_buffer' --warn=non-ascii-idents '--warn=clippy::negative_feature_names' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--warn=clippy::modulo_arithmetic' '--deny=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing-abi '--warn=clippy::mem_forget' --deny=macro_use_extern_crate --warn=let-underscore-drop '--warn=clippy::indexing_slicing' '--warn=clippy::if_then_some_else_none' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::float_cmp_const' --warn=ffi-unwind-calls '--warn=clippy::empty_structs_with_brackets' '--warn=clippy::empty_drop' '--warn=clippy::default_union_representation' '--warn=clippy::decimal_literal_representation' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--warn=clippy::assertions_on_result_states' '--warn=clippy::as_underscore' '--warn=clippy::as_conversions' '--warn=clippy::alloc_instead_of_core' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("axiom", "dotenv"))' -C metadata=f6e9bcf4efc83e6e -C extra-filename=-676abf95dd482365 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axum=/opt/rustwide/target/debug/deps/libaxum-498f6185f40622c3.rmeta --extern axum_macros=/opt/rustwide/target/debug/deps/libaxum_macros-a93c36999117e880.so --extern derive_builder=/opt/rustwide/target/debug/deps/libderive_builder-c383805994a786b3.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-46a1e03720dcacc8.rmeta --extern envy=/opt/rustwide/target/debug/deps/libenvy-a08986717b67dfbb.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-def8b29ab501e1da.rmeta --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-ce51ceb4189db09d.rmeta --extern httpc_test=/opt/rustwide/target/debug/deps/libhttpc_test-078b5df311b7733c.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-719fdfbd841ea854.rmeta --extern mockall=/opt/rustwide/target/debug/deps/libmockall-74f46bad2b3d9071.rmeta --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-6fc445faffc1e810.rmeta --extern quickcheck_macros=/opt/rustwide/target/debug/deps/libquickcheck_macros-50d40b2a17c2e3b5.so --extern regex=/opt/rustwide/target/debug/deps/libregex-f8df2cc71acc1b5e.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-1b54458787d6a24f.rmeta --extern rstest=/opt/rustwide/target/debug/deps/librstest-b01439d673ed40aa.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-7ed6ba2c5ef789f2.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-893608c71d565ad6.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7cb088a6f1539d7f.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-881735428dc32b30.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-7abd3dc59eaa13a3.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-6d207098041fc9f0.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-bb0ffc67279224cb.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-c829ff479eeb50aa.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-70263d214a30d2e2.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-4c7626c09b5d5ef1.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-c8baf48c274c87a3.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-a8242e9bca0ec407.rmeta --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7", kill_on_drop: false }` [INFO] [stdout] f06f2fa4b222ec6c97e9da2543278c406c91c321b794ef5bbee580a1749975d7