[INFO] fetching crate window-getter 0.1.2...
[INFO] testing window-getter-0.1.2 against 1.91.0 for beta-1.92-2
[INFO] extracting crate window-getter 0.1.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate window-getter 0.1.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate window-getter 0.1.2
[INFO] tweaked toml for crates.io crate window-getter 0.1.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate window-getter 0.1.2 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate window-getter 0.1.2 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.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded objc2-core-graphics v0.3.2
[INFO] [stderr] Downloaded objc2 v0.6.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5445d54d7df29caafad9803f78a7c70ffe2a4d26b69ad560bbd6febccabd2bc
[INFO] running `Command { std: "docker" "start" "-a" "d5445d54d7df29caafad9803f78a7c70ffe2a4d26b69ad560bbd6febccabd2bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5445d54d7df29caafad9803f78a7c70ffe2a4d26b69ad560bbd6febccabd2bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5445d54d7df29caafad9803f78a7c70ffe2a4d26b69ad560bbd6febccabd2bc", kill_on_drop: false }`
[INFO] [stdout] d5445d54d7df29caafad9803f78a7c70ffe2a4d26b69ad560bbd6febccabd2bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b23a80bc746b24abc5aa58dbb2a5055ff6bfa24063d6e34d218462be0fed701b
[INFO] running `Command { std: "docker" "start" "-a" "b23a80bc746b24abc5aa58dbb2a5055ff6bfa24063d6e34d218462be0fed701b", kill_on_drop: false }`
[INFO] [stderr] Compiling syn v2.0.101
[INFO] [stderr] Compiling thiserror-impl v2.0.17
[INFO] [stderr] Compiling thiserror v2.0.17
[INFO] [stderr] Compiling window-getter v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::platform_impl::PlatformBounds`
[INFO] [stdout] --> src/bounds.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | use crate::platform_impl::PlatformBounds;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlatformBounds` in `platform_impl`
[INFO] [stdout] |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:10:20
[INFO] [stdout] |
[INFO] [stdout] 8 | #[cfg(target_os = "macos")]
[INFO] [stdout] | ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 9 | pub use macos::{
[INFO] [stdout] 10 | MacOSBounds as PlatformBounds, MacOSError as PlatformError, MacOSWindow as PlatformWindow,
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:15:22
[INFO] [stdout] |
[INFO] [stdout] 13 | #[cfg(target_os = "windows")]
[INFO] [stdout] | --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 14 | pub use windows::{
[INFO] [stdout] 15 | WindowsBounds as PlatformBounds, WindowsError as PlatformError,
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0432]: unresolved import `crate::platform_impl::PlatformWindow`
[INFO] [stdout] --> src/window.rs:1:38
[INFO] [stdout] |
[INFO] [stdout] 1 | use crate::{Bounds, Error, WindowId, platform_impl::PlatformWindow};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlatformWindow` in `platform_impl`
[INFO] [stdout] |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:10:80
[INFO] [stdout] |
[INFO] [stdout] 8 | #[cfg(target_os = "macos")]
[INFO] [stdout] | ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 9 | pub use macos::{
[INFO] [stdout] 10 | MacOSBounds as PlatformBounds, MacOSError as PlatformError, MacOSWindow as PlatformWindow,
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:16:22
[INFO] [stdout] |
[INFO] [stdout] 13 | #[cfg(target_os = "windows")]
[INFO] [stdout] | --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 16 | WindowsWindow as PlatformWindow, WindowsWindowId as PlatformWindowId, get_window, get_windows,
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0432]: unresolved import `crate::platform_impl::PlatformWindowId`
[INFO] [stdout] --> src/window_id.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use crate::platform_impl::PlatformWindowId;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PlatformWindowId` in `platform_impl`
[INFO] [stdout] |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:11:22
[INFO] [stdout] |
[INFO] [stdout] 8 | #[cfg(target_os = "macos")]
[INFO] [stdout] | ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 11 | MacOSWindowId as PlatformWindowId, get_window, get_windows,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:16:57
[INFO] [stdout] |
[INFO] [stdout] 13 | #[cfg(target_os = "windows")]
[INFO] [stdout] | --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 16 | WindowsWindow as PlatformWindow, WindowsWindowId as PlatformWindowId, get_window, get_windows,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0412]: cannot find type `PlatformError` in module `super::platform_impl`
[INFO] [stdout] --> src/error.rs:14:44
[INFO] [stdout] |
[INFO] [stdout] 14 | PermissionDenied(super::platform_impl::PlatformError),
[INFO] [stdout] | ^^^^^^^^^^^^^ not found in `super::platform_impl`
[INFO] [stdout] |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:10:50
[INFO] [stdout] |
[INFO] [stdout] 8 | #[cfg(target_os = "macos")]
[INFO] [stdout] | ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 9 | pub use macos::{
[INFO] [stdout] 10 | MacOSBounds as PlatformBounds, MacOSError as PlatformError, MacOSWindow as PlatformWindow,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:15:54
[INFO] [stdout] |
[INFO] [stdout] 13 | #[cfg(target_os = "windows")]
[INFO] [stdout] | --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 14 | pub use windows::{
[INFO] [stdout] 15 | WindowsBounds as PlatformBounds, WindowsError as PlatformError,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0412]: cannot find type `PlatformError` in module `super::platform_impl`
[INFO] [stdout] --> src/error.rs:17:49
[INFO] [stdout] |
[INFO] [stdout] 17 | PlatformSpecificError(super::platform_impl::PlatformError),
[INFO] [stdout] | ^^^^^^^^^^^^^ not found in `super::platform_impl`
[INFO] [stdout] |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:10:50
[INFO] [stdout] |
[INFO] [stdout] 8 | #[cfg(target_os = "macos")]
[INFO] [stdout] | ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 9 | pub use macos::{
[INFO] [stdout] 10 | MacOSBounds as PlatformBounds, MacOSError as PlatformError, MacOSWindow as PlatformWindow,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:15:54
[INFO] [stdout] |
[INFO] [stdout] 13 | #[cfg(target_os = "windows")]
[INFO] [stdout] | --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 14 | pub use windows::{
[INFO] [stdout] 15 | WindowsBounds as PlatformBounds, WindowsError as PlatformError,
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `get_windows` in module `platform_impl`
[INFO] [stdout] --> src/lib.rs:31:20
[INFO] [stdout] |
[INFO] [stdout] 31 | platform_impl::get_windows()
[INFO] [stdout] | ^^^^^^^^^^^ not found in `platform_impl`
[INFO] [stdout] |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:11:52
[INFO] [stdout] |
[INFO] [stdout] 8 | #[cfg(target_os = "macos")]
[INFO] [stdout] | ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 11 | MacOSWindowId as PlatformWindowId, get_window, get_windows,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout] --> src/platform_impl/mod.rs:16:87
[INFO] [stdout] |
[INFO] [stdout] 13 | #[cfg(target_os = "windows")]
[INFO] [stdout] | --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 16 | WindowsWindow as PlatformWindow, WindowsWindowId as PlatformWindowId, get_window, get_windows,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout] --> src/window.rs:30:25
[INFO] [stdout] |
[INFO] [stdout] 30 | pub fn id(&self) -> WindowId {
[INFO] [stdout] | -- ^^^^^^^^ expected `WindowId`, found `()`
[INFO] [stdout] | |
[INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout] --> src/window.rs:48:28
[INFO] [stdout] |
[INFO] [stdout] 48 | pub fn title(&self) -> Result