[INFO] fetching crate uefi_corosensei 0.1.4...
[INFO] testing uefi_corosensei-0.1.4 against 1.95.0 for beta-1.96-2
[INFO] extracting crate uefi_corosensei 0.1.4 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate uefi_corosensei 0.1.4
[INFO] finished tweaking crates.io crate uefi_corosensei 0.1.4
[INFO] tweaked toml for crates.io crate uefi_corosensei 0.1.4 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate uefi_corosensei 0.1.4 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_corosensei 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded criterion-cycles-per-byte v0.1.3
[INFO] [stderr]   Downloaded regex v1.12.1
[INFO] [stderr]   Downloaded regex-syntax v0.8.7
[INFO] [stderr]   Downloaded regex-automata v0.4.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 10eaf2a95c3385328fc8685778e3a7d56d49cc7d1362e768e8686ace8d3d7fc5
[INFO] running `Command { std: "docker" "start" "-a" "10eaf2a95c3385328fc8685778e3a7d56d49cc7d1362e768e8686ace8d3d7fc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10eaf2a95c3385328fc8685778e3a7d56d49cc7d1362e768e8686ace8d3d7fc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10eaf2a95c3385328fc8685778e3a7d56d49cc7d1362e768e8686ace8d3d7fc5", kill_on_drop: false }`
[INFO] [stdout] 10eaf2a95c3385328fc8685778e3a7d56d49cc7d1362e768e8686ace8d3d7fc5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 0b601d9595350b31a588b0d58afd5c86e8541dc53faf2c8a7b450ab3a830919c
[INFO] running `Command { std: "docker" "start" "-a" "0b601d9595350b31a588b0d58afd5c86e8541dc53faf2c8a7b450ab3a830919c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling uefi_corosensei v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/arch/mod.rs:20:55
[INFO] [stdout]    |
[INFO] [stdout] 20 |     if #[cfg(any(target_os = "uefi", all(windows, not(teb))))] {
[INFO] [stdout]    |                                                       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/arch/mod.rs:170:63
[INFO] [stdout]     |
[INFO] [stdout] 170 |     if #[cfg(all(target_arch = "x86_64", any(not(windows),not(teb))))] {
[INFO] [stdout]     |                                                               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]  --> src/coroutine.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(teb)]
[INFO] [stdout]   |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:406:15
[INFO] [stdout]     |
[INFO] [stdout] 406 |         #[cfg(teb)]
[INFO] [stdout]     |               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:450:15
[INFO] [stdout]     |
[INFO] [stdout] 450 |         #[cfg(teb)]
[INFO] [stdout]     |               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:575:11
[INFO] [stdout]     |
[INFO] [stdout] 575 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:585:19
[INFO] [stdout]     |
[INFO] [stdout] 585 |             #[cfg(teb)]
[INFO] [stdout]     |                   ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:606:11
[INFO] [stdout]     |
[INFO] [stdout] 606 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:612:11
[INFO] [stdout]     |
[INFO] [stdout] 612 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(teb)]
[INFO] [stdout]    |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:65:11
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[cfg(teb)]
[INFO] [stdout]    |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[cfg(teb)]
[INFO] [stdout]    |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/stack/mod.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/stack/mod.rs:108:11
[INFO] [stdout]     |
[INFO] [stdout] 108 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/trap.rs:116:7
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[cfg(teb)]
[INFO] [stdout]     |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/trap.rs:91:23
[INFO] [stdout]    |
[INFO] [stdout] 91 |                 #[cfg(teb)]
[INFO] [stdout]    |                       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/arch/x86_64.rs:309:46
[INFO] [stdout]     |
[INFO] [stdout] 309 |     push(&mut sp, Some(stack_init_trampoline as StackWord));
[INFO] [stdout]     |                                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 309 |     push(&mut sp, Some(stack_init_trampoline as *const () as StackWord));
[INFO] [stdout]     |                                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: avoid using labels containing only the digits `0` and `1` in inline assembly
[INFO] [stdout]    --> src/arch/x86_64.rs:461:10
[INFO] [stdout]     |
[INFO] [stdout] 461 |         "0:",
[INFO] [stdout]     |          ^ use a different label that doesn't start with `0` or `1`
[INFO] [stdout]     |
[INFO] [stdout]     = help: start numbering with `2` instead
[INFO] [stdout]     = note: an LLVM bug makes these labels ambiguous with a binary literal number on x86
[INFO] [stdout]     = note: see <https://github.com/llvm/llvm-project/issues/99547> for more information
[INFO] [stdout]     = note: `#[warn(binary_asm_labels)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/arch/x86_64.rs:675:53
[INFO] [stdout]     |
[INFO] [stdout] 675 |     push(&mut sp, Some(stack_init_trampoline_return as StackWord));
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 675 |     push(&mut sp, Some(stack_init_trampoline_return as *const () as StackWord));
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
[INFO] running `Command { std: "docker" "inspect" "0b601d9595350b31a588b0d58afd5c86e8541dc53faf2c8a7b450ab3a830919c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b601d9595350b31a588b0d58afd5c86e8541dc53faf2c8a7b450ab3a830919c", kill_on_drop: false }`
[INFO] [stdout] 0b601d9595350b31a588b0d58afd5c86e8541dc53faf2c8a7b450ab3a830919c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d49bfb09e8c52b688134b4a2c8a6932306cbd1201dfb181c589a7a8b7626878f
[INFO] running `Command { std: "docker" "start" "-a" "d49bfb09e8c52b688134b4a2c8a6932306cbd1201dfb181c589a7a8b7626878f", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling regex-syntax v0.8.7
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/arch/mod.rs:20:55
[INFO] [stdout]    |
[INFO] [stdout] 20 |     if #[cfg(any(target_os = "uefi", all(windows, not(teb))))] {
[INFO] [stdout]    |                                                       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/arch/mod.rs:170:63
[INFO] [stdout]     |
[INFO] [stdout] 170 |     if #[cfg(all(target_arch = "x86_64", any(not(windows),not(teb))))] {
[INFO] [stdout]     |                                                               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]  --> src/coroutine.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(teb)]
[INFO] [stdout]   |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:406:15
[INFO] [stdout]     |
[INFO] [stdout] 406 |         #[cfg(teb)]
[INFO] [stdout]     |               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:450:15
[INFO] [stdout]     |
[INFO] [stdout] 450 |         #[cfg(teb)]
[INFO] [stdout]     |               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:575:11
[INFO] [stdout]     |
[INFO] [stdout] 575 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:585:19
[INFO] [stdout]     |
[INFO] [stdout] 585 |             #[cfg(teb)]
[INFO] [stdout]     |                   ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:606:11
[INFO] [stdout]     |
[INFO] [stdout] 606 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:612:11
[INFO] [stdout]     |
[INFO] [stdout] 612 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(teb)]
[INFO] [stdout]    |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:65:11
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[cfg(teb)]
[INFO] [stdout]    |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[cfg(teb)]
[INFO] [stdout]    |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/stack/mod.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/stack/mod.rs:108:11
[INFO] [stdout]     |
[INFO] [stdout] 108 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/trap.rs:116:7
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[cfg(teb)]
[INFO] [stdout]     |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/trap.rs:91:23
[INFO] [stdout]    |
[INFO] [stdout] 91 |                 #[cfg(teb)]
[INFO] [stdout]    |                       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/arch/x86_64.rs:309:46
[INFO] [stdout]     |
[INFO] [stdout] 309 |     push(&mut sp, Some(stack_init_trampoline as StackWord));
[INFO] [stdout]     |                                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 309 |     push(&mut sp, Some(stack_init_trampoline as *const () as StackWord));
[INFO] [stdout]     |                                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: avoid using labels containing only the digits `0` and `1` in inline assembly
[INFO] [stdout]    --> src/arch/x86_64.rs:461:10
[INFO] [stdout]     |
[INFO] [stdout] 461 |         "0:",
[INFO] [stdout]     |          ^ use a different label that doesn't start with `0` or `1`
[INFO] [stdout]     |
[INFO] [stdout]     = help: start numbering with `2` instead
[INFO] [stdout]     = note: an LLVM bug makes these labels ambiguous with a binary literal number on x86
[INFO] [stdout]     = note: see <https://github.com/llvm/llvm-project/issues/99547> for more information
[INFO] [stdout]     = note: `#[warn(binary_asm_labels)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/arch/x86_64.rs:675:53
[INFO] [stdout]     |
[INFO] [stdout] 675 |     push(&mut sp, Some(stack_init_trampoline_return as StackWord));
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 675 |     push(&mut sp, Some(stack_init_trampoline_return as *const () as StackWord));
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.12
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling regex v1.12.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling criterion-cycles-per-byte v0.1.3
[INFO] [stderr]    Compiling uefi_corosensei v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `corosensei`
[INFO] [stdout]  --> examples/backtrace.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use corosensei::Coroutine;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `corosensei`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `corosensei`, use `cargo add corosensei` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `corosensei`
[INFO] [stdout]  --> examples/basic.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use corosensei::{Coroutine, CoroutineResult};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `corosensei`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `corosensei`, use `cargo add corosensei` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `corosensei`
[INFO] [stdout]  --> examples/panic.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use corosensei::Coroutine;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `corosensei`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `corosensei`, use `cargo add corosensei` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uefi_corosensei` (example "backtrace") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uefi_corosensei` (example "panic") due to 1 previous error
[INFO] [stderr] error: could not compile `uefi_corosensei` (example "basic") due to 1 previous error
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/arch/mod.rs:20:55
[INFO] [stdout]    |
[INFO] [stdout] 20 |     if #[cfg(any(target_os = "uefi", all(windows, not(teb))))] {
[INFO] [stdout]    |                                                       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/arch/mod.rs:170:63
[INFO] [stdout]     |
[INFO] [stdout] 170 |     if #[cfg(all(target_arch = "x86_64", any(not(windows),not(teb))))] {
[INFO] [stdout]     |                                                               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]  --> src/coroutine.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(teb)]
[INFO] [stdout]   |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:406:15
[INFO] [stdout]     |
[INFO] [stdout] 406 |         #[cfg(teb)]
[INFO] [stdout]     |               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:450:15
[INFO] [stdout]     |
[INFO] [stdout] 450 |         #[cfg(teb)]
[INFO] [stdout]     |               ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:575:11
[INFO] [stdout]     |
[INFO] [stdout] 575 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:585:19
[INFO] [stdout]     |
[INFO] [stdout] 585 |             #[cfg(teb)]
[INFO] [stdout]     |                   ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:606:11
[INFO] [stdout]     |
[INFO] [stdout] 606 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/coroutine.rs:612:11
[INFO] [stdout]     |
[INFO] [stdout] 612 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(teb)]
[INFO] [stdout]    |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:65:11
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[cfg(teb)]
[INFO] [stdout]    |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/stack/mod.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[cfg(teb)]
[INFO] [stdout]    |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/stack/mod.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/stack/mod.rs:108:11
[INFO] [stdout]     |
[INFO] [stdout] 108 |     #[cfg(teb)]
[INFO] [stdout]     |           ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]    --> src/trap.rs:116:7
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[cfg(teb)]
[INFO] [stdout]     |       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `teb`
[INFO] [stdout]   --> src/trap.rs:91:23
[INFO] [stdout]    |
[INFO] [stdout] 91 |                 #[cfg(teb)]
[INFO] [stdout]    |                       ^^^ help: found config with similar value: `feature = "teb"`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(teb)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(teb)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/tests/coroutine.rs:160:20
[INFO] [stdout]     |
[INFO] [stdout] 160 |     struct Aligned(u8);
[INFO] [stdout]     |            ------- ^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/arch/x86_64.rs:309:46
[INFO] [stdout]     |
[INFO] [stdout] 309 |     push(&mut sp, Some(stack_init_trampoline as StackWord));
[INFO] [stdout]     |                                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 309 |     push(&mut sp, Some(stack_init_trampoline as *const () as StackWord));
[INFO] [stdout]     |                                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: avoid using labels containing only the digits `0` and `1` in inline assembly
[INFO] [stdout]    --> src/arch/x86_64.rs:461:10
[INFO] [stdout]     |
[INFO] [stdout] 461 |         "0:",
[INFO] [stdout]     |          ^ use a different label that doesn't start with `0` or `1`
[INFO] [stdout]     |
[INFO] [stdout]     = help: start numbering with `2` instead
[INFO] [stdout]     = note: an LLVM bug makes these labels ambiguous with a binary literal number on x86
[INFO] [stdout]     = note: see <https://github.com/llvm/llvm-project/issues/99547> for more information
[INFO] [stdout]     = note: `#[warn(binary_asm_labels)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/arch/x86_64.rs:675:53
[INFO] [stdout]     |
[INFO] [stdout] 675 |     push(&mut sp, Some(stack_init_trampoline_return as StackWord));
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 675 |     push(&mut sp, Some(stack_init_trampoline_return as *const () as StackWord));
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]   --> src/tests/coroutine.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         drop(&b);
[INFO] [stdout]    |         ^^^^^--^
[INFO] [stdout]    |              |
[INFO] [stdout]    |              argument has type `&tests::coroutine::panics_propagated::SetOnDrop`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 98 -         drop(&b);
[INFO] [stdout] 98 +         let _ = &b;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/tests/coroutine.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         drop(&b);
[INFO] [stdout]     |         ^^^^^--^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              argument has type `&tests::coroutine::panics_propagated_via_parent::SetOnDrop`
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 124 -         drop(&b);
[INFO] [stdout] 124 +         let _ = &b;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/tests/coroutine.rs:570:51
[INFO] [stdout]     |
[INFO] [stdout] 570 |             handler.sa_sigaction = signal_handler as usize;
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 570 |             handler.sa_sigaction = signal_handler as *const () as usize;
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]   --> src/tests/on_stack.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |             drop(&b);
[INFO] [stdout]    |             ^^^^^--^
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  argument has type `&tests::on_stack::panics_propagated::SetOnDrop`
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 62 -             drop(&b);
[INFO] [stdout] 62 +             let _ = &b;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d49bfb09e8c52b688134b4a2c8a6932306cbd1201dfb181c589a7a8b7626878f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d49bfb09e8c52b688134b4a2c8a6932306cbd1201dfb181c589a7a8b7626878f", kill_on_drop: false }`
[INFO] [stdout] d49bfb09e8c52b688134b4a2c8a6932306cbd1201dfb181c589a7a8b7626878f
