[INFO] cloning repository https://github.com/adamm-xyz/nostratui [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adamm-xyz/nostratui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamm-xyz%2Fnostratui", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamm-xyz%2Fnostratui'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b4c3bc9aa30319320d98d5377bad599c2a9532f [INFO] building adamm-xyz/nostratui against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamm-xyz%2Fnostratui" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/adamm-xyz/nostratui [INFO] finished tweaking git repo https://github.com/adamm-xyz/nostratui [INFO] tweaked toml for git repo https://github.com/adamm-xyz/nostratui written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/adamm-xyz/nostratui on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/adamm-xyz/nostratui 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nostr-sdk v0.40.0 [INFO] [stderr] Downloaded atomic-destructor v0.3.0 [INFO] [stderr] Downloaded negentropy v0.5.0 [INFO] [stderr] Downloaded negentropy v0.3.1 [INFO] [stderr] Downloaded async-utility v0.3.1 [INFO] [stderr] Downloaded nostr-database v0.40.0 [INFO] [stderr] Downloaded tokio-socks v0.5.2 [INFO] [stderr] Downloaded async-wsocket v0.13.1 [INFO] [stderr] Downloaded nostr-relay-pool v0.40.1 [INFO] [stderr] Downloaded bip39 v2.1.0 [INFO] [stderr] Downloaded nostr v0.40.0 [INFO] [stderr] Downloaded ratatui v0.23.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e0481b52ed70e14234da56010a5ad0a1756cd35271f2d06470ddfe235c88440 [INFO] running `Command { std: "docker" "start" "-a" "7e0481b52ed70e14234da56010a5ad0a1756cd35271f2d06470ddfe235c88440", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e0481b52ed70e14234da56010a5ad0a1756cd35271f2d06470ddfe235c88440", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e0481b52ed70e14234da56010a5ad0a1756cd35271f2d06470ddfe235c88440", kill_on_drop: false }` [INFO] [stdout] 7e0481b52ed70e14234da56010a5ad0a1756cd35271f2d06470ddfe235c88440 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 5c388000be666811b852be9d552231475b96dbb80f19529251d2618f40e04c7c [INFO] running `Command { std: "docker" "start" "-a" "5c388000be666811b852be9d552231475b96dbb80f19529251d2618f40e04c7c", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.18 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling bitcoin-io v0.1.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling hex-conservative v0.2.1 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling bech32 v0.11.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.100 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling lru v0.13.0 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling negentropy v0.5.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling negentropy v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling atomic-destructor v0.3.0 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap_builder v4.5.35 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bitcoin_hashes v0.14.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stdout] error[E0432]: unresolved import `sys::position` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/cursor.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub use sys::position; [INFO] [stdout] | ^^^^^^^^^^^^^ no `position` in `cursor::sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/cursor/sys.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(unix)] [INFO] [stdout] | ---- the item is gated here [INFO] [stdout] 4 | #[cfg(feature = "events")] [INFO] [stdout] 5 | pub use self::unix::position; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/cursor/sys.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(windows)] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] 7 | pub use self::windows::position; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sys::supports_keyboard_enhancement` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub use sys::supports_keyboard_enhancement; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `supports_keyboard_enhancement` in `terminal::sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(unix)] [INFO] [stdout] | ---- the item is gated here [INFO] [stdout] 4 | #[cfg(feature = "events")] [INFO] [stdout] 5 | pub use self::unix::supports_keyboard_enhancement; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(windows)] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] 11 | #[cfg(feature = "events")] [INFO] [stdout] 12 | pub use self::windows::supports_keyboard_enhancement; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `source` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/event/read.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 14 | source: Option>, [INFO] [stdout] | ------ a field by that name exists in `Self` [INFO] [stdout] ... [INFO] [stdout] 25 | let source = source.ok().map(|x| Box::new(x) as Box); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `enable_raw_mode` in module `sys` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | sys::enable_raw_mode() [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(unix)] [INFO] [stdout] | ---- the item is gated here [INFO] [stdout] 7 | pub(crate) use self::unix::{ [INFO] [stdout] 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(windows)] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] 16 | pub(crate) use self::windows::{ [INFO] [stdout] 17 | clear, disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, scroll_down, scroll_up, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `disable_raw_mode` in module `sys` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | sys::disable_raw_mode() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(unix)] [INFO] [stdout] | ---- the item is gated here [INFO] [stdout] 7 | pub(crate) use self::unix::{ [INFO] [stdout] 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(windows)] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] 16 | pub(crate) use self::windows::{ [INFO] [stdout] 17 | clear, disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, scroll_down, scroll_up, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `size` in module `sys` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal.rs:137:10 [INFO] [stdout] | [INFO] [stdout] 137 | sys::size() [INFO] [stdout] | ^^^^ not found in `sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:8:61 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(unix)] [INFO] [stdout] | ---- the item is gated here [INFO] [stdout] 7 | pub(crate) use self::unix::{ [INFO] [stdout] 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size, [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(windows)] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] ... [INFO] [stdout] 18 | set_size, set_window_title, size, window_size, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `window_size` in module `sys` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | sys::window_size() [INFO] [stdout] | ^^^^^^^^^^^ not found in `sys` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:8:67 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(unix)] [INFO] [stdout] | ---- the item is gated here [INFO] [stdout] 7 | pub(crate) use self::unix::{ [INFO] [stdout] 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal/sys.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg(windows)] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] ... [INFO] [stdout] 18 | set_size, set_window_title, size, window_size, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `eval` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/event/filter.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 6 | fn eval(&self, event: &InternalEvent) -> bool; [INFO] [stdout] | ---------------------------------------------- `eval` from trait [INFO] [stdout] ... [INFO] [stdout] 52 | impl Filter for EventFilter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `eval` in implementation [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling js-sys v0.3.77 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.27.0/src/terminal.rs:107:33 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn is_raw_mode_enabled() -> io::Result { [INFO] [stdout] | ------------------- ^^^^^^^^^^^^^^^^ expected `Result`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stdout] Some errors have detailed explanations: E0046, E0308, E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `crossterm` (lib) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5c388000be666811b852be9d552231475b96dbb80f19529251d2618f40e04c7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c388000be666811b852be9d552231475b96dbb80f19529251d2618f40e04c7c", kill_on_drop: false }` [INFO] [stdout] 5c388000be666811b852be9d552231475b96dbb80f19529251d2618f40e04c7c