Build #1638115 2025-01-17T23:05:34.006755+00:00
# rustc version
rustc 1.86.0-nightly (99db2737c 2025-01-16)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/rio-window-0.2.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rio-window-0.2.4/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250116-1.86.0-nightly-99db2737c\", \"--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-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", kill_on_drop: false }`
[INFO] [stdout] d79d239057b59a4c35b76c81fa2423a62d7253af86c1aec0a8f820824047ddfb
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "d79d239057b59a4c35b76c81fa2423a62d7253af86c1aec0a8f820824047ddfb", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:106:42
[INFO] [stderr] |
[INFO] [stderr] 106 | let panel: *mut Object = msg_send![class!(NSAlert), new];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:106:52
[INFO] [stderr] |
[INFO] [stderr] 106 | let panel: *mut Object = msg_send![class!(NSAlert), new];
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `class` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `class` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:114:50
[INFO] [stderr] |
[INFO] [stderr] 114 | let prompt_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:114:60
[INFO] [stderr] |
[INFO] [stderr] 114 | let prompt_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `class` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `class` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:115:60
[INFO] [stderr] |
[INFO] [stderr] 115 | ...d_string: *mut Object = msg_send![prompt_string, initWithBytes:prompt.as_ptr() length:prompt.len() encoding:4];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:117:49
[INFO] [stderr] |
[INFO] [stderr] 117 | let title_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:117:59
[INFO] [stderr] |
[INFO] [stderr] 117 | let title_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `class` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `class` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:118:59
[INFO] [stderr] |
[INFO] [stderr] 118 | ... let title_allocated_string: *mut Object = msg_send![title_string, initWithBytes:title.as_ptr() length:title.len() encoding:4];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:120:47
[INFO] [stderr] |
[INFO] [stderr] 120 | let yes_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:120:57
[INFO] [stderr] |
[INFO] [stderr] 120 | let yes_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `class` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `class` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:121:57
[INFO] [stderr] |
[INFO] [stderr] 121 | let yes_allocated_string: *mut Object = msg_send![yes_string, initWithBytes:yes.as_ptr() length:yes.len() encoding:4];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:123:46
[INFO] [stderr] |
[INFO] [stderr] 123 | let no_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:123:56
[INFO] [stderr] |
[INFO] [stderr] 123 | let no_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `class` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `class` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:124:56
[INFO] [stderr] |
[INFO] [stderr] 124 | let no_allocated_string: *mut Object = msg_send![no_string, initWithBytes:no.as_ptr() length:no.len() encoding:4];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:126:50
[INFO] [stderr] |
[INFO] [stderr] 126 | let cancel_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:126:60
[INFO] [stderr] |
[INFO] [stderr] 126 | let cancel_string: *mut Object = msg_send![class!(NSString), alloc];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `class` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `class` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:127:60
[INFO] [stderr] |
[INFO] [stderr] 127 | ...d_string: *mut Object = msg_send![cancel_string, initWithBytes:cancel.as_ptr() length:cancel.len() encoding:4];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:129:29
[INFO] [stderr] |
[INFO] [stderr] 129 | let _: () = msg_send![panel, setMessageText: title_allocated_string];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:130:29
[INFO] [stderr] |
[INFO] [stderr] 130 | let _: () = msg_send![panel, setInformativeText: prompt_allocated_string];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:131:29
[INFO] [stderr] |
[INFO] [stderr] 131 | let _: () = msg_send![panel, addButtonWithTitle: yes_allocated_string];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:132:29
[INFO] [stderr] |
[INFO] [stderr] 132 | let _: () = msg_send![panel, addButtonWithTitle: no_allocated_string];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:133:29
[INFO] [stderr] |
[INFO] [stderr] 133 | let _: () = msg_send![panel, addButtonWithTitle: cancel_allocated_string];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/platform_impl/macos/app_delegate.rs:134:50
[INFO] [stderr] |
[INFO] [stderr] 134 | let response: std::ffi::c_long = msg_send![panel, runModal];
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `ahash`, `bytemuck`, `default`, `memmap2`, `percent-encoding`, `sctk`, `sctk-adwaita`, `wayland`, `wayland-backend`, `wayland-client`, `wayland-csd-adwaita`, `wayland-csd-adwaita-notitle`, `wayland-dlopen`, `wayland-protocols`, `wayland-protocols-plasma`, `x11`, `x11-dl`, and `x11rb`
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `sel_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `sel_impl` may come from an old version of the `objc` crate, try updating your dependency with `cargo update -p objc`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `rio-window` (lib) generated 23 warnings
[INFO] [stderr] Scraping rio-window v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting rio-window v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `window_handle_any_thread`
[INFO] [stderr] --> src/platform/windows.rs:441:34
[INFO] [stderr] |
[INFO] [stderr] 441 | /// It is possible to call [`window_handle_any_thread`] to get around Windows's thread
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `window_handle_any_thread` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr] --> src/lib.rs:166:9
[INFO] [stderr] |
[INFO] [stderr] 166 | #![deny(rustdoc::broken_intra_doc_links)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `HasWindowHandle`
[INFO] [stderr] --> src/platform/windows.rs:443:29
[INFO] [stderr] |
[INFO] [stderr] 443 | /// that requires the [`HasWindowHandle`] trait, while ignoring thread affinity limitations.
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `HasWindowHandle` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `HasWindowHandle`
[INFO] [stderr] --> src/platform/windows.rs:446:66
[INFO] [stderr] |
[INFO] [stderr] 446 | /// uses the inner window handle as a mean of implementing [`HasWindowHandle`]. It wraps
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `HasWindowHandle` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `rio-window` (lib doc) generated 26 warnings (23 duplicates)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-apple-darwin/doc/rio_window/index.html
[INFO] running `Command { std: "docker" "inspect" "d79d239057b59a4c35b76c81fa2423a62d7253af86c1aec0a8f820824047ddfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d79d239057b59a4c35b76c81fa2423a62d7253af86c1aec0a8f820824047ddfb", kill_on_drop: false }`
[INFO] [stdout] d79d239057b59a4c35b76c81fa2423a62d7253af86c1aec0a8f820824047ddfb