[INFO] fetching crate qadapt 1.0.4...
[INFO] testing qadapt-1.0.4 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate qadapt 1.0.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate qadapt 1.0.4
[INFO] finished tweaking crates.io crate qadapt 1.0.4
[INFO] tweaked toml for crates.io crate qadapt 1.0.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate qadapt 1.0.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding futures v0.1.31 (available: v0.3.31)
[INFO] [stderr]       Adding spin v0.5.2 (available: v0.10.0)
[INFO] [stderr]       Adding thread-id v3.3.0 (available: v5.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a78584f9d6e37d733f8fd0be08a0507b94c2700b7066a0be6b89540d13f1d24d
[INFO] running `Command { std: "docker" "start" "-a" "a78584f9d6e37d733f8fd0be08a0507b94c2700b7066a0be6b89540d13f1d24d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a78584f9d6e37d733f8fd0be08a0507b94c2700b7066a0be6b89540d13f1d24d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a78584f9d6e37d733f8fd0be08a0507b94c2700b7066a0be6b89540d13f1d24d", kill_on_drop: false }`
[INFO] [stdout] a78584f9d6e37d733f8fd0be08a0507b94c2700b7066a0be6b89540d13f1d24d
[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=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] c98ddc03f000246fba4fce2894c89282216d2f9fbe5e284a0ae57767ba92a3e8
[INFO] running `Command { std: "docker" "start" "-a" "c98ddc03f000246fba4fce2894c89282216d2f9fbe5e284a0ae57767ba92a3e8", kill_on_drop: false }`
[INFO] [stderr]    Compiling thread-id v3.3.0
[INFO] [stderr]    Compiling qadapt-macro v1.0.3
[INFO] [stderr]    Compiling qadapt v1.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:166:36
[INFO] [stdout]     |
[INFO] [stdout] 166 |         if thread::panicking() || !is_active() {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:211:36
[INFO] [stdout]     |
[INFO] [stdout] 211 |         if thread::panicking() || !is_active() {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:387:29
[INFO] [stdout]     |
[INFO] [stdout] 387 | unsafe impl GlobalAlloc for QADAPT {
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
[INFO] running `Command { std: "docker" "inspect" "c98ddc03f000246fba4fce2894c89282216d2f9fbe5e284a0ae57767ba92a3e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c98ddc03f000246fba4fce2894c89282216d2f9fbe5e284a0ae57767ba92a3e8", kill_on_drop: false }`
[INFO] [stdout] c98ddc03f000246fba4fce2894c89282216d2f9fbe5e284a0ae57767ba92a3e8
[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=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] 5f4b795428ef285ae406af83faa5e4572fae5205a318502dbca2736107284a17
[INFO] running `Command { std: "docker" "start" "-a" "5f4b795428ef285ae406af83faa5e4572fae5205a318502dbca2736107284a17", kill_on_drop: false }`
[INFO] [stderr]    Compiling qadapt v1.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:166:36
[INFO] [stdout]     |
[INFO] [stdout] 166 |         if thread::panicking() || !is_active() {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:211:36
[INFO] [stdout]     |
[INFO] [stdout] 211 |         if thread::panicking() || !is_active() {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:387:29
[INFO] [stdout]     |
[INFO] [stdout] 387 | unsafe impl GlobalAlloc for QADAPT {
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/assert_macro.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let x = assert_no_alloc!(2 + 2);
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/assert_macro.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     assert_no_alloc!(return 8)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/assert_macro.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         assert_no_alloc!(x.push(12))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `qadapt::assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/assert_macro.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use qadapt::assert_no_alloc;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/assert_macro.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/assert_macro.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/assert_macro.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/assert_macro.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/assert_macro.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let x = assert_no_alloc!(2 + 2);
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/assert_macro.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let x = assert_no_alloc!(2 + 2);
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/assert_macro.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     assert_no_alloc!(return 8)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/assert_macro.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     assert_no_alloc!(return 8)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/assert_macro.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         assert_no_alloc!(x.push(12))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/assert_macro.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         assert_no_alloc!(x.push(12))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/proc_macro.rs:9:3
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[no_alloc]
[INFO] [stdout]   |   ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[no_alloc]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:33:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[no_alloc]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:43:3
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[no_alloc]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[no_alloc]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:64:3
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[no_alloc]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:75:3
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[no_alloc]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:85:3
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[no_alloc]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> tests/proc_macro.rs:134:3
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[no_alloc]
[INFO] [stdout]     |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> tests/proc_macro.rs:148:3
[INFO] [stdout]     |
[INFO] [stdout] 148 | #[no_alloc]
[INFO] [stdout]     |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::new` that must be used
[INFO] [stdout]   --> tests/assert_macro.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Box::new(early_return());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let _ = Box::new(early_return());
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:166:36
[INFO] [stdout]     |
[INFO] [stdout] 166 |         if thread::panicking() || !is_active() {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:211:36
[INFO] [stdout]     |
[INFO] [stdout] 211 |         if thread::panicking() || !is_active() {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> src/lib.rs:387:29
[INFO] [stdout]     |
[INFO] [stdout] 387 | unsafe impl GlobalAlloc for QADAPT {
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/proc_macro.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/proc_macro.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/proc_macro.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/proc_macro.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/proc_macro.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[no_alloc]
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/proc_macro.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[no_alloc]
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_eq!(::qadapt::protection_level(), 1);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[no_alloc]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_no_alloc!(async_box());
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         assert_no_alloc!(async_box().poll().unwrap());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/proc_macro.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> tests/proc_macro.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[no_alloc]
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> tests/proc_macro.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[no_alloc]
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> tests/proc_macro.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | #[no_alloc]
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> tests/proc_macro.rs:152:33
[INFO] [stdout]     |
[INFO] [stdout] 152 |         assert_eq!(1, ::qadapt::protection_level());
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> tests/proc_macro.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | #[no_alloc]
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/inactive_release.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/inactive_release.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/inactive_release.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/inactive_release.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/inactive.rs:3:22
[INFO] [stdout]   |
[INFO] [stdout] 3 |     assert!(!qadapt::is_active());
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `qadapt::assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/async.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use qadapt::assert_no_alloc;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/async.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/async.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/async.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/async.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[no_alloc]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_no_alloc!(async_box());
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_no_alloc!(async_box());
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         assert_no_alloc!(async_box().poll().unwrap());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/async.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         assert_no_alloc!(async_box().poll().unwrap());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> examples/release_mode.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[no_alloc]
[INFO] [stdout]   |   ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/allocations.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use qadapt::enter_protected;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/allocations.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use qadapt::exit_protected;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/allocations.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use qadapt::protection_level;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/allocations.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/allocations.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/allocations.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> tests/allocations.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     exit_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     exit_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     exit_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:50:16
[INFO] [stdout]    |
[INFO] [stdout] 50 |     assert_eq!(protection_level(), 1);
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     exit_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     exit_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     exit_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |     assert_eq!(protection_level(), 1);
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     enter_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     exit_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]   --> tests/allocations.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     exit_protected();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]    --> tests/allocations.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     enter_protected();
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> examples/release_mode.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> examples/release_mode.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use qadapt::QADAPT;
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> examples/release_mode.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> examples/release_mode.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | static Q: QADAPT = QADAPT;
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> examples/release_mode.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[no_alloc]
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stdout]  --> examples/release_mode.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[no_alloc]
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `futures::Future` that must be used
[INFO] [stdout]   --> tests/async.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     async_box();
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless polled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `futures::Future` that must be used
[INFO] [stdout]   --> tests/async.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     assert_no_alloc!(async_box());
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless polled
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] running `Command { std: "docker" "inspect" "5f4b795428ef285ae406af83faa5e4572fae5205a318502dbca2736107284a17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f4b795428ef285ae406af83faa5e4572fae5205a318502dbca2736107284a17", kill_on_drop: false }`
[INFO] [stdout] 5f4b795428ef285ae406af83faa5e4572fae5205a318502dbca2736107284a17
[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=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] c4da65118e03bbc4968296666921d615f19bb2ef428231807e043b4414e89c9c
[INFO] running `Command { std: "docker" "start" "-a" "c4da65118e03bbc4968296666921d615f19bb2ef428231807e043b4414e89c9c", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated function `is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> src/lib.rs:166:36
[INFO] [stderr]     |
[INFO] [stderr] 166 |         if thread::panicking() || !is_active() {
[INFO] [stderr]     |                                    ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> src/lib.rs:211:36
[INFO] [stderr]     |
[INFO] [stderr] 211 |         if thread::panicking() || !is_active() {
[INFO] [stderr]     |                                    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> src/lib.rs:387:29
[INFO] [stderr]     |
[INFO] [stderr] 387 | unsafe impl GlobalAlloc for QADAPT {
[INFO] [stderr]     |                             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `qadapt` (lib) generated 3 warnings
[INFO] [stderr] warning: `qadapt` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/proc_macro.rs:9:3
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[no_alloc]
[INFO] [stderr]   |   ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:19:3
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[no_alloc]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:33:3
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[no_alloc]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:43:3
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[no_alloc]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:53:3
[INFO] [stderr]    |
[INFO] [stderr] 53 | #[no_alloc]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:64:3
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[no_alloc]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:75:3
[INFO] [stderr]    |
[INFO] [stderr] 75 | #[no_alloc]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:85:3
[INFO] [stderr]    |
[INFO] [stderr] 85 | #[no_alloc]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> tests/proc_macro.rs:134:3
[INFO] [stderr]     |
[INFO] [stderr] 134 | #[no_alloc]
[INFO] [stderr]     |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> tests/proc_macro.rs:148:3
[INFO] [stderr]     |
[INFO] [stderr] 148 | #[no_alloc]
[INFO] [stderr]     |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/proc_macro.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/proc_macro.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/proc_macro.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/proc_macro.rs:7:20
[INFO] [stderr]   |
[INFO] [stderr] 7 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/proc_macro.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[no_alloc]
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/proc_macro.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[no_alloc]
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:21:26
[INFO] [stderr]    |
[INFO] [stderr] 21 |     assert_eq!(::qadapt::protection_level(), 1);
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:64:1
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:64:1
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:75:1
[INFO] [stderr]    |
[INFO] [stderr] 75 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:75:1
[INFO] [stderr]    |
[INFO] [stderr] 75 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:85:1
[INFO] [stderr]    |
[INFO] [stderr] 85 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/proc_macro.rs:85:1
[INFO] [stderr]    |
[INFO] [stderr] 85 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> tests/proc_macro.rs:134:1
[INFO] [stderr]     |
[INFO] [stderr] 134 | #[no_alloc]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> tests/proc_macro.rs:134:1
[INFO] [stderr]     |
[INFO] [stderr] 134 | #[no_alloc]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> tests/proc_macro.rs:148:1
[INFO] [stderr]     |
[INFO] [stderr] 148 | #[no_alloc]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> tests/proc_macro.rs:152:33
[INFO] [stderr]     |
[INFO] [stderr] 152 |         assert_eq!(1, ::qadapt::protection_level());
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> tests/proc_macro.rs:148:1
[INFO] [stderr]     |
[INFO] [stderr] 148 | #[no_alloc]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:10:3
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[no_alloc]
[INFO] [stderr]    |   ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     assert_no_alloc!(async_box());
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |         assert_no_alloc!(async_box().poll().unwrap());
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `qadapt::assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/async.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use qadapt::assert_no_alloc;
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/async.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/async.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/async.rs:8:11
[INFO] [stderr]   |
[INFO] [stderr] 8 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/async.rs:8:20
[INFO] [stderr]   |
[INFO] [stderr] 8 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[no_alloc]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     assert_no_alloc!(async_box());
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     assert_no_alloc!(async_box());
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |         assert_no_alloc!(async_box().poll().unwrap());
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/async.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |         assert_no_alloc!(async_box().poll().unwrap());
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `futures::Future` that must be used
[INFO] [stderr]   --> tests/async.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     async_box();
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless polled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `futures::Future` that must be used
[INFO] [stderr]   --> tests/async.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     assert_no_alloc!(async_box());
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless polled
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::is_active`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/inactive.rs:3:22
[INFO] [stderr]   |
[INFO] [stderr] 3 |     assert!(!qadapt::is_active());
[INFO] [stderr]   |                      ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/assert_macro.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |     let x = assert_no_alloc!(2 + 2);
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/assert_macro.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     assert_no_alloc!(return 8)
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/assert_macro.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 38 |         assert_no_alloc!(x.push(12))
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `qadapt::assert_no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/assert_macro.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use qadapt::assert_no_alloc;
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/assert_macro.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/assert_macro.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/assert_macro.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/assert_macro.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/assert_macro.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |     let x = assert_no_alloc!(2 + 2);
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/assert_macro.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |     let x = assert_no_alloc!(2 + 2);
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/assert_macro.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     assert_no_alloc!(return 8)
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/assert_macro.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     assert_no_alloc!(return 8)
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/assert_macro.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 38 |         assert_no_alloc!(x.push(12))
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/assert_macro.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 38 |         assert_no_alloc!(x.push(12))
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `assert_no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `Box::<T>::new` that must be used
[INFO] [stderr]   --> tests/assert_macro.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |         Box::new(early_return());
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 25 |         let _ = Box::new(early_return());
[INFO] [stderr]    |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/inactive_release.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/inactive_release.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/inactive_release.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/inactive_release.rs:4:20
[INFO] [stderr]   |
[INFO] [stderr] 4 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `no_alloc`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> examples/release_mode.rs:7:3
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[no_alloc]
[INFO] [stderr]   |   ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> examples/release_mode.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> examples/release_mode.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> examples/release_mode.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> examples/release_mode.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> examples/release_mode.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[no_alloc]
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> examples/release_mode.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[no_alloc]
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this warning originates in the attribute macro `no_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/allocations.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use qadapt::enter_protected;
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/allocations.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use qadapt::exit_protected;
[INFO] [stderr]   |             ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/allocations.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use qadapt::protection_level;
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/allocations.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/allocations.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use qadapt::QADAPT;
[INFO] [stderr]   |             ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/allocations.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]  --> tests/allocations.rs:7:20
[INFO] [stderr]   |
[INFO] [stderr] 7 | static Q: QADAPT = QADAPT;
[INFO] [stderr]   |                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 |     exit_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     exit_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 |     exit_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:45:5
[INFO] [stderr]    |
[INFO] [stderr] 45 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:50:16
[INFO] [stderr]    |
[INFO] [stderr] 50 |     assert_eq!(protection_level(), 1);
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 57 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 61 |     exit_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:66:5
[INFO] [stderr]    |
[INFO] [stderr] 66 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:68:5
[INFO] [stderr]    |
[INFO] [stderr] 68 |     exit_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:73:5
[INFO] [stderr]    |
[INFO] [stderr] 73 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:75:5
[INFO] [stderr]    |
[INFO] [stderr] 75 |     exit_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:81:5
[INFO] [stderr]    |
[INFO] [stderr] 81 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::protection_level`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:86:16
[INFO] [stderr]    |
[INFO] [stderr] 86 |     assert_eq!(protection_level(), 1);
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:93:5
[INFO] [stderr]    |
[INFO] [stderr] 93 |     enter_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:94:5
[INFO] [stderr]    |
[INFO] [stderr] 94 |     exit_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::exit_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]   --> tests/allocations.rs:95:5
[INFO] [stderr]    |
[INFO] [stderr] 95 |     exit_protected();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `qadapt::enter_protected`: Please use the `alloc_counter` crate instead.
[INFO] [stderr]    --> tests/allocations.rs:103:5
[INFO] [stderr]     |
[INFO] [stderr] 103 |     enter_protected();
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `qadapt` (test "proc_macro") generated 36 warnings
[INFO] [stderr] warning: `qadapt` (test "async") generated 16 warnings
[INFO] [stderr] warning: `qadapt` (test "inactive") generated 1 warning
[INFO] [stderr] warning: `qadapt` (test "assert_macro") generated 15 warnings
[INFO] [stderr] warning: `qadapt` (test "inactive_release") generated 4 warnings
[INFO] [stderr] warning: `qadapt` (example "release_mode") generated 7 warnings
[INFO] [stderr] warning: `qadapt` (test "allocations") generated 27 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/qadapt-6429319729bdf346)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/allocations.rs (/opt/rustwide/target/debug/deps/allocations-9315c7825b7b8447)
[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] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test unit_result ... ok
[INFO] [stdout] test test_copy ... ok
[INFO] [stdout] test vec_push_capacity ... ok
[INFO] [stdout] test vec_with_zero ... ok
[INFO] [stdout] test vec_new ... ok
[INFO] [stdout] test intentional_drop - should panic ... ok
[INFO] [stdout] test exit_too_often - should panic ... ok
[INFO] [stdout] test test_allocate - should panic ... ok
[INFO] [stdout] test vec_push - should panic ... ok
[INFO] [stdout] test vec_with_one - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/assert_macro.rs (/opt/rustwide/target/debug/deps/assert_macro-6601c0f49079d585)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test math ... ok
[INFO] [stdout] test list_push - should panic ... ok
[INFO] [stdout] test early_return_boxing - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/async.rs (/opt/rustwide/target/debug/deps/async-1ce7f01eb14d7fe4)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test guarded_call ... ok
[INFO] [stdout] test raw_call ... ok
[INFO] [stdout] test guarded_poll - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/inactive.rs (/opt/rustwide/target/debug/deps/inactive-bc3c7a879ae29c83)
[INFO] [stdout] running 1 test
[INFO] [stdout] test is_inactive ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/inactive_release.rs (/opt/rustwide/target/debug/deps/inactive_release-c2d6f814311eb5f3)
[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] [stderr]      Running tests/proc_macro.rs (/opt/rustwide/target/debug/deps/proc_macro-f43a15e10a0786e4)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test macro_allocate_arg ... ok
[INFO] [stdout] test macro_branching_return ... ok
[INFO] [stdout] test macro_allocate_args ... ok
[INFO] [stdout] test macro_closure ... ok
[INFO] [stdout] test macro_implicit_return ... ok
[INFO] [stdout] test macro_no_allocate ... ok
[INFO] [stdout] test macro_release_safe ... ok
[INFO] [stdout] test macro_return ... ok
[INFO] [stdout] test macro_return_result ... ok
[INFO] [stdout] test macro_allocates - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests qadapt
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - is_active (line 336) ... ok
[INFO] [stdout] test src/lib.rs - protection_level (line 295) ... ok
[INFO] [stdout] test src/lib.rs - (line 22) ... ok
[INFO] [stdout] test src/lib.rs - (line 71) ... ok
[INFO] [stdout] test src/lib.rs - exit_protected (line 183) ... ok
[INFO] [stdout] test src/lib.rs - assert_no_alloc (line 234) ... ok
[INFO] [stdout] test src/lib.rs - enter_protected (line 138) ... ok
[INFO] [stdout] test src/lib.rs - QADAPT (line 113) ... ok
[INFO] [stdout] test src/lib.rs - (line 40) ... ok
[INFO] [stdout] test src/lib.rs - assert_no_alloc (line 251) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c4da65118e03bbc4968296666921d615f19bb2ef428231807e043b4414e89c9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4da65118e03bbc4968296666921d615f19bb2ef428231807e043b4414e89c9c", kill_on_drop: false }`
[INFO] [stdout] c4da65118e03bbc4968296666921d615f19bb2ef428231807e043b4414e89c9c
