[INFO] fetching crate crabgrab 0.4.0...
[INFO] checking crabgrab-0.4.0 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate crabgrab 0.4.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate crabgrab 0.4.0 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate crabgrab 0.4.0
[INFO] finished tweaking crates.io crate crabgrab 0.4.0
[INFO] tweaked toml for crates.io crate crabgrab 0.4.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate crabgrab 0.4.0 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" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff9fcfdd6ca42f44290afd565298d4705d93fe5a8add4652fbff53c363f2f57c
[INFO] running `Command { std: "docker" "start" "-a" "ff9fcfdd6ca42f44290afd565298d4705d93fe5a8add4652fbff53c363f2f57c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff9fcfdd6ca42f44290afd565298d4705d93fe5a8add4652fbff53c363f2f57c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff9fcfdd6ca42f44290afd565298d4705d93fe5a8add4652fbff53c363f2f57c", kill_on_drop: false }`
[INFO] [stdout] ff9fcfdd6ca42f44290afd565298d4705d93fe5a8add4652fbff53c363f2f57c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33af0d0814562961fb04952c099bd0f51a9e25cda5c43308cf4d665443ae56af
[INFO] running `Command { std: "docker" "start" "-a" "33af0d0814562961fb04952c099bd0f51a9e25cda5c43308cf4d665443ae56af", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling ahash v0.8.10
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling wgpu-hal v0.21.0
[INFO] [stderr]     Checking libloading v0.8.2
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking indexmap v2.2.5
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking gpu-descriptor v0.3.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking wgpu-types v0.20.0
[INFO] [stderr]    Compiling wgpu-core v0.21.0
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking raw-window-handle v0.6.0
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]    Compiling wgpu v0.20.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling document-features v0.2.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking naga v0.20.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking crabgrab v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::platform::platform_impl`
[INFO] [stdout]   --> src/frame.rs:4:23
[INFO] [stdout]    |
[INFO] [stdout] 4  | use crate::{platform::platform_impl::{ImplAudioFrame, ImplVideoFrame}, util::*};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ could not find `platform_impl` in `platform`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/platform/mod.rs:6:25
[INFO] [stdout]    |
[INFO] [stdout] 6  | pub(crate) use macos as platform_impl;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `macos` feature
[INFO] [stdout]   --> src/platform/mod.rs:5:7
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/platform/mod.rs:13:28
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate)  use windows as platform_impl;
[INFO] [stdout]    |                            ^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `windows` feature
[INFO] [stdout]   --> src/platform/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::platform::platform_impl`
[INFO] [stdout]   --> src/capture_stream.rs:4:22
[INFO] [stdout]    |
[INFO] [stdout] 4  | use crate::platform::platform_impl::{ImplAudioCaptureConfig, ImplCaptureAccessToken, ImplCaptureConfig, ImplCaptureStream};
[INFO] [stdout]    |                      ^^^^^^^^^^^^^ could not find `platform_impl` in `platform`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/platform/mod.rs:6:25
[INFO] [stdout]    |
[INFO] [stdout] 6  | pub(crate) use macos as platform_impl;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `macos` feature
[INFO] [stdout]   --> src/platform/mod.rs:5:7
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/platform/mod.rs:13:28
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate)  use windows as platform_impl;
[INFO] [stdout]    |                            ^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `windows` feature
[INFO] [stdout]   --> src/platform/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::platform::platform_impl`
[INFO] [stdout]   --> src/capturable_content.rs:3:23
[INFO] [stdout]    |
[INFO] [stdout] 3  | use crate::{platform::platform_impl::{ImplCapturableApplication, ImplCapturableContent, ImplCapturableContentFilter, ImplCapturableDispla...
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ could not find `platform_impl` in `platform`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/platform/mod.rs:6:25
[INFO] [stdout]    |
[INFO] [stdout] 6  | pub(crate) use macos as platform_impl;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `macos` feature
[INFO] [stdout]   --> src/platform/mod.rs:5:7
[INFO] [stdout]    |
[INFO] [stdout] 5  | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/platform/mod.rs:13:28
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate)  use windows as platform_impl;
[INFO] [stdout]    |                            ^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `windows` feature
[INFO] [stdout]   --> src/platform/mod.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s in an async function that returns `Result`
[INFO] [stdout]    --> src/capturable_content.rs:197:78
[INFO] [stdout]     |
[INFO] [stdout] 195 |       pub async fn new(filter: CapturableContentFilter) -> Result<Self, CapturableContentError> {
[INFO] [stdout]     |  _______________________________________________________________________________________________-
[INFO] [stdout] 196 | |         Ok(Self {
[INFO] [stdout] 197 | |             impl_capturable_content: ImplCapturableContent::new(filter).await?
[INFO] [stdout]     | |                                                                              ^ this `?` produces `_`, which is incompatible with `Result<CapturableContent, CapturableContentError>`
[INFO] [stdout] 198 | |         })
[INFO] [stdout] 199 | |     }
[INFO] [stdout]     | |_____- this function returns a `Result`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FromResidual<_>` is not implemented for `Result<CapturableContent, CapturableContentError>`
[INFO] [stdout]     = help: the trait `FromResidual<Result<Infallible, E>>` is implemented for `Result<T, F>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crabgrab` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "33af0d0814562961fb04952c099bd0f51a9e25cda5c43308cf4d665443ae56af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33af0d0814562961fb04952c099bd0f51a9e25cda5c43308cf4d665443ae56af", kill_on_drop: false }`
[INFO] [stdout] 33af0d0814562961fb04952c099bd0f51a9e25cda5c43308cf4d665443ae56af
