[INFO] fetching crate uefi_corosensei 0.1.4... [INFO] testing uefi_corosensei-0.1.4 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate uefi_corosensei 0.1.4 into /workspace/builds/worker-6-tc2/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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate uefi_corosensei 0.1.4 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4fa38c6abf615b268b672034b2087cbc3efbad92428fcb0de950d4bd78039d3 [INFO] running `Command { std: "docker" "start" "-a" "e4fa38c6abf615b268b672034b2087cbc3efbad92428fcb0de950d4bd78039d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4fa38c6abf615b268b672034b2087cbc3efbad92428fcb0de950d4bd78039d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4fa38c6abf615b268b672034b2087cbc3efbad92428fcb0de950d4bd78039d3", kill_on_drop: false }` [INFO] [stdout] e4fa38c6abf615b268b672034b2087cbc3efbad92428fcb0de950d4bd78039d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 596f482e0bc57011536aead8fd614b3ecf3bb10c8580d434efba28f72f28b4c6 [INFO] running `Command { std: "docker" "start" "-a" "596f482e0bc57011536aead8fd614b3ecf3bb10c8580d434efba28f72f28b4c6", kill_on_drop: false }` [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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 for more information about checking conditional configuration [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 for more information [INFO] [stdout] = note: `#[warn(binary_asm_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "596f482e0bc57011536aead8fd614b3ecf3bb10c8580d434efba28f72f28b4c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "596f482e0bc57011536aead8fd614b3ecf3bb10c8580d434efba28f72f28b4c6", kill_on_drop: false }` [INFO] [stdout] 596f482e0bc57011536aead8fd614b3ecf3bb10c8580d434efba28f72f28b4c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8bfd149b6389ec6b279c54b7a34714d3248ddf495f459394aa0c0461f1ef2754 [INFO] running `Command { std: "docker" "start" "-a" "8bfd149b6389ec6b279c54b7a34714d3248ddf495f459394aa0c0461f1ef2754", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling regex-syntax v0.8.7 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling object v0.37.3 [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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 for more information about checking conditional configuration [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 for more information [INFO] [stdout] = note: `#[warn(binary_asm_labels)]` on by default [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 regex-automata v0.4.12 [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/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] 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/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[E0282]: type annotations needed [INFO] [stdout] --> examples/panic.rs:8:41 [INFO] [stdout] | [INFO] [stdout] 8 | let mut coroutine = Coroutine::new(|yielder, ()| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 9 | println!("[coroutine] yielding 42"); [INFO] [stdout] 10 | yielder.suspend(42); [INFO] [stdout] | ------- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 8 | let mut coroutine = Coroutine::new(|yielder: /* Type */, ()| { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> examples/basic.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 6 | let mut coroutine = Coroutine::new(|yielder, input| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 10 | let input = yielder.suspend(i); [INFO] [stdout] | ------- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 6 | let mut coroutine = Coroutine::new(|yielder: /* Type */, input| { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [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] [stderr] error: could not compile `uefi_corosensei` (example "panic") due to 2 previous errors [INFO] [stderr] error: could not compile `uefi_corosensei` (example "basic") due to 2 previous errors [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: 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 for more information [INFO] [stdout] = note: `#[warn(binary_asm_labels)]` on by default [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: 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" "8bfd149b6389ec6b279c54b7a34714d3248ddf495f459394aa0c0461f1ef2754", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bfd149b6389ec6b279c54b7a34714d3248ddf495f459394aa0c0461f1ef2754", kill_on_drop: false }` [INFO] [stdout] 8bfd149b6389ec6b279c54b7a34714d3248ddf495f459394aa0c0461f1ef2754