[INFO] fetching crate notify-future 0.2.4...
[INFO] testing notify-future-0.2.4 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate notify-future 0.2.4 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate notify-future 0.2.4
[INFO] finished tweaking crates.io crate notify-future 0.2.4
[INFO] tweaked toml for crates.io crate notify-future 0.2.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate notify-future 0.2.4 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate notify-future 0.2.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd57e0cfd7dd383d64e607884fa652a678df3833d4d3a9927ae58784f6b1331c
[INFO] running `Command { std: "docker" "start" "-a" "fd57e0cfd7dd383d64e607884fa652a678df3833d4d3a9927ae58784f6b1331c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd57e0cfd7dd383d64e607884fa652a678df3833d4d3a9927ae58784f6b1331c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd57e0cfd7dd383d64e607884fa652a678df3833d4d3a9927ae58784f6b1331c", kill_on_drop: false }`
[INFO] [stdout] fd57e0cfd7dd383d64e607884fa652a678df3833d4d3a9927ae58784f6b1331c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 419b6dc638ba535b8eb571f416aeeb3c652fd07968a58d49b5d1d5cdd25a409d
[INFO] running `Command { std: "docker" "start" "-a" "419b6dc638ba535b8eb571f416aeeb3c652fd07968a58d49b5d1d5cdd25a409d", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling notify-future v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:42:24
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl<RESULT> Clone for NotifyFuture<RESULT> {
[INFO] [stdout]    |                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl <RESULT> NotifyFuture<RESULT> {
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:62:26
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl <RESULT> Future for NotifyFuture<RESULT> {
[INFO] [stdout]    |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:45:13
[INFO] [stdout]    |
[INFO] [stdout] 45 |             state: self.state.clone()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 |             state: self.state.clone()
[INFO] [stdout]    |                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:53:13
[INFO] [stdout]    |
[INFO] [stdout] 53 |             state: NotifyFutureState::new()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:58:42
[INFO] [stdout]    |
[INFO] [stdout] 58 |         NotifyFutureState::set_complete(&self.state, result);
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut state = self.state.lock().unwrap();
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "419b6dc638ba535b8eb571f416aeeb3c652fd07968a58d49b5d1d5cdd25a409d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "419b6dc638ba535b8eb571f416aeeb3c652fd07968a58d49b5d1d5cdd25a409d", kill_on_drop: false }`
[INFO] [stdout] 419b6dc638ba535b8eb571f416aeeb3c652fd07968a58d49b5d1d5cdd25a409d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ac99149612417affb75f8fd854ea8c731a6df021d5d9c5aa0f1b8d5a1301de1
[INFO] running `Command { std: "docker" "start" "-a" "4ac99149612417affb75f8fd854ea8c731a6df021d5d9c5aa0f1b8d5a1301de1", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.9
[INFO] [stderr]    Compiling libc v0.2.142
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling parking v2.1.0
[INFO] [stderr]    Compiling async-lock v2.7.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling rustix v0.37.18
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.6
[INFO] [stderr]    Compiling async-task v4.4.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling concurrent-queue v2.2.0
[INFO] [stderr]    Compiling async-channel v1.8.0
[INFO] [stderr]    Compiling atomic-waker v1.1.1
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:42:24
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl<RESULT> Clone for NotifyFuture<RESULT> {
[INFO] [stdout]    |                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl <RESULT> NotifyFuture<RESULT> {
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:62:26
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl <RESULT> Future for NotifyFuture<RESULT> {
[INFO] [stdout]    |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:45:13
[INFO] [stdout]    |
[INFO] [stdout] 45 |             state: self.state.clone()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 |             state: self.state.clone()
[INFO] [stdout]    |                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:53:13
[INFO] [stdout]    |
[INFO] [stdout] 53 |             state: NotifyFutureState::new()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:58:42
[INFO] [stdout]    |
[INFO] [stdout] 58 |         NotifyFutureState::set_complete(&self.state, result);
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut state = self.state.lock().unwrap();
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling async-executor v1.5.1
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling blocking v1.3.1
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-global-executor v2.3.1
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling notify-future v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:42:24
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl<RESULT> Clone for NotifyFuture<RESULT> {
[INFO] [stdout]    |                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl <RESULT> NotifyFuture<RESULT> {
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:62:26
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl <RESULT> Future for NotifyFuture<RESULT> {
[INFO] [stdout]    |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]    --> src/lib.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |     use crate::{Notify, NotifyFuture};
[INFO] [stdout]     |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stdout]    --> src/lib.rs:143:33
[INFO] [stdout]     |
[INFO] [stdout] 143 |             let notify_future = NotifyFuture::<u32>::new();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:45:13
[INFO] [stdout]    |
[INFO] [stdout] 45 |             state: self.state.clone()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 |             state: self.state.clone()
[INFO] [stdout]    |                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:53:13
[INFO] [stdout]    |
[INFO] [stdout] 53 |             state: NotifyFutureState::new()
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:58:42
[INFO] [stdout]    |
[INFO] [stdout] 58 |         NotifyFutureState::set_complete(&self.state, result);
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stdout]   --> src/lib.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut state = self.state.lock().unwrap();
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.61s
[INFO] running `Command { std: "docker" "inspect" "4ac99149612417affb75f8fd854ea8c731a6df021d5d9c5aa0f1b8d5a1301de1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ac99149612417affb75f8fd854ea8c731a6df021d5d9c5aa0f1b8d5a1301de1", kill_on_drop: false }`
[INFO] [stdout] 4ac99149612417affb75f8fd854ea8c731a6df021d5d9c5aa0f1b8d5a1301de1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b0edd8fe4f807bad04f1617d570613c8ca9f56e5ba10a442abceec3d658dca85
[INFO] running `Command { std: "docker" "start" "-a" "b0edd8fe4f807bad04f1617d570613c8ca9f56e5ba10a442abceec3d658dca85", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stderr]   --> src/lib.rs:42:24
[INFO] [stderr]    |
[INFO] [stderr] 42 | impl<RESULT> Clone for NotifyFuture<RESULT> {
[INFO] [stderr]    |                        ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stderr]   --> src/lib.rs:50:15
[INFO] [stderr]    |
[INFO] [stderr] 50 | impl <RESULT> NotifyFuture<RESULT> {
[INFO] [stderr]    |               ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stderr]   --> src/lib.rs:62:26
[INFO] [stderr]    |
[INFO] [stderr] 62 | impl <RESULT> Future for NotifyFuture<RESULT> {
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stderr]   --> src/lib.rs:45:13
[INFO] [stderr]    |
[INFO] [stderr] 45 |             state: self.state.clone()
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stderr]   --> src/lib.rs:45:20
[INFO] [stderr]    |
[INFO] [stderr] 45 |             state: self.state.clone()
[INFO] [stderr]    |                    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stderr]   --> src/lib.rs:53:13
[INFO] [stderr]    |
[INFO] [stderr] 53 |             state: NotifyFutureState::new()
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stderr]   --> src/lib.rs:58:42
[INFO] [stderr]    |
[INFO] [stderr] 58 |         NotifyFutureState::set_complete(&self.state, result);
[INFO] [stderr]    |                                          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `NotifyFuture::state`: Please use Notify instead
[INFO] [stderr]   --> src/lib.rs:66:25
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let mut state = self.state.lock().unwrap();
[INFO] [stderr]    |                         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `notify-future` (lib) generated 8 warnings
[INFO] [stderr] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stderr]    --> src/lib.rs:138:25
[INFO] [stderr]     |
[INFO] [stderr] 138 |     use crate::{Notify, NotifyFuture};
[INFO] [stderr]     |                         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `NotifyFuture`: Please use Notify instead
[INFO] [stderr]    --> src/lib.rs:143:33
[INFO] [stderr]     |
[INFO] [stderr] 143 |             let notify_future = NotifyFuture::<u32>::new();
[INFO] [stderr]     |                                 ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `notify-future` (lib test) generated 10 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/notify_future-f275d06ce8547a31)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test::test ... ok
[INFO] [stdout] test test::test2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests notify_future
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b0edd8fe4f807bad04f1617d570613c8ca9f56e5ba10a442abceec3d658dca85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0edd8fe4f807bad04f1617d570613c8ca9f56e5ba10a442abceec3d658dca85", kill_on_drop: false }`
[INFO] [stdout] b0edd8fe4f807bad04f1617d570613c8ca9f56e5ba10a442abceec3d658dca85
