[INFO] cloning repository https://github.com/rollrat/youtube-dl-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rollrat/youtube-dl-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frollrat%2Fyoutube-dl-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frollrat%2Fyoutube-dl-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae2b3179d07d89ede150f1e4ef3a343b8694a92d
[INFO] documenting rollrat/youtube-dl-rs against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frollrat%2Fyoutube-dl-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/rollrat/youtube-dl-rs
[INFO] finished tweaking git repo https://github.com/rollrat/youtube-dl-rs
[INFO] tweaked toml for git repo https://github.com/rollrat/youtube-dl-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rollrat/youtube-dl-rs on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rollrat/youtube-dl-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d328a30ec8dcc53e6778f8c8c449a044bc8af1439fafea9bc92a74020ae96113
[INFO] running `Command { std: "docker" "start" "-a" "d328a30ec8dcc53e6778f8c8c449a044bc8af1439fafea9bc92a74020ae96113", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d328a30ec8dcc53e6778f8c8c449a044bc8af1439fafea9bc92a74020ae96113", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d328a30ec8dcc53e6778f8c8c449a044bc8af1439fafea9bc92a74020ae96113", kill_on_drop: false }`
[INFO] [stdout] d328a30ec8dcc53e6778f8c8c449a044bc8af1439fafea9bc92a74020ae96113
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 406fa15cb3d72df87a839c05a992c80929722501841bd5e7be1a89169ba5c7a8
[INFO] running `Command { std: "docker" "start" "-a" "406fa15cb3d72df87a839c05a992c80929722501841bd5e7be1a89169ba5c7a8", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling rustix v0.37.11
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling lalrpop-util v0.19.9
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling pico-args v0.4.2
[INFO] [stderr]    Compiling lalrpop v0.19.9
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling lz4_flex v0.9.5
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling rustpython-compiler-core v0.2.0 (/opt/rustwide/workdir/compiler/core)
[INFO] [stderr]    Compiling unic-ucd-category v0.9.0
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> compiler/core/src/bytecode.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn borrow_constant(&self) -> BorrowedConstant<Self>;
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self>;
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> compiler/core/src/bytecode.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn borrow_constant(&self) -> BorrowedConstant<Self> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> compiler/core/src/bytecode.rs:925:22
[INFO] [stdout]     |
[INFO] [stdout] 925 |     pub fn arg_names(&self) -> Arguments<C::Name> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 925 |     pub fn arg_names(&self) -> Arguments<'_, C::Name> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling rustpython-literal v0.2.0 (/opt/rustwide/workdir/compiler/literal)
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.3
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking digest v0.10.6
[INFO] [stderr]    Compiling rustpython-ast v0.2.0 (/opt/rustwide/workdir/compiler/ast)
[INFO] [stderr]    Compiling syn-ext v0.4.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> compiler/core/src/bytecode.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn borrow_constant(&self) -> BorrowedConstant<Self>;
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self>;
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> compiler/core/src/bytecode.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn borrow_constant(&self) -> BorrowedConstant<Self> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> compiler/core/src/bytecode.rs:925:22
[INFO] [stdout]     |
[INFO] [stdout] 925 |     pub fn arg_names(&self) -> Arguments<C::Name> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 925 |     pub fn arg_names(&self) -> Arguments<'_, C::Name> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling nom8 v0.2.0
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr]    Compiling toml_datetime v0.5.1
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling unicode_names2 v0.6.0 (https://github.com/youknowone/unicode_names2.git?rev=4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde#4ce16aa8)
[INFO] [stderr]    Compiling unic-emoji-char v0.9.0
[INFO] [stderr]    Compiling unic-ucd-ident v0.9.0
[INFO] [stderr]    Compiling toml_edit v0.18.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling rustpython-codegen v0.2.0 (/opt/rustwide/workdir/compiler/codegen)
[INFO] [stderr]    Compiling proc-macro-crate v1.3.0
[INFO] [stderr]    Compiling pmutil v0.5.3
[INFO] [stderr]    Compiling rustpython-doc v0.1.0 (https://github.com/RustPython/__doc__?branch=main#d927debd)
[INFO] [stderr]    Compiling textwrap v0.15.2
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling rustversion v1.0.11
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling rustpython-derive-impl v0.2.0 (/opt/rustwide/workdir/derive-impl)
[INFO] [stderr]    Compiling caseless v0.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling atomic v0.5.1
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling libsqlite3-sys v0.25.2
[INFO] [stderr]     Checking nix v0.26.2
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling rustpython-vm v0.2.0 (/opt/rustwide/workdir/vm)
[INFO] [stderr]     Checking fd-lock v3.0.12
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking unic-ucd-hangul v0.9.0
[INFO] [stderr]     Checking cpufeatures v0.2.5
[INFO] [stderr]     Checking volatile v0.3.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking iana-time-zone v0.1.53
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking optional v0.5.0
[INFO] [stderr]     Checking utf8parse v0.2.0
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking rustpython-common v0.2.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]     Checking chrono v0.4.23
[INFO] [stderr]     Checking unic-ucd-normal v0.9.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/boxvec.rs:279:21
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/boxvec.rs:307:20
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn drain_range(&mut self, start: usize, end: usize) -> Drain<T> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> common/src/lock/thread_mutex.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn lock(&self) -> Option<ThreadMutexGuard<R, G, T>> {
[INFO] [stdout]    |                 ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn lock(&self) -> Option<ThreadMutexGuard<'_, R, G, T>> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/lock/thread_mutex.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn try_lock(&self) -> Result<ThreadMutexGuard<R, G, T>, TryLockThreadError> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn try_lock(&self) -> Result<ThreadMutexGuard<'_, R, G, T>, TryLockThreadError> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rustyline v11.0.0
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]    Compiling rustpython-pylib v0.2.0 (/opt/rustwide/workdir/pylib)
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]  --> pylib/build.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 |     #[cfg(not(feature = "stdlib"))]
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `freeze-stdlib`
[INFO] [stdout]   = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]  --> pylib/build.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[cfg(feature = "stdlib")]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `freeze-stdlib`
[INFO] [stdout]   = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking which v4.4.0
[INFO] [stderr]     Checking unic-ucd-bidi v0.9.0
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking uname v0.1.1
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking unicode-casing v0.1.0
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking keccak v0.1.3
[INFO] [stderr]     Checking timsort v0.1.2
[INFO] [stderr]     Checking exitcode v1.1.2
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling rustpython-stdlib v0.2.0 (/opt/rustwide/workdir/stdlib)
[INFO] [stderr]     Checking sha3 v0.10.6
[INFO] [stderr]     Checking dns-lookup v1.0.8
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]     Checking unic-normal v0.9.0
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking sha2 v0.10.6
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking mt19937 v2.0.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking md-5 v0.10.5
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking unic-ucd-age v0.9.0
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking memmap2 v0.5.8
[INFO] [stderr]     Checking page_size v0.4.2
[INFO] [stderr]     Checking termios v0.3.3
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking puruspe v0.1.5
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking dyn-clone v1.0.10
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking ucd v0.1.1
[INFO] [stderr]     Checking xml-rs v0.8.4
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking mac_address v1.1.4
[INFO] [stderr]    Compiling num_enum_derive v0.5.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling result-like-derive v0.4.5
[INFO] [stderr]    Compiling is-macro v0.2.1
[INFO] [stderr]    Compiling uuid-macro-internal v1.3.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking uuid v1.3.0
[INFO] [stderr]     Checking num_enum v0.5.9
[INFO] [stderr]     Checking sre-engine v0.4.1
[INFO] [stderr]     Checking result-like v0.4.5
[INFO] [stderr]    Compiling rustpython-parser v0.2.0 (/opt/rustwide/workdir/compiler/parser)
[INFO] [stderr]    Compiling rustpython-compiler v0.2.0 (/opt/rustwide/workdir/compiler)
[INFO] [stderr]    Compiling rustpython-derive v0.2.0 (/opt/rustwide/workdir/derive)
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/builtins/complex.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     identifier,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/builtins/bool.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/builtins/type.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     identifier,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/bytesinner.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     identifier,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/class.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/function/protocol.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/stdlib/itertools.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         identifier,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/stdlib/operator.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         identifier,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `emscripten`
[INFO] [stdout]    --> vm/src/stdlib/time.rs:249:52
[INFO] [stdout]     |
[INFO] [stdout] 249 |     #[cfg(any(windows, all(target_arch = "wasm32", target_arch = "emscripten")))]
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> vm/src/stdlib/sys.rs:765:13
[INFO] [stdout]     |
[INFO] [stdout] 765 |             /// As I know, there's only way to use lock as "Mutex" in Rust
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 766 |             /// with satisfying python document spec.
[INFO] [stdout] 767 |             lock: Some("mutex+cond"),
[INFO] [stdout]     |             ------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> vm/src/stdlib/sys.rs:766:13
[INFO] [stdout]     |
[INFO] [stdout] 766 |             /// with satisfying python document spec.
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 767 |             lock: Some("mutex+cond"),
[INFO] [stdout]     |             ------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/types/slot.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/vm/vm_object.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> vm/src/dictdatatype.rs:658:13
[INFO] [stdout]     |
[INFO] [stdout] 658 |         let mut inner = &mut *self.write();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/builtins/code.rs:58:29
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn borrow_obj_constant(obj: &PyObject) -> BorrowedConstant<Literal> {
[INFO] [stdout]    |                             ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn borrow_obj_constant(obj: &PyObject) -> BorrowedConstant<'_, Literal> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/builtins/code.rs:96:24
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn borrow_constant(&self) -> BorrowedConstant<Self> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/memory.rs:392:18
[INFO] [stdout]     |
[INFO] [stdout] 392 |     fn obj_bytes(&self) -> BorrowedValue<[u8]> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 392 |     fn obj_bytes(&self) -> BorrowedValue<'_, [u8]> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/memory.rs:402:22
[INFO] [stdout]     |
[INFO] [stdout] 402 |     fn obj_bytes_mut(&self) -> BorrowedValueMut<[u8]> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 |     fn obj_bytes_mut(&self) -> BorrowedValueMut<'_, [u8]> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/memory.rs:412:22
[INFO] [stdout]     |
[INFO] [stdout] 412 |     fn as_contiguous(&self) -> Option<BorrowedValue<[u8]>> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     fn as_contiguous(&self) -> Option<BorrowedValue<'_, [u8]>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/memory.rs:420:27
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn _as_contiguous_mut(&self) -> Option<BorrowedValueMut<[u8]>> {
[INFO] [stdout]     |                           ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn _as_contiguous_mut(&self) -> Option<BorrowedValueMut<'_, [u8]>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/str.rs:356:15
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn borrow(&self) -> &BorrowedStr {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn borrow(&self) -> &BorrowedStr<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/type.rs:400:22
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn slot_name(&self) -> BorrowedValue<str> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn slot_name(&self) -> BorrowedValue<'_, str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/type.rs:407:17
[INFO] [stdout]     |
[INFO] [stdout] 407 |     pub fn name(&self) -> BorrowedValue<str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 407 |     pub fn name(&self) -> BorrowedValue<'_, str> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: casting references to a bigger memory layout than the backing allocation is undefined behavior, even if the reference is unused
[INFO] [stdout]    --> vm/src/class.rs:130:17
[INFO] [stdout]     |
[INFO] [stdout] 129 |                 let r: &Py<PyType> = &typ;
[INFO] [stdout]     |                                       --- backing allocation comes from here
[INFO] [stdout] 130 |                 &*(r as *const _)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: casting from `core::PyRef<type_::PyType>` (8 bytes) to `core::Py<type_::PyType>` (872 bytes)
[INFO] [stdout]     = note: `#[warn(invalid_reference_casting)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/frame.rs:1907:21
[INFO] [stdout]      |
[INFO] [stdout] 1907 |     fn pop_multiple(&mut self, count: usize) -> crate::common::boxvec::Drain<PyObjectRef> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1907 |     fn pop_multiple(&mut self, count: usize) -> crate::common::boxvec::Drain<'_, PyObjectRef> {
[INFO] [stdout]      |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/function/argument.rs:414:17
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn iter(&self) -> std::slice::Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn iter(&self) -> std::slice::Iter<'_, T> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/function/protocol.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn mapping(&self) -> PyMapping {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn mapping(&self) -> PyMapping<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/buffer.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_contiguous(&self) -> Option<BorrowedValue<[u8]>> {
[INFO] [stdout]    |                          ^^^^^            ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_contiguous(&self) -> Option<BorrowedValue<'_, [u8]>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/buffer.rs:61:30
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn as_contiguous_mut(&self) -> Option<BorrowedValueMut<[u8]>> {
[INFO] [stdout]    |                              ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn as_contiguous_mut(&self) -> Option<BorrowedValueMut<'_, [u8]>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/buffer.rs:77:40
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub unsafe fn contiguous_unchecked(&self) -> BorrowedValue<[u8]> {
[INFO] [stdout]    |                                        ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub unsafe fn contiguous_unchecked(&self) -> BorrowedValue<'_, [u8]> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/buffer.rs:83:44
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub unsafe fn contiguous_mut_unchecked(&self) -> BorrowedValueMut<[u8]> {
[INFO] [stdout]    |                                            ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                            |
[INFO] [stdout]    |                                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub unsafe fn contiguous_mut_unchecked(&self) -> BorrowedValueMut<'_, [u8]> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/protocol/buffer.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn obj_bytes(&self) -> BorrowedValue<[u8]> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn obj_bytes(&self) -> BorrowedValue<'_, [u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/protocol/buffer.rs:120:26
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn obj_bytes_mut(&self) -> BorrowedValueMut<[u8]> {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn obj_bytes_mut(&self) -> BorrowedValueMut<'_, [u8]> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/iter.rs:73:35
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn into_iter<U>(self, vm: &VirtualMachine) -> PyResult<PyIterIter<U, PyObjectRef>> {
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^              ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn into_iter<U>(self, vm: &VirtualMachine) -> PyResult<PyIterIter<'_, U, PyObjectRef>> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/number.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn to_number(&self) -> PyNumber {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn to_number(&self) -> PyNumber<'_> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/stdlib/io.rs:1382:17
[INFO] [stdout]      |
[INFO] [stdout] 1382 |         fn lock(&self, vm: &VirtualMachine) -> PyResult<PyThreadMutexGuard<BufferedData>> {
[INFO] [stdout]      |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1382 |         fn lock(&self, vm: &VirtualMachine) -> PyResult<PyThreadMutexGuard<'_, BufferedData>> {
[INFO] [stdout]      |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/stdlib/io.rs:2276:13
[INFO] [stdout]      |
[INFO] [stdout] 2276 |             &self,
[INFO] [stdout]      |             ^^^^^ the lifetime is elided here
[INFO] [stdout] 2277 |             vm: &VirtualMachine,
[INFO] [stdout] 2278 |         ) -> PyResult<PyThreadMutexGuard<Option<TextIOData>>> {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2278 |         ) -> PyResult<PyThreadMutexGuard<'_, Option<TextIOData>>> {
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/stdlib/io.rs:2284:17
[INFO] [stdout]      |
[INFO] [stdout] 2284 |         fn lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedThreadMutexGuard<TextIOData>> {
[INFO] [stdout]      |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2284 |         fn lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedThreadMutexGuard<'_, TextIOData>> {
[INFO] [stdout]      |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/stdlib/sre.rs:57:42
[INFO] [stdout]    |
[INFO] [stdout] 57 |         fn create_request(self, pattern: &Pattern, start: usize, end: usize) -> Request<Self> {
[INFO] [stdout]    |                                          ^^^^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |         fn create_request(self, pattern: &Pattern, start: usize, end: usize) -> Request<'_, Self> {
[INFO] [stdout]    |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/types/slot.rs:1202:34
[INFO] [stdout]      |
[INFO] [stdout] 1202 |     fn mapping_downcast(mapping: PyMapping) -> &Py<Self> {
[INFO] [stdout]      |                                  ^^^^^^^^^     ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  the lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1202 |     fn mapping_downcast(mapping: PyMapping<'_>) -> &Py<Self> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/types/slot.rs:1213:31
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     fn sequence_downcast(seq: PySequence) -> &Py<Self> {
[INFO] [stdout]      |                               ^^^^^^^^^^     ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               the lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     fn sequence_downcast(seq: PySequence<'_>) -> &Py<Self> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/types/slot.rs:1229:29
[INFO] [stdout]      |
[INFO] [stdout] 1229 |     fn number_downcast(num: PyNumber) -> &Py<Self> {
[INFO] [stdout]      |                             ^^^^^^^^     ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             the lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1229 |     fn number_downcast(num: PyNumber<'_>) -> &Py<Self> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/vm/mod.rs:437:26
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn current_frame(&self) -> Option<Ref<FrameRef>> {
[INFO] [stdout]     |                          ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn current_frame(&self) -> Option<Ref<'_, FrameRef>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/vm/mod.rs:454:28
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn current_globals(&self) -> Ref<PyDictRef> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn current_globals(&self) -> Ref<'_, PyDictRef> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `i686`
[INFO] [stdout]    --> stdlib/src/socket.rs:311:17
[INFO] [stdout]     |
[INFO] [stdout] 311 |                 target_arch = "i686",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `powerpc64le`
[INFO] [stdout]    --> stdlib/src/socket.rs:316:17
[INFO] [stdout]     |
[INFO] [stdout] 316 |                 target_arch = "powerpc64le",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^-------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               help: there is a expected value with a similar name: `"powerpc64"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `riscv64gc`
[INFO] [stdout]    --> stdlib/src/socket.rs:317:17
[INFO] [stdout]     |
[INFO] [stdout] 317 |                 target_arch = "riscv64gc",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^-----------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               help: there is a expected value with a similar name: `"riscv64"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `i686`
[INFO] [stdout]    --> stdlib/src/socket.rs:362:17
[INFO] [stdout]     |
[INFO] [stdout] 362 |                 target_arch = "i686",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `powerpc64le`
[INFO] [stdout]    --> stdlib/src/socket.rs:367:17
[INFO] [stdout]     |
[INFO] [stdout] 367 |                 target_arch = "powerpc64le",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^-------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               help: there is a expected value with a similar name: `"powerpc64"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `riscv64gc`
[INFO] [stdout]    --> stdlib/src/socket.rs:368:17
[INFO] [stdout]     |
[INFO] [stdout] 368 |                 target_arch = "riscv64gc",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^-----------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               help: there is a expected value with a similar name: `"riscv64"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `freebds`
[INFO] [stdout]   --> stdlib/src/resource.rs:56:62
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(any(target_os = "linux", target_os = "emscripten", target_os = "freebds"))]
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^---------
[INFO] [stdout]    |                                                                          |
[INFO] [stdout]    |                                                                          help: there is a expected value with a similar name: `"freebsd"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, and `trusty` and 12 more
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/mmap.rs:497:25
[INFO] [stdout]     |
[INFO] [stdout] 497 |         fn as_bytes_mut(&self) -> BorrowedValueMut<[u8]> {
[INFO] [stdout]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 497 |         fn as_bytes_mut(&self) -> BorrowedValueMut<'_, [u8]> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/mmap.rs:507:21
[INFO] [stdout]     |
[INFO] [stdout] 507 |         fn as_bytes(&self) -> BorrowedValue<[u8]> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 507 |         fn as_bytes(&self) -> BorrowedValue<'_, [u8]> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/mmap.rs:550:24
[INFO] [stdout]     |
[INFO] [stdout] 550 |         fn check_valid(&self, vm: &VirtualMachine) -> PyResult<PyMutexGuard<Option<MmapObj>>> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 550 |         fn check_valid(&self, vm: &VirtualMachine) -> PyResult<PyMutexGuard<'_, Option<MmapObj>>> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/sqlite.rs:865:20
[INFO] [stdout]     |
[INFO] [stdout] 865 |         fn db_lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<Sqlite>> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 865 |         fn db_lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<'_, Sqlite>> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/sqlite.rs:870:21
[INFO] [stdout]     |
[INFO] [stdout] 870 |         fn _db_lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<Sqlite>> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 870 |         fn _db_lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<'_, Sqlite>> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `PyAtomicRef::<Option<rustpython_vm::PyObject>>::swap` that must be used
[INFO] [stdout]    --> stdlib/src/sqlite.rs:897:26
[INFO] [stdout]     |
[INFO] [stdout] 897 |                 unsafe { cursor.row_factory.swap(zelf.row_factory.to_owned()) };
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 897 |                 unsafe { let _ = cursor.row_factory.swap(zelf.row_factory.to_owned()); };
[INFO] [stdout]     |                          +++++++                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1151:26
[INFO] [stdout]      |
[INFO] [stdout] 1151 |                 unsafe { Box::from_raw(data) };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1151 |                 unsafe { let _ = Box::from_raw(data); };
[INFO] [stdout]      |                          +++++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `PyAtomicRef::<Option<T>>::swap` that must be used
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1312:22
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             unsafe { self.isolation_level.swap(val) };
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             unsafe { let _ = self.isolation_level.swap(val); };
[INFO] [stdout]      |                      +++++++                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `PyAtomicRef::<rustpython_vm::PyObject>::swap` that must be used
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1322:22
[INFO] [stdout]      |
[INFO] [stdout] 1322 |             unsafe { self.text_factory.swap(val) };
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1322 |             unsafe { let _ = self.text_factory.swap(val); };
[INFO] [stdout]      |                      +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `PyAtomicRef::<Option<rustpython_vm::PyObject>>::swap` that must be used
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1331:22
[INFO] [stdout]      |
[INFO] [stdout] 1331 |             unsafe { self.row_factory.swap(val) };
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1331 |             unsafe { let _ = self.row_factory.swap(val); };
[INFO] [stdout]      |                      +++++++                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1401:18
[INFO] [stdout]      |
[INFO] [stdout] 1401 |         fn inner(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<CursorInner>> {
[INFO] [stdout]      |                  ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1401 |         fn inner(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<'_, CursorInner>> {
[INFO] [stdout]      |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> stdlib/src/sqlite.rs:2065:18
[INFO] [stdout]      |
[INFO] [stdout] 2065 |         fn inner(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<BlobInner>> {
[INFO] [stdout]      |                  ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2065 |         fn inner(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<'_, BlobInner>> {
[INFO] [stdout]      |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> stdlib/src/sqlite.rs:2273:17
[INFO] [stdout]      |
[INFO] [stdout] 2273 |         fn lock(&self) -> PyMutexGuard<SqliteStatement> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2273 |         fn lock(&self) -> PyMutexGuard<'_, SqliteStatement> {
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting rustpython v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 51s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rustpython/index.html
[INFO] running `Command { std: "docker" "inspect" "406fa15cb3d72df87a839c05a992c80929722501841bd5e7be1a89169ba5c7a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "406fa15cb3d72df87a839c05a992c80929722501841bd5e7be1a89169ba5c7a8", kill_on_drop: false }`
[INFO] [stdout] 406fa15cb3d72df87a839c05a992c80929722501841bd5e7be1a89169ba5c7a8
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5707fdd61f451a01c626154fbd0b75e7cd75f8e73c72692fbb38b3d0e1a281cc
[INFO] running `Command { std: "docker" "start" "-a" "5707fdd61f451a01c626154fbd0b75e7cd75f8e73c72692fbb38b3d0e1a281cc", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> compiler/core/src/bytecode.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn borrow_constant(&self) -> BorrowedConstant<Self>;
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self>;
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> compiler/core/src/bytecode.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn borrow_constant(&self) -> BorrowedConstant<Self> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> compiler/core/src/bytecode.rs:925:22
[INFO] [stdout]     |
[INFO] [stdout] 925 |     pub fn arg_names(&self) -> Arguments<C::Name> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 925 |     pub fn arg_names(&self) -> Arguments<'_, C::Name> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> compiler/core/src/bytecode.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn borrow_constant(&self) -> BorrowedConstant<Self>;
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self>;
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> compiler/core/src/bytecode.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn borrow_constant(&self) -> BorrowedConstant<Self> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> compiler/core/src/bytecode.rs:925:22
[INFO] [stdout]     |
[INFO] [stdout] 925 |     pub fn arg_names(&self) -> Arguments<C::Name> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 925 |     pub fn arg_names(&self) -> Arguments<'_, C::Name> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/boxvec.rs:279:21
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/boxvec.rs:307:20
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn drain_range(&mut self, start: usize, end: usize) -> Drain<T> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> common/src/lock/thread_mutex.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn lock(&self) -> Option<ThreadMutexGuard<R, G, T>> {
[INFO] [stdout]    |                 ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn lock(&self) -> Option<ThreadMutexGuard<'_, R, G, T>> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/lock/thread_mutex.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn try_lock(&self) -> Result<ThreadMutexGuard<R, G, T>, TryLockThreadError> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn try_lock(&self) -> Result<ThreadMutexGuard<'_, R, G, T>, TryLockThreadError> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]  --> pylib/build.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 |     #[cfg(not(feature = "stdlib"))]
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `freeze-stdlib`
[INFO] [stdout]   = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdlib`
[INFO] [stdout]  --> pylib/build.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[cfg(feature = "stdlib")]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `freeze-stdlib`
[INFO] [stdout]   = help: consider adding `stdlib` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/builtins/complex.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     identifier,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/builtins/bool.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/builtins/type.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     identifier,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/bytesinner.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     identifier,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/class.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/function/protocol.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/stdlib/itertools.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         identifier,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]   --> vm/src/stdlib/operator.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         identifier,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `emscripten`
[INFO] [stdout]    --> vm/src/stdlib/time.rs:249:52
[INFO] [stdout]     |
[INFO] [stdout] 249 |     #[cfg(any(windows, all(target_arch = "wasm32", target_arch = "emscripten")))]
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> vm/src/stdlib/sys.rs:765:13
[INFO] [stdout]     |
[INFO] [stdout] 765 |             /// As I know, there's only way to use lock as "Mutex" in Rust
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 766 |             /// with satisfying python document spec.
[INFO] [stdout] 767 |             lock: Some("mutex+cond"),
[INFO] [stdout]     |             ------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> vm/src/stdlib/sys.rs:766:13
[INFO] [stdout]     |
[INFO] [stdout] 766 |             /// with satisfying python document spec.
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 767 |             lock: Some("mutex+cond"),
[INFO] [stdout]     |             ------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/types/slot.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `identifier`
[INFO] [stdout]  --> vm/src/vm/vm_object.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     identifier,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> vm/src/dictdatatype.rs:658:13
[INFO] [stdout]     |
[INFO] [stdout] 658 |         let mut inner = &mut *self.write();
[INFO] [stdout]     |             ----^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/builtins/code.rs:58:29
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn borrow_obj_constant(obj: &PyObject) -> BorrowedConstant<Literal> {
[INFO] [stdout]    |                             ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn borrow_obj_constant(obj: &PyObject) -> BorrowedConstant<'_, Literal> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/builtins/code.rs:96:24
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn borrow_constant(&self) -> BorrowedConstant<Self> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     fn borrow_constant(&self) -> BorrowedConstant<'_, Self> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/memory.rs:392:18
[INFO] [stdout]     |
[INFO] [stdout] 392 |     fn obj_bytes(&self) -> BorrowedValue<[u8]> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 392 |     fn obj_bytes(&self) -> BorrowedValue<'_, [u8]> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/memory.rs:402:22
[INFO] [stdout]     |
[INFO] [stdout] 402 |     fn obj_bytes_mut(&self) -> BorrowedValueMut<[u8]> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 |     fn obj_bytes_mut(&self) -> BorrowedValueMut<'_, [u8]> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/memory.rs:412:22
[INFO] [stdout]     |
[INFO] [stdout] 412 |     fn as_contiguous(&self) -> Option<BorrowedValue<[u8]>> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     fn as_contiguous(&self) -> Option<BorrowedValue<'_, [u8]>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/memory.rs:420:27
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn _as_contiguous_mut(&self) -> Option<BorrowedValueMut<[u8]>> {
[INFO] [stdout]     |                           ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn _as_contiguous_mut(&self) -> Option<BorrowedValueMut<'_, [u8]>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/str.rs:356:15
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn borrow(&self) -> &BorrowedStr {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |               |         ||
[INFO] [stdout]     |               |         |the same lifetime is hidden here
[INFO] [stdout]     |               |         the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn borrow(&self) -> &BorrowedStr<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/type.rs:400:22
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn slot_name(&self) -> BorrowedValue<str> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn slot_name(&self) -> BorrowedValue<'_, str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/builtins/type.rs:407:17
[INFO] [stdout]     |
[INFO] [stdout] 407 |     pub fn name(&self) -> BorrowedValue<str> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 407 |     pub fn name(&self) -> BorrowedValue<'_, str> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: casting references to a bigger memory layout than the backing allocation is undefined behavior, even if the reference is unused
[INFO] [stdout]    --> vm/src/class.rs:130:17
[INFO] [stdout]     |
[INFO] [stdout] 129 |                 let r: &Py<PyType> = &typ;
[INFO] [stdout]     |                                       --- backing allocation comes from here
[INFO] [stdout] 130 |                 &*(r as *const _)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: casting from `core::PyRef<type_::PyType>` (8 bytes) to `core::Py<type_::PyType>` (872 bytes)
[INFO] [stdout]     = note: `#[warn(invalid_reference_casting)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/frame.rs:1907:21
[INFO] [stdout]      |
[INFO] [stdout] 1907 |     fn pop_multiple(&mut self, count: usize) -> crate::common::boxvec::Drain<PyObjectRef> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1907 |     fn pop_multiple(&mut self, count: usize) -> crate::common::boxvec::Drain<'_, PyObjectRef> {
[INFO] [stdout]      |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/function/argument.rs:414:17
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn iter(&self) -> std::slice::Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn iter(&self) -> std::slice::Iter<'_, T> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/function/protocol.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn mapping(&self) -> PyMapping {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn mapping(&self) -> PyMapping<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/buffer.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_contiguous(&self) -> Option<BorrowedValue<[u8]>> {
[INFO] [stdout]    |                          ^^^^^            ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn as_contiguous(&self) -> Option<BorrowedValue<'_, [u8]>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/buffer.rs:61:30
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn as_contiguous_mut(&self) -> Option<BorrowedValueMut<[u8]>> {
[INFO] [stdout]    |                              ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn as_contiguous_mut(&self) -> Option<BorrowedValueMut<'_, [u8]>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/buffer.rs:77:40
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub unsafe fn contiguous_unchecked(&self) -> BorrowedValue<[u8]> {
[INFO] [stdout]    |                                        ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub unsafe fn contiguous_unchecked(&self) -> BorrowedValue<'_, [u8]> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/buffer.rs:83:44
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub unsafe fn contiguous_mut_unchecked(&self) -> BorrowedValueMut<[u8]> {
[INFO] [stdout]    |                                            ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                            |
[INFO] [stdout]    |                                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub unsafe fn contiguous_mut_unchecked(&self) -> BorrowedValueMut<'_, [u8]> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/protocol/buffer.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn obj_bytes(&self) -> BorrowedValue<[u8]> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn obj_bytes(&self) -> BorrowedValue<'_, [u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/protocol/buffer.rs:120:26
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn obj_bytes_mut(&self) -> BorrowedValueMut<[u8]> {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn obj_bytes_mut(&self) -> BorrowedValueMut<'_, [u8]> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/iter.rs:73:35
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn into_iter<U>(self, vm: &VirtualMachine) -> PyResult<PyIterIter<U, PyObjectRef>> {
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^              ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn into_iter<U>(self, vm: &VirtualMachine) -> PyResult<PyIterIter<'_, U, PyObjectRef>> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/protocol/number.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn to_number(&self) -> PyNumber {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn to_number(&self) -> PyNumber<'_> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/stdlib/io.rs:1382:17
[INFO] [stdout]      |
[INFO] [stdout] 1382 |         fn lock(&self, vm: &VirtualMachine) -> PyResult<PyThreadMutexGuard<BufferedData>> {
[INFO] [stdout]      |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1382 |         fn lock(&self, vm: &VirtualMachine) -> PyResult<PyThreadMutexGuard<'_, BufferedData>> {
[INFO] [stdout]      |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/stdlib/io.rs:2276:13
[INFO] [stdout]      |
[INFO] [stdout] 2276 |             &self,
[INFO] [stdout]      |             ^^^^^ the lifetime is elided here
[INFO] [stdout] 2277 |             vm: &VirtualMachine,
[INFO] [stdout] 2278 |         ) -> PyResult<PyThreadMutexGuard<Option<TextIOData>>> {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2278 |         ) -> PyResult<PyThreadMutexGuard<'_, Option<TextIOData>>> {
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/stdlib/io.rs:2284:17
[INFO] [stdout]      |
[INFO] [stdout] 2284 |         fn lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedThreadMutexGuard<TextIOData>> {
[INFO] [stdout]      |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2284 |         fn lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedThreadMutexGuard<'_, TextIOData>> {
[INFO] [stdout]      |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> vm/src/stdlib/sre.rs:57:42
[INFO] [stdout]    |
[INFO] [stdout] 57 |         fn create_request(self, pattern: &Pattern, start: usize, end: usize) -> Request<Self> {
[INFO] [stdout]    |                                          ^^^^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |         fn create_request(self, pattern: &Pattern, start: usize, end: usize) -> Request<'_, Self> {
[INFO] [stdout]    |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/types/slot.rs:1202:34
[INFO] [stdout]      |
[INFO] [stdout] 1202 |     fn mapping_downcast(mapping: PyMapping) -> &Py<Self> {
[INFO] [stdout]      |                                  ^^^^^^^^^     ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  the lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1202 |     fn mapping_downcast(mapping: PyMapping<'_>) -> &Py<Self> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/types/slot.rs:1213:31
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     fn sequence_downcast(seq: PySequence) -> &Py<Self> {
[INFO] [stdout]      |                               ^^^^^^^^^^     ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               the lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     fn sequence_downcast(seq: PySequence<'_>) -> &Py<Self> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> vm/src/types/slot.rs:1229:29
[INFO] [stdout]      |
[INFO] [stdout] 1229 |     fn number_downcast(num: PyNumber) -> &Py<Self> {
[INFO] [stdout]      |                             ^^^^^^^^     ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             the lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1229 |     fn number_downcast(num: PyNumber<'_>) -> &Py<Self> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/vm/mod.rs:437:26
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn current_frame(&self) -> Option<Ref<FrameRef>> {
[INFO] [stdout]     |                          ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn current_frame(&self) -> Option<Ref<'_, FrameRef>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> vm/src/vm/mod.rs:454:28
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn current_globals(&self) -> Ref<PyDictRef> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn current_globals(&self) -> Ref<'_, PyDictRef> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `i686`
[INFO] [stdout]    --> stdlib/src/socket.rs:311:17
[INFO] [stdout]     |
[INFO] [stdout] 311 |                 target_arch = "i686",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `powerpc64le`
[INFO] [stdout]    --> stdlib/src/socket.rs:316:17
[INFO] [stdout]     |
[INFO] [stdout] 316 |                 target_arch = "powerpc64le",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^-------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               help: there is a expected value with a similar name: `"powerpc64"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `riscv64gc`
[INFO] [stdout]    --> stdlib/src/socket.rs:317:17
[INFO] [stdout]     |
[INFO] [stdout] 317 |                 target_arch = "riscv64gc",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^-----------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               help: there is a expected value with a similar name: `"riscv64"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `i686`
[INFO] [stdout]    --> stdlib/src/socket.rs:362:17
[INFO] [stdout]     |
[INFO] [stdout] 362 |                 target_arch = "i686",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `powerpc64le`
[INFO] [stdout]    --> stdlib/src/socket.rs:367:17
[INFO] [stdout]     |
[INFO] [stdout] 367 |                 target_arch = "powerpc64le",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^-------------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               help: there is a expected value with a similar name: `"powerpc64"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `riscv64gc`
[INFO] [stdout]    --> stdlib/src/socket.rs:368:17
[INFO] [stdout]     |
[INFO] [stdout] 368 |                 target_arch = "riscv64gc",
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^-----------
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               help: there is a expected value with a similar name: `"riscv64"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `freebds`
[INFO] [stdout]   --> stdlib/src/resource.rs:56:62
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(any(target_os = "linux", target_os = "emscripten", target_os = "freebds"))]
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^---------
[INFO] [stdout]    |                                                                          |
[INFO] [stdout]    |                                                                          help: there is a expected value with a similar name: `"freebsd"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, and `trusty` and 12 more
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/mmap.rs:497:25
[INFO] [stdout]     |
[INFO] [stdout] 497 |         fn as_bytes_mut(&self) -> BorrowedValueMut<[u8]> {
[INFO] [stdout]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 497 |         fn as_bytes_mut(&self) -> BorrowedValueMut<'_, [u8]> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/mmap.rs:507:21
[INFO] [stdout]     |
[INFO] [stdout] 507 |         fn as_bytes(&self) -> BorrowedValue<[u8]> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 507 |         fn as_bytes(&self) -> BorrowedValue<'_, [u8]> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/mmap.rs:550:24
[INFO] [stdout]     |
[INFO] [stdout] 550 |         fn check_valid(&self, vm: &VirtualMachine) -> PyResult<PyMutexGuard<Option<MmapObj>>> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 550 |         fn check_valid(&self, vm: &VirtualMachine) -> PyResult<PyMutexGuard<'_, Option<MmapObj>>> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/sqlite.rs:865:20
[INFO] [stdout]     |
[INFO] [stdout] 865 |         fn db_lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<Sqlite>> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 865 |         fn db_lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<'_, Sqlite>> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> stdlib/src/sqlite.rs:870:21
[INFO] [stdout]     |
[INFO] [stdout] 870 |         fn _db_lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<Sqlite>> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 870 |         fn _db_lock(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<'_, Sqlite>> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `PyAtomicRef::<Option<rustpython_vm::PyObject>>::swap` that must be used
[INFO] [stdout]    --> stdlib/src/sqlite.rs:897:26
[INFO] [stdout]     |
[INFO] [stdout] 897 |                 unsafe { cursor.row_factory.swap(zelf.row_factory.to_owned()) };
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 897 |                 unsafe { let _ = cursor.row_factory.swap(zelf.row_factory.to_owned()); };
[INFO] [stdout]     |                          +++++++                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1151:26
[INFO] [stdout]      |
[INFO] [stdout] 1151 |                 unsafe { Box::from_raw(data) };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1151 |                 unsafe { let _ = Box::from_raw(data); };
[INFO] [stdout]      |                          +++++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `PyAtomicRef::<Option<T>>::swap` that must be used
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1312:22
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             unsafe { self.isolation_level.swap(val) };
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1312 |             unsafe { let _ = self.isolation_level.swap(val); };
[INFO] [stdout]      |                      +++++++                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `PyAtomicRef::<rustpython_vm::PyObject>::swap` that must be used
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1322:22
[INFO] [stdout]      |
[INFO] [stdout] 1322 |             unsafe { self.text_factory.swap(val) };
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1322 |             unsafe { let _ = self.text_factory.swap(val); };
[INFO] [stdout]      |                      +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `PyAtomicRef::<Option<rustpython_vm::PyObject>>::swap` that must be used
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1331:22
[INFO] [stdout]      |
[INFO] [stdout] 1331 |             unsafe { self.row_factory.swap(val) };
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1331 |             unsafe { let _ = self.row_factory.swap(val); };
[INFO] [stdout]      |                      +++++++                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> stdlib/src/sqlite.rs:1401:18
[INFO] [stdout]      |
[INFO] [stdout] 1401 |         fn inner(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<CursorInner>> {
[INFO] [stdout]      |                  ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1401 |         fn inner(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<'_, CursorInner>> {
[INFO] [stdout]      |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> stdlib/src/sqlite.rs:2065:18
[INFO] [stdout]      |
[INFO] [stdout] 2065 |         fn inner(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<BlobInner>> {
[INFO] [stdout]      |                  ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2065 |         fn inner(&self, vm: &VirtualMachine) -> PyResult<PyMappedMutexGuard<'_, BlobInner>> {
[INFO] [stdout]      |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> stdlib/src/sqlite.rs:2273:17
[INFO] [stdout]      |
[INFO] [stdout] 2273 |         fn lock(&self) -> PyMutexGuard<SqliteStatement> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2273 |         fn lock(&self) -> PyMutexGuard<'_, SqliteStatement> {
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting rustpython v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rustpython/index.html
[INFO] running `Command { std: "docker" "inspect" "5707fdd61f451a01c626154fbd0b75e7cd75f8e73c72692fbb38b3d0e1a281cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5707fdd61f451a01c626154fbd0b75e7cd75f8e73c72692fbb38b3d0e1a281cc", kill_on_drop: false }`
[INFO] [stdout] 5707fdd61f451a01c626154fbd0b75e7cd75f8e73c72692fbb38b3d0e1a281cc
