glutin 0.2.0

Cross-plaform OpenGL context provider.
Build #854759 2023-07-06T00:04:19.437731+00:00
# rustc version
rustc 1.72.0-nightly (f20afcc45 2023-07-04)# docs.rs version
docsrs 0.6.0 (eb803472 2023-06-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/glutin-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/glutin-0.2.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230704-1.72.0-nightly-f20afcc45\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--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] c2b1ba70f1d779a0153350336d68faf81dc1574128b82f7c648c7c47bbbe9d36
[INFO] running `Command { std: "docker" "start" "-a" "c2b1ba70f1d779a0153350336d68faf81dc1574128b82f7c648c7c47bbbe9d36", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: window, multiwindow, grabbing, cursor, transparent, fullscreen
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]    Compiling gl_generator v0.0.26
[INFO] [stderr]     Checking wayland-client v0.1.8
[INFO] [stderr]     Checking x11-dl v1.0.1
[INFO] [stderr] error[E0603]: module `events` is private
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.0.26/registry.rs:30:24
[INFO] [stderr]    |
[INFO] [stderr] 30 | use self::xml::reader::events::XmlEvent;
[INFO] [stderr]    |                        ^^^^^^ private module
[INFO] [stderr]    |
[INFO] [stderr] note: the module `events` is defined here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.15/src/reader.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | mod events;
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr] help: consider importing this enum instead
[INFO] [stderr]    |
[INFO] [stderr] 30 | use registry::xml::reader::XmlEvent;
[INFO] [stderr]    |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.1.8/src/ffi/abi.rs:45:8
[INFO] [stderr]    |
[INFO] [stderr] 45 |   #[repr(C)] pub type wl_dispatcher_func_t = extern fn(*const c_void, 
[INFO] [stderr]    |  ________^___-
[INFO] [stderr] 46 | |                                                      *mut c_void,
[INFO] [stderr] 47 | |                                                      uint32_t,
[INFO] [stderr] 48 | |                                                      *const wl_message,
[INFO] [stderr] 49 | |                                                      *mut wl_argument
[INFO] [stderr] 50 | |                                                     );
[INFO] [stderr]    | |______________________________________________________- not a struct, enum, or union
[INFO] [stderr] 
[INFO] [stderr] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.1.8/src/ffi/abi.rs:51:8
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[repr(C)] pub type wl_log_func_t = extern fn(_: *const c_char, ...);
[INFO] [stderr]    |        ^   ---------------------------------------------------------- not a struct, enum, or union
[INFO] [stderr] 
[INFO] [stderr] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.1.8/src/ffi/abi.rs:53:8
[INFO] [stderr]    |
[INFO] [stderr] 53 | #[repr(C)] pub type wl_fixed_t = int32_t;
[INFO] [stderr]    |        ^   ------------------------------ not a struct, enum, or union
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `events` found for struct `RefMut<'_, EventReader<R>>` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.0.26/registry.rs:322:45
[INFO] [stderr]     |
[INFO] [stderr] 322 |         for event in self.port.borrow_mut().events() {
[INFO] [stderr]     |                                             ^^^^^^ method not found in `RefMut<'_, EventReader<R>>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.1.8/src/core/mod.rs:57:26
[INFO] [stderr]     |
[INFO] [stderr] 57  |     fn from(other: T) -> Option<Self>;
[INFO] [stderr]     |                          ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]     |
[INFO] [stderr] note: required by a bound in `Option`
[INFO] [stderr]    --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/option.rs:563:17
[INFO] [stderr]     |
[INFO] [stderr] 563 | pub enum Option<T> {
[INFO] [stderr]     |                 ^ required by this bound in `Option`
[INFO] [stderr] help: consider further restricting `Self`
[INFO] [stderr]     |
[INFO] [stderr] 57  |     fn from(other: T) -> Option<Self> where Self: Sized;
[INFO] [stderr]     |                                       +++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0517.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `wayland-client` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] Some errors have detailed explanations: E0599, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `gl_generator` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "c2b1ba70f1d779a0153350336d68faf81dc1574128b82f7c648c7c47bbbe9d36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2b1ba70f1d779a0153350336d68faf81dc1574128b82f7c648c7c47bbbe9d36", kill_on_drop: false }`
[INFO] [stdout] c2b1ba70f1d779a0153350336d68faf81dc1574128b82f7c648c7c47bbbe9d36