cloud-filter 0.0.5

A safe and idiomatic wrapper around the Windows Cloud Filter API
Documentation
Build #1319642 2024-08-11T08:40:27.400644+00:00
# rustc version
rustc 1.82.0-nightly (e57f3090a 2024-08-05)# docs.rs version
docsrs 0.6.0 (a6435f13 2024-08-07)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/cloud-filter-0.0.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/cloud-filter-0.0.5/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-08-06" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240805-1.82.0-nightly-e57f3090a\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b961201f14d96f076c0161b17ce979f2e02f65081ee5bc3f00e989f5b73e7c1c
[INFO] running `Command { std: "docker" "start" "-a" "b961201f14d96f076c0161b17ce979f2e02f65081ee5bc3f00e989f5b73e7c1c", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting cloud-filter v0.0.5 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/error.rs:1:14
[INFO] [stderr]   |
[INFO] [stderr] 1 | use windows::Win32::Foundation::{self, NTSTATUS};
[INFO] [stderr]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/ext/file.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 |     os::windows::{io::AsRawHandle, prelude::RawHandle},
[INFO] [stderr]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]   |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:54:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:46:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:101:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:100:1
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `windows::Win32`
[INFO] [stderr]  --> src/error.rs:1:14
[INFO] [stderr]   |
[INFO] [stderr] 1 | use windows::Win32::Foundation::{self, NTSTATUS};
[INFO] [stderr]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]   --> src/ext/file.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     Win32::{
[INFO] [stderr]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/filter/info.rs:5:14
[INFO] [stderr]   |
[INFO] [stderr] 5 | use windows::Win32::Storage::CloudFilters::{
[INFO] [stderr]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `windows::core`
[INFO] [stderr]   --> src/ext/file.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 |     core,
[INFO] [stderr]    |     ^^^^ no `core` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/filter/ticket.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     Win32::Storage::CloudFilters::{CfReportProviderProgress, CF_CONNECTION_KEY},
[INFO] [stderr]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/filter/proxy.rs:5:14
[INFO] [stderr]   |
[INFO] [stderr] 5 | use windows::Win32::Storage::CloudFilters::{
[INFO] [stderr]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/filter/request.rs:4:14
[INFO] [stderr]   |
[INFO] [stderr] 4 | use windows::Win32::Storage::CloudFilters::{CF_CALLBACK_INFO, CF_PROCESS_INFO};
[INFO] [stderr]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/metadata.rs:4:14
[INFO] [stderr]   |
[INFO] [stderr] 4 | use windows::Win32::Storage::{
[INFO] [stderr]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/metadata.rs:119:22
[INFO] [stderr]     |
[INFO] [stderr] 119 |         use std::os::windows::fs::MetadataExt;
[INFO] [stderr]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]     |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]    --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:54:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]    --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:46:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]    --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:101:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]    --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:100:1
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/placeholder.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 |     os::windows::io::{AsRawHandle, FromRawHandle, IntoRawHandle, RawHandle},
[INFO] [stderr]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]   |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:54:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:46:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:101:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:100:1
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `windows::core`
[INFO] [stderr]  --> src/filter/ticket.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     core,
[INFO] [stderr]   |     ^^^^ no `core` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]   --> src/placeholder.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 |     Win32::{
[INFO] [stderr]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `windows::core`, `windows::core`
[INFO] [stderr]   --> src/placeholder.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     core::{self, PCWSTR},
[INFO] [stderr]    |     ^^^^   ^^^^ no `core` in the root
[INFO] [stderr]    |     |
[INFO] [stderr]    |     could not find `core` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/placeholder_file.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     Win32::{
[INFO] [stderr]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/root/connect.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 | use windows::Win32::Storage::CloudFilters::{CfDisconnectSyncRoot, CF_CONNECTION_KEY};
[INFO] [stderr]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/root/session.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 |     os::windows::{fs::OpenOptionsExt, io::AsRawHandle},
[INFO] [stderr]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]   |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:54:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:46:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:101:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:100:1
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `windows::core`, `windows::core`, `windows::Win32`
[INFO] [stderr]  --> src/placeholder_file.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     core::{self, PCWSTR},
[INFO] [stderr]   |     ^^^^   ^^^^ no `core` in the root
[INFO] [stderr]   |     |
[INFO] [stderr]   |     could not find `core` in `windows`
[INFO] [stderr] 6 |     Win32::{
[INFO] [stderr]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]   --> src/root/session.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     Win32::{
[INFO] [stderr]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/root/sync_root_id.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 |     os::windows::ffi::OsStringExt,
[INFO] [stderr]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]   |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:54:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:46:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:101:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:100:1
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `windows::core`, `windows::core`
[INFO] [stderr]   --> src/root/session.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     core::{self, PCWSTR},
[INFO] [stderr]    |     ^^^^   ^^^^ no `core` in the root
[INFO] [stderr]    |     |
[INFO] [stderr]    |     could not find `core` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Storage` in `windows`
[INFO] [stderr]   --> src/root/sync_root_id.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     Storage::{Provider::StorageProviderSyncRootManager, StorageFolder},
[INFO] [stderr]    |     ^^^^^^^ could not find `Storage` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]   --> src/root/sync_root_id.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     Win32::{
[INFO] [stderr]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/root/sync_root_info.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 |     os::windows::ffi::OsStringExt,
[INFO] [stderr]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr]   |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:54:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:46:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:101:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]  --> /rustc/e57f3090aec33cdbf66063c866afaa5e1e78b9bb/library/std/src/os/mod.rs:100:1
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `windows::core`, `windows::core`, `windows::Storage`, `windows::Win32`
[INFO] [stderr]   --> src/root/sync_root_id.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     core::{self, Error, HSTRING, PCWSTR, PWSTR},
[INFO] [stderr]    |     ^^^^   ^^^^ no `core` in the root
[INFO] [stderr]    |     |
[INFO] [stderr]    |     could not find `core` in `windows`
[INFO] [stderr] 12 |     Storage::{Provider::StorageProviderSyncRootManager, StorageFolder},
[INFO] [stderr]    |     ^^^^^^^ could not find `Storage` in `windows`
[INFO] [stderr] 13 |     Win32::{
[INFO] [stderr]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Storage` in `windows`
[INFO] [stderr]   --> src/root/sync_root_info.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     Storage::{
[INFO] [stderr]    |     ^^^^^^^ could not find `Storage` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `windows::core`, `windows::Foundation`, `windows::Storage`
[INFO] [stderr]   --> src/root/sync_root_info.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 |     core::Result,
[INFO] [stderr]    |     ^^^^ could not find `core` in `windows`
[INFO] [stderr] 11 |     Foundation::Uri,
[INFO] [stderr]    |     ^^^^^^^^^^ could not find `Foundation` in `windows`
[INFO] [stderr] 12 |     Storage::{
[INFO] [stderr]    |     ^^^^^^^ could not find `Storage` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `windows::core`, `windows::core`
[INFO] [stderr]  --> src/utility.rs:3:14
[INFO] [stderr]   |
[INFO] [stderr] 3 | use windows::core::{self, HSTRING};
[INFO] [stderr]   |              ^^^^   ^^^^ no `core` in the root
[INFO] [stderr]   |              |
[INFO] [stderr]   |              could not find `core` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/command/commands.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     Win32::{
[INFO] [stderr]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `windows::core`, `windows::Win32`
[INFO] [stderr]  --> src/command/commands.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     core,
[INFO] [stderr]   |     ^^^^ no `core` in the root
[INFO] [stderr] 5 |     Win32::{
[INFO] [stderr]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stderr]  --> src/command/executor.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     Win32::Storage::CloudFilters::{
[INFO] [stderr]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `windows::core`
[INFO] [stderr]  --> src/command/executor.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     core,
[INFO] [stderr]   |     ^^^^ no `core` in the root
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `cloud-filter`
[INFO] running `Command { std: "docker" "inspect" "b961201f14d96f076c0161b17ce979f2e02f65081ee5bc3f00e989f5b73e7c1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b961201f14d96f076c0161b17ce979f2e02f65081ee5bc3f00e989f5b73e7c1c", kill_on_drop: false }`
[INFO] [stdout] b961201f14d96f076c0161b17ce979f2e02f65081ee5bc3f00e989f5b73e7c1c