[INFO] cloning repository https://github.com/samschlegel/pyo3-gevent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samschlegel/pyo3-gevent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamschlegel%2Fpyo3-gevent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamschlegel%2Fpyo3-gevent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f70a1f706dc2a7d15693df29ddd0b113a71066ad
[INFO] checking samschlegel/pyo3-gevent against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamschlegel%2Fpyo3-gevent" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/samschlegel/pyo3-gevent
[INFO] finished tweaking git repo https://github.com/samschlegel/pyo3-gevent
[INFO] tweaked toml for git repo https://github.com/samschlegel/pyo3-gevent written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/samschlegel/pyo3-gevent on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/samschlegel/pyo3-gevent 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unindent v0.1.11
[INFO] [stderr]   Downloaded target-lexicon v0.12.6
[INFO] [stderr]   Downloaded pyo3-macros v0.18.2
[INFO] [stderr]   Downloaded tokio-macros v2.0.0
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.18.2
[INFO] [stderr]   Downloaded pyo3-build-config v0.18.2
[INFO] [stderr]   Downloaded pyo3-ffi v0.18.2
[INFO] [stderr]   Downloaded pyo3 v0.18.2
[INFO] [stderr]   Downloaded tokio v1.27.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63e7432db3ac6cbaaa9c5d67cffca41525ca8cd9d592581328184404af6bdd5d
[INFO] running `Command { std: "docker" "start" "-a" "63e7432db3ac6cbaaa9c5d67cffca41525ca8cd9d592581328184404af6bdd5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63e7432db3ac6cbaaa9c5d67cffca41525ca8cd9d592581328184404af6bdd5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63e7432db3ac6cbaaa9c5d67cffca41525ca8cd9d592581328184404af6bdd5d", kill_on_drop: false }`
[INFO] [stdout] 63e7432db3ac6cbaaa9c5d67cffca41525ca8cd9d592581328184404af6bdd5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6cd9103847b3e6d2ee644e921f3102aacf3f41f8df59ac25457c5ae5a9e2c399
[INFO] running `Command { std: "docker" "start" "-a" "6cd9103847b3e6d2ee644e921f3102aacf3f41f8df59ac25457c5ae5a9e2c399", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling target-lexicon v0.12.6
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling tokio v1.27.0
[INFO] [stderr]     Checking regex v1.7.3
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking unindent v0.1.11
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling pyo3-build-config v0.18.2
[INFO] [stderr]    Compiling syn v2.0.13
[INFO] [stderr]    Compiling pyo3-ffi v0.18.2
[INFO] [stderr]    Compiling pyo3 v0.18.2
[INFO] [stderr]    Compiling tokio-macros v2.0.0
[INFO] [stderr]    Compiling pyo3-macros-backend v0.18.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling pyo3-macros v0.18.2
[INFO] [stderr]     Checking pyo3-gevent v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::time::UNIX_EPOCH`
[INFO] [stdout]  --> src/tokio.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::time::UNIX_EPOCH;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Mutex`
[INFO] [stdout]  --> src/tokio.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{future::Future, sync::Mutex};
[INFO] [stdout]   |                           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Lazy`
[INFO] [stdout]  --> src/tokio.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     sync::{Lazy, OnceCell},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `addr_of`
[INFO] [stdout]   --> src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | create_exception!(pyo3_gevent, PyO3GeventError, pyo3::exceptions::PyException);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `addr_of`
[INFO] [stdout]   --> src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | create_exception!(pyo3_gevent, PyO3GeventError, pyo3::exceptions::PyException);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::UNIX_EPOCH`
[INFO] [stdout]  --> src/tokio.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::time::UNIX_EPOCH;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Mutex`
[INFO] [stdout]  --> src/tokio.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{future::Future, sync::Mutex};
[INFO] [stdout]   |                           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Lazy`
[INFO] [stdout]  --> src/tokio.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     sync::{Lazy, OnceCell},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `addr_of`
[INFO] [stdout]   --> src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | create_exception!(pyo3_gevent, PyO3GeventError, pyo3::exceptions::PyException);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `addr_of`
[INFO] [stdout]   --> src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | create_exception!(pyo3_gevent, PyO3GeventError, pyo3::exceptions::PyException);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/tokio.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         Err(e) => None,
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `py`
[INFO] [stdout]   --> src/tokio.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 88 | fn get_current_locals(py: Python) -> PyResult<TaskLocals> {
[INFO] [stdout]    |                       ^^ help: if this is intentional, prefix it with an underscore: `_py`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/tokio.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         Err(e) => None,
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `py`
[INFO] [stdout]   --> src/tokio.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 88 | fn get_current_locals(py: Python) -> PyResult<TaskLocals> {
[INFO] [stdout]    |                       ^^ help: if this is intentional, prefix it with an underscore: `_py`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `py`
[INFO] [stdout]   --> src/lib.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn sum_as_string(py: Python, a: usize, b: usize) -> PyResult<String> {
[INFO] [stdout]    |                  ^^ help: if this is intentional, prefix it with an underscore: `_py`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `py`
[INFO] [stdout]   --> src/lib.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn sum_as_string(py: Python, a: usize, b: usize) -> PyResult<String> {
[INFO] [stdout]    |                  ^^ help: if this is intentional, prefix it with an underscore: `_py`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `multi_thread` is never used
[INFO] [stdout]   --> src/tokio.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn multi_thread() -> Builder {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `iloop` is never read
[INFO] [stdout]   --> src/tokio.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct TaskLocals {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] 24 |     hub: PyObject,
[INFO] [stdout] 25 |     iloop: PyObject,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TaskLocals` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `iloop` is never used
[INFO] [stdout]   --> src/tokio.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl TaskLocals {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn iloop<'p>(&self, py: Python<'p>) -> &'p PyAny {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_waiter` is never used
[INFO] [stdout]    --> src/tokio.rs:138:4
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn create_waiter(py: Python) -> PyResult<&PyAny> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_result` is never used
[INFO] [stdout]    --> src/tokio.rs:143:4
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn set_result(iloop: &PyAny, future: &PyAny, result: PyResult<PyObject>) -> PyResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_result_waiter` is never used
[INFO] [stdout]    --> src/tokio.rs:159:4
[INFO] [stdout]     |
[INFO] [stdout] 159 | fn set_result_waiter(iloop: &PyAny, waiter: &PyAny, result: PyResult<PyObject>) -> PyResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch_back` is never used
[INFO] [stdout]    --> src/tokio.rs:192:4
[INFO] [stdout]     |
[INFO] [stdout] 192 | fn switch_back(iloop: &PyAny, greenlet: &PyAny, result: PyResult<PyObject>) -> PyResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `multi_thread` is never used
[INFO] [stdout]   --> src/tokio.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn multi_thread() -> Builder {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `iloop` is never read
[INFO] [stdout]   --> src/tokio.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct TaskLocals {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] 24 |     hub: PyObject,
[INFO] [stdout] 25 |     iloop: PyObject,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TaskLocals` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `iloop` is never used
[INFO] [stdout]   --> src/tokio.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl TaskLocals {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn iloop<'p>(&self, py: Python<'p>) -> &'p PyAny {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_waiter` is never used
[INFO] [stdout]    --> src/tokio.rs:138:4
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn create_waiter(py: Python) -> PyResult<&PyAny> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:15:28
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn async_sum_as_string(py: Python, a: usize, b: usize) -> PyResult<&PyAny> {
[INFO] [stdout]    |                            ^^^^^^ the lifetime is hidden here      ^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn async_sum_as_string(py: Python<'_>, a: usize, b: usize) -> PyResult<&PyAny> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_result` is never used
[INFO] [stdout]    --> src/tokio.rs:143:4
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn set_result(iloop: &PyAny, future: &PyAny, result: PyResult<PyObject>) -> PyResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_result_waiter` is never used
[INFO] [stdout]    --> src/tokio.rs:159:4
[INFO] [stdout]     |
[INFO] [stdout] 159 | fn set_result_waiter(iloop: &PyAny, waiter: &PyAny, result: PyResult<PyObject>) -> PyResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `switch_back` is never used
[INFO] [stdout]    --> src/tokio.rs:192:4
[INFO] [stdout]     |
[INFO] [stdout] 192 | fn switch_back(iloop: &PyAny, greenlet: &PyAny, result: PyResult<PyObject>) -> PyResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:15:28
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn async_sum_as_string(py: Python, a: usize, b: usize) -> PyResult<&PyAny> {
[INFO] [stdout]    |                            ^^^^^^ the lifetime is hidden here      ^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn async_sum_as_string(py: Python<'_>, a: usize, b: usize) -> PyResult<&PyAny> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     tokio::init(py);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let _ = tokio::init(py);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     tokio::init(py);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let _ = tokio::init(py);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokio.rs:138:22
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn create_waiter(py: Python) -> PyResult<&PyAny> {
[INFO] [stdout]     |                      ^^^^^^              ^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn create_waiter(py: Python<'_>) -> PyResult<&PyAny> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokio.rs:138:22
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn create_waiter(py: Python) -> PyResult<&PyAny> {
[INFO] [stdout]     |                      ^^^^^^              ^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn create_waiter(py: Python<'_>) -> PyResult<&PyAny> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokio.rs:215:33
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn future_into_py<F, T>(py: Python, fut: F) -> PyResult<&PyAny>
[INFO] [stdout]     |                                 ^^^^^^                      ^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn future_into_py<F, T>(py: Python<'_>, fut: F) -> PyResult<&PyAny>
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokio.rs:215:33
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn future_into_py<F, T>(py: Python, fut: F) -> PyResult<&PyAny>
[INFO] [stdout]     |                                 ^^^^^^                      ^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub fn future_into_py<F, T>(py: Python<'_>, fut: F) -> PyResult<&PyAny>
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s
[INFO] running `Command { std: "docker" "inspect" "6cd9103847b3e6d2ee644e921f3102aacf3f41f8df59ac25457c5ae5a9e2c399", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cd9103847b3e6d2ee644e921f3102aacf3f41f8df59ac25457c5ae5a9e2c399", kill_on_drop: false }`
[INFO] [stdout] 6cd9103847b3e6d2ee644e921f3102aacf3f41f8df59ac25457c5ae5a9e2c399
