[INFO] fetching crate qadapt 1.0.4... [INFO] checking qadapt-1.0.4 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate qadapt 1.0.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate qadapt 1.0.4 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded qadapt-macro v1.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 364219be7a12dfb5c41a5d4d13875d0da163f0e4f2cee03fd210846712c0efd9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "364219be7a12dfb5c41a5d4d13875d0da163f0e4f2cee03fd210846712c0efd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "364219be7a12dfb5c41a5d4d13875d0da163f0e4f2cee03fd210846712c0efd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "364219be7a12dfb5c41a5d4d13875d0da163f0e4f2cee03fd210846712c0efd9", kill_on_drop: false }` [INFO] [stdout] 364219be7a12dfb5c41a5d4d13875d0da163f0e4f2cee03fd210846712c0efd9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9213c981d8f9323d5ed1b3fec361586ad0511a8dd745d81b27bf2db18c31b86b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9213c981d8f9323d5ed1b3fec361586ad0511a8dd745d81b27bf2db18c31b86b", kill_on_drop: false }` [INFO] [stderr] Compiling qadapt-macro v1.0.3 [INFO] [stderr] Checking futures v0.1.30 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking 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: 3 warnings emitted [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 function `qadapt::is_active`: Please use the `alloc_counter` crate instead. [INFO] [stdout] --> tests/inactive.rs:3:14 [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/assert_macro.rs:1:5 [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:5 [INFO] [stdout] | [INFO] [stdout] 2 | use 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:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | assert_no_alloc!(return 8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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 a macro (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/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 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 a macro (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 a macro (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 a macro (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 a macro (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: 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 `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: 1 warning emitted [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:5 [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 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 an attribute macro (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 an attribute macro (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 an attribute macro (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:16 [INFO] [stdout] | [INFO] [stdout] 21 | assert_eq!(::qadapt::protection_level(), 1); [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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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 an attribute macro (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:23 [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 an attribute macro (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 macro `qadapt::assert_no_alloc`: Please use the `alloc_counter` crate instead. [INFO] [stdout] --> tests/async.rs:3:5 [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:5 [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 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 an attribute macro (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 an attribute macro (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 a macro (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 a macro (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 a macro (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 a macro (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/allocations.rs:1:5 [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:5 [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:5 [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:5 [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 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 struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead. [INFO] [stdout] --> examples/release_mode.rs:2:5 [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 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 an attribute macro (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 an attribute macro (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/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] --> tests/inactive_release.rs:1:5 [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 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 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 struct `qadapt::QADAPT`: Please use the `alloc_counter` crate instead. [INFO] [stdout] --> tests/inactive_release.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use qadapt::QADAPT; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 35 warnings emitted [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: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: futures do nothing unless polled [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.20s [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9213c981d8f9323d5ed1b3fec361586ad0511a8dd745d81b27bf2db18c31b86b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9213c981d8f9323d5ed1b3fec361586ad0511a8dd745d81b27bf2db18c31b86b", kill_on_drop: false }` [INFO] [stdout] 9213c981d8f9323d5ed1b3fec361586ad0511a8dd745d81b27bf2db18c31b86b