[INFO] fetching crate tg_admin 0.1.0... [INFO] checking tg_admin-0.1.0 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate tg_admin 0.1.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate tg_admin 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate tg_admin 0.1.0 [INFO] tweaked toml for crates.io crate tg_admin 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tg_admin 0.1.0 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tg_admin 0.1.0 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded v_utils v1.3.18 [INFO] [stderr] Downloaded teloxide-macros v0.7.1 [INFO] [stderr] Downloaded v_utils_macros v1.2.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fce5177c83c8cb4fa4e184f6ec13cbb0ee9fe0a643f6a55aa6be1b52b9a274b8 [INFO] running `Command { std: "docker" "start" "-a" "fce5177c83c8cb4fa4e184f6ec13cbb0ee9fe0a643f6a55aa6be1b52b9a274b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fce5177c83c8cb4fa4e184f6ec13cbb0ee9fe0a643f6a55aa6be1b52b9a274b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fce5177c83c8cb4fa4e184f6ec13cbb0ee9fe0a643f6a55aa6be1b52b9a274b8", kill_on_drop: false }` [INFO] [stdout] fce5177c83c8cb4fa4e184f6ec13cbb0ee9fe0a643f6a55aa6be1b52b9a274b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8e65a0743090c95093121baa2fb85abda23306d1291f086babb97a7fed7e393 [INFO] running `Command { std: "docker" "start" "-a" "f8e65a0743090c95093121baa2fb85abda23306d1291f086babb97a7fed7e393", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling cc v1.0.100 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling erasable v1.2.1 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking anstyle-parse v0.2.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking is_terminal_polyfill v1.70.0 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Checking colorchoice v1.0.1 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Checking anstyle-query v1.1.0 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Checking winnow v0.6.13 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking rustls-pki-types v1.7.0 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking rc-box v1.2.0 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Checking anstream v0.6.14 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking rustls-pemfile v2.1.2 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking tracing-log v0.1.4 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking ordered-multimap v0.6.0 [INFO] [stderr] Checking never v0.1.0 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Checking clap_lex v0.7.1 [INFO] [stderr] Checking takecell v0.1.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking clap_builder v4.5.7 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking similar v2.5.0 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking rust-ini v0.19.0 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling teloxide-macros v0.7.1 [INFO] [stderr] Compiling aquamarine v0.1.12 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Compiling clap_derive v4.5.5 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Checking pest v2.7.10 [INFO] [stderr] Checking clap v4.5.7 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling pest_meta v2.7.10 [INFO] [stderr] Compiling pest_generator v2.7.10 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Compiling pest_derive v2.7.10 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking dptree v0.3.0 [INFO] [stderr] Checking h2 v0.4.5 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_spanned v0.6.6 [INFO] [stderr] Checking tracing-serde v0.1.3 [INFO] [stderr] Checking toml_datetime v0.6.6 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking insta v1.39.0 [INFO] [stderr] Checking toml_edit v0.22.14 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Compiling v_utils_macros v1.2.9 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking toml v0.8.14 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking config v0.14.0 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper v0.14.29 [INFO] [stderr] Checking tracing-bunyan-formatter v0.3.9 [INFO] [stderr] Checking hyper v1.3.1 [INFO] [stderr] Checking hyper-util v0.1.5 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking reqwest v0.12.5 [INFO] [stderr] Checking teloxide-core v0.9.1 [INFO] [stderr] Checking v_utils v1.3.18 [INFO] [stdout] error: unconstrained opaque type [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/local_macros.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | $(where $($wh)*)? = impl ::core::future::Future; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/requests/json.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / req_future! { [INFO] [stdout] 98 | | def: |it: JsonRequest| { [INFO] [stdout] 99 | | it.bot.execute_json(&it.payload) [INFO] [stdout] ... | [INFO] [stdout] 105 | | U::Output: DeserializeOwned, [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Send` must be used in combination with a concrete type within the same crate [INFO] [stdout] = note: this error originates in the macro `req_future` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained opaque type [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/local_macros.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | $(where $($wh)*)? = impl ::core::future::Future; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/requests/json.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | / req_future! { [INFO] [stdout] 109 | | def: |it: &JsonRequest| { [INFO] [stdout] 110 | | it.bot.execute_json(&it.payload) [INFO] [stdout] ... | [INFO] [stdout] 116 | | U::Output: DeserializeOwned, [INFO] [stdout] 117 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `SendRef` must be used in combination with a concrete type within the same crate [INFO] [stdout] = note: this error originates in the macro `req_future` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained opaque type [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/local_macros.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | $(where $($wh)*)? = impl ::core::future::Future; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/requests/multipart.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | / req_future! { [INFO] [stdout] 109 | | def: |it: MultipartRequest| { [INFO] [stdout] 110 | | it.bot.execute_multipart(&mut {it.payload}) [INFO] [stdout] ... | [INFO] [stdout] 116 | | U::Output: DeserializeOwned, [INFO] [stdout] 117 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Send` must be used in combination with a concrete type within the same crate [INFO] [stdout] = note: this error originates in the macro `req_future` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained opaque type [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/local_macros.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | $(where $($wh)*)? = impl ::core::future::Future; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/requests/multipart.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / req_future! { [INFO] [stdout] 120 | | def: |it: &MultipartRequest| { [INFO] [stdout] 121 | | it.bot.execute_multipart_ref(&it.payload) [INFO] [stdout] ... | [INFO] [stdout] 127 | | U::Output: DeserializeOwned, [INFO] [stdout] 128 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `SendRef` must be used in combination with a concrete type within the same crate [INFO] [stdout] = note: this error originates in the macro `req_future` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/requests/json.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | it.bot.execute_json(&it.payload) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected future, found a different future [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/bot.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | ) -> impl Future> + 'static [INFO] [stdout] | --------------------------------------------------------- the found future [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/local_macros.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | $(where $($wh)*)? = impl ::core::future::Future; [INFO] [stdout] | ------------------------------------------ the expected future [INFO] [stdout] ... [INFO] [stdout] 39 | pub(crate) fn def<$T>($( $arg: $ArgTy ),*) -> $i<$T> [INFO] [stdout] | ------ expected `json::inner0::Send` because of return type [INFO] [stdout] | [INFO] [stdout] = note: distinct uses of `impl Trait` result in different opaque types [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/requests/json.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | it.bot.execute_json(&it.payload) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected future, found a different future [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/bot.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | ) -> impl Future> + 'static [INFO] [stdout] | --------------------------------------------------------- the found future [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/local_macros.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | $(where $($wh)*)? = impl ::core::future::Future; [INFO] [stdout] | ------------------------------------------ the expected future [INFO] [stdout] ... [INFO] [stdout] 39 | pub(crate) fn def<$T>($( $arg: $ArgTy ),*) -> $i<$T> [INFO] [stdout] | ------ expected `json::inner1::SendRef` because of return type [INFO] [stdout] | [INFO] [stdout] = note: distinct uses of `impl Trait` result in different opaque types [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/requests/multipart.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | it.bot.execute_multipart(&mut {it.payload}) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected future, found a different future [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/bot.rs:237:10 [INFO] [stdout] | [INFO] [stdout] 237 | ) -> impl Future> [INFO] [stdout] | ----------------------------------------------- the found future [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/local_macros.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | $(where $($wh)*)? = impl ::core::future::Future; [INFO] [stdout] | ------------------------------------------ the expected future [INFO] [stdout] ... [INFO] [stdout] 39 | pub(crate) fn def<$T>($( $arg: $ArgTy ),*) -> $i<$T> [INFO] [stdout] | ------ expected `requests::multipart::inner0::Send` because of return type [INFO] [stdout] | [INFO] [stdout] = note: distinct uses of `impl Trait` result in different opaque types [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/requests/multipart.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | it.bot.execute_multipart_ref(&it.payload) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected future, found a different future [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/bot.rs:267:10 [INFO] [stdout] | [INFO] [stdout] 267 | ) -> impl Future> [INFO] [stdout] | ----------------------------------------------- the found future [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.9.1/src/local_macros.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | $(where $($wh)*)? = impl ::core::future::Future; [INFO] [stdout] | ------------------------------------------ the expected future [INFO] [stdout] ... [INFO] [stdout] 39 | pub(crate) fn def<$T>($( $arg: $ArgTy ),*) -> $i<$T> [INFO] [stdout] | ------ expected `requests::multipart::inner1::SendRef` because of return type [INFO] [stdout] | [INFO] [stdout] = note: distinct uses of `impl Trait` result in different opaque types [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `teloxide-core` (lib) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "f8e65a0743090c95093121baa2fb85abda23306d1291f086babb97a7fed7e393", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8e65a0743090c95093121baa2fb85abda23306d1291f086babb97a7fed7e393", kill_on_drop: false }` [INFO] [stdout] f8e65a0743090c95093121baa2fb85abda23306d1291f086babb97a7fed7e393