[INFO] cloning repository https://github.com/tuna2134/discord-ext-songbird [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tuna2134/discord-ext-songbird" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuna2134%2Fdiscord-ext-songbird", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuna2134%2Fdiscord-ext-songbird'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9bc82b2c33870faec2d52950c6b8af2f2cff2690 [INFO] checking tuna2134/discord-ext-songbird against try#fafe42c59556a4233f03dd0d900b575a9afeece8 for pr-143764 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuna2134%2Fdiscord-ext-songbird" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tuna2134/discord-ext-songbird [INFO] finished tweaking git repo https://github.com/tuna2134/discord-ext-songbird [INFO] tweaked toml for git repo https://github.com/tuna2134/discord-ext-songbird written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tuna2134/discord-ext-songbird on toolchain fafe42c59556a4233f03dd0d900b575a9afeece8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 366 packages to latest compatible versions [INFO] [stderr] Adding pyo3 v0.20.3 (available: v0.25.1) [INFO] [stderr] Adding reqwest v0.11.27 (available: v0.12.22) [INFO] [stderr] Adding songbird v0.4.6 (available: v0.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ceaf70d7cff6980df1a38c6776e9d9569f597b541a14fc73707456ed65e7d43 [INFO] running `Command { std: "docker" "start" "-a" "7ceaf70d7cff6980df1a38c6776e9d9569f597b541a14fc73707456ed65e7d43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ceaf70d7cff6980df1a38c6776e9d9569f597b541a14fc73707456ed65e7d43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ceaf70d7cff6980df1a38c6776e9d9569f597b541a14fc73707456ed65e7d43", kill_on_drop: false }` [INFO] [stdout] 7ceaf70d7cff6980df1a38c6776e9d9569f597b541a14fc73707456ed65e7d43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10afd1ca094110981e3d1ffe4108f7604b9d22aff61de7ae2fcf8c54e9140022 [INFO] running `Command { std: "docker" "start" "-a" "10afd1ca094110981e3d1ffe4108f7604b9d22aff61de7ae2fcf8c54e9140022", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking slab v0.4.10 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking bytemuck v1.23.1 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling pyo3-build-config v0.20.3 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking transpose v0.2.3 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking primal-check v0.3.4 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking webpki-roots v1.0.1 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking no-std-compat v0.2.0 [INFO] [stderr] Checking data-encoding v2.9.0 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking no-std-net v0.6.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling audiopus_sys v0.2.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking webpki-roots v0.25.4 [INFO] [stderr] Checking rustfft v6.4.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking pnet_base v0.34.0 [INFO] [stderr] Compiling async-dropper-simple v0.2.6 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking stable-vec v0.4.1 [INFO] [stderr] Checking webpki-roots v0.26.11 [INFO] [stderr] Checking poly1305 v0.8.0 [INFO] [stderr] Checking polyval v0.6.2 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling pyo3-ffi v0.20.3 [INFO] [stderr] Compiling pyo3 v0.20.3 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Compiling serenity v0.12.4 [INFO] [stderr] Checking extended v0.1.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking time-core v0.1.4 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Compiling tokio v1.46.1 [INFO] [stderr] Checking ghash v0.5.1 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking pnet_macros_support v0.34.0 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking salsa20 v0.10.2 [INFO] [stderr] Checking chacha20 v0.9.1 [INFO] [stderr] Checking patricia_tree v0.8.0 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling songbird v0.4.6 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Checking unindent v0.2.4 [INFO] [stderr] Checking typemap_rev v0.3.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking flume v0.11.1 [INFO] [stderr] Checking chacha20poly1305 v0.10.1 [INFO] [stderr] Checking crypto_secretbox v0.1.1 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Checking audiopus v0.3.0-rc.0 [INFO] [stderr] Checking ringbuf v0.4.8 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling pyo3-macros-backend v0.20.3 [INFO] [stderr] Compiling hashmap_derive v0.1.0 [INFO] [stderr] Compiling strum_macros v0.17.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling from_map v0.1.0 [INFO] [stderr] Compiling shorthand v0.1.1 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking strum v0.17.1 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Checking realfft v3.5.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking rubato v0.15.0 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Compiling pnet_macros v0.34.0 [INFO] [stderr] Compiling async-dropper-derive v0.3.1 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking discortp v0.6.0 [INFO] [stderr] Compiling pyo3-macros v0.20.3 [INFO] [stderr] Checking hls_m3u8 v0.4.2 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking streamcatcher v1.0.1 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking tokio-rustls v0.24.1 [INFO] [stderr] Checking tokio-rustls v0.25.0 [INFO] [stderr] Checking async-scoped v0.9.0 [INFO] [stderr] Checking rusty_pool v0.7.0 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking async-dropper v0.3.1 [INFO] [stderr] Checking h2 v0.3.27 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking serde_cow v0.1.2 [INFO] [stderr] Checking secrecy v0.8.0 [INFO] [stderr] Checking symphonia-core v0.5.4 [INFO] [stderr] Checking pyo3-asyncio v0.20.0 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Checking tungstenite v0.21.0 [INFO] [stderr] Checking tokio-tungstenite v0.21.0 [INFO] [stderr] Checking serenity-voice-model v0.2.0 [INFO] [stderr] Checking serde-aux v4.7.0 [INFO] [stderr] Checking symphonia-metadata v0.5.4 [INFO] [stderr] Checking symphonia-codec-adpcm v0.5.4 [INFO] [stderr] Checking symphonia-codec-pcm v0.5.4 [INFO] [stderr] Checking symphonia-codec-aac v0.5.4 [INFO] [stderr] Checking symphonia-codec-alac v0.5.4 [INFO] [stderr] Checking symphonia-utils-xiph v0.5.4 [INFO] [stderr] Checking symphonia-format-riff v0.5.4 [INFO] [stderr] Checking symphonia-bundle-mp3 v0.5.4 [INFO] [stderr] Checking symphonia-format-isomp4 v0.5.4 [INFO] [stderr] Checking symphonia-format-mkv v0.5.4 [INFO] [stderr] Checking symphonia-bundle-flac v0.5.4 [INFO] [stderr] Checking symphonia-format-ogg v0.5.4 [INFO] [stderr] Checking symphonia-codec-vorbis v0.5.4 [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Checking symphonia v0.5.4 [INFO] [stderr] Checking hyper-rustls v0.24.2 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking stream_lib v0.4.2 [INFO] [stderr] Checking dextbird v0.4.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn setup(py: Python, client: Py, guild_id: u64, user_id: u64) -> PyResult<&PyAny> { [INFO] [stdout] | ^^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn setup(py: Python<'_>, client: Py, guild_id: u64, user_id: u64) -> PyResult<&PyAny> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn join<'a>(&'a self, py: Python<'a>, channel_id: u64) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 66 | pub fn join<'a>(&'a self, py: Python<'a>, channel_id: u64) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:78:25 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn connect<'a>(&'a self, py: Python<'a>) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 78 | pub fn connect<'a>(&'a self, py: Python<'a>) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | &'a self, [INFO] [stdout] | ^^ these lifetimes flow to the output [INFO] [stdout] 99 | py: Python<'a>, [INFO] [stdout] | ^^ these lifetimes flow to the output [INFO] [stdout] ... [INFO] [stdout] 102 | ) -> PyResult<&PyAny> { [INFO] [stdout] | ------ the lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 102 | ) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | &'a self, [INFO] [stdout] | ^^ these lifetimes flow to the output [INFO] [stdout] 114 | py: Python<'a>, [INFO] [stdout] | ^^ these lifetimes flow to the output [INFO] [stdout] ... [INFO] [stdout] 117 | ) -> PyResult<&PyAny> { [INFO] [stdout] | ------ the lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 117 | ) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn ytdl<'a>(&'a self, py: Python<'a>, url: String) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 134 | pub fn ytdl<'a>(&'a self, py: Python<'a>, url: String) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn deafen<'a>(&'a self, py: Python<'a>, deaf: bool) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 169 | pub fn deafen<'a>(&'a self, py: Python<'a>, deaf: bool) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn mute<'a>(&'a self, py: Python<'a>, mute: bool) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 179 | pub fn mute<'a>(&'a self, py: Python<'a>, mute: bool) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn leave<'a>(&'a self, py: Python<'a>) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 189 | pub fn leave<'a>(&'a self, py: Python<'a>) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/core.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | #[pymethods] [INFO] [stdout] | -^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `PyClassImplCollector` is not local [INFO] [stdout] | `PyClassNewTextSignature` is not local [INFO] [stdout] | move the `impl` block outside of this function `trampoline` and up 4 bodies [INFO] [stdout] 41 | impl Core { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | `Core` is not local [INFO] [stdout] | `Core` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn setup(py: Python, client: Py, guild_id: u64, user_id: u64) -> PyResult<&PyAny> { [INFO] [stdout] | ^^^^^^ this lifetime flows to the output ------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn setup(py: Python<'_>, client: Py, guild_id: u64, user_id: u64) -> PyResult<&PyAny> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn join<'a>(&'a self, py: Python<'a>, channel_id: u64) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 66 | pub fn join<'a>(&'a self, py: Python<'a>, channel_id: u64) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:78:25 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn connect<'a>(&'a self, py: Python<'a>) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 78 | pub fn connect<'a>(&'a self, py: Python<'a>) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | &'a self, [INFO] [stdout] | ^^ these lifetimes flow to the output [INFO] [stdout] 99 | py: Python<'a>, [INFO] [stdout] | ^^ these lifetimes flow to the output [INFO] [stdout] ... [INFO] [stdout] 102 | ) -> PyResult<&PyAny> { [INFO] [stdout] | ------ the lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 102 | ) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | &'a self, [INFO] [stdout] | ^^ these lifetimes flow to the output [INFO] [stdout] 114 | py: Python<'a>, [INFO] [stdout] | ^^ these lifetimes flow to the output [INFO] [stdout] ... [INFO] [stdout] 117 | ) -> PyResult<&PyAny> { [INFO] [stdout] | ------ the lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 117 | ) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn ytdl<'a>(&'a self, py: Python<'a>, url: String) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 134 | pub fn ytdl<'a>(&'a self, py: Python<'a>, url: String) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn deafen<'a>(&'a self, py: Python<'a>, deaf: bool) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 169 | pub fn deafen<'a>(&'a self, py: Python<'a>, deaf: bool) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:179:22 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn mute<'a>(&'a self, py: Python<'a>, mute: bool) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 179 | pub fn mute<'a>(&'a self, py: Python<'a>, mute: bool) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/core.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn leave<'a>(&'a self, py: Python<'a>) -> PyResult<&PyAny> { [INFO] [stdout] | ^^ ^^ ------ the lifetime gets resolved as `'a` [INFO] [stdout] | | | [INFO] [stdout] | | these lifetimes flow to the output [INFO] [stdout] | these lifetimes flow to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 189 | pub fn leave<'a>(&'a self, py: Python<'a>) -> PyResult<&'a PyAny> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/core.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | #[pymethods] [INFO] [stdout] | -^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `PyClassImplCollector` is not local [INFO] [stdout] | `PyClassNewTextSignature` is not local [INFO] [stdout] | move the `impl` block outside of this function `trampoline` and up 4 bodies [INFO] [stdout] 41 | impl Core { [INFO] [stdout] | ---- [INFO] [stdout] | | [INFO] [stdout] | `Core` is not local [INFO] [stdout] | `Core` is not local [INFO] [stdout] | [INFO] [stdout] = note: the attribute macro `pymethods` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the attribute macro `pymethods` may come from an old version of the `pyo3_macros` crate, try updating your dependency with `cargo update -p pyo3_macros` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `pymethods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `Command { std: "docker" "inspect" "10afd1ca094110981e3d1ffe4108f7604b9d22aff61de7ae2fcf8c54e9140022", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10afd1ca094110981e3d1ffe4108f7604b9d22aff61de7ae2fcf8c54e9140022", kill_on_drop: false }` [INFO] [stdout] 10afd1ca094110981e3d1ffe4108f7604b9d22aff61de7ae2fcf8c54e9140022