[INFO] fetching crate pyo3 0.27.1...
[INFO] checking pyo3-0.27.1 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate pyo3 0.27.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate pyo3 0.27.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pyo3 0.27.1
[INFO] tweaked toml for crates.io crate pyo3 0.27.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pyo3 0.27.1 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pyo3 0.27.1 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a3acc8e8b7884a08a674cc4ad5f3e311d9dee1f67d2e9e6ad1087694c7637b2
[INFO] running `Command { std: "docker" "start" "-a" "2a3acc8e8b7884a08a674cc4ad5f3e311d9dee1f67d2e9e6ad1087694c7637b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a3acc8e8b7884a08a674cc4ad5f3e311d9dee1f67d2e9e6ad1087694c7637b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a3acc8e8b7884a08a674cc4ad5f3e311d9dee1f67d2e9e6ad1087694c7637b2", kill_on_drop: false }`
[INFO] [stdout] 2a3acc8e8b7884a08a674cc4ad5f3e311d9dee1f67d2e9e6ad1087694c7637b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6818f6e0bfae99f785b9f30d8aed4878c21fbc78c572a2a00eab215e2e243afc
[INFO] running `Command { std: "docker" "start" "-a" "6818f6e0bfae99f785b9f30d8aed4878c21fbc78c572a2a00eab215e2e243afc", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]     Checking assert_approx_eq v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling pyo3-build-config v0.27.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]     Checking proptest v1.8.0
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.1
[INFO] [stderr]    Compiling pyo3-ffi v0.27.1
[INFO] [stderr]    Compiling pyo3 v0.27.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking trybuild v1.0.112
[INFO] [stderr]    Compiling pyo3-macros v0.27.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:133:83
[INFO] [stdout]     |
[INFO] [stdout] 133 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 134 | |         Ok(self)
[INFO] [stdout] 135 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         Ok(self)
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:143:83
[INFO] [stdout]     |
[INFO] [stdout] 143 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 144 | |         Ok(self.as_borrowed())
[INFO] [stdout] 145 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         Ok(self.as_borrowed())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:153:83
[INFO] [stdout]     |
[INFO] [stdout] 153 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 154 | |         Ok(self)
[INFO] [stdout] 155 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         Ok(self)
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:163:83
[INFO] [stdout]     |
[INFO] [stdout] 163 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 164 | |         Ok(*self)
[INFO] [stdout] 165 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         Ok(*self)
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:173:82
[INFO] [stdout]     |
[INFO] [stdout] 173 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 174 | |         Ok(self.into_bound(py))
[INFO] [stdout] 175 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |         Ok(self.into_bound(py))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:183:82
[INFO] [stdout]     |
[INFO] [stdout] 183 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 184 | |         Ok(self.bind_borrowed(py))
[INFO] [stdout] 185 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |         Ok(self.bind_borrowed(py))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, tuple::PyTuple>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:592:82
[INFO] [stdout]     |
[INFO] [stdout] 592 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 593 | |         Ok(PyTuple::empty(py))
[INFO] [stdout] 594 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, tuple::PyTuple>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:593:9
[INFO] [stdout]     |
[INFO] [stdout] 593 |         Ok(PyTuple::empty(py))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/cstring.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         self.to_str()?.into_pyobject(py).map_err(|err| match err {})
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:226:82
[INFO] [stdout]     |
[INFO] [stdout] 226 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 227 | |         unsafe {
[INFO] [stdout] 228 | |             Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 229 | |                 .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 232 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 | /         unsafe {
[INFO] [stdout] 228 | |             Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 229 | |                 .assume_owned(py)
[INFO] [stdout] 230 | |                 .cast_into_unchecked())
[INFO] [stdout] 231 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:228:13
[INFO] [stdout]     |
[INFO] [stdout] 228 | /             Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 229 | |                 .assume_owned(py)
[INFO] [stdout] 230 | |                 .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:260:82
[INFO] [stdout]     |
[INFO] [stdout] 260 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 261 | |         u8::into_pyobject(*self, py)
[INFO] [stdout] 262 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:261:9
[INFO] [stdout]     |
[INFO] [stdout] 261 |         u8::into_pyobject(*self, py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 389 |   int_fits_c_long!(i8);
[INFO] [stdout]     |   -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 389 |   int_fits_c_long!(i8);
[INFO] [stdout]     |   -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 389 |   int_fits_c_long!(i8);
[INFO] [stdout]     |   -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 389 |   int_fits_c_long!(i8);
[INFO] [stdout]     |   -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 389 | int_fits_c_long!(i8);
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 390 |   int_fits_c_long!(i16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 390 |   int_fits_c_long!(i16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 390 |   int_fits_c_long!(i16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 390 |   int_fits_c_long!(i16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 390 | int_fits_c_long!(i16);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 391 |   int_fits_c_long!(u16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 391 |   int_fits_c_long!(u16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 391 |   int_fits_c_long!(u16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 391 |   int_fits_c_long!(u16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | int_fits_c_long!(u16);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 392 |   int_fits_c_long!(i32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 392 |   int_fits_c_long!(i32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 392 |   int_fits_c_long!(i32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 392 |   int_fits_c_long!(i32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 392 | int_fits_c_long!(i32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |   int_fits_c_long!(u32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |   int_fits_c_long!(u32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |   int_fits_c_long!(u32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |   int_fits_c_long!(u32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 396 | int_fits_c_long!(u32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 401 |   int_fits_c_long!(i64);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 401 |   int_fits_c_long!(i64);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 401 |   int_fits_c_long!(i64);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 401 |   int_fits_c_long!(i64);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 | int_fits_c_long!(i64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:206:17
[INFO] [stdout]     |
[INFO] [stdout] 206 |                 <$rust_type>::try_from(val)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 | int_fits_c_long!(i64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 408 |   int_fits_c_long!(isize);
[INFO] [stdout]     |   ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 408 |   int_fits_c_long!(isize);
[INFO] [stdout]     |   ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 408 |   int_fits_c_long!(isize);
[INFO] [stdout]     |   ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 408 |   int_fits_c_long!(isize);
[INFO] [stdout]     |   ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 408 | int_fits_c_long!(isize);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:28:90
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout]  29 | |                 (self as $larger_type).into_pyobject(py)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 412 |   int_fits_larger_int!(usize, u64);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_larger_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 (self as $larger_type).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 | int_fits_larger_int!(usize, u64);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_larger_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:46:90
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout]  47 | |                 (*self).into_pyobject(py)
[INFO] [stdout]  48 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 412 |   int_fits_larger_int!(usize, u64);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_larger_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 | int_fits_larger_int!(usize, u64);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_larger_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:111:90
[INFO] [stdout]     |
[INFO] [stdout] 111 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 112 | |                 unsafe {
[INFO] [stdout] 113 | |                     Ok($pylong_from_ll_or_ull(self)
[INFO] [stdout] 114 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 | /                 unsafe {
[INFO] [stdout] 113 | |                     Ok($pylong_from_ll_or_ull(self)
[INFO] [stdout] 114 | |                         .assume_owned(py)
[INFO] [stdout] 115 | |                         .cast_into_unchecked())
[INFO] [stdout] 116 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:113:21
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                     Ok($pylong_from_ll_or_ull(self)
[INFO] [stdout] 114 | |                         .assume_owned(py)
[INFO] [stdout] 115 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:133:90
[INFO] [stdout]     |
[INFO] [stdout] 133 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 134 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 135 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:134:17
[INFO] [stdout]     |
[INFO] [stdout] 134 |                   (*self).into_pyobject(py)
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 735 |   nonzero_int_impl!(NonZeroI8, i8);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 735 | nonzero_int_impl!(NonZeroI8, i8);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 735 |   nonzero_int_impl!(NonZeroI8, i8);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 735 | nonzero_int_impl!(NonZeroI8, i8);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 736 |   nonzero_int_impl!(NonZeroI16, i16);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 736 | nonzero_int_impl!(NonZeroI16, i16);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 736 |   nonzero_int_impl!(NonZeroI16, i16);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 736 | nonzero_int_impl!(NonZeroI16, i16);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 737 |   nonzero_int_impl!(NonZeroI32, i32);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 737 | nonzero_int_impl!(NonZeroI32, i32);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 737 |   nonzero_int_impl!(NonZeroI32, i32);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 737 | nonzero_int_impl!(NonZeroI32, i32);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 738 |   nonzero_int_impl!(NonZeroI64, i64);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 738 | nonzero_int_impl!(NonZeroI64, i64);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 738 |   nonzero_int_impl!(NonZeroI64, i64);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 738 | nonzero_int_impl!(NonZeroI64, i64);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 739 |   nonzero_int_impl!(NonZeroI128, i128);
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 739 | nonzero_int_impl!(NonZeroI128, i128);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 739 |   nonzero_int_impl!(NonZeroI128, i128);
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 739 | nonzero_int_impl!(NonZeroI128, i128);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 740 |   nonzero_int_impl!(NonZeroIsize, isize);
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 740 | nonzero_int_impl!(NonZeroIsize, isize);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 740 |   nonzero_int_impl!(NonZeroIsize, isize);
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 740 | nonzero_int_impl!(NonZeroIsize, isize);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 741 |   nonzero_int_impl!(NonZeroU8, u8);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 741 | nonzero_int_impl!(NonZeroU8, u8);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 741 |   nonzero_int_impl!(NonZeroU8, u8);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 741 | nonzero_int_impl!(NonZeroU8, u8);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 742 |   nonzero_int_impl!(NonZeroU16, u16);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 742 | nonzero_int_impl!(NonZeroU16, u16);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 742 |   nonzero_int_impl!(NonZeroU16, u16);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 742 | nonzero_int_impl!(NonZeroU16, u16);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 743 |   nonzero_int_impl!(NonZeroU32, u32);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 743 | nonzero_int_impl!(NonZeroU32, u32);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 743 |   nonzero_int_impl!(NonZeroU32, u32);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 743 | nonzero_int_impl!(NonZeroU32, u32);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 744 |   nonzero_int_impl!(NonZeroU64, u64);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 744 | nonzero_int_impl!(NonZeroU64, u64);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 744 |   nonzero_int_impl!(NonZeroU64, u64);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 744 | nonzero_int_impl!(NonZeroU64, u64);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 745 |   nonzero_int_impl!(NonZeroU128, u128);
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 745 | nonzero_int_impl!(NonZeroU128, u128);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 745 |   nonzero_int_impl!(NonZeroU128, u128);
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 745 | nonzero_int_impl!(NonZeroU128, u128);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 746 |   nonzero_int_impl!(NonZeroUsize, usize);
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 746 | nonzero_int_impl!(NonZeroUsize, usize);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 746 |   nonzero_int_impl!(NonZeroUsize, usize);
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 746 | nonzero_int_impl!(NonZeroUsize, usize);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:437:94
[INFO] [stdout]     |
[INFO] [stdout] 437 |                   fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ______________________________________________________________________________________________^
[INFO] [stdout] 438 | |                     #[cfg(Py_3_13)]
[INFO] [stdout] 439 | |                     {
[INFO] [stdout] 440 | |                         let bytes = self.to_ne_bytes();
[INFO] [stdout] ...   |
[INFO] [stdout] 448 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 |       int_convert_128!(i128, true);
[INFO] [stdout]     |       ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:444:21
[INFO] [stdout]     |
[INFO] [stdout] 444 | /                     {
[INFO] [stdout] 445 | |                         let bytes = self.to_le_bytes();
[INFO] [stdout] 446 | |                         Ok(int_from_le_bytes::<{ $is_signed }>(py, &bytes))
[INFO] [stdout] 447 | |                     }
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 |       int_convert_128!(i128, true);
[INFO] [stdout]     |       ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |                         Ok(int_from_le_bytes::<{ $is_signed }>(py, &bytes))
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 535 |     int_convert_128!(i128, true);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:465:94
[INFO] [stdout]     |
[INFO] [stdout] 465 |                   fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ______________________________________________________________________________________________^
[INFO] [stdout] 466 | |                     (*self).into_pyobject(py)
[INFO] [stdout] 467 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 |       int_convert_128!(i128, true);
[INFO] [stdout]     |       ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:466:21
[INFO] [stdout]     |
[INFO] [stdout] 466 |                     (*self).into_pyobject(py)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 535 |     int_convert_128!(i128, true);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:437:94
[INFO] [stdout]     |
[INFO] [stdout] 437 |                   fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ______________________________________________________________________________________________^
[INFO] [stdout] 438 | |                     #[cfg(Py_3_13)]
[INFO] [stdout] 439 | |                     {
[INFO] [stdout] 440 | |                         let bytes = self.to_ne_bytes();
[INFO] [stdout] ...   |
[INFO] [stdout] 448 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 536 |       int_convert_128!(u128, false);
[INFO] [stdout]     |       ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:444:21
[INFO] [stdout]     |
[INFO] [stdout] 444 | /                     {
[INFO] [stdout] 445 | |                         let bytes = self.to_le_bytes();
[INFO] [stdout] 446 | |                         Ok(int_from_le_bytes::<{ $is_signed }>(py, &bytes))
[INFO] [stdout] 447 | |                     }
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] ...
[INFO] [stdout] 536 |       int_convert_128!(u128, false);
[INFO] [stdout]     |       ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |                         Ok(int_from_le_bytes::<{ $is_signed }>(py, &bytes))
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 536 |     int_convert_128!(u128, false);
[INFO] [stdout]     |     ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:465:94
[INFO] [stdout]     |
[INFO] [stdout] 465 |                   fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ______________________________________________________________________________________________^
[INFO] [stdout] 466 | |                     (*self).into_pyobject(py)
[INFO] [stdout] 467 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 536 |       int_convert_128!(u128, false);
[INFO] [stdout]     |       ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:466:21
[INFO] [stdout]     |
[INFO] [stdout] 466 |                     (*self).into_pyobject(py)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 536 |     int_convert_128!(u128, false);
[INFO] [stdout]     |     ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:15:82
[INFO] [stdout]    |
[INFO] [stdout] 15 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 16 | |         // If the string is UTF-8, take the quick and easy shortcut
[INFO] [stdout] 17 | |         if let Some(valid_utf8_path) = self.to_str() {
[INFO] [stdout] 18 | |             return valid_utf8_path.into_pyobject(py);
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:18:20
[INFO] [stdout]    |
[INFO] [stdout] 18 |             return valid_utf8_path.into_pyobject(py);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | /         {
[INFO] [stdout] 25 | |             #[cfg(target_os = "wasi")]
[INFO] [stdout] 26 | |             let bytes = self.to_str().expect("wasi strings are UTF8").as_bytes();
[INFO] [stdout] 27 | |             #[cfg(not(target_os = "wasi"))]
[INFO] [stdout] ...  |
[INFO] [stdout] 39 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 | /             unsafe {
[INFO] [stdout] 33 | |                 // DecodeFSDefault automatically chooses an appropriate decoding mechanism to
[INFO] [stdout] 34 | |                 // parse os strings losslessly (i.e. surrogateescape most of the time)
[INFO] [stdout] 35 | |                 Ok(ffi::PyUnicode_DecodeFSDefaultAndSize(ptr, len)
[INFO] [stdout] 36 | |                     .assume_owned(py)
[INFO] [stdout] 37 | |                     .cast_into_unchecked::<PyString>())
[INFO] [stdout] 38 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | /                 Ok(ffi::PyUnicode_DecodeFSDefaultAndSize(ptr, len)
[INFO] [stdout] 36 | |                     .assume_owned(py)
[INFO] [stdout] 37 | |                     .cast_into_unchecked::<PyString>())
[INFO] [stdout]    | |_______________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:65:82
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 66 | |         (*self).into_pyobject(py)
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         (*self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:137:82
[INFO] [stdout]     |
[INFO] [stdout] 137 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 138 | |         (*self).into_pyobject(py)
[INFO] [stdout] 139 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         (*self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:148:82
[INFO] [stdout]     |
[INFO] [stdout] 148 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 149 | |         (&**self).into_pyobject(py)
[INFO] [stdout] 150 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         (&**self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:172:82
[INFO] [stdout]     |
[INFO] [stdout] 172 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 173 | |         self.as_os_str().into_pyobject(py)
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |         self.as_os_str().into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:183:82
[INFO] [stdout]     |
[INFO] [stdout] 183 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 184 | |         self.as_os_str().into_pyobject(py)
[INFO] [stdout] 185 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |         self.as_os_str().into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:19:82
[INFO] [stdout]    |
[INFO] [stdout] 19 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 20 | |         Ok(PyString::new(py, self))
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         Ok(PyString::new(py, self))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:38:82
[INFO] [stdout]    |
[INFO] [stdout] 38 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 39 | |         (*self).into_pyobject(py)
[INFO] [stdout] 40 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         (*self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:57:82
[INFO] [stdout]    |
[INFO] [stdout] 57 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 58 | |         (*self).into_pyobject(py)
[INFO] [stdout] 59 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         (*self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:76:82
[INFO] [stdout]    |
[INFO] [stdout] 76 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 77 | |         (&**self).into_pyobject(py)
[INFO] [stdout] 78 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         (&**self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:94:82
[INFO] [stdout]    |
[INFO] [stdout] 94 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 95 | |         let mut bytes = [0u8; 4];
[INFO] [stdout] 96 | |         Ok(PyString::new(py, self.encode_utf8(&mut bytes)))
[INFO] [stdout] 97 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |         Ok(PyString::new(py, self.encode_utf8(&mut bytes)))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:114:82
[INFO] [stdout]     |
[INFO] [stdout] 114 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 115 | |         (*self).into_pyobject(py)
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         (*self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:132:82
[INFO] [stdout]     |
[INFO] [stdout] 132 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 133 | |         Ok(PyString::new(py, &self))
[INFO] [stdout] 134 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         Ok(PyString::new(py, &self))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:151:82
[INFO] [stdout]     |
[INFO] [stdout] 151 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 152 | |         Ok(PyString::new(py, self))
[INFO] [stdout] 153 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         Ok(PyString::new(py, self))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:671:82
[INFO] [stdout]     |
[INFO] [stdout] 671 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 672 | |         Ok(self.into_value(py).into_bound(py))
[INFO] [stdout] 673 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:672:9
[INFO] [stdout]     |
[INFO] [stdout] 672 |         Ok(self.into_value(py).into_bound(py))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:682:82
[INFO] [stdout]     |
[INFO] [stdout] 682 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 683 | |         self.clone_ref(py).into_pyobject(py)
[INFO] [stdout] 684 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:683:9
[INFO] [stdout]     |
[INFO] [stdout] 683 |         self.clone_ref(py).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/err/downcast_error.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | /         format!("'{}' object cannot be converted to '{}'", from, self.to)
[INFO] [stdout] 70 | |             .into_pyobject(py)
[INFO] [stdout]    | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/err/impls.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 | /         self.to_string()
[INFO] [stdout] 83 | |             .into_pyobject(py)
[INFO] [stdout]    | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 129 |   impl_to_pyerr!(std::array::TryFromSliceError, exceptions::PyValueError);
[INFO] [stdout]     |   ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 130 |   impl_to_pyerr!(std::num::ParseIntError, exceptions::PyValueError);
[INFO] [stdout]     |   ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 131 |   impl_to_pyerr!(std::num::ParseFloatError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 132 |   impl_to_pyerr!(std::num::TryFromIntError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 133 |   impl_to_pyerr!(std::str::ParseBoolError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 134 |   impl_to_pyerr!(std::ffi::IntoStringError, exceptions::PyUnicodeDecodeError);
[INFO] [stdout]     |   --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 135 |   impl_to_pyerr!(std::ffi::NulError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   impl_to_pyerr!(std::str::Utf8Error, exceptions::PyUnicodeDecodeError);
[INFO] [stdout]     |   --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_to_pyerr!(std::string::FromUtf8Error, exceptions::PyUnicodeDecodeError);
[INFO] [stdout]     |   ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 138 | / impl_to_pyerr!(
[INFO] [stdout] 139 | |     std::string::FromUtf16Error,
[INFO] [stdout] 140 | |     exceptions::PyUnicodeDecodeError
[INFO] [stdout] 141 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 142 | / impl_to_pyerr!(
[INFO] [stdout] 143 | |     std::char::DecodeUtf16Error,
[INFO] [stdout] 144 | |     exceptions::PyUnicodeDecodeError
[INFO] [stdout] 145 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 146 |   impl_to_pyerr!(std::net::AddrParseError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&T, std::convert::Infallible>
[INFO] [stdout]    --> src/sync.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         self.init(py, || Ok::<T, std::convert::Infallible>(f()))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/pybacked.rs:96:82
[INFO] [stdout]    |
[INFO] [stdout] 96 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 97 | |         Ok(self.storage.into_bound(py))
[INFO] [stdout] 98 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/pybacked.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Ok(self.storage.into_bound(py))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:112:82
[INFO] [stdout]     |
[INFO] [stdout] 112 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 113 | |         Ok(self.storage.bind(py).to_owned())
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         Ok(self.storage.bind(py).to_owned())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:236:82
[INFO] [stdout]     |
[INFO] [stdout] 236 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 237 | |         match self.storage {
[INFO] [stdout] 238 | |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.into_bound(py)),
[INFO] [stdout] 239 | |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, &bytes)),
[INFO] [stdout] 240 | |         }
[INFO] [stdout] 241 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 | /         match self.storage {
[INFO] [stdout] 238 | |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.into_bound(py)),
[INFO] [stdout] 239 | |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, &bytes)),
[INFO] [stdout] 240 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:238:52
[INFO] [stdout]     |
[INFO] [stdout] 238 |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.into_bound(py)),
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:239:50
[INFO] [stdout]     |
[INFO] [stdout] 239 |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, &bytes)),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:249:82
[INFO] [stdout]     |
[INFO] [stdout] 249 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 250 | |         match &self.storage {
[INFO] [stdout] 251 | |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.bind(py).clone()),
[INFO] [stdout] 252 | |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, bytes)),
[INFO] [stdout] 253 | |         }
[INFO] [stdout] 254 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 | /         match &self.storage {
[INFO] [stdout] 251 | |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.bind(py).clone()),
[INFO] [stdout] 252 | |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, bytes)),
[INFO] [stdout] 253 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:251:52
[INFO] [stdout]     |
[INFO] [stdout] 251 |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.bind(py).clone()),
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:252:50
[INFO] [stdout]     |
[INFO] [stdout] 252 |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, bytes)),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:483:83
[INFO] [stdout]     |
[INFO] [stdout] 483 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 484 | |         Ok(self.inner.clone())
[INFO] [stdout] 485 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:484:9
[INFO] [stdout]     |
[INFO] [stdout] 484 |         Ok(self.inner.clone())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:496:83
[INFO] [stdout]     |
[INFO] [stdout] 496 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 497 | |         Ok(self.inner.as_borrowed())
[INFO] [stdout] 498 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:497:9
[INFO] [stdout]     |
[INFO] [stdout] 497 |         Ok(self.inner.as_borrowed())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:662:83
[INFO] [stdout]     |
[INFO] [stdout] 662 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 663 | |         Ok(self.inner.clone())
[INFO] [stdout] 664 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:663:9
[INFO] [stdout]     |
[INFO] [stdout] 663 |         Ok(self.inner.clone())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:675:83
[INFO] [stdout]     |
[INFO] [stdout] 675 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 676 | |         Ok(self.inner.as_borrowed())
[INFO] [stdout] 677 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:676:9
[INFO] [stdout]     |
[INFO] [stdout] 676 |         Ok(self.inner.as_borrowed())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:299:89
[INFO] [stdout]     |
[INFO] [stdout] 299 |       fn into_pyobject(self, py: crate::Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  _________________________________________________________________________________________^
[INFO] [stdout] 300 | |         (&self).into_pyobject(py)
[INFO] [stdout] 301 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:300:9
[INFO] [stdout]     |
[INFO] [stdout] 300 |         (&self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:313:89
[INFO] [stdout]     |
[INFO] [stdout] 313 |       fn into_pyobject(self, py: crate::Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  _________________________________________________________________________________________^
[INFO] [stdout] 314 | |         // SAFETY: `ptr` is guaranteed to be valid for 'a and points to an
[INFO] [stdout] 315 | |         // object of type T
[INFO] [stdout] 316 | |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:316:9
[INFO] [stdout]     |
[INFO] [stdout] 316 |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:316:18
[INFO] [stdout]     |
[INFO] [stdout] 316 |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:702:89
[INFO] [stdout]     |
[INFO] [stdout] 702 |       fn into_pyobject(self, py: crate::Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  _________________________________________________________________________________________^
[INFO] [stdout] 703 | |         (&self).into_pyobject(py)
[INFO] [stdout] 704 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:703:9
[INFO] [stdout]     |
[INFO] [stdout] 703 |         (&self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:713:89
[INFO] [stdout]     |
[INFO] [stdout] 713 |       fn into_pyobject(self, py: crate::Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  _________________________________________________________________________________________^
[INFO] [stdout] 714 | |         // SAFETY: `ptr` is guaranteed to be valid for 'a and points to an
[INFO] [stdout] 715 | |         // object of type T
[INFO] [stdout] 716 | |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout] 717 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:716:9
[INFO] [stdout]     |
[INFO] [stdout] 716 |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:716:18
[INFO] [stdout]     |
[INFO] [stdout] 716 |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:150:82
[INFO] [stdout]     |
[INFO] [stdout] 150 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 151 | |         Ok(PyBool::new(py, self))
[INFO] [stdout] 152 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         Ok(PyBool::new(py, self))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:169:82
[INFO] [stdout]     |
[INFO] [stdout] 169 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 170 | |         (*self).into_pyobject(py)
[INFO] [stdout] 171 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         (*self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/float.rs:79:82
[INFO] [stdout]    |
[INFO] [stdout] 79 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 80 | |         Ok(PyFloat::new(py, self))
[INFO] [stdout] 81 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/float.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Ok(PyFloat::new(py, self))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:98:82
[INFO] [stdout]     |
[INFO] [stdout]  98 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout]  99 | |         (*self).into_pyobject(py)
[INFO] [stdout] 100 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/float.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         (*self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:152:82
[INFO] [stdout]     |
[INFO] [stdout] 152 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 153 | |         Ok(PyFloat::new(py, self.into()))
[INFO] [stdout] 154 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         Ok(PyFloat::new(py, self.into()))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:171:82
[INFO] [stdout]     |
[INFO] [stdout] 171 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 172 | |         (*self).into_pyobject(py)
[INFO] [stdout] 173 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         (*self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/num.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |         match T::into_pyobject(i, py) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PySlice>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/slice.rs:128:82
[INFO] [stdout]     |
[INFO] [stdout] 128 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 129 | |         Ok(PySlice::new(py, self.start, self.stop, self.step))
[INFO] [stdout] 130 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PySlice>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/slice.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         Ok(PySlice::new(py, self.start, self.stop, self.step))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PySlice>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/slice.rs:138:82
[INFO] [stdout]     |
[INFO] [stdout] 138 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 139 | |         Ok(PySlice::new(py, self.start, self.stop, self.step))
[INFO] [stdout] 140 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PySlice>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/slice.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |         Ok(PySlice::new(py, self.start, self.stop, self.step))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pyo3` (lib) due to 220 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<MyClass2, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:48:36
[INFO] [stdout]    |
[INFO] [stdout] 48 |           #[crate::pymethods(crate = "crate")]
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 49 | |         impl $name_a {
[INFO] [stdout] 50 | |             fn finalize(&mut self) -> $name_b {
[INFO] [stdout]    | |_____________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 60 |   macro_rules_hygiene!(MyClass1, MyClass2);
[INFO] [stdout]    |   ---------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the macro `macro_rules_hygiene` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObject` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:63:16
[INFO] [stdout]    |
[INFO] [stdout] 63 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 64 | | struct IntoPyObject1(i32); // transparent newtype case
[INFO] [stdout]    | |________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:62:31
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObjectRef` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:66:10
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObject` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:67:16
[INFO] [stdout]    |
[INFO] [stdout] 67 |   #[pyo3(crate = "crate", transparent)]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 68 | | struct IntoPyObject2<'a> {
[INFO] [stdout] 69 | |     inner: &'a str, // transparent newtype case
[INFO] [stdout]    | |__________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:66:31
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObjectRef` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::any::PyAny>>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 74 | | struct IntoPyObject3<'py>(i32, crate::Bound<'py, crate::PyAny>); // tuple case
[INFO] [stdout]    | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 74 | | struct IntoPyObject3<'py>(i32, crate::Bound<'py, crate::PyAny>); // tuple case
[INFO] [stdout]    | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 74 | | struct IntoPyObject3<'py>(i32, crate::Bound<'py, crate::PyAny>); // tuple case
[INFO] [stdout]    | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::any::PyAny>>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 74 | | struct IntoPyObject3<'py>(i32, crate::Bound<'py, crate::PyAny>); // tuple case
[INFO] [stdout]    | |______________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 74 | | struct IntoPyObject3<'py>(i32, crate::Bound<'py, crate::PyAny>); // tuple case
[INFO] [stdout]    | |______________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::any::PyAny>>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 74 | | struct IntoPyObject3<'py>(i32, crate::Bound<'py, crate::PyAny>); // tuple case
[INFO] [stdout]    | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::any::PyAny>>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 74 | | struct IntoPyObject3<'py>(i32, crate::Bound<'py, crate::PyAny>); // tuple case
[INFO] [stdout]    | |______________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 74 | | struct IntoPyObject3<'py>(i32, crate::Bound<'py, crate::PyAny>); // tuple case
[INFO] [stdout]    | |______________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObject` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObject` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout]    | |________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] 88 | |     TransparentStruct {
[INFO] [stdout] 89 | |         f: crate::Py<crate::PyAny>,
[INFO] [stdout]    | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::any::PyAny>>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |___________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |___________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |___________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::any::PyAny>>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |__________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |__________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |__________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:83:31
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObjectRef` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:83:31
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObjectRef` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:83:31
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[derive(crate::IntoPyObject, crate::IntoPyObjectRef)]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `crate::IntoPyObjectRef` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] 88 | |     TransparentStruct {
[INFO] [stdout] 89 | |         f: crate::Py<crate::PyAny>,
[INFO] [stdout]    | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::any::PyAny>>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |___________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |___________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |___________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::any::PyAny>>
[INFO] [stdout]   --> src/tests/hygiene/misc.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 85 | | enum IntoPyObject5<'a, 'py> {
[INFO] [stdout] 86 | |     TransparentTuple(i32),
[INFO] [stdout] 87 | |     #[pyo3(transparent)]
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     },
[INFO] [stdout] 91 | |     Tuple(crate::Bound<'py, crate::types::PyString>, usize),
[INFO] [stdout]    | |__________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, function::PyCFunction>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/hygiene/pyfunction.rs:31:9
[INFO] [stdout]     |
[INFO] [stdout]  31 |         crate::py_run!(py, func, r#"func(5)"#);
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 11 | | impl Dummy {
[INFO] [stdout] 12 | |     //////////////////////
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | |     fn __bytes__<'py>(&self, py: crate::Python<'py>) -> crate::Bound<'py, crate::types::PyBytes> {
[INFO] [stdout]    | |________________________________________________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<String, std::convert::Infallible>
[INFO] [stdout]   --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 11 | | impl Dummy {
[INFO] [stdout] 12 | |     //////////////////////
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     fn __format__(&self, format_spec: ::std::string::String) -> ::std::string::String {
[INFO] [stdout]    | |_____________________________________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Py<DummyIter>, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]     |
[INFO] [stdout]  10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  11 | | impl Dummy {
[INFO] [stdout]  12 | |     //////////////////////
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |         py: crate::Python<'_>,
[INFO] [stdout] 137 | |     ) -> crate::Py<DummyIter> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<Dummy, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]     |
[INFO] [stdout]  10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  11 | | impl Dummy {
[INFO] [stdout]  12 | |     //////////////////////
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | |     fn __rrsub__(&self, other: &Self) -> Dummy {
[INFO] [stdout]     | |______________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, complex::PyComplex>, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]     |
[INFO] [stdout]  10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  11 | | impl Dummy {
[INFO] [stdout]  12 | |     //////////////////////
[INFO] [stdout] ...   |
[INFO] [stdout] 295 | |         py: crate::Python<'py>,
[INFO] [stdout] 296 | |     ) -> crate::Bound<'py, crate::types::PyComplex> {
[INFO] [stdout]     | |___________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<u32, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]     |
[INFO] [stdout]  10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  11 | | impl Dummy {
[INFO] [stdout]  12 | |     //////////////////////
[INFO] [stdout] ...   |
[INFO] [stdout] 312 | |     #[pyo3(signature=(ndigits=::std::option::Option::None))]
[INFO] [stdout] 313 | |     fn __round__(&self, ndigits: ::std::option::Option<u32>) -> u32 {
[INFO] [stdout]     | |___________________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<u32, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]     |
[INFO] [stdout]  10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  11 | | impl Dummy {
[INFO] [stdout]  12 | |     //////////////////////
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     fn __trunc__(&self) -> u32 {
[INFO] [stdout]     | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<u32, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]     |
[INFO] [stdout]  10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  11 | | impl Dummy {
[INFO] [stdout]  12 | |     //////////////////////
[INFO] [stdout] ...   |
[INFO] [stdout] 321 | |     fn __floor__(&self) -> u32 {
[INFO] [stdout]     | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<u32, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]     |
[INFO] [stdout]  10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  11 | | impl Dummy {
[INFO] [stdout]  12 | |     //////////////////////
[INFO] [stdout] ...   |
[INFO] [stdout] 325 | |     fn __ceil__(&self) -> u32 {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:10:16
[INFO] [stdout]     |
[INFO] [stdout]  10 |   #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  11 | | impl Dummy {
[INFO] [stdout]  12 | |     //////////////////////
[INFO] [stdout] ...   |
[INFO] [stdout] 407 | |     #[classattr]
[INFO] [stdout] 408 | |     fn class_attr() -> i32 {
[INFO] [stdout]     | |__________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i32, std::convert::Infallible>
[INFO] [stdout]    --> src/tests/hygiene/pymethods.rs:476:28
[INFO] [stdout]     |
[INFO] [stdout] 476 |   #[crate::pymethods(crate = "crate")]
[INFO] [stdout]     |  ____________________________^
[INFO] [stdout] 477 | | impl WarningDummy {
[INFO] [stdout] 478 | |     #[new]
[INFO] [stdout] 479 | |     #[pyo3(warn(message = "this __new__ method raises warning"))]
[INFO] [stdout] ...   |
[INFO] [stdout] 526 | |     #[pyo3(warn(message = "this __call__ method raises warning"))]
[INFO] [stdout] 527 | |     fn __call__(&self) -> i32 {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(instance::Py<types::tuple::PyTuple>, Option<instance::Py<dict::PyDict>>), std::convert::Infallible>
[INFO] [stdout]    --> src/call.rs:228:57
[INFO] [stdout]     |
[INFO] [stdout] 228 |       #[pyfunction(signature = (*args, **kwargs), crate = "crate")]
[INFO] [stdout]     |  _________________________________________________________^
[INFO] [stdout] 229 | |     fn args_kwargs(
[INFO] [stdout] 230 | |         args: Py<PyTuple>,
[INFO] [stdout] 231 | |         kwargs: Option<Py<PyDict>>,
[INFO] [stdout] 232 | |     ) -> (Py<PyTuple>, Option<Py<PyDict>>) {
[INFO] [stdout]     | |__________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:133:83
[INFO] [stdout]     |
[INFO] [stdout] 133 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 134 | |         Ok(self)
[INFO] [stdout] 135 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         Ok(self)
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:143:83
[INFO] [stdout]     |
[INFO] [stdout] 143 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 144 | |         Ok(self.as_borrowed())
[INFO] [stdout] 145 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         Ok(self.as_borrowed())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:153:83
[INFO] [stdout]     |
[INFO] [stdout] 153 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 154 | |         Ok(self)
[INFO] [stdout] 155 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         Ok(self)
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:163:83
[INFO] [stdout]     |
[INFO] [stdout] 163 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 164 | |         Ok(*self)
[INFO] [stdout] 165 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |         Ok(*self)
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:173:82
[INFO] [stdout]     |
[INFO] [stdout] 173 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 174 | |         Ok(self.into_bound(py))
[INFO] [stdout] 175 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |         Ok(self.into_bound(py))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:183:82
[INFO] [stdout]     |
[INFO] [stdout] 183 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 184 | |         Ok(self.bind_borrowed(py))
[INFO] [stdout] 185 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |         Ok(self.bind_borrowed(py))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::tuple::PyTuple>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:592:82
[INFO] [stdout]     |
[INFO] [stdout] 592 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 593 | |         Ok(PyTuple::empty(py))
[INFO] [stdout] 594 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::tuple::PyTuple>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:593:9
[INFO] [stdout]     |
[INFO] [stdout] 593 |         Ok(PyTuple::empty(py))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::num::PyInt>>
[INFO] [stdout]    --> src/conversion.rs:637:24
[INFO] [stdout]     |
[INFO] [stdout] 637 |             let foo1 = 42i32.into_pyobject(py)?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:637:24
[INFO] [stdout]     |
[INFO] [stdout] 637 |             let foo1 = 42i32.into_pyobject(py)?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Bound<'_, types::num::PyInt>>
[INFO] [stdout]    --> src/conversion.rs:658:24
[INFO] [stdout]     |
[INFO] [stdout] 658 |             let foo1 = 42i32.into_pyobject(py)?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversion.rs:658:24
[INFO] [stdout]     |
[INFO] [stdout] 658 |             let foo1 = 42i32.into_pyobject(py)?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/cstring.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         self.to_str()?.into_pyobject(py).map_err(|err| match err {})
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/cstring.rs:143:29
[INFO] [stdout]     |
[INFO] [stdout] 143 |             let py_string = s.into_pyobject(py).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:226:82
[INFO] [stdout]     |
[INFO] [stdout] 226 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 227 | |         unsafe {
[INFO] [stdout] 228 | |             Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 229 | |                 .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 232 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 | /         unsafe {
[INFO] [stdout] 228 | |             Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 229 | |                 .assume_owned(py)
[INFO] [stdout] 230 | |                 .cast_into_unchecked())
[INFO] [stdout] 231 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:228:13
[INFO] [stdout]     |
[INFO] [stdout] 228 | /             Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 229 | |                 .assume_owned(py)
[INFO] [stdout] 230 | |                 .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:260:82
[INFO] [stdout]     |
[INFO] [stdout] 260 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 261 | |         u8::into_pyobject(*self, py)
[INFO] [stdout] 262 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:261:9
[INFO] [stdout]     |
[INFO] [stdout] 261 |         u8::into_pyobject(*self, py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 389 |   int_fits_c_long!(i8);
[INFO] [stdout]     |   -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 389 |   int_fits_c_long!(i8);
[INFO] [stdout]     |   -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 389 |   int_fits_c_long!(i8);
[INFO] [stdout]     |   -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 389 |   int_fits_c_long!(i8);
[INFO] [stdout]     |   -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 389 | int_fits_c_long!(i8);
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 390 |   int_fits_c_long!(i16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 390 |   int_fits_c_long!(i16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 390 |   int_fits_c_long!(i16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 390 |   int_fits_c_long!(i16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 390 | int_fits_c_long!(i16);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 391 |   int_fits_c_long!(u16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 391 |   int_fits_c_long!(u16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 391 |   int_fits_c_long!(u16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 391 |   int_fits_c_long!(u16);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 391 | int_fits_c_long!(u16);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 392 |   int_fits_c_long!(i32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 392 |   int_fits_c_long!(i32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 392 |   int_fits_c_long!(i32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 392 |   int_fits_c_long!(i32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 392 | int_fits_c_long!(i32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |   int_fits_c_long!(u32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |   int_fits_c_long!(u32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |   int_fits_c_long!(u32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 396 |   int_fits_c_long!(u32);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 396 | int_fits_c_long!(u32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 401 |   int_fits_c_long!(i64);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 401 |   int_fits_c_long!(i64);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 401 |   int_fits_c_long!(i64);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 401 |   int_fits_c_long!(i64);
[INFO] [stdout]     |   --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 | int_fits_c_long!(i64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<i64, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:206:17
[INFO] [stdout]     |
[INFO] [stdout] 206 |                 <$rust_type>::try_from(val)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 | int_fits_c_long!(i64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:165:90
[INFO] [stdout]     |
[INFO] [stdout] 165 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 166 | |                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 408 |   int_fits_c_long!(isize);
[INFO] [stdout]     |   ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:166:17
[INFO] [stdout]     |
[INFO] [stdout] 166 | /                 unsafe {
[INFO] [stdout] 167 | |                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout] 170 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 408 |   int_fits_c_long!(isize);
[INFO] [stdout]     |   ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 | /                     Ok(ffi::PyLong_FromLong(self as c_long)
[INFO] [stdout] 168 | |                         .assume_owned(py)
[INFO] [stdout] 169 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 408 |   int_fits_c_long!(isize);
[INFO] [stdout]     |   ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:188:90
[INFO] [stdout]     |
[INFO] [stdout] 188 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 189 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 190 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 408 |   int_fits_c_long!(isize);
[INFO] [stdout]     |   ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:189:17
[INFO] [stdout]     |
[INFO] [stdout] 189 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 408 | int_fits_c_long!(isize);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_c_long` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:28:90
[INFO] [stdout]     |
[INFO] [stdout]  28 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout]  29 | |                 (self as $larger_type).into_pyobject(py)
[INFO] [stdout]  30 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 412 |   int_fits_larger_int!(usize, u64);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_larger_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |                 (self as $larger_type).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 | int_fits_larger_int!(usize, u64);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_larger_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:46:90
[INFO] [stdout]     |
[INFO] [stdout]  46 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout]  47 | |                 (*self).into_pyobject(py)
[INFO] [stdout]  48 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 412 |   int_fits_larger_int!(usize, u64);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_larger_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  47 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 | int_fits_larger_int!(usize, u64);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_fits_larger_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:111:90
[INFO] [stdout]     |
[INFO] [stdout] 111 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 112 | |                 unsafe {
[INFO] [stdout] 113 | |                     Ok($pylong_from_ll_or_ull(self)
[INFO] [stdout] 114 | |                         .assume_owned(py)
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 | /                 unsafe {
[INFO] [stdout] 113 | |                     Ok($pylong_from_ll_or_ull(self)
[INFO] [stdout] 114 | |                         .assume_owned(py)
[INFO] [stdout] 115 | |                         .cast_into_unchecked())
[INFO] [stdout] 116 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:113:21
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                     Ok($pylong_from_ll_or_ull(self)
[INFO] [stdout] 114 | |                         .assume_owned(py)
[INFO] [stdout] 115 | |                         .cast_into_unchecked())
[INFO] [stdout]     | |_______________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:133:90
[INFO] [stdout]     |
[INFO] [stdout] 133 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 134 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 135 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:134:17
[INFO] [stdout]     |
[INFO] [stdout] 134 |                   (*self).into_pyobject(py)
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 415 | / int_convert_u64_or_i64!(
[INFO] [stdout] 416 | |     u64,
[INFO] [stdout] 417 | |     ffi::PyLong_FromUnsignedLongLong,
[INFO] [stdout] 418 | |     ffi::PyLong_AsUnsignedLongLong,
[INFO] [stdout] 419 | |     true
[INFO] [stdout] 420 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_u64_or_i64` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 735 |   nonzero_int_impl!(NonZeroI8, i8);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 735 | nonzero_int_impl!(NonZeroI8, i8);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 735 |   nonzero_int_impl!(NonZeroI8, i8);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 735 | nonzero_int_impl!(NonZeroI8, i8);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 736 |   nonzero_int_impl!(NonZeroI16, i16);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 736 | nonzero_int_impl!(NonZeroI16, i16);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 736 |   nonzero_int_impl!(NonZeroI16, i16);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 736 | nonzero_int_impl!(NonZeroI16, i16);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 737 |   nonzero_int_impl!(NonZeroI32, i32);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 737 | nonzero_int_impl!(NonZeroI32, i32);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 737 |   nonzero_int_impl!(NonZeroI32, i32);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 737 | nonzero_int_impl!(NonZeroI32, i32);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 738 |   nonzero_int_impl!(NonZeroI64, i64);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 738 | nonzero_int_impl!(NonZeroI64, i64);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 738 |   nonzero_int_impl!(NonZeroI64, i64);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 738 | nonzero_int_impl!(NonZeroI64, i64);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 739 |   nonzero_int_impl!(NonZeroI128, i128);
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 739 | nonzero_int_impl!(NonZeroI128, i128);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 739 |   nonzero_int_impl!(NonZeroI128, i128);
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 739 | nonzero_int_impl!(NonZeroI128, i128);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 740 |   nonzero_int_impl!(NonZeroIsize, isize);
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 740 | nonzero_int_impl!(NonZeroIsize, isize);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 740 |   nonzero_int_impl!(NonZeroIsize, isize);
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 740 | nonzero_int_impl!(NonZeroIsize, isize);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 741 |   nonzero_int_impl!(NonZeroU8, u8);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 741 | nonzero_int_impl!(NonZeroU8, u8);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 741 |   nonzero_int_impl!(NonZeroU8, u8);
[INFO] [stdout]     |   -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 741 | nonzero_int_impl!(NonZeroU8, u8);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 742 |   nonzero_int_impl!(NonZeroU16, u16);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 742 | nonzero_int_impl!(NonZeroU16, u16);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 742 |   nonzero_int_impl!(NonZeroU16, u16);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 742 | nonzero_int_impl!(NonZeroU16, u16);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 743 |   nonzero_int_impl!(NonZeroU32, u32);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 743 | nonzero_int_impl!(NonZeroU32, u32);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 743 |   nonzero_int_impl!(NonZeroU32, u32);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 743 | nonzero_int_impl!(NonZeroU32, u32);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 744 |   nonzero_int_impl!(NonZeroU64, u64);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 744 | nonzero_int_impl!(NonZeroU64, u64);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 744 |   nonzero_int_impl!(NonZeroU64, u64);
[INFO] [stdout]     |   ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 744 | nonzero_int_impl!(NonZeroU64, u64);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 745 |   nonzero_int_impl!(NonZeroU128, u128);
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 745 | nonzero_int_impl!(NonZeroU128, u128);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 745 |   nonzero_int_impl!(NonZeroU128, u128);
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 745 | nonzero_int_impl!(NonZeroU128, u128);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:686:90
[INFO] [stdout]     |
[INFO] [stdout] 686 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 687 | |                 self.get().into_pyobject(py)
[INFO] [stdout] 688 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 746 |   nonzero_int_impl!(NonZeroUsize, usize);
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:687:17
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 self.get().into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 746 | nonzero_int_impl!(NonZeroUsize, usize);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:705:90
[INFO] [stdout]     |
[INFO] [stdout] 705 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________________^
[INFO] [stdout] 706 | |                 (*self).into_pyobject(py)
[INFO] [stdout] 707 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 746 |   nonzero_int_impl!(NonZeroUsize, usize);
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:706:17
[INFO] [stdout]     |
[INFO] [stdout] 706 |                 (*self).into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 746 | nonzero_int_impl!(NonZeroUsize, usize);
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `nonzero_int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:437:94
[INFO] [stdout]     |
[INFO] [stdout] 437 |                   fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ______________________________________________________________________________________________^
[INFO] [stdout] 438 | |                     #[cfg(Py_3_13)]
[INFO] [stdout] 439 | |                     {
[INFO] [stdout] 440 | |                         let bytes = self.to_ne_bytes();
[INFO] [stdout] ...   |
[INFO] [stdout] 448 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 |       int_convert_128!(i128, true);
[INFO] [stdout]     |       ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:444:21
[INFO] [stdout]     |
[INFO] [stdout] 444 | /                     {
[INFO] [stdout] 445 | |                         let bytes = self.to_le_bytes();
[INFO] [stdout] 446 | |                         Ok(int_from_le_bytes::<{ $is_signed }>(py, &bytes))
[INFO] [stdout] 447 | |                     }
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 |       int_convert_128!(i128, true);
[INFO] [stdout]     |       ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |                         Ok(int_from_le_bytes::<{ $is_signed }>(py, &bytes))
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 535 |     int_convert_128!(i128, true);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:465:94
[INFO] [stdout]     |
[INFO] [stdout] 465 |                   fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ______________________________________________________________________________________________^
[INFO] [stdout] 466 | |                     (*self).into_pyobject(py)
[INFO] [stdout] 467 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 535 |       int_convert_128!(i128, true);
[INFO] [stdout]     |       ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:466:21
[INFO] [stdout]     |
[INFO] [stdout] 466 |                     (*self).into_pyobject(py)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 535 |     int_convert_128!(i128, true);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:437:94
[INFO] [stdout]     |
[INFO] [stdout] 437 |                   fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ______________________________________________________________________________________________^
[INFO] [stdout] 438 | |                     #[cfg(Py_3_13)]
[INFO] [stdout] 439 | |                     {
[INFO] [stdout] 440 | |                         let bytes = self.to_ne_bytes();
[INFO] [stdout] ...   |
[INFO] [stdout] 448 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 536 |       int_convert_128!(u128, false);
[INFO] [stdout]     |       ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:444:21
[INFO] [stdout]     |
[INFO] [stdout] 444 | /                     {
[INFO] [stdout] 445 | |                         let bytes = self.to_le_bytes();
[INFO] [stdout] 446 | |                         Ok(int_from_le_bytes::<{ $is_signed }>(py, &bytes))
[INFO] [stdout] 447 | |                     }
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] ...
[INFO] [stdout] 536 |       int_convert_128!(u128, false);
[INFO] [stdout]     |       ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |                         Ok(int_from_le_bytes::<{ $is_signed }>(py, &bytes))
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 536 |     int_convert_128!(u128, false);
[INFO] [stdout]     |     ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:465:94
[INFO] [stdout]     |
[INFO] [stdout] 465 |                   fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ______________________________________________________________________________________________^
[INFO] [stdout] 466 | |                     (*self).into_pyobject(py)
[INFO] [stdout] 467 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 536 |       int_convert_128!(u128, false);
[INFO] [stdout]     |       ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:466:21
[INFO] [stdout]     |
[INFO] [stdout] 466 |                     (*self).into_pyobject(py)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 536 |     int_convert_128!(u128, false);
[INFO] [stdout]     |     ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `int_convert_128` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:770:28
[INFO] [stdout]     |
[INFO] [stdout] 770 |                 let x_py = x.into_pyobject(py).unwrap();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:786:28
[INFO] [stdout]     |
[INFO] [stdout] 786 |                 let x_py = x.into_pyobject(py).unwrap();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:801:28
[INFO] [stdout]     |
[INFO] [stdout] 801 |                 let x_py = x.into_pyobject(py).unwrap();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:817:28
[INFO] [stdout]     |
[INFO] [stdout] 817 |                 let x_py = x.into_pyobject(py).unwrap();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:831:23
[INFO] [stdout]     |
[INFO] [stdout] 831 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:842:23
[INFO] [stdout]     |
[INFO] [stdout] 842 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:853:23
[INFO] [stdout]     |
[INFO] [stdout] 853 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:881:23
[INFO] [stdout]     |
[INFO] [stdout] 881 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:895:23
[INFO] [stdout]     |
[INFO] [stdout] 895 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:906:23
[INFO] [stdout]     |
[INFO] [stdout] 906 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:959:23
[INFO] [stdout]     |
[INFO] [stdout] 959 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:970:23
[INFO] [stdout]     |
[INFO] [stdout] 970 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:981:23
[INFO] [stdout]     |
[INFO] [stdout] 981 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/num.rs:992:23
[INFO] [stdout]     |
[INFO] [stdout] 992 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1051:23
[INFO] [stdout]      |
[INFO] [stdout] 1051 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1062:23
[INFO] [stdout]      |
[INFO] [stdout] 1062 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1076:23
[INFO] [stdout]      |
[INFO] [stdout] 1076 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1087:23
[INFO] [stdout]      |
[INFO] [stdout] 1087 |             let obj = v.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1146:23
[INFO] [stdout]      |
[INFO] [stdout] 1146 |             let obj = true.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1148:23
[INFO] [stdout]      |
[INFO] [stdout] 1148 |             let obj = false.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1156:23
[INFO] [stdout]      |
[INFO] [stdout] 1156 |             let obj = 12.34f64.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1160:23
[INFO] [stdout]      |
[INFO] [stdout] 1160 |             let obj = 12f64.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1034 |     test_common!(i8, i8);
[INFO] [stdout]      |     -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1034 |     test_common!(i8, i8);
[INFO] [stdout]      |     -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1034 |     test_common!(i8, i8);
[INFO] [stdout]      |     -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1035 |     test_common!(u8, u8);
[INFO] [stdout]      |     -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1035 |     test_common!(u8, u8);
[INFO] [stdout]      |     -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1035 |     test_common!(u8, u8);
[INFO] [stdout]      |     -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1036 |     test_common!(i16, i16);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1036 |     test_common!(i16, i16);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1036 |     test_common!(i16, i16);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1037 |     test_common!(u16, u16);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1037 |     test_common!(u16, u16);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1037 |     test_common!(u16, u16);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1038 |     test_common!(i32, i32);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1038 |     test_common!(i32, i32);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1038 |     test_common!(i32, i32);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1039 |     test_common!(u32, u32);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1039 |     test_common!(u32, u32);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1039 |     test_common!(u32, u32);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1040 |     test_common!(i64, i64);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1040 |     test_common!(i64, i64);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1040 |     test_common!(i64, i64);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1041 |     test_common!(u64, u64);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1041 |     test_common!(u64, u64);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1041 |     test_common!(u64, u64);
[INFO] [stdout]      |     ---------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1042 |     test_common!(isize, isize);
[INFO] [stdout]      |     -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1042 |     test_common!(isize, isize);
[INFO] [stdout]      |     -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1042 |     test_common!(isize, isize);
[INFO] [stdout]      |     -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1043 |     test_common!(usize, usize);
[INFO] [stdout]      |     -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1043 |     test_common!(usize, usize);
[INFO] [stdout]      |     -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1043 |     test_common!(usize, usize);
[INFO] [stdout]      |     -------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1044 |     test_common!(i128, i128);
[INFO] [stdout]      |     ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1044 |     test_common!(i128, i128);
[INFO] [stdout]      |     ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1044 |     test_common!(i128, i128);
[INFO] [stdout]      |     ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1009:31
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1045 |     test_common!(u128, u128);
[INFO] [stdout]      |     ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1018:31
[INFO] [stdout]      |
[INFO] [stdout] 1018 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1045 |     test_common!(u128, u128);
[INFO] [stdout]      |     ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1027:31
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1045 |     test_common!(u128, u128);
[INFO] [stdout]      |     ------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1130 |     test_nonzero_common!(nonzero_i8, NonZeroI8);
[INFO] [stdout]      |     ------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1130 |     test_nonzero_common!(nonzero_i8, NonZeroI8);
[INFO] [stdout]      |     ------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1130 |     test_nonzero_common!(nonzero_i8, NonZeroI8);
[INFO] [stdout]      |     ------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1131 |     test_nonzero_common!(nonzero_u8, NonZeroU8);
[INFO] [stdout]      |     ------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1131 |     test_nonzero_common!(nonzero_u8, NonZeroU8);
[INFO] [stdout]      |     ------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1131 |     test_nonzero_common!(nonzero_u8, NonZeroU8);
[INFO] [stdout]      |     ------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1132 |     test_nonzero_common!(nonzero_i16, NonZeroI16);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1132 |     test_nonzero_common!(nonzero_i16, NonZeroI16);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1132 |     test_nonzero_common!(nonzero_i16, NonZeroI16);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1133 |     test_nonzero_common!(nonzero_u16, NonZeroU16);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1133 |     test_nonzero_common!(nonzero_u16, NonZeroU16);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1133 |     test_nonzero_common!(nonzero_u16, NonZeroU16);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1134 |     test_nonzero_common!(nonzero_i32, NonZeroI32);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1134 |     test_nonzero_common!(nonzero_i32, NonZeroI32);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1134 |     test_nonzero_common!(nonzero_i32, NonZeroI32);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1135 |     test_nonzero_common!(nonzero_u32, NonZeroU32);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1135 |     test_nonzero_common!(nonzero_u32, NonZeroU32);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1135 |     test_nonzero_common!(nonzero_u32, NonZeroU32);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1136 |     test_nonzero_common!(nonzero_i64, NonZeroI64);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1136 |     test_nonzero_common!(nonzero_i64, NonZeroI64);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1136 |     test_nonzero_common!(nonzero_i64, NonZeroI64);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1137 |     test_nonzero_common!(nonzero_u64, NonZeroU64);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1137 |     test_nonzero_common!(nonzero_u64, NonZeroU64);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1137 |     test_nonzero_common!(nonzero_u64, NonZeroU64);
[INFO] [stdout]      |     --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1138 |     test_nonzero_common!(nonzero_isize, NonZeroIsize);
[INFO] [stdout]      |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1138 |     test_nonzero_common!(nonzero_isize, NonZeroIsize);
[INFO] [stdout]      |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1138 |     test_nonzero_common!(nonzero_isize, NonZeroIsize);
[INFO] [stdout]      |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1139 |     test_nonzero_common!(nonzero_usize, NonZeroUsize);
[INFO] [stdout]      |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1139 |     test_nonzero_common!(nonzero_usize, NonZeroUsize);
[INFO] [stdout]      |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1139 |     test_nonzero_common!(nonzero_usize, NonZeroUsize);
[INFO] [stdout]      |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1140 |     test_nonzero_common!(nonzero_i128, NonZeroI128);
[INFO] [stdout]      |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1140 |     test_nonzero_common!(nonzero_i128, NonZeroI128);
[INFO] [stdout]      |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1140 |     test_nonzero_common!(nonzero_i128, NonZeroI128);
[INFO] [stdout]      |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1105:31
[INFO] [stdout]      |
[INFO] [stdout] 1105 |                     let obj = ("123").into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1141 |     test_nonzero_common!(nonzero_u128, NonZeroU128);
[INFO] [stdout]      |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1114:31
[INFO] [stdout]      |
[INFO] [stdout] 1114 |                     let obj = (12.3f64).into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1141 |     test_nonzero_common!(nonzero_u128, NonZeroU128);
[INFO] [stdout]      |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/conversions/std/num.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                     let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1141 |     test_nonzero_common!(nonzero_u128, NonZeroU128);
[INFO] [stdout]      |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `test_nonzero_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:15:82
[INFO] [stdout]    |
[INFO] [stdout] 15 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 16 | |         // If the string is UTF-8, take the quick and easy shortcut
[INFO] [stdout] 17 | |         if let Some(valid_utf8_path) = self.to_str() {
[INFO] [stdout] 18 | |             return valid_utf8_path.into_pyobject(py);
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:18:20
[INFO] [stdout]    |
[INFO] [stdout] 18 |             return valid_utf8_path.into_pyobject(py);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | /         {
[INFO] [stdout] 25 | |             #[cfg(target_os = "wasi")]
[INFO] [stdout] 26 | |             let bytes = self.to_str().expect("wasi strings are UTF8").as_bytes();
[INFO] [stdout] 27 | |             #[cfg(not(target_os = "wasi"))]
[INFO] [stdout] ...  |
[INFO] [stdout] 39 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 | /             unsafe {
[INFO] [stdout] 33 | |                 // DecodeFSDefault automatically chooses an appropriate decoding mechanism to
[INFO] [stdout] 34 | |                 // parse os strings losslessly (i.e. surrogateescape most of the time)
[INFO] [stdout] 35 | |                 Ok(ffi::PyUnicode_DecodeFSDefaultAndSize(ptr, len)
[INFO] [stdout] 36 | |                     .assume_owned(py)
[INFO] [stdout] 37 | |                     .cast_into_unchecked::<PyString>())
[INFO] [stdout] 38 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 | /                 Ok(ffi::PyUnicode_DecodeFSDefaultAndSize(ptr, len)
[INFO] [stdout] 36 | |                     .assume_owned(py)
[INFO] [stdout] 37 | |                     .cast_into_unchecked::<PyString>())
[INFO] [stdout]    | |_______________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:65:82
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 66 | |         (*self).into_pyobject(py)
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/osstr.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         (*self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:137:82
[INFO] [stdout]     |
[INFO] [stdout] 137 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 138 | |         (*self).into_pyobject(py)
[INFO] [stdout] 139 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         (*self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:148:82
[INFO] [stdout]     |
[INFO] [stdout] 148 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 149 | |         (&**self).into_pyobject(py)
[INFO] [stdout] 150 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         (&**self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:172:82
[INFO] [stdout]     |
[INFO] [stdout] 172 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 173 | |         self.as_os_str().into_pyobject(py)
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |         self.as_os_str().into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:183:82
[INFO] [stdout]     |
[INFO] [stdout] 183 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 184 | |         self.as_os_str().into_pyobject(py)
[INFO] [stdout] 185 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |         self.as_os_str().into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/osstr.rs:216:26
[INFO] [stdout]     |
[INFO] [stdout] 216 |             let py_str = os_str.into_pyobject(py).unwrap();
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:19:82
[INFO] [stdout]    |
[INFO] [stdout] 19 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 20 | |         Ok(PyString::new(py, self))
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         Ok(PyString::new(py, self))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:38:82
[INFO] [stdout]    |
[INFO] [stdout] 38 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 39 | |         (*self).into_pyobject(py)
[INFO] [stdout] 40 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         (*self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:57:82
[INFO] [stdout]    |
[INFO] [stdout] 57 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 58 | |         (*self).into_pyobject(py)
[INFO] [stdout] 59 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         (*self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:76:82
[INFO] [stdout]    |
[INFO] [stdout] 76 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 77 | |         (&**self).into_pyobject(py)
[INFO] [stdout] 78 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         (&**self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:94:82
[INFO] [stdout]    |
[INFO] [stdout] 94 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 95 | |         let mut bytes = [0u8; 4];
[INFO] [stdout] 96 | |         Ok(PyString::new(py, self.encode_utf8(&mut bytes)))
[INFO] [stdout] 97 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/conversions/std/string.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |         Ok(PyString::new(py, self.encode_utf8(&mut bytes)))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:114:82
[INFO] [stdout]     |
[INFO] [stdout] 114 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 115 | |         (*self).into_pyobject(py)
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |         (*self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:132:82
[INFO] [stdout]     |
[INFO] [stdout] 132 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 133 | |         Ok(PyString::new(py, &self))
[INFO] [stdout] 134 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         Ok(PyString::new(py, &self))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:151:82
[INFO] [stdout]     |
[INFO] [stdout] 151 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 152 | |         Ok(PyString::new(py, self))
[INFO] [stdout] 153 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         Ok(PyString::new(py, self))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:246:29
[INFO] [stdout]     |
[INFO] [stdout] 246 |             let py_string = Cow::Borrowed(s).into_pyobject(py).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:248:29
[INFO] [stdout]     |
[INFO] [stdout] 248 |             let py_string = Cow::<str>::Owned(s.into()).into_pyobject(py).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:257:29
[INFO] [stdout]     |
[INFO] [stdout] 257 |             let py_string = s.into_pyobject(py).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:266:29
[INFO] [stdout]     |
[INFO] [stdout] 266 |             let py_string = s.into_pyobject(py).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:277:29
[INFO] [stdout]     |
[INFO] [stdout] 277 |             let py_string = ch.into_pyobject(py).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:287:29
[INFO] [stdout]     |
[INFO] [stdout] 287 |             let py_string = s.into_pyobject(py).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:304:17
[INFO] [stdout]     |
[INFO] [stdout] 304 |                 s3.into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:311:17
[INFO] [stdout]     |
[INFO] [stdout] 311 |                 s2.into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/string.rs:318:17
[INFO] [stdout]     |
[INFO] [stdout] 318 |                 s.into_pyobject(py)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/conversions/std/vec.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 |             let ob = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:671:82
[INFO] [stdout]     |
[INFO] [stdout] 671 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 672 | |         Ok(self.into_value(py).into_bound(py))
[INFO] [stdout] 673 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:672:9
[INFO] [stdout]     |
[INFO] [stdout] 672 |         Ok(self.into_value(py).into_bound(py))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:682:82
[INFO] [stdout]     |
[INFO] [stdout] 682 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 683 | |         self.clone_ref(py).into_pyobject(py)
[INFO] [stdout] 684 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:683:9
[INFO] [stdout]     |
[INFO] [stdout] 683 |         self.clone_ref(py).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/err/downcast_error.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | /         format!("'{}' object cannot be converted to '{}'", from, self.to)
[INFO] [stdout] 70 | |             .into_pyobject(py)
[INFO] [stdout]    | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]   --> src/err/impls.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 | /         self.to_string()
[INFO] [stdout] 83 | |             .into_pyobject(py)
[INFO] [stdout]    | |______________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 129 |   impl_to_pyerr!(std::array::TryFromSliceError, exceptions::PyValueError);
[INFO] [stdout]     |   ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 130 |   impl_to_pyerr!(std::num::ParseIntError, exceptions::PyValueError);
[INFO] [stdout]     |   ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 131 |   impl_to_pyerr!(std::num::ParseFloatError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 132 |   impl_to_pyerr!(std::num::TryFromIntError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 133 |   impl_to_pyerr!(std::str::ParseBoolError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 134 |   impl_to_pyerr!(std::ffi::IntoStringError, exceptions::PyUnicodeDecodeError);
[INFO] [stdout]     |   --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 135 |   impl_to_pyerr!(std::ffi::NulError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   impl_to_pyerr!(std::str::Utf8Error, exceptions::PyUnicodeDecodeError);
[INFO] [stdout]     |   --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 137 |   impl_to_pyerr!(std::string::FromUtf8Error, exceptions::PyUnicodeDecodeError);
[INFO] [stdout]     |   ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 138 | / impl_to_pyerr!(
[INFO] [stdout] 139 | |     std::string::FromUtf16Error,
[INFO] [stdout] 140 | |     exceptions::PyUnicodeDecodeError
[INFO] [stdout] 141 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 142 | / impl_to_pyerr!(
[INFO] [stdout] 143 | |     std::char::DecodeUtf16Error,
[INFO] [stdout] 144 | |     exceptions::PyUnicodeDecodeError
[INFO] [stdout] 145 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/err/impls.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.to_string()
[INFO] [stdout] 114 | |                     .into_pyobject(py)
[INFO] [stdout]     | |______________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 146 |   impl_to_pyerr!(std::net::AddrParseError, exceptions::PyValueError);
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_to_pyerr` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:884:21
[INFO] [stdout]     |
[INFO] [stdout] 884 |             assert!(err.matches(py, PyValueError::type_object(py)).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:893:22
[INFO] [stdout]     |
[INFO] [stdout] 893 |             assert!(!err.matches(py, PyTypeError::type_object(py)).unwrap());
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<bool, std::convert::Infallible>
[INFO] [stdout]    --> src/err/mod.rs:897:21
[INFO] [stdout]     |
[INFO] [stdout] 897 |             assert!(err.matches(py, PyTypeError::type_object(py)).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |           let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ffi/tests.rs:87:9
[INFO] [stdout]     |
[INFO] [stdout]  87 | /         crate::py_run!(
[INFO] [stdout]  88 | |             py,
[INFO] [stdout]  89 | |             tz,
[INFO] [stdout]  90 | |             "import datetime; assert tz == datetime.timezone(datetime.timedelta(seconds=100))"
[INFO] [stdout]  91 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |           let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ffi/tests.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 | /         crate::py_run!(
[INFO] [stdout] 109 | |             py,
[INFO] [stdout] 110 | |             tz,
[INFO] [stdout] 111 | |             "import datetime; assert tz == datetime.timezone(datetime.timedelta(seconds=100), 'testtz')"
[INFO] [stdout] 112 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2407:23
[INFO] [stdout]      |
[INFO] [stdout] 2407 |             let obj = py.get_type::<PyDict>().into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2456 |             tuple!(py, "a" => 1);
[INFO] [stdout]      |             -------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2457 |             tuple!(py, "a" => 1, "b" => 2);
[INFO] [stdout]      |             ------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2458 |             tuple!(py, "a" => 1, "b" => 2, "c" => 3);
[INFO] [stdout]      |             ---------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2459 |             tuple!(py, "a" => 1, "b" => 2, "c" => 3, "d" => 4);
[INFO] [stdout]      |             -------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2460 |             tuple!(py, "a" => 1, "b" => 2, "c" => 3, "d" => 4, "e" => 5);
[INFO] [stdout]      |             ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2461 |             tuple!(py, "a" => 1, "b" => 2, "c" => 3, "d" => 4, "e" => 5, "f" => 6);
[INFO] [stdout]      |             ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2462 |             tuple!(py, "a" => 1, "b" => 2, "c" => 3, "d" => 4, "e" => 5, "f" => 6, "g" => 7);
[INFO] [stdout]      |             -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2463 |             tuple!(py, "a" => 1, "b" => 2, "c" => 3, "d" => 4, "e" => 5, "f" => 6, "g" => 7, "h" => 8);
[INFO] [stdout]      |             ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2464 |             tuple!(py, "a" => 1, "b" => 2, "c" => 3, "d" => 4, "e" => 5, "f" => 6, "g" => 7, "h" => 8, "i" => 9);
[INFO] [stdout]      |             ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 |                 let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2465 |             tuple!(py, "a" => 1, "b" => 2, "c" => 3, "d" => 4, "e" => 5, "f" => 6, "g" => 7, "h" => 8, "i" => 9, "j" => 10, "k" => 11);
[INFO] [stdout]      |             -------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyType>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2442:30
[INFO] [stdout]      |
[INFO] [stdout] 2442 | ...       let ty_obj = $py.get_type::<PyDict>().into_pyobject($py).unwrap();
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2466 | ...   tuple!(py, "a" => 1, "b" => 2, "c" => 3, "d" => 4, "e" => 5, "f" => 6, "g" => 7, "h" => 8, "i" => 9, "j" => 10, "k" => 11, "l" => 12);
[INFO] [stdout]      |       ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `tuple` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2597:23
[INFO] [stdout]      |
[INFO] [stdout] 2597 |             let obj = "hello world".into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2605:23
[INFO] [stdout]      |
[INFO] [stdout] 2605 |             let obj = "hello world".into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2645:23
[INFO] [stdout]      |
[INFO] [stdout] 2645 |             let yes = true.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]     --> src/instance.rs:2646:22
[INFO] [stdout]      |
[INFO] [stdout] 2646 |             let no = false.into_pyobject(py).unwrap();
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&T, std::convert::Infallible>
[INFO] [stdout]    --> src/sync.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         self.init(py, || Ok::<T, std::convert::Infallible>(f()))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/pybacked.rs:96:82
[INFO] [stdout]    |
[INFO] [stdout] 96 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 97 | |         Ok(self.storage.into_bound(py))
[INFO] [stdout] 98 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]   --> src/pybacked.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Ok(self.storage.into_bound(py))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:112:82
[INFO] [stdout]     |
[INFO] [stdout] 112 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 113 | |         Ok(self.storage.bind(py).to_owned())
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         Ok(self.storage.bind(py).to_owned())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:236:82
[INFO] [stdout]     |
[INFO] [stdout] 236 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 237 | |         match self.storage {
[INFO] [stdout] 238 | |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.into_bound(py)),
[INFO] [stdout] 239 | |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, &bytes)),
[INFO] [stdout] 240 | |         }
[INFO] [stdout] 241 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 | /         match self.storage {
[INFO] [stdout] 238 | |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.into_bound(py)),
[INFO] [stdout] 239 | |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, &bytes)),
[INFO] [stdout] 240 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:238:52
[INFO] [stdout]     |
[INFO] [stdout] 238 |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.into_bound(py)),
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:239:50
[INFO] [stdout]     |
[INFO] [stdout] 239 |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, &bytes)),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:249:82
[INFO] [stdout]     |
[INFO] [stdout] 249 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 250 | |         match &self.storage {
[INFO] [stdout] 251 | |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.bind(py).clone()),
[INFO] [stdout] 252 | |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, bytes)),
[INFO] [stdout] 253 | |         }
[INFO] [stdout] 254 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 | /         match &self.storage {
[INFO] [stdout] 251 | |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.bind(py).clone()),
[INFO] [stdout] 252 | |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, bytes)),
[INFO] [stdout] 253 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:251:52
[INFO] [stdout]     |
[INFO] [stdout] 251 |             PyBackedBytesStorage::Python(bytes) => Ok(bytes.bind(py).clone()),
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:252:50
[INFO] [stdout]     |
[INFO] [stdout] 252 |             PyBackedBytesStorage::Rust(bytes) => Ok(PyBytes::new(py, bytes)),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:371:27
[INFO] [stdout]     |
[INFO] [stdout] 371 |             let new_str = py_backed_str.into_pyobject(py).unwrap();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:419:21
[INFO] [stdout]     |
[INFO] [stdout] 419 |               assert!((&py_backed_bytes)
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 420 | |                 .into_pyobject(py)
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, bytes::PyBytes>, std::convert::Infallible>
[INFO] [stdout]    --> src/pybacked.rs:435:29
[INFO] [stdout]     |
[INFO] [stdout] 435 |             let to_object = (&rust_backed_bytes).into_pyobject(py).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:483:83
[INFO] [stdout]     |
[INFO] [stdout] 483 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 484 | |         Ok(self.inner.clone())
[INFO] [stdout] 485 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:484:9
[INFO] [stdout]     |
[INFO] [stdout] 484 |         Ok(self.inner.clone())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:496:83
[INFO] [stdout]     |
[INFO] [stdout] 496 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 497 | |         Ok(self.inner.as_borrowed())
[INFO] [stdout] 498 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:497:9
[INFO] [stdout]     |
[INFO] [stdout] 497 |         Ok(self.inner.as_borrowed())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:662:83
[INFO] [stdout]     |
[INFO] [stdout] 662 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 663 | |         Ok(self.inner.clone())
[INFO] [stdout] 664 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:663:9
[INFO] [stdout]     |
[INFO] [stdout] 663 |         Ok(self.inner.clone())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:675:83
[INFO] [stdout]     |
[INFO] [stdout] 675 |       fn into_pyobject(self, _py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  ___________________________________________________________________________________^
[INFO] [stdout] 676 | |         Ok(self.inner.as_borrowed())
[INFO] [stdout] 677 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:676:9
[INFO] [stdout]     |
[INFO] [stdout] 676 |         Ok(self.inner.as_borrowed())
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(usize, usize, usize), std::convert::Infallible>
[INFO] [stdout]    --> src/pycell.rs:803:20
[INFO] [stdout]     |
[INFO] [stdout] 803 |       #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 804 | |     impl SubSubClass {
[INFO] [stdout] 805 | |         #[new]
[INFO] [stdout] 806 | |         fn new(py: Python<'_>) -> crate::Py<SubSubClass> {
[INFO] [stdout] ...   |
[INFO] [stdout] 813 | |         fn get_values(self_: PyRef<'_, Self>) -> (usize, usize, usize) {
[INFO] [stdout]     | |______________________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, pycell::tests::SubSubClass>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pycell.rs:862:13
[INFO] [stdout]     |
[INFO] [stdout] 862 |             crate::py_run!(py, obj, "assert obj.get_values() == (10, 15, 20)");
[INFO] [stdout]     |             ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, pycell::tests::SubSubClass>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pycell.rs:863:13
[INFO] [stdout]     |
[INFO] [stdout] 863 |             crate::py_run!(py, obj, "assert obj.double_values() is None");
[INFO] [stdout]     |             ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, pycell::tests::SubSubClass>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pycell.rs:864:13
[INFO] [stdout]     |
[INFO] [stdout] 864 |             crate::py_run!(py, obj, "assert obj.get_values() == (20, 30, 40)");
[INFO] [stdout]     |             ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:299:89
[INFO] [stdout]     |
[INFO] [stdout] 299 |       fn into_pyobject(self, py: crate::Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  _________________________________________________________________________________________^
[INFO] [stdout] 300 | |         (&self).into_pyobject(py)
[INFO] [stdout] 301 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:300:9
[INFO] [stdout]     |
[INFO] [stdout] 300 |         (&self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:313:89
[INFO] [stdout]     |
[INFO] [stdout] 313 |       fn into_pyobject(self, py: crate::Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  _________________________________________________________________________________________^
[INFO] [stdout] 314 | |         // SAFETY: `ptr` is guaranteed to be valid for 'a and points to an
[INFO] [stdout] 315 | |         // object of type T
[INFO] [stdout] 316 | |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:316:9
[INFO] [stdout]     |
[INFO] [stdout] 316 |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:316:18
[INFO] [stdout]     |
[INFO] [stdout] 316 |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:702:89
[INFO] [stdout]     |
[INFO] [stdout] 702 |       fn into_pyobject(self, py: crate::Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  _________________________________________________________________________________________^
[INFO] [stdout] 703 | |         (&self).into_pyobject(py)
[INFO] [stdout] 704 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:703:9
[INFO] [stdout]     |
[INFO] [stdout] 703 |         (&self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:713:89
[INFO] [stdout]     |
[INFO] [stdout] 713 |       fn into_pyobject(self, py: crate::Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  _________________________________________________________________________________________^
[INFO] [stdout] 714 | |         // SAFETY: `ptr` is guaranteed to be valid for 'a and points to an
[INFO] [stdout] 715 | |         // object of type T
[INFO] [stdout] 716 | |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout] 717 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:716:9
[INFO] [stdout]     |
[INFO] [stdout] 716 |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, T>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:716:18
[INFO] [stdout]     |
[INFO] [stdout] 716 |         unsafe { Ok(Borrowed::from_non_null(py, self.ptr).cast_unchecked()) }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(usize, usize, usize), std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:892:20
[INFO] [stdout]     |
[INFO] [stdout] 892 |       #[pyo3(crate = "crate")]
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 893 | |     impl SubSubClass {
[INFO] [stdout] 894 | |         #[new]
[INFO] [stdout] 895 | |         fn new(py: Python<'_>) -> Py<SubSubClass> {
[INFO] [stdout] ...   |
[INFO] [stdout] 902 | |         fn get_values(self_: PyClassGuard<'_, Self>) -> (usize, usize, usize) {
[INFO] [stdout]     | |_____________________________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Borrowed<'_, '_, guard::tests::BaseClass>>
[INFO] [stdout]    --> src/pyclass/guard.rs:936:27
[INFO] [stdout]     |
[INFO] [stdout] 936 |             let new_ref = (&guard).into_pyobject(py)?;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, guard::tests::BaseClass>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:936:27
[INFO] [stdout]     |
[INFO] [stdout] 936 |             let new_ref = (&guard).into_pyobject(py)?;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Borrowed<'_, '_, guard::tests::BaseClass>>
[INFO] [stdout]    --> src/pyclass/guard.rs:938:23
[INFO] [stdout]     |
[INFO] [stdout] 938 |             let new = guard.into_pyobject(py)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, guard::tests::BaseClass>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:938:23
[INFO] [stdout]     |
[INFO] [stdout] 938 |             let new = guard.into_pyobject(py)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Borrowed<'_, '_, guard::tests::BaseClass>>
[INFO] [stdout]    --> src/pyclass/guard.rs:950:27
[INFO] [stdout]     |
[INFO] [stdout] 950 |             let new_ref = (&guard).into_pyobject(py)?;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, guard::tests::BaseClass>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:950:27
[INFO] [stdout]     |
[INFO] [stdout] 950 |             let new_ref = (&guard).into_pyobject(py)?;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<std::convert::Infallible, std::convert::Infallible>, instance::Borrowed<'_, '_, guard::tests::BaseClass>>
[INFO] [stdout]    --> src/pyclass/guard.rs:952:23
[INFO] [stdout]     |
[INFO] [stdout] 952 |             let new = guard.into_pyobject(py)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, guard::tests::BaseClass>, std::convert::Infallible>
[INFO] [stdout]    --> src/pyclass/guard.rs:952:23
[INFO] [stdout]     |
[INFO] [stdout] 952 |             let new = guard.into_pyobject(py)?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, guard::tests::SubSubClass>, std::convert::Infallible>
[INFO] [stdout]     --> src/macros.rs:109:39
[INFO] [stdout]      |
[INFO] [stdout]  109 |         let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/pyclass/guard.rs:1002:13
[INFO] [stdout]      |
[INFO] [stdout] 1002 |             crate::py_run!(py, obj1 obj2, "assert ((obj1 + obj2) - obj2).val3 == obj1.val3");
[INFO] [stdout]      |             -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, guard::tests::SubSubClass>, std::convert::Infallible>
[INFO] [stdout]     --> src/macros.rs:109:39
[INFO] [stdout]      |
[INFO] [stdout]  109 |         let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/pyclass/guard.rs:1010:13
[INFO] [stdout]      |
[INFO] [stdout] 1010 |             crate::py_run!(py, obj, "assert obj.get_values() == (10, 15, 20)");
[INFO] [stdout]      |             ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, guard::tests::SubSubClass>, std::convert::Infallible>
[INFO] [stdout]     --> src/macros.rs:109:39
[INFO] [stdout]      |
[INFO] [stdout]  109 |         let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/pyclass/guard.rs:1011:13
[INFO] [stdout]      |
[INFO] [stdout] 1011 |             crate::py_run!(py, obj, "assert obj.double_values() is None");
[INFO] [stdout]      |             ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, guard::tests::SubSubClass>, std::convert::Infallible>
[INFO] [stdout]     --> src/macros.rs:109:39
[INFO] [stdout]      |
[INFO] [stdout]  109 |         let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/pyclass/guard.rs:1012:13
[INFO] [stdout]      |
[INFO] [stdout] 1012 |             crate::py_run!(py, obj, "assert obj.get_values() == (20, 30, 40)");
[INFO] [stdout]      |             ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:1866:21
[INFO] [stdout]      |
[INFO] [stdout] 1866 |             let x = 5i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:1913:21
[INFO] [stdout]      |
[INFO] [stdout] 1913 |             let x = 5i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:1932:21
[INFO] [stdout]      |
[INFO] [stdout] 1932 |             let x = 5i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:1961:30
[INFO] [stdout]      |
[INFO] [stdout] 1961 |             let bad_needle = 7i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:1964:31
[INFO] [stdout]      |
[INFO] [stdout] 1964 |             let good_needle = 8i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:1967:39
[INFO] [stdout]      |
[INFO] [stdout] 1967 |             let type_coerced_needle = 8f32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:1971:32
[INFO] [stdout]      |
[INFO] [stdout] 1971 |             let bad_haystack = n.into_pyobject(py).unwrap();
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:1972:37
[INFO] [stdout]      |
[INFO] [stdout] 1972 |             let irrelevant_needle = 0i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:2079:26
[INFO] [stdout]      |
[INFO] [stdout] 2079 |             let py_int = 1i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:2080:26
[INFO] [stdout]      |
[INFO] [stdout] 2080 |             let py_str = "1".into_pyobject(py).unwrap();
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:2096:32
[INFO] [stdout]      |
[INFO] [stdout] 2096 |             let not_callable = 5i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/any.rs:2110:33
[INFO] [stdout]      |
[INFO] [stdout] 2110 |             let not_container = 5i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:150:82
[INFO] [stdout]     |
[INFO] [stdout] 150 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 151 | |         Ok(PyBool::new(py, self))
[INFO] [stdout] 152 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         Ok(PyBool::new(py, self))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:169:82
[INFO] [stdout]     |
[INFO] [stdout] 169 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 170 | |         (*self).into_pyobject(py)
[INFO] [stdout] 171 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         (*self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:259:21
[INFO] [stdout]     |
[INFO] [stdout] 259 |             assert!(true.into_pyobject(py).unwrap().is(&*PyBool::new(py, true)));
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, PyBool>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/boolobject.rs:269:21
[INFO] [stdout]     |
[INFO] [stdout] 269 |               assert!(false
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 270 | |                 .into_pyobject(py)
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, datetime::PyDateTime>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |           let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/types/datetime.rs:888:13
[INFO] [stdout]     |
[INFO] [stdout] 888 | /             py_run!(
[INFO] [stdout] 889 | |                 py,
[INFO] [stdout] 890 | |                 dt,
[INFO] [stdout] 891 | |                 "import datetime; assert dt == datetime.datetime.fromtimestamp(100)"
[INFO] [stdout] 892 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, datetime::PyDateTime>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |           let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/types/datetime.rs:896:13
[INFO] [stdout]     |
[INFO] [stdout] 896 | /             py_run!(
[INFO] [stdout] 897 | |                 py,
[INFO] [stdout] 898 | |                 dt,
[INFO] [stdout] 899 | |                 "import datetime; assert dt == datetime.datetime.fromtimestamp(100, datetime.timezone.utc)"
[INFO] [stdout] 900 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, datetime::PyDate>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |           let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/types/datetime.rs:910:13
[INFO] [stdout]     |
[INFO] [stdout] 910 | /             py_run!(
[INFO] [stdout] 911 | |                 py,
[INFO] [stdout] 912 | |                 dt,
[INFO] [stdout] 913 | |                 "import datetime; assert dt == datetime.date.fromtimestamp(100)"
[INFO] [stdout] 914 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/float.rs:79:82
[INFO] [stdout]    |
[INFO] [stdout] 79 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 80 | |         Ok(PyFloat::new(py, self))
[INFO] [stdout] 81 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/float.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Ok(PyFloat::new(py, self))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:98:82
[INFO] [stdout]     |
[INFO] [stdout]  98 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout]  99 | |         (*self).into_pyobject(py)
[INFO] [stdout] 100 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/float.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         (*self).into_pyobject(py)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:152:82
[INFO] [stdout]     |
[INFO] [stdout] 152 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 153 | |         Ok(PyFloat::new(py, self.into()))
[INFO] [stdout] 154 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         Ok(PyFloat::new(py, self.into()))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:171:82
[INFO] [stdout]     |
[INFO] [stdout] 171 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 172 | |         (*self).into_pyobject(py)
[INFO] [stdout] 173 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |         (*self).into_pyobject(py)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:291:27
[INFO] [stdout]     |
[INFO] [stdout] 291 |                 let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 298 |     num_to_py_object_and_back!(to_from_f64, f64, f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `num_to_py_object_and_back` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:291:27
[INFO] [stdout]     |
[INFO] [stdout] 291 |                 let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 299 |     num_to_py_object_and_back!(to_from_f32, f32, f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `num_to_py_object_and_back` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/float.rs:291:27
[INFO] [stdout]     |
[INFO] [stdout] 291 |                 let obj = val.into_pyobject(py).unwrap();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     num_to_py_object_and_back!(int_to_float, i32, f64);
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `num_to_py_object_and_back` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/iterator.rs:258:23
[INFO] [stdout]     |
[INFO] [stdout] 258 |             let one = 1i32.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/iterator.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |             let x = 5i32.into_pyobject(py).unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, Downcaster>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |           let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/types/iterator.rs:338:13
[INFO] [stdout]     |
[INFO] [stdout] 338 | /             crate::py_run!(
[INFO] [stdout] 339 | |                 py,
[INFO] [stdout] 340 | |                 downcaster,
[INFO] [stdout] 341 | |                 r#"
[INFO] [stdout] ...   |
[INFO] [stdout] 355 | |                 "#
[INFO] [stdout] 356 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Borrowed<'_, '_, function::PyCFunction>, std::convert::Infallible>
[INFO] [stdout]    --> src/macros.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 |           let d = [$((stringify!($val), (&$val).into_pyobject($py).unwrap().into_any().into_bound()),)+].into_py_dict($py).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/types/iterator.rs:376:13
[INFO] [stdout]     |
[INFO] [stdout] 376 | /             crate::py_run!(
[INFO] [stdout] 377 | |                 py,
[INFO] [stdout] 378 | |                 assert_iterator,
[INFO] [stdout] 379 | |                 r#"
[INFO] [stdout] ...   |
[INFO] [stdout] 385 | |                 "#
[INFO] [stdout] 386 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::py_run_impl` which comes from the expansion of the macro `crate::py_run` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/list.rs:997:23
[INFO] [stdout]     |
[INFO] [stdout] 997 |             let val = 42i32.into_pyobject(py).unwrap();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/list.rs:998:24
[INFO] [stdout]     |
[INFO] [stdout] 998 |             let val2 = 42i32.into_pyobject(py).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/list.rs:1027:23
[INFO] [stdout]      |
[INFO] [stdout] 1027 |             let val = 42i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/list.rs:1028:24
[INFO] [stdout]      |
[INFO] [stdout] 1028 |             let val2 = 43i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/list.rs:1466:30
[INFO] [stdout]      |
[INFO] [stdout] 1466 |             let bad_needle = 7i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/list.rs:1469:31
[INFO] [stdout]      |
[INFO] [stdout] 1469 |             let good_needle = 8i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/list.rs:1472:39
[INFO] [stdout]      |
[INFO] [stdout] 1472 |             let type_coerced_needle = 8f32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/list.rs:1564:90
[INFO] [stdout]      |
[INFO] [stdout] 1564 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]      |  __________________________________________________________________________________________^
[INFO] [stdout] 1565 | |                 // This panic should not lead to a memory leak
[INFO] [stdout] 1566 | |                 assert_ne!(self.0, 42);
[INFO] [stdout] 1567 | |                 self.0.into_pyobject(py)
[INFO] [stdout] 1568 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/list.rs:1567:17
[INFO] [stdout]      |
[INFO] [stdout] 1567 |                 self.0.into_pyobject(py)
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/num.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |         match T::into_pyobject(i, py) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]   --> src/types/num.rs:91:23
[INFO] [stdout]    |
[INFO] [stdout] 91 |             let obj = 123_i64.into_pyobject(py).unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/num.rs:129:27
[INFO] [stdout]     |
[INFO] [stdout] 129 |             let big_obj = big_num.into_pyobject(py).unwrap();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::any::PyAny>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:368:13
[INFO] [stdout]     |
[INFO] [stdout] 368 |             obj.into_pyobject(py).unwrap().unbind()
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:376:21
[INFO] [stdout]     |
[INFO] [stdout] 376 |             assert!(v.into_pyobject(py).unwrap().cast::<PySequence>().is_err());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:384:21
[INFO] [stdout]     |
[INFO] [stdout] 384 |             assert!(v.into_pyobject(py).unwrap().cast::<PySequence>().is_ok());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:396:26
[INFO] [stdout]     |
[INFO] [stdout] 396 |             let needle = 7i32.into_pyobject(py).unwrap();
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:422:30
[INFO] [stdout]     |
[INFO] [stdout] 422 |             let bad_needle = 7i32.into_pyobject(py).unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:425:31
[INFO] [stdout]     |
[INFO] [stdout] 425 |             let good_needle = 8i32.into_pyobject(py).unwrap();
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:428:39
[INFO] [stdout]     |
[INFO] [stdout] 428 |             let type_coerced_needle = 8f32.into_pyobject(py).unwrap();
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:603:30
[INFO] [stdout]     |
[INFO] [stdout] 603 |             let bad_needle = "blurst".into_pyobject(py).unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:606:31
[INFO] [stdout]     |
[INFO] [stdout] 606 |             let good_needle = "worst".into_pyobject(py).unwrap();
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:630:22
[INFO] [stdout]     |
[INFO] [stdout] 630 |             let ob = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/sequence.rs:690:22
[INFO] [stdout]     |
[INFO] [stdout] 690 |             let ob = v.into_pyobject(py).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::slice::PySlice>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/slice.rs:128:82
[INFO] [stdout]     |
[INFO] [stdout] 128 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 129 | |         Ok(PySlice::new(py, self.start, self.stop, self.step))
[INFO] [stdout] 130 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::slice::PySlice>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/slice.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |         Ok(PySlice::new(py, self.start, self.stop, self.step))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::slice::PySlice>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/slice.rs:138:82
[INFO] [stdout]     |
[INFO] [stdout] 138 |       fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]     |  __________________________________________________________________________________^
[INFO] [stdout] 139 | |         Ok(PySlice::new(py, self.start, self.stop, self.step))
[INFO] [stdout] 140 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::slice::PySlice>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/slice.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |         Ok(PySlice::new(py, self.start, self.stop, self.step))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/string.rs:652:21
[INFO] [stdout]     |
[INFO] [stdout] 652 |             let s = "Hello\n".into_pyobject(py).unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::string::PyString>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/string.rs:660:21
[INFO] [stdout]     |
[INFO] [stdout] 660 |             let s = "Hello\n".into_pyobject(py).unwrap();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyBaseException>, std::convert::Infallible>
[INFO] [stdout]    --> src/types/traceback.rs:147:30
[INFO] [stdout]     |
[INFO] [stdout] 147 |             let err_object = err.clone_ref(py).into_pyobject(py).unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/tuple.rs:1347:30
[INFO] [stdout]      |
[INFO] [stdout] 1347 |             let bad_needle = 7i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/tuple.rs:1350:31
[INFO] [stdout]      |
[INFO] [stdout] 1350 |             let good_needle = 8i32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, PyFloat>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/tuple.rs:1353:39
[INFO] [stdout]      |
[INFO] [stdout] 1353 |             let type_coerced_needle = 8f32.into_pyobject(py).unwrap();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/tuple.rs:1445:90
[INFO] [stdout]      |
[INFO] [stdout] 1445 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]      |  __________________________________________________________________________________________^
[INFO] [stdout] 1446 | |                 // This panic should not lead to a memory leak
[INFO] [stdout] 1447 | |                 assert_ne!(self.0, 42);
[INFO] [stdout] 1448 | |                 self.0.into_pyobject(py)
[INFO] [stdout] 1449 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/tuple.rs:1448:17
[INFO] [stdout]      |
[INFO] [stdout] 1448 |                 self.0.into_pyobject(py)
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/tuple.rs:1507:90
[INFO] [stdout]      |
[INFO] [stdout] 1507 |               fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]      |  __________________________________________________________________________________________^
[INFO] [stdout] 1508 | |                 // This panic should not lead to a memory leak
[INFO] [stdout] 1509 | |                 assert_ne!(self.0, 3);
[INFO] [stdout] 1510 | |                 self.0.into_pyobject(py)
[INFO] [stdout] 1511 | |             }
[INFO] [stdout]      | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<instance::Bound<'_, types::num::PyInt>, std::convert::Infallible>
[INFO] [stdout]     --> src/types/tuple.rs:1510:17
[INFO] [stdout]      |
[INFO] [stdout] 1510 |                 self.0.into_pyobject(py)
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<&str, std::convert::Infallible>
[INFO] [stdout]    --> src/types/weakref/proxy.rs:781:33
[INFO] [stdout]     |
[INFO] [stdout] 781 |               #[pymethods(crate = "crate")]
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 782 | |             impl WeakrefablePyClass {
[INFO] [stdout] 783 | |                 fn __call__(&self) -> &str {
[INFO] [stdout]     | |__________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pyo3` (lib test) due to 474 previous errors
[INFO] running `Command { std: "docker" "inspect" "6818f6e0bfae99f785b9f30d8aed4878c21fbc78c572a2a00eab215e2e243afc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6818f6e0bfae99f785b9f30d8aed4878c21fbc78c572a2a00eab215e2e243afc", kill_on_drop: false }`
[INFO] [stdout] 6818f6e0bfae99f785b9f30d8aed4878c21fbc78c572a2a00eab215e2e243afc
