[INFO] fetching crate uefi-async-macros 0.2.8...
[INFO] testing uefi-async-macros-0.2.8 against 1.95.0 for beta-1.96-2
[INFO] extracting crate uefi-async-macros 0.2.8 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate uefi-async-macros 0.2.8
[INFO] finished tweaking crates.io crate uefi-async-macros 0.2.8
[INFO] tweaked toml for crates.io crate uefi-async-macros 0.2.8 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate uefi-async-macros 0.2.8 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate uefi-async-macros 0.2.8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 87292c0c0dcbd7672046b42fd39004f67204f46553ce3f649490b8d2afd78ade
[INFO] running `Command { std: "docker" "start" "-a" "87292c0c0dcbd7672046b42fd39004f67204f46553ce3f649490b8d2afd78ade", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87292c0c0dcbd7672046b42fd39004f67204f46553ce3f649490b8d2afd78ade", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87292c0c0dcbd7672046b42fd39004f67204f46553ce3f649490b8d2afd78ade", kill_on_drop: false }`
[INFO] [stdout] 87292c0c0dcbd7672046b42fd39004f67204f46553ce3f649490b8d2afd78ade
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24636ea18af33dbdad1f7befc0917b670fa752152237718b99e18796733b5b02
[INFO] running `Command { std: "docker" "start" "-a" "24636ea18af33dbdad1f7befc0917b670fa752152237718b99e18796733b5b02", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling uefi-async-macros v0.2.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/task.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let mut fargs = f.sig.inputs.clone();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr`
[INFO] [stdout]  --> src/task.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn task(attr: TokenStream, item: TokenStream) -> TokenStream {
[INFO] [stdout]   |             ^^^^ help: if this is intentional, prefix it with an underscore: `_attr`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]  --> src/task.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn task(attr: TokenStream, item: TokenStream) -> TokenStream {
[INFO] [stdout]   | ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]   |
[INFO] [stdout]   = help: or consider exporting it for use by other crates
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![warn(unreachable_pub)]
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]   --> src/nano.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn task(input: TokenStream) -> TokenStream {
[INFO] [stdout]    | ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout]    = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub mod join {
[INFO] [stdout]     | ---^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn join(input: TokenStream, is_try: bool) -> TokenStream {
[INFO] [stdout]     |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:225:5
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub fn join_all(input: TokenStream) -> TokenStream {
[INFO] [stdout]     |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.74s
[INFO] running `Command { std: "docker" "inspect" "24636ea18af33dbdad1f7befc0917b670fa752152237718b99e18796733b5b02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24636ea18af33dbdad1f7befc0917b670fa752152237718b99e18796733b5b02", kill_on_drop: false }`
[INFO] [stdout] 24636ea18af33dbdad1f7befc0917b670fa752152237718b99e18796733b5b02
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56833a8e15a60656a786b4d838094b2e73054b72a345c36b35380bd71d026e6e
[INFO] running `Command { std: "docker" "start" "-a" "56833a8e15a60656a786b4d838094b2e73054b72a345c36b35380bd71d026e6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling uefi-async-macros v0.2.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/task.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let mut fargs = f.sig.inputs.clone();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr`
[INFO] [stdout]  --> src/task.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn task(attr: TokenStream, item: TokenStream) -> TokenStream {
[INFO] [stdout]   |             ^^^^ help: if this is intentional, prefix it with an underscore: `_attr`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]  --> src/task.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn task(attr: TokenStream, item: TokenStream) -> TokenStream {
[INFO] [stdout]   | ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]   |
[INFO] [stdout]   = help: or consider exporting it for use by other crates
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![warn(unreachable_pub)]
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]   --> src/nano.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn task(input: TokenStream) -> TokenStream {
[INFO] [stdout]    | ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout]    = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub mod join {
[INFO] [stdout]     | ---^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn join(input: TokenStream, is_try: bool) -> TokenStream {
[INFO] [stdout]     |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:225:5
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub fn join_all(input: TokenStream) -> TokenStream {
[INFO] [stdout]     |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/task.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let mut fargs = f.sig.inputs.clone();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr`
[INFO] [stdout]  --> src/task.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn task(attr: TokenStream, item: TokenStream) -> TokenStream {
[INFO] [stdout]   |             ^^^^ help: if this is intentional, prefix it with an underscore: `_attr`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]  --> src/task.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn task(attr: TokenStream, item: TokenStream) -> TokenStream {
[INFO] [stdout]   | ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]   |
[INFO] [stdout]   = help: or consider exporting it for use by other crates
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![warn(unreachable_pub)]
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]   --> src/nano.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn task(input: TokenStream) -> TokenStream {
[INFO] [stdout]    | ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout]    = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub mod join {
[INFO] [stdout]     | ---^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn join(input: TokenStream, is_try: bool) -> TokenStream {
[INFO] [stdout]     |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable `pub` item
[INFO] [stdout]    --> src/nano.rs:225:5
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub fn join_all(input: TokenStream) -> TokenStream {
[INFO] [stdout]     |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: consider restricting its visibility: `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: or consider exporting it for use by other crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "56833a8e15a60656a786b4d838094b2e73054b72a345c36b35380bd71d026e6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56833a8e15a60656a786b4d838094b2e73054b72a345c36b35380bd71d026e6e", kill_on_drop: false }`
[INFO] [stdout] 56833a8e15a60656a786b4d838094b2e73054b72a345c36b35380bd71d026e6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8650052defcbbf34a262570eac51433241fa8aa465d3c3309f52461632abff55
[INFO] running `Command { std: "docker" "start" "-a" "8650052defcbbf34a262570eac51433241fa8aa465d3c3309f52461632abff55", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/task.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 |     let mut fargs = f.sig.inputs.clone();
[INFO] [stderr]    |         ----^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `attr`
[INFO] [stderr]  --> src/task.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn task(attr: TokenStream, item: TokenStream) -> TokenStream {
[INFO] [stderr]   |             ^^^^ help: if this is intentional, prefix it with an underscore: `_attr`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable `pub` item
[INFO] [stderr]  --> src/task.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn task(attr: TokenStream, item: TokenStream) -> TokenStream {
[INFO] [stderr]   | ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | help: consider restricting its visibility: `pub(crate)`
[INFO] [stderr]   |
[INFO] [stderr]   = help: or consider exporting it for use by other crates
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> src/lib.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![warn(unreachable_pub)]
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable `pub` item
[INFO] [stderr]   --> src/nano.rs:91:1
[INFO] [stderr]    |
[INFO] [stderr] 91 | pub fn task(input: TokenStream) -> TokenStream {
[INFO] [stderr]    | ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    | |
[INFO] [stderr]    | help: consider restricting its visibility: `pub(crate)`
[INFO] [stderr]    |
[INFO] [stderr]    = help: or consider exporting it for use by other crates
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable `pub` item
[INFO] [stderr]    --> src/nano.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | pub mod join {
[INFO] [stderr]     | ---^^^^^^^^^
[INFO] [stderr]     | |
[INFO] [stderr]     | help: consider restricting its visibility: `pub(crate)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: or consider exporting it for use by other crates
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable `pub` item
[INFO] [stderr]    --> src/nano.rs:157:5
[INFO] [stderr]     |
[INFO] [stderr] 157 |     pub fn join(input: TokenStream, is_try: bool) -> TokenStream {
[INFO] [stderr]     |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: consider restricting its visibility: `pub(crate)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: or consider exporting it for use by other crates
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable `pub` item
[INFO] [stderr]    --> src/nano.rs:225:5
[INFO] [stderr]     |
[INFO] [stderr] 225 |     pub fn join_all(input: TokenStream) -> TokenStream {
[INFO] [stderr]     |     ---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     help: consider restricting its visibility: `pub(crate)`
[INFO] [stderr]     |
[INFO] [stderr]     = help: or consider exporting it for use by other crates
[INFO] [stderr] 
[INFO] [stderr] warning: `uefi-async-macros` (lib) generated 7 warnings (run `cargo fix --lib -p uefi-async-macros` to apply 7 suggestions)
[INFO] [stderr] warning: `uefi-async-macros` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uefi_async_macros-fafe7a6b94731bf4)
[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]    Doc-tests uefi_async_macros
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/nano.rs - nano::join::join (line 150) ... FAILED
[INFO] [stdout] test src/nano.rs - nano::task (line 85) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - nano (line 170) - compile ... FAILED
[INFO] [stdout] test src/nano.rs - nano::join::join_all (line 221) ... FAILED
[INFO] [stdout] test src/lib.rs - join_all (line 213) ... FAILED
[INFO] [stdout] test src/lib.rs - join (line 185) ... FAILED
[INFO] [stdout] test src/lib.rs - try_join (line 197) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/nano.rs - nano::join::join (line 150) stdout ----
[INFO] [stdout] error: cannot find macro `join` in this scope
[INFO] [stdout]    --> src/nano.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | join!(print_heartbeat(), update_cursor()).await;
[INFO] [stdout]     | ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `try_join` in this scope
[INFO] [stdout]    --> src/nano.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | try_join!(init_pci_bus(), load_kernel_file()).await?;
[INFO] [stdout]     | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/nano.rs:152:43
[INFO] [stdout]     |
[INFO] [stdout] 150 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_nano_rs_150_0() {
[INFO] [stdout]     |                                      ------------------------------------ this is not `async`
[INFO] [stdout] 151 | // Concurrent side-effects
[INFO] [stdout] 152 | join!(print_heartbeat(), update_cursor()).await;
[INFO] [stdout]     |                                           ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/nano.rs:155:47
[INFO] [stdout]     |
[INFO] [stdout] 150 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_nano_rs_150_0() {
[INFO] [stdout]     |                                      ------------------------------------ this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 155 | try_join!(init_pci_bus(), load_kernel_file()).await?;
[INFO] [stdout]     |                                               ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0728`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/nano.rs - nano::task (line 85) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `=>`
[INFO] [stdout]   --> src/nano.rs:86:10
[INFO] [stdout]    |
[INFO] [stdout] 86 | executor => {
[INFO] [stdout]    |          ^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - nano (line 170) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `=>`
[INFO] [stdout]    --> src/lib.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | executor => {
[INFO] [stdout]     |          ^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/nano.rs - nano::join::join_all (line 221) stdout ----
[INFO] [stdout] error: cannot find macro `join_all` in this scope
[INFO] [stdout]    --> src/nano.rs:222:32
[INFO] [stdout]     |
[INFO] [stdout] 222 | let (video_info, buffer_ptr) = join_all!(get_gop_mode(), allocate_pool(size)).await;
[INFO] [stdout]     |                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/nano.rs:222:79
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_nano_rs_221_0() {
[INFO] [stdout]     |                                      ------------------------------------ this is not `async`
[INFO] [stdout] 222 | let (video_info, buffer_ptr) = join_all!(get_gop_mode(), allocate_pool(size)).await;
[INFO] [stdout]     |                                                                               ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0728`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - join_all (line 213) stdout ----
[INFO] [stdout] error: cannot find macro `join_all` in this scope
[INFO] [stdout]    --> src/lib.rs:214:23
[INFO] [stdout]     |
[INFO] [stdout] 214 | let (mesh, texture) = join_all!(load_mesh(), load_texture()).await;
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `render_engine` in this scope
[INFO] [stdout]    --> src/lib.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | render_engine.draw(mesh, texture);
[INFO] [stdout]     | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/lib.rs:214:62
[INFO] [stdout]     |
[INFO] [stdout] 213 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_213_0() {
[INFO] [stdout]     |                                      ----------------------------------- this is not `async`
[INFO] [stdout] 214 | let (mesh, texture) = join_all!(load_mesh(), load_texture()).await;
[INFO] [stdout]     |                                                              ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - join (line 185) stdout ----
[INFO] [stdout] error: cannot find macro `join` in this scope
[INFO] [stdout]    --> src/lib.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | join!(task_one(), task_two(), async { do_something().await }).await;
[INFO] [stdout]     | ^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/lib.rs:186:63
[INFO] [stdout]     |
[INFO] [stdout] 185 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_185_0() {
[INFO] [stdout]     |                                      ----------------------------------- this is not `async`
[INFO] [stdout] 186 | join!(task_one(), task_two(), async { do_something().await }).await;
[INFO] [stdout]     |                                                               ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0728`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - try_join (line 197) stdout ----
[INFO] [stdout] error: cannot find macro `try_join` in this scope
[INFO] [stdout]    --> src/lib.rs:198:14
[INFO] [stdout]     |
[INFO] [stdout] 198 | let result = try_join!(disk_load(), network_fetch()).await;
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/lib.rs:198:54
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_197_0() {
[INFO] [stdout]     |                                      ----------------------------------- this is not `async`
[INFO] [stdout] 198 | let result = try_join!(disk_load(), network_fetch()).await;
[INFO] [stdout]     |                                                      ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0728`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - join (line 185)
[INFO] [stdout]     src/lib.rs - join_all (line 213)
[INFO] [stdout]     src/lib.rs - nano (line 170)
[INFO] [stdout]     src/lib.rs - try_join (line 197)
[INFO] [stdout]     src/nano.rs - nano::join::join (line 150)
[INFO] [stdout]     src/nano.rs - nano::join::join_all (line 221)
[INFO] [stdout]     src/nano.rs - nano::task (line 85)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.46s; merged doctests compilation took 0.11s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8650052defcbbf34a262570eac51433241fa8aa465d3c3309f52461632abff55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8650052defcbbf34a262570eac51433241fa8aa465d3c3309f52461632abff55", kill_on_drop: false }`
[INFO] [stdout] 8650052defcbbf34a262570eac51433241fa8aa465d3c3309f52461632abff55
