[INFO] fetching crate sapp-kms 0.1.1...
[INFO] building sapp-kms-0.1.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate sapp-kms 0.1.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate sapp-kms 0.1.1
[INFO] finished tweaking crates.io crate sapp-kms 0.1.1
[INFO] tweaked toml for crates.io crate sapp-kms 0.1.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sapp-kms 0.1.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 869b24d2b23cdca4cb3586b9cae4c0826659faa89fa4dbc41fd57516c1bc1c97
[INFO] running `Command { std: "docker" "start" "-a" "869b24d2b23cdca4cb3586b9cae4c0826659faa89fa4dbc41fd57516c1bc1c97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "869b24d2b23cdca4cb3586b9cae4c0826659faa89fa4dbc41fd57516c1bc1c97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "869b24d2b23cdca4cb3586b9cae4c0826659faa89fa4dbc41fd57516c1bc1c97", kill_on_drop: false }`
[INFO] [stdout] 869b24d2b23cdca4cb3586b9cae4c0826659faa89fa4dbc41fd57516c1bc1c97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9ba1b3d819dd487470ce41398b5d1eeae6c5ceb286cb59c332960e89924e487
[INFO] running `Command { std: "docker" "start" "-a" "e9ba1b3d819dd487470ce41398b5d1eeae6c5ceb286cb59c332960e89924e487", kill_on_drop: false }`
[INFO] [stderr]    Compiling sapp-kms v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_STDINT_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_STDINT_H` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_FEATURES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_FEATURES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_DEFAULT_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_DEFAULT_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC11` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC11` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC99` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC99` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC95` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC95` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX_IMPLICITLY` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX_IMPLICITLY` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_POSIX_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_POSIX_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_POSIX_C_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_POSIX_C_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX2` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX2` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX199309` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX199309` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX199506` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX199506` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_XOPEN2K` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_XOPEN2K` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_XOPEN2K8` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_XOPEN2K8` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_ATFILE_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_ATFILE_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_MISC` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_MISC` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ATFILE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ATFILE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_FORTIFY_LEVEL` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_FORTIFY_LEVEL` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_DEPRECATED_GETS` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_DEPRECATED_GETS` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_DEPRECATED_SCANF` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_DEPRECATED_SCANF` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_STDC_PREDEF_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_STDC_PREDEF_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_IEC_559__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_IEC_559__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_IEC_559_COMPLEX__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_IEC_559_COMPLEX__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_ISO_10646__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_ISO_10646__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GNU_LIBRARY__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GNU_LIBRARY__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_MINOR__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_MINOR__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_SYS_CDEFS_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_SYS_CDEFS_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__glibc_c99_flexarr_available` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__glibc_c99_flexarr_available` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__WORDSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__WORDSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__WORDSIZE_TIME64_COMPAT32` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__WORDSIZE_TIME64_COMPAT32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__SYSCALL_WORDSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__SYSCALL_WORDSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__HAVE_GENERIC_SELECTION` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__HAVE_GENERIC_SELECTION` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_LIB_EXT2` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_LIB_EXT2` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_BFP_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_BFP_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_FUNCS_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_FUNCS_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_TYPES_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_TYPES_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TYPES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TYPES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__TIMESIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__TIMESIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TYPESIZES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TYPESIZES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__OFF_T_MATCHES_OFF64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__OFF_T_MATCHES_OFF64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__INO_T_MATCHES_INO64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__INO_T_MATCHES_INO64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__RLIM_T_MATCHES_RLIM64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__RLIM_T_MATCHES_RLIM64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__FD_SETSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__FD_SETSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TIME64_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TIME64_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_WCHAR_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_WCHAR_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_STDINT_INTN_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_STDINT_INTN_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_STDINT_UINTN_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_STDINT_UINTN_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INTPTR_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INTPTR_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INTPTR_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INTPTR_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINTPTR_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINTPTR_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `PTRDIFF_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `PTRDIFF_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `PTRDIFF_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `PTRDIFF_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIG_ATOMIC_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIG_ATOMIC_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIG_ATOMIC_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIG_ATOMIC_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIZE_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIZE_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `WINT_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `WINT_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `WINT_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `WINT_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_SUPPORT_INT64` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_SUPPORT_INT64` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_SUPPORT_FLOAT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_SUPPORT_FLOAT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_MAX_ENUM` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_MAX_ENUM` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_char` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_char` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_short` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_short` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_int` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_int` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_long` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_long` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__quad_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__quad_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_quad_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_quad_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__intmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__intmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uintmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uintmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__dev_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__dev_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__gid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__gid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ino_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ino_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ino64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ino64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__mode_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__mode_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__nlink_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__nlink_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__off_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__off_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__off64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__off64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__pid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__pid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__clock_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__clock_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__rlim_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__rlim_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__rlim64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__rlim64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__id_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__id_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__time_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__time_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__useconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__useconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__suseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__suseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__daddr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__daddr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__key_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__key_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__clockid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__clockid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__timer_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__timer_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blksize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blksize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blkcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blkcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blkcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blkcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsblkcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsblkcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsblkcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsblkcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsfilcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsfilcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsfilcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsfilcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsword_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsword_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ssize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ssize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__syscall_slong_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__syscall_slong_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__syscall_ulong_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__syscall_ulong_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__loff_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__loff_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__caddr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__caddr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__intptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__intptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__socklen_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__socklen_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__sig_atomic_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__sig_atomic_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `intmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `intmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uintmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uintmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_intptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_intptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uintptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uintptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_ssize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_ssize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_usize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_usize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_float_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_float_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_utime_nanoseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_utime_nanoseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_stime_nanoseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_stime_nanoseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_FALSE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_FALSE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_TRUE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_TRUE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_BOOLEAN_ENUM_FORCE_SIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_BOOLEAN_ENUM_FORCE_SIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::option::Option::None;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `None` in the value namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::option::Option::None;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:525:8
[INFO] [stdout]     |
[INFO] [stdout] 525 |     if _sapp.desc.init_cb.is_some() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:527:15
[INFO] [stdout]     |
[INFO] [stdout] 527 |     } else if _sapp.desc.init_userdata_cb.is_some() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:553:22
[INFO] [stdout]     |
[INFO] [stdout] 553 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 553 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:557:13
[INFO] [stdout]     |
[INFO] [stdout] 557 |     if vk < _sapp.keycodes.len() as _ {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:562:26
[INFO] [stdout]     |
[INFO] [stdout] 562 |         _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 562 |         _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:571:22
[INFO] [stdout]     |
[INFO] [stdout] 571 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 571 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:579:22
[INFO] [stdout]     |
[INFO] [stdout] 579 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 579 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:584:12
[INFO] [stdout]     |
[INFO] [stdout] 584 |         if _sapp.desc.event_cb.is_some() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:586:19
[INFO] [stdout]     |
[INFO] [stdout] 586 |         } else if _sapp.desc.event_userdata_cb.is_some() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:597:12
[INFO] [stdout]     |
[INFO] [stdout] 597 |         if _sapp.desc.frame_cb.is_some() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:599:19
[INFO] [stdout]     |
[INFO] [stdout] 599 |         } else if _sapp.desc.frame_userdata_cb.is_some() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut count,
[INFO] [stdout]     |         ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &raw mut count,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/kms.rs:509:9
[INFO] [stdout]     |
[INFO] [stdout] 509 |         config_attribs.as_ptr(),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:512:9
[INFO] [stdout]     |
[INFO] [stdout] 512 |         &mut num_config,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 512 |         &raw mut num_config,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/kms.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 |         context_attribs.as_ptr(),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:681:36
[INFO] [stdout]     |
[INFO] [stdout] 681 |             drmHandleEvent(drm.fd, &mut evctx);
[INFO] [stdout]     |                                    ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 681 |             drmHandleEvent(drm.fd, &raw mut evctx);
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:733:9
[INFO] [stdout]     |
[INFO] [stdout] 733 |         &mut drm.connector_id,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 733 |         &raw mut drm.connector_id,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] running `Command { std: "docker" "inspect" "e9ba1b3d819dd487470ce41398b5d1eeae6c5ceb286cb59c332960e89924e487", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9ba1b3d819dd487470ce41398b5d1eeae6c5ceb286cb59c332960e89924e487", kill_on_drop: false }`
[INFO] [stdout] e9ba1b3d819dd487470ce41398b5d1eeae6c5ceb286cb59c332960e89924e487
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21ed85108a34baa8164e8a226aa7a49102f7b9772de57e5d2f646ebc8cd23fee
[INFO] running `Command { std: "docker" "start" "-a" "21ed85108a34baa8164e8a226aa7a49102f7b9772de57e5d2f646ebc8cd23fee", kill_on_drop: false }`
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_STDINT_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_STDINT_H` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_FEATURES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_FEATURES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_DEFAULT_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_DEFAULT_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC11` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC11` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC99` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC99` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC95` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC95` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX_IMPLICITLY` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX_IMPLICITLY` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_POSIX_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_POSIX_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_POSIX_C_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_POSIX_C_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX2` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX2` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX199309` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX199309` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX199506` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX199506` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_XOPEN2K` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_XOPEN2K` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_XOPEN2K8` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_XOPEN2K8` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_ATFILE_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_ATFILE_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_MISC` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_MISC` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ATFILE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ATFILE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_FORTIFY_LEVEL` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_FORTIFY_LEVEL` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_DEPRECATED_GETS` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_DEPRECATED_GETS` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_DEPRECATED_SCANF` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_DEPRECATED_SCANF` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_STDC_PREDEF_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_STDC_PREDEF_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_IEC_559__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_IEC_559__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_IEC_559_COMPLEX__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_IEC_559_COMPLEX__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_ISO_10646__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_ISO_10646__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GNU_LIBRARY__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GNU_LIBRARY__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_MINOR__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_MINOR__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_SYS_CDEFS_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_SYS_CDEFS_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__glibc_c99_flexarr_available` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__glibc_c99_flexarr_available` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__WORDSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__WORDSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__WORDSIZE_TIME64_COMPAT32` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__WORDSIZE_TIME64_COMPAT32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__SYSCALL_WORDSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__SYSCALL_WORDSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__HAVE_GENERIC_SELECTION` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__HAVE_GENERIC_SELECTION` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_LIB_EXT2` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_LIB_EXT2` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_BFP_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_BFP_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_FUNCS_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_FUNCS_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_TYPES_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_TYPES_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TYPES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TYPES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__TIMESIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__TIMESIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TYPESIZES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TYPESIZES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__OFF_T_MATCHES_OFF64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__OFF_T_MATCHES_OFF64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__INO_T_MATCHES_INO64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__INO_T_MATCHES_INO64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__RLIM_T_MATCHES_RLIM64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__RLIM_T_MATCHES_RLIM64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__FD_SETSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__FD_SETSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TIME64_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TIME64_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_WCHAR_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_WCHAR_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_STDINT_INTN_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_STDINT_INTN_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_STDINT_UINTN_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_STDINT_UINTN_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INTPTR_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INTPTR_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INTPTR_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INTPTR_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINTPTR_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINTPTR_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `PTRDIFF_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `PTRDIFF_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `PTRDIFF_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `PTRDIFF_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIG_ATOMIC_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIG_ATOMIC_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIG_ATOMIC_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIG_ATOMIC_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIZE_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIZE_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `WINT_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `WINT_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `WINT_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `WINT_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_SUPPORT_INT64` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_SUPPORT_INT64` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_SUPPORT_FLOAT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_SUPPORT_FLOAT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_MAX_ENUM` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_MAX_ENUM` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_char` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_char` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_short` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_short` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_int` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_int` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_long` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_long` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__quad_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__quad_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_quad_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_quad_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__intmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__intmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uintmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uintmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__dev_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__dev_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__gid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__gid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ino_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ino_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ino64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ino64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__mode_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__mode_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__nlink_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__nlink_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__off_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__off_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__off64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__off64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__pid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__pid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__clock_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__clock_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__rlim_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__rlim_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__rlim64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__rlim64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__id_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__id_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__time_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__time_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__useconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__useconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__suseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__suseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__daddr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__daddr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__key_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__key_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__clockid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__clockid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__timer_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__timer_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blksize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blksize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blkcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blkcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blkcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blkcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsblkcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsblkcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsblkcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsblkcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsfilcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsfilcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsfilcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsfilcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsword_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsword_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ssize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ssize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__syscall_slong_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__syscall_slong_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__syscall_ulong_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__syscall_ulong_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__loff_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__loff_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__caddr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__caddr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__intptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__intptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__socklen_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__socklen_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__sig_atomic_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__sig_atomic_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `intmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `intmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uintmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uintmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_intptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_intptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uintptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uintptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_ssize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_ssize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_usize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_usize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_float_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_float_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_utime_nanoseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_utime_nanoseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_stime_nanoseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_stime_nanoseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_FALSE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_FALSE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_TRUE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_TRUE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_BOOLEAN_ENUM_FORCE_SIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_BOOLEAN_ENUM_FORCE_SIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::option::Option::None;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `None` in the value namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::option::Option::None;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sapp-kms v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:525:8
[INFO] [stdout]     |
[INFO] [stdout] 525 |     if _sapp.desc.init_cb.is_some() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:527:15
[INFO] [stdout]     |
[INFO] [stdout] 527 |     } else if _sapp.desc.init_userdata_cb.is_some() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:553:22
[INFO] [stdout]     |
[INFO] [stdout] 553 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 553 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:557:13
[INFO] [stdout]     |
[INFO] [stdout] 557 |     if vk < _sapp.keycodes.len() as _ {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:562:26
[INFO] [stdout]     |
[INFO] [stdout] 562 |         _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 562 |         _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:571:22
[INFO] [stdout]     |
[INFO] [stdout] 571 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 571 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:579:22
[INFO] [stdout]     |
[INFO] [stdout] 579 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 579 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:584:12
[INFO] [stdout]     |
[INFO] [stdout] 584 |         if _sapp.desc.event_cb.is_some() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:586:19
[INFO] [stdout]     |
[INFO] [stdout] 586 |         } else if _sapp.desc.event_userdata_cb.is_some() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:597:12
[INFO] [stdout]     |
[INFO] [stdout] 597 |         if _sapp.desc.frame_cb.is_some() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:599:19
[INFO] [stdout]     |
[INFO] [stdout] 599 |         } else if _sapp.desc.frame_userdata_cb.is_some() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut count,
[INFO] [stdout]     |         ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &raw mut count,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/kms.rs:509:9
[INFO] [stdout]     |
[INFO] [stdout] 509 |         config_attribs.as_ptr(),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:512:9
[INFO] [stdout]     |
[INFO] [stdout] 512 |         &mut num_config,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 512 |         &raw mut num_config,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/kms.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 |         context_attribs.as_ptr(),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:681:36
[INFO] [stdout]     |
[INFO] [stdout] 681 |             drmHandleEvent(drm.fd, &mut evctx);
[INFO] [stdout]     |                                    ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 681 |             drmHandleEvent(drm.fd, &raw mut evctx);
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:733:9
[INFO] [stdout]     |
[INFO] [stdout] 733 |         &mut drm.connector_id,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 733 |         &raw mut drm.connector_id,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_STDINT_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_STDINT_H` in the value namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_FEATURES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_FEATURES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_DEFAULT_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_DEFAULT_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC11` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC11` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC99` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC99` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ISOC95` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ISOC95` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX_IMPLICITLY` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX_IMPLICITLY` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_POSIX_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_POSIX_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_POSIX_C_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_POSIX_C_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX2` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX2` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX199309` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX199309` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_POSIX199506` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_POSIX199506` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_XOPEN2K` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_XOPEN2K` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_XOPEN2K8` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_XOPEN2K8` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_ATFILE_SOURCE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_ATFILE_SOURCE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_MISC` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_MISC` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_ATFILE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_ATFILE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__USE_FORTIFY_LEVEL` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__USE_FORTIFY_LEVEL` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_DEPRECATED_GETS` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_DEPRECATED_GETS` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_DEPRECATED_SCANF` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_DEPRECATED_SCANF` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_STDC_PREDEF_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_STDC_PREDEF_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_IEC_559__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_IEC_559__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_IEC_559_COMPLEX__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_IEC_559_COMPLEX__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__STDC_ISO_10646__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__STDC_ISO_10646__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GNU_LIBRARY__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GNU_LIBRARY__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_MINOR__` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_MINOR__` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_SYS_CDEFS_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_SYS_CDEFS_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__glibc_c99_flexarr_available` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__glibc_c99_flexarr_available` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__WORDSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__WORDSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__WORDSIZE_TIME64_COMPAT32` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__WORDSIZE_TIME64_COMPAT32` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__SYSCALL_WORDSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__SYSCALL_WORDSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__HAVE_GENERIC_SELECTION` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__HAVE_GENERIC_SELECTION` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_LIB_EXT2` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_LIB_EXT2` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_BFP_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_BFP_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_FUNCS_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_FUNCS_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__GLIBC_USE_IEC_60559_TYPES_EXT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__GLIBC_USE_IEC_60559_TYPES_EXT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TYPES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TYPES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__TIMESIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__TIMESIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TYPESIZES_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TYPESIZES_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__OFF_T_MATCHES_OFF64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__OFF_T_MATCHES_OFF64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__INO_T_MATCHES_INO64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__INO_T_MATCHES_INO64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__RLIM_T_MATCHES_RLIM64_T` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__RLIM_T_MATCHES_RLIM64_T` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__FD_SETSIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__FD_SETSIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_TIME64_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_TIME64_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_WCHAR_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_WCHAR_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_STDINT_INTN_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_STDINT_INTN_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `_BITS_STDINT_UINTN_H` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `_BITS_STDINT_UINTN_H` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_LEAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_LEAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_LEAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_LEAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST8_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST8_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST16_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST16_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST32_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST32_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INT_FAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INT_FAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST8_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST8_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST16_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST16_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINT_FAST32_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINT_FAST32_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INTPTR_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INTPTR_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `INTPTR_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `INTPTR_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `UINTPTR_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `UINTPTR_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `PTRDIFF_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `PTRDIFF_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `PTRDIFF_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `PTRDIFF_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIG_ATOMIC_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIG_ATOMIC_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIG_ATOMIC_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIG_ATOMIC_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `SIZE_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `SIZE_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `WINT_MIN` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `WINT_MIN` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `WINT_MAX` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `WINT_MAX` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_SUPPORT_INT64` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_SUPPORT_INT64` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_SUPPORT_FLOAT` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_SUPPORT_FLOAT` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `KHRONOS_MAX_ENUM` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `KHRONOS_MAX_ENUM` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_char` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_char` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_short` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_short` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_int` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_int` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_long` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_long` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__int_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__int_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uint_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uint_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__quad_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__quad_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__u_quad_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__u_quad_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__intmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__intmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uintmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uintmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__dev_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__dev_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__uid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__uid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__gid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__gid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ino_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ino_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ino64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ino64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__mode_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__mode_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__nlink_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__nlink_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__off_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__off_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__off64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__off64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__pid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__pid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__clock_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__clock_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__rlim_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__rlim_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__rlim64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__rlim64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__id_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__id_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__time_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__time_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__useconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__useconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__suseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__suseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__daddr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__daddr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__key_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__key_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__clockid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__clockid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__timer_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__timer_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blksize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blksize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blkcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blkcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__blkcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__blkcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsblkcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsblkcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsblkcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsblkcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsfilcnt_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsfilcnt_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsfilcnt64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsfilcnt64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsword_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsword_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__ssize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__ssize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__syscall_slong_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__syscall_slong_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__syscall_ulong_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__syscall_ulong_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__loff_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__loff_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__caddr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__caddr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__intptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__intptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__socklen_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__socklen_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__sig_atomic_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__sig_atomic_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_least64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_least64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `int_fast64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `int_fast64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uint_fast64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uint_fast64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `intmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `intmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `uintmax_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `uintmax_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint32_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint32_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint64_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint64_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint8_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint8_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_int16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_int16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uint16_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uint16_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_intptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_intptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_uintptr_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_uintptr_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_ssize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_ssize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_usize_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_usize_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_float_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_float_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_utime_nanoseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_utime_nanoseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_stime_nanoseconds_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_stime_nanoseconds_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_FALSE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_FALSE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_TRUE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_TRUE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t_KHRONOS_BOOLEAN_ENUM_FORCE_SIZE` in the value namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t_KHRONOS_BOOLEAN_ENUM_FORCE_SIZE` in the value namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `khronos_boolean_enum_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `khronos_boolean_enum_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^ the name `__fsid_t` in the type namespace is first re-exported here
[INFO] [stdout] 23 | pub use gl3::*;
[INFO] [stdout]    |         ------ but the name `__fsid_t` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::option::Option::None;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `None` in the value namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use egl::*;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::option::Option::None;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/kms.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[no_mangle]
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to methods, functions, and statics
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:525:8
[INFO] [stdout]     |
[INFO] [stdout] 525 |     if _sapp.desc.init_cb.is_some() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/gl3.rs:770:19
[INFO] [stdout]     |
[INFO] [stdout] 770 |         unsafe { &(*(::std::ptr::null::<__fsid_t>())).__val as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deref_nullptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:527:15
[INFO] [stdout]     |
[INFO] [stdout] 527 |     } else if _sapp.desc.init_userdata_cb.is_some() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:553:22
[INFO] [stdout]     |
[INFO] [stdout] 553 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 553 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:557:13
[INFO] [stdout]     |
[INFO] [stdout] 557 |     if vk < _sapp.keycodes.len() as _ {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:562:26
[INFO] [stdout]     |
[INFO] [stdout] 562 |         _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                          ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 562 |         _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:571:22
[INFO] [stdout]     |
[INFO] [stdout] 571 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 571 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:579:22
[INFO] [stdout]     |
[INFO] [stdout] 579 |     _sapp_call_event(&_sapp.event);
[INFO] [stdout]     |                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 579 |     _sapp_call_event(&raw const _sapp.event);
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:584:12
[INFO] [stdout]     |
[INFO] [stdout] 584 |         if _sapp.desc.event_cb.is_some() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:586:19
[INFO] [stdout]     |
[INFO] [stdout] 586 |         } else if _sapp.desc.event_userdata_cb.is_some() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:597:12
[INFO] [stdout]     |
[INFO] [stdout] 597 |         if _sapp.desc.frame_cb.is_some() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:599:19
[INFO] [stdout]     |
[INFO] [stdout] 599 |         } else if _sapp.desc.frame_userdata_cb.is_some() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut count,
[INFO] [stdout]     |         ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &raw mut count,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/kms.rs:509:9
[INFO] [stdout]     |
[INFO] [stdout] 509 |         config_attribs.as_ptr(),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:512:9
[INFO] [stdout]     |
[INFO] [stdout] 512 |         &mut num_config,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 512 |         &raw mut num_config,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/kms.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 |         context_attribs.as_ptr(),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:681:36
[INFO] [stdout]     |
[INFO] [stdout] 681 |             drmHandleEvent(drm.fd, &mut evctx);
[INFO] [stdout]     |                                    ^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 681 |             drmHandleEvent(drm.fd, &raw mut evctx);
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/kms.rs:733:9
[INFO] [stdout]     |
[INFO] [stdout] 733 |         &mut drm.connector_id,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 733 |         &raw mut drm.connector_id,
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:115:14
[INFO] [stdout]     |
[INFO] [stdout] 115 |             &(*(::std::ptr::null::<max_align_t>())).__clang_max_align_nonce1 as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 |             &(*(::std::ptr::null::<max_align_t>())).__clang_max_align_nonce2 as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:190:19
[INFO] [stdout]     |
[INFO] [stdout] 190 |         unsafe { &(*(::std::ptr::null::<__fsid_t>())).__val as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:287:19
[INFO] [stdout]     |
[INFO] [stdout] 287 |         unsafe { &(*(::std::ptr::null::<gbm_bo_handle>())).ptr as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:297:19
[INFO] [stdout]     |
[INFO] [stdout] 297 |         unsafe { &(*(::std::ptr::null::<gbm_bo_handle>())).s32 as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:307:19
[INFO] [stdout]     |
[INFO] [stdout] 307 |         unsafe { &(*(::std::ptr::null::<gbm_bo_handle>())).u32_ as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:317:19
[INFO] [stdout]     |
[INFO] [stdout] 317 |         unsafe { &(*(::std::ptr::null::<gbm_bo_handle>())).s64 as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:327:19
[INFO] [stdout]     |
[INFO] [stdout] 327 |         unsafe { &(*(::std::ptr::null::<gbm_bo_handle>())).u64_ as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:361:19
[INFO] [stdout]     |
[INFO] [stdout] 361 |         unsafe { &(*(::std::ptr::null::<gbm_format_name_desc>())).name as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:459:19
[INFO] [stdout]     |
[INFO] [stdout] 459 |         unsafe { &(*(::std::ptr::null::<gbm_import_fd_data>())).fd as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:469:19
[INFO] [stdout]     |
[INFO] [stdout] 469 |         unsafe { &(*(::std::ptr::null::<gbm_import_fd_data>())).width as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:479:19
[INFO] [stdout]     |
[INFO] [stdout] 479 |         unsafe { &(*(::std::ptr::null::<gbm_import_fd_data>())).height as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:489:19
[INFO] [stdout]     |
[INFO] [stdout] 489 |         unsafe { &(*(::std::ptr::null::<gbm_import_fd_data>())).stride as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:499:19
[INFO] [stdout]     |
[INFO] [stdout] 499 |         unsafe { &(*(::std::ptr::null::<gbm_import_fd_data>())).format as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:535:14
[INFO] [stdout]     |
[INFO] [stdout] 535 |             &(*(::std::ptr::null::<gbm_import_fd_modifier_data>())).width as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:547:14
[INFO] [stdout]     |
[INFO] [stdout] 547 |             &(*(::std::ptr::null::<gbm_import_fd_modifier_data>())).height as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:559:14
[INFO] [stdout]     |
[INFO] [stdout] 559 |             &(*(::std::ptr::null::<gbm_import_fd_modifier_data>())).format as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:571:14
[INFO] [stdout]     |
[INFO] [stdout] 571 |             &(*(::std::ptr::null::<gbm_import_fd_modifier_data>())).num_fds as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:582:19
[INFO] [stdout]     |
[INFO] [stdout] 582 |         unsafe { &(*(::std::ptr::null::<gbm_import_fd_modifier_data>())).fds as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:593:14
[INFO] [stdout]     |
[INFO] [stdout] 593 |             &(*(::std::ptr::null::<gbm_import_fd_modifier_data>())).strides as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:605:14
[INFO] [stdout]     |
[INFO] [stdout] 605 |             &(*(::std::ptr::null::<gbm_import_fd_modifier_data>())).offsets as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/kms/gbm.rs:617:14
[INFO] [stdout]     |
[INFO] [stdout] 617 |             &(*(::std::ptr::null::<gbm_import_fd_modifier_data>())).modifier as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:2754:19
[INFO] [stdout]      |
[INFO] [stdout] 2754 |         unsafe { &(*(::std::ptr::null::<__fsid_t>())).__val as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:2879:19
[INFO] [stdout]      |
[INFO] [stdout] 2879 |         unsafe { &(*(::std::ptr::null::<__sigset_t>())).__val as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:2909:19
[INFO] [stdout]      |
[INFO] [stdout] 2909 |         unsafe { &(*(::std::ptr::null::<timeval>())).tv_sec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:2919:19
[INFO] [stdout]      |
[INFO] [stdout] 2919 |         unsafe { &(*(::std::ptr::null::<timeval>())).tv_usec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:2948:19
[INFO] [stdout]      |
[INFO] [stdout] 2948 |         unsafe { &(*(::std::ptr::null::<timespec>())).tv_sec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:2958:19
[INFO] [stdout]      |
[INFO] [stdout] 2958 |         unsafe { &(*(::std::ptr::null::<timespec>())).tv_nsec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:2988:19
[INFO] [stdout]      |
[INFO] [stdout] 2988 |         unsafe { &(*(::std::ptr::null::<fd_set>())).__fds_bits as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3052:14
[INFO] [stdout]      |
[INFO] [stdout] 3052 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__readers as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3064:14
[INFO] [stdout]      |
[INFO] [stdout] 3064 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__writers as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3076:14
[INFO] [stdout]      |
[INFO] [stdout] 3076 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__wrphase_futex as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3088:14
[INFO] [stdout]      |
[INFO] [stdout] 3088 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__writers_futex as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3099:19
[INFO] [stdout]      |
[INFO] [stdout] 3099 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__pad3 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3109:19
[INFO] [stdout]      |
[INFO] [stdout] 3109 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__pad4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3120:14
[INFO] [stdout]      |
[INFO] [stdout] 3120 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__cur_writer as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3132:14
[INFO] [stdout]      |
[INFO] [stdout] 3132 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__shared as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3144:14
[INFO] [stdout]      |
[INFO] [stdout] 3144 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__rwelision as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3155:19
[INFO] [stdout]      |
[INFO] [stdout] 3155 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__pad1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3165:19
[INFO] [stdout]      |
[INFO] [stdout] 3165 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__pad2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3175:19
[INFO] [stdout]      |
[INFO] [stdout] 3175 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3204:19
[INFO] [stdout]      |
[INFO] [stdout] 3204 |         unsafe { &(*(::std::ptr::null::<__pthread_internal_list>())).__prev as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3214:19
[INFO] [stdout]      |
[INFO] [stdout] 3214 |         unsafe { &(*(::std::ptr::null::<__pthread_internal_list>())).__next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3250:19
[INFO] [stdout]      |
[INFO] [stdout] 3250 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__lock as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3260:19
[INFO] [stdout]      |
[INFO] [stdout] 3260 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__count as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3270:19
[INFO] [stdout]      |
[INFO] [stdout] 3270 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__owner as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3280:19
[INFO] [stdout]      |
[INFO] [stdout] 3280 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__nusers as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3290:19
[INFO] [stdout]      |
[INFO] [stdout] 3290 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__kind as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3300:19
[INFO] [stdout]      |
[INFO] [stdout] 3300 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__spins as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3310:19
[INFO] [stdout]      |
[INFO] [stdout] 3310 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__elision as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3320:19
[INFO] [stdout]      |
[INFO] [stdout] 3320 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__list as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3374:14
[INFO] [stdout]      |
[INFO] [stdout] 3374 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_1__bindgen_ty_1>())).__low
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3387:14
[INFO] [stdout]      |
[INFO] [stdout] 3387 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_1__bindgen_ty_1>())).__high
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3413:14
[INFO] [stdout]      |
[INFO] [stdout] 3413 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_1>())).__wseq as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3425:14
[INFO] [stdout]      |
[INFO] [stdout] 3425 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_1>())).__wseq32 as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3469:14
[INFO] [stdout]      |
[INFO] [stdout] 3469 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_2__bindgen_ty_1>())).__low
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3482:14
[INFO] [stdout]      |
[INFO] [stdout] 3482 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_2__bindgen_ty_1>())).__high
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3508:14
[INFO] [stdout]      |
[INFO] [stdout] 3508 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_2>())).__g1_start as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3521:14
[INFO] [stdout]      |
[INFO] [stdout] 3521 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_2>())).__g1_start32 as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3546:19
[INFO] [stdout]      |
[INFO] [stdout] 3546 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__g_refs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3556:19
[INFO] [stdout]      |
[INFO] [stdout] 3556 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__g_size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3566:19
[INFO] [stdout]      |
[INFO] [stdout] 3566 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__g1_orig_size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3576:19
[INFO] [stdout]      |
[INFO] [stdout] 3576 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__wrefs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3586:19
[INFO] [stdout]      |
[INFO] [stdout] 3586 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__g_signals as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3617:19
[INFO] [stdout]      |
[INFO] [stdout] 3617 |         unsafe { &(*(::std::ptr::null::<pthread_mutexattr_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3627:19
[INFO] [stdout]      |
[INFO] [stdout] 3627 |         unsafe { &(*(::std::ptr::null::<pthread_mutexattr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3657:19
[INFO] [stdout]      |
[INFO] [stdout] 3657 |         unsafe { &(*(::std::ptr::null::<pthread_condattr_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3667:19
[INFO] [stdout]      |
[INFO] [stdout] 3667 |         unsafe { &(*(::std::ptr::null::<pthread_condattr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3699:19
[INFO] [stdout]      |
[INFO] [stdout] 3699 |         unsafe { &(*(::std::ptr::null::<pthread_attr_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3709:19
[INFO] [stdout]      |
[INFO] [stdout] 3709 |         unsafe { &(*(::std::ptr::null::<pthread_attr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3740:19
[INFO] [stdout]      |
[INFO] [stdout] 3740 |         unsafe { &(*(::std::ptr::null::<pthread_mutex_t>())).__data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3750:19
[INFO] [stdout]      |
[INFO] [stdout] 3750 |         unsafe { &(*(::std::ptr::null::<pthread_mutex_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3760:19
[INFO] [stdout]      |
[INFO] [stdout] 3760 |         unsafe { &(*(::std::ptr::null::<pthread_mutex_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3791:19
[INFO] [stdout]      |
[INFO] [stdout] 3791 |         unsafe { &(*(::std::ptr::null::<pthread_cond_t>())).__data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3801:19
[INFO] [stdout]      |
[INFO] [stdout] 3801 |         unsafe { &(*(::std::ptr::null::<pthread_cond_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3811:19
[INFO] [stdout]      |
[INFO] [stdout] 3811 |         unsafe { &(*(::std::ptr::null::<pthread_cond_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3842:19
[INFO] [stdout]      |
[INFO] [stdout] 3842 |         unsafe { &(*(::std::ptr::null::<pthread_rwlock_t>())).__data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3852:19
[INFO] [stdout]      |
[INFO] [stdout] 3852 |         unsafe { &(*(::std::ptr::null::<pthread_rwlock_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3862:19
[INFO] [stdout]      |
[INFO] [stdout] 3862 |         unsafe { &(*(::std::ptr::null::<pthread_rwlock_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3892:19
[INFO] [stdout]      |
[INFO] [stdout] 3892 |         unsafe { &(*(::std::ptr::null::<pthread_rwlockattr_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3902:19
[INFO] [stdout]      |
[INFO] [stdout] 3902 |         unsafe { &(*(::std::ptr::null::<pthread_rwlockattr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3933:19
[INFO] [stdout]      |
[INFO] [stdout] 3933 |         unsafe { &(*(::std::ptr::null::<pthread_barrier_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3943:19
[INFO] [stdout]      |
[INFO] [stdout] 3943 |         unsafe { &(*(::std::ptr::null::<pthread_barrier_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3973:19
[INFO] [stdout]      |
[INFO] [stdout] 3973 |         unsafe { &(*(::std::ptr::null::<pthread_barrierattr_t>())).__size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:3983:19
[INFO] [stdout]      |
[INFO] [stdout] 3983 |         unsafe { &(*(::std::ptr::null::<pthread_barrierattr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4030:14
[INFO] [stdout]      |
[INFO] [stdout] 4030 |             &(*(::std::ptr::null::<max_align_t>())).__clang_max_align_nonce1 as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4042:14
[INFO] [stdout]      |
[INFO] [stdout] 4042 |             &(*(::std::ptr::null::<max_align_t>())).__clang_max_align_nonce2 as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4083:19
[INFO] [stdout]      |
[INFO] [stdout] 4083 |         unsafe { &(*(::std::ptr::null::<_XExtData>())).number as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4093:19
[INFO] [stdout]      |
[INFO] [stdout] 4093 |         unsafe { &(*(::std::ptr::null::<_XExtData>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4103:19
[INFO] [stdout]      |
[INFO] [stdout] 4103 |         unsafe { &(*(::std::ptr::null::<_XExtData>())).free_private as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4113:19
[INFO] [stdout]      |
[INFO] [stdout] 4113 |         unsafe { &(*(::std::ptr::null::<_XExtData>())).private_data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4145:19
[INFO] [stdout]      |
[INFO] [stdout] 4145 |         unsafe { &(*(::std::ptr::null::<XExtCodes>())).extension as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4155:19
[INFO] [stdout]      |
[INFO] [stdout] 4155 |         unsafe { &(*(::std::ptr::null::<XExtCodes>())).major_opcode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4165:19
[INFO] [stdout]      |
[INFO] [stdout] 4165 |         unsafe { &(*(::std::ptr::null::<XExtCodes>())).first_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4175:19
[INFO] [stdout]      |
[INFO] [stdout] 4175 |         unsafe { &(*(::std::ptr::null::<XExtCodes>())).first_error as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4205:19
[INFO] [stdout]      |
[INFO] [stdout] 4205 |         unsafe { &(*(::std::ptr::null::<XPixmapFormatValues>())).depth as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4216:14
[INFO] [stdout]      |
[INFO] [stdout] 4216 |             &(*(::std::ptr::null::<XPixmapFormatValues>())).bits_per_pixel as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4228:14
[INFO] [stdout]      |
[INFO] [stdout] 4228 |             &(*(::std::ptr::null::<XPixmapFormatValues>())).scanline_pad as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4279:19
[INFO] [stdout]      |
[INFO] [stdout] 4279 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).function as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4289:19
[INFO] [stdout]      |
[INFO] [stdout] 4289 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).plane_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4299:19
[INFO] [stdout]      |
[INFO] [stdout] 4299 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).foreground as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4309:19
[INFO] [stdout]      |
[INFO] [stdout] 4309 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).background as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4319:19
[INFO] [stdout]      |
[INFO] [stdout] 4319 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).line_width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4329:19
[INFO] [stdout]      |
[INFO] [stdout] 4329 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).line_style as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4339:19
[INFO] [stdout]      |
[INFO] [stdout] 4339 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).cap_style as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4349:19
[INFO] [stdout]      |
[INFO] [stdout] 4349 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).join_style as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4359:19
[INFO] [stdout]      |
[INFO] [stdout] 4359 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).fill_style as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4369:19
[INFO] [stdout]      |
[INFO] [stdout] 4369 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).fill_rule as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4379:19
[INFO] [stdout]      |
[INFO] [stdout] 4379 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).arc_mode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4389:19
[INFO] [stdout]      |
[INFO] [stdout] 4389 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).tile as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4399:19
[INFO] [stdout]      |
[INFO] [stdout] 4399 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).stipple as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4409:19
[INFO] [stdout]      |
[INFO] [stdout] 4409 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).ts_x_origin as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4419:19
[INFO] [stdout]      |
[INFO] [stdout] 4419 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).ts_y_origin as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4429:19
[INFO] [stdout]      |
[INFO] [stdout] 4429 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).font as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4439:19
[INFO] [stdout]      |
[INFO] [stdout] 4439 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).subwindow_mode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4449:19
[INFO] [stdout]      |
[INFO] [stdout] 4449 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).graphics_exposures as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4459:19
[INFO] [stdout]      |
[INFO] [stdout] 4459 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).clip_x_origin as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4469:19
[INFO] [stdout]      |
[INFO] [stdout] 4469 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).clip_y_origin as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4479:19
[INFO] [stdout]      |
[INFO] [stdout] 4479 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).clip_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4489:19
[INFO] [stdout]      |
[INFO] [stdout] 4489 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).dash_offset as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4499:19
[INFO] [stdout]      |
[INFO] [stdout] 4499 |         unsafe { &(*(::std::ptr::null::<XGCValues>())).dashes as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4540:19
[INFO] [stdout]      |
[INFO] [stdout] 4540 |         unsafe { &(*(::std::ptr::null::<Visual>())).ext_data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4550:19
[INFO] [stdout]      |
[INFO] [stdout] 4550 |         unsafe { &(*(::std::ptr::null::<Visual>())).visualid as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4560:19
[INFO] [stdout]      |
[INFO] [stdout] 4560 |         unsafe { &(*(::std::ptr::null::<Visual>())).class as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4570:19
[INFO] [stdout]      |
[INFO] [stdout] 4570 |         unsafe { &(*(::std::ptr::null::<Visual>())).red_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4580:19
[INFO] [stdout]      |
[INFO] [stdout] 4580 |         unsafe { &(*(::std::ptr::null::<Visual>())).green_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4590:19
[INFO] [stdout]      |
[INFO] [stdout] 4590 |         unsafe { &(*(::std::ptr::null::<Visual>())).blue_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4600:19
[INFO] [stdout]      |
[INFO] [stdout] 4600 |         unsafe { &(*(::std::ptr::null::<Visual>())).bits_per_rgb as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4610:19
[INFO] [stdout]      |
[INFO] [stdout] 4610 |         unsafe { &(*(::std::ptr::null::<Visual>())).map_entries as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4640:19
[INFO] [stdout]      |
[INFO] [stdout] 4640 |         unsafe { &(*(::std::ptr::null::<Depth>())).depth as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4650:19
[INFO] [stdout]      |
[INFO] [stdout] 4650 |         unsafe { &(*(::std::ptr::null::<Depth>())).nvisuals as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4660:19
[INFO] [stdout]      |
[INFO] [stdout] 4660 |         unsafe { &(*(::std::ptr::null::<Depth>())).visuals as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4712:19
[INFO] [stdout]      |
[INFO] [stdout] 4712 |         unsafe { &(*(::std::ptr::null::<Screen>())).ext_data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4722:19
[INFO] [stdout]      |
[INFO] [stdout] 4722 |         unsafe { &(*(::std::ptr::null::<Screen>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4732:19
[INFO] [stdout]      |
[INFO] [stdout] 4732 |         unsafe { &(*(::std::ptr::null::<Screen>())).root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4742:19
[INFO] [stdout]      |
[INFO] [stdout] 4742 |         unsafe { &(*(::std::ptr::null::<Screen>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4752:19
[INFO] [stdout]      |
[INFO] [stdout] 4752 |         unsafe { &(*(::std::ptr::null::<Screen>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4762:19
[INFO] [stdout]      |
[INFO] [stdout] 4762 |         unsafe { &(*(::std::ptr::null::<Screen>())).mwidth as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4772:19
[INFO] [stdout]      |
[INFO] [stdout] 4772 |         unsafe { &(*(::std::ptr::null::<Screen>())).mheight as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4782:19
[INFO] [stdout]      |
[INFO] [stdout] 4782 |         unsafe { &(*(::std::ptr::null::<Screen>())).ndepths as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4792:19
[INFO] [stdout]      |
[INFO] [stdout] 4792 |         unsafe { &(*(::std::ptr::null::<Screen>())).depths as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4802:19
[INFO] [stdout]      |
[INFO] [stdout] 4802 |         unsafe { &(*(::std::ptr::null::<Screen>())).root_depth as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4812:19
[INFO] [stdout]      |
[INFO] [stdout] 4812 |         unsafe { &(*(::std::ptr::null::<Screen>())).root_visual as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4822:19
[INFO] [stdout]      |
[INFO] [stdout] 4822 |         unsafe { &(*(::std::ptr::null::<Screen>())).default_gc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4832:19
[INFO] [stdout]      |
[INFO] [stdout] 4832 |         unsafe { &(*(::std::ptr::null::<Screen>())).cmap as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4842:19
[INFO] [stdout]      |
[INFO] [stdout] 4842 |         unsafe { &(*(::std::ptr::null::<Screen>())).white_pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4852:19
[INFO] [stdout]      |
[INFO] [stdout] 4852 |         unsafe { &(*(::std::ptr::null::<Screen>())).black_pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4862:19
[INFO] [stdout]      |
[INFO] [stdout] 4862 |         unsafe { &(*(::std::ptr::null::<Screen>())).max_maps as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4872:19
[INFO] [stdout]      |
[INFO] [stdout] 4872 |         unsafe { &(*(::std::ptr::null::<Screen>())).min_maps as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4882:19
[INFO] [stdout]      |
[INFO] [stdout] 4882 |         unsafe { &(*(::std::ptr::null::<Screen>())).backing_store as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4892:19
[INFO] [stdout]      |
[INFO] [stdout] 4892 |         unsafe { &(*(::std::ptr::null::<Screen>())).save_unders as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4902:19
[INFO] [stdout]      |
[INFO] [stdout] 4902 |         unsafe { &(*(::std::ptr::null::<Screen>())).root_input_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4933:19
[INFO] [stdout]      |
[INFO] [stdout] 4933 |         unsafe { &(*(::std::ptr::null::<ScreenFormat>())).ext_data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4943:19
[INFO] [stdout]      |
[INFO] [stdout] 4943 |         unsafe { &(*(::std::ptr::null::<ScreenFormat>())).depth as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4953:19
[INFO] [stdout]      |
[INFO] [stdout] 4953 |         unsafe { &(*(::std::ptr::null::<ScreenFormat>())).bits_per_pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:4963:19
[INFO] [stdout]      |
[INFO] [stdout] 4963 |         unsafe { &(*(::std::ptr::null::<ScreenFormat>())).scanline_pad as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5006:14
[INFO] [stdout]      |
[INFO] [stdout] 5006 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).background_pixmap as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5018:14
[INFO] [stdout]      |
[INFO] [stdout] 5018 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).background_pixel as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5030:14
[INFO] [stdout]      |
[INFO] [stdout] 5030 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).border_pixmap as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5042:14
[INFO] [stdout]      |
[INFO] [stdout] 5042 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).border_pixel as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5054:14
[INFO] [stdout]      |
[INFO] [stdout] 5054 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).bit_gravity as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5066:14
[INFO] [stdout]      |
[INFO] [stdout] 5066 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).win_gravity as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5078:14
[INFO] [stdout]      |
[INFO] [stdout] 5078 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).backing_store as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5090:14
[INFO] [stdout]      |
[INFO] [stdout] 5090 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).backing_planes as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5102:14
[INFO] [stdout]      |
[INFO] [stdout] 5102 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).backing_pixel as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5113:19
[INFO] [stdout]      |
[INFO] [stdout] 5113 |         unsafe { &(*(::std::ptr::null::<XSetWindowAttributes>())).save_under as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5123:19
[INFO] [stdout]      |
[INFO] [stdout] 5123 |         unsafe { &(*(::std::ptr::null::<XSetWindowAttributes>())).event_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5134:14
[INFO] [stdout]      |
[INFO] [stdout] 5134 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).do_not_propagate_mask as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5147:14
[INFO] [stdout]      |
[INFO] [stdout] 5147 |             &(*(::std::ptr::null::<XSetWindowAttributes>())).override_redirect as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5158:19
[INFO] [stdout]      |
[INFO] [stdout] 5158 |         unsafe { &(*(::std::ptr::null::<XSetWindowAttributes>())).colormap as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5168:19
[INFO] [stdout]      |
[INFO] [stdout] 5168 |         unsafe { &(*(::std::ptr::null::<XSetWindowAttributes>())).cursor as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5218:19
[INFO] [stdout]      |
[INFO] [stdout] 5218 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5228:19
[INFO] [stdout]      |
[INFO] [stdout] 5228 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5238:19
[INFO] [stdout]      |
[INFO] [stdout] 5238 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5248:19
[INFO] [stdout]      |
[INFO] [stdout] 5248 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5258:19
[INFO] [stdout]      |
[INFO] [stdout] 5258 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).border_width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5268:19
[INFO] [stdout]      |
[INFO] [stdout] 5268 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).depth as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5278:19
[INFO] [stdout]      |
[INFO] [stdout] 5278 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).visual as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5288:19
[INFO] [stdout]      |
[INFO] [stdout] 5288 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5298:19
[INFO] [stdout]      |
[INFO] [stdout] 5298 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).class as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5308:19
[INFO] [stdout]      |
[INFO] [stdout] 5308 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).bit_gravity as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5318:19
[INFO] [stdout]      |
[INFO] [stdout] 5318 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).win_gravity as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5328:19
[INFO] [stdout]      |
[INFO] [stdout] 5328 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).backing_store as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5339:14
[INFO] [stdout]      |
[INFO] [stdout] 5339 |             &(*(::std::ptr::null::<XWindowAttributes>())).backing_planes as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5350:19
[INFO] [stdout]      |
[INFO] [stdout] 5350 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).backing_pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5360:19
[INFO] [stdout]      |
[INFO] [stdout] 5360 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).save_under as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5370:19
[INFO] [stdout]      |
[INFO] [stdout] 5370 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).colormap as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5380:19
[INFO] [stdout]      |
[INFO] [stdout] 5380 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).map_installed as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5390:19
[INFO] [stdout]      |
[INFO] [stdout] 5390 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).map_state as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5401:14
[INFO] [stdout]      |
[INFO] [stdout] 5401 |             &(*(::std::ptr::null::<XWindowAttributes>())).all_event_masks as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5413:14
[INFO] [stdout]      |
[INFO] [stdout] 5413 |             &(*(::std::ptr::null::<XWindowAttributes>())).your_event_mask as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5425:14
[INFO] [stdout]      |
[INFO] [stdout] 5425 |             &(*(::std::ptr::null::<XWindowAttributes>())).do_not_propagate_mask as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5437:14
[INFO] [stdout]      |
[INFO] [stdout] 5437 |             &(*(::std::ptr::null::<XWindowAttributes>())).override_redirect as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5448:19
[INFO] [stdout]      |
[INFO] [stdout] 5448 |         unsafe { &(*(::std::ptr::null::<XWindowAttributes>())).screen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5478:19
[INFO] [stdout]      |
[INFO] [stdout] 5478 |         unsafe { &(*(::std::ptr::null::<XHostAddress>())).family as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5488:19
[INFO] [stdout]      |
[INFO] [stdout] 5488 |         unsafe { &(*(::std::ptr::null::<XHostAddress>())).length as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5498:19
[INFO] [stdout]      |
[INFO] [stdout] 5498 |         unsafe { &(*(::std::ptr::null::<XHostAddress>())).address as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5530:14
[INFO] [stdout]      |
[INFO] [stdout] 5530 |             &(*(::std::ptr::null::<XServerInterpretedAddress>())).typelength as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5542:14
[INFO] [stdout]      |
[INFO] [stdout] 5542 |             &(*(::std::ptr::null::<XServerInterpretedAddress>())).valuelength as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5553:19
[INFO] [stdout]      |
[INFO] [stdout] 5553 |         unsafe { &(*(::std::ptr::null::<XServerInterpretedAddress>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5563:19
[INFO] [stdout]      |
[INFO] [stdout] 5563 |         unsafe { &(*(::std::ptr::null::<XServerInterpretedAddress>())).value as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5657:19
[INFO] [stdout]      |
[INFO] [stdout] 5657 |         unsafe { &(*(::std::ptr::null::<_XImage_funcs>())).create_image as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5667:19
[INFO] [stdout]      |
[INFO] [stdout] 5667 |         unsafe { &(*(::std::ptr::null::<_XImage_funcs>())).destroy_image as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5677:19
[INFO] [stdout]      |
[INFO] [stdout] 5677 |         unsafe { &(*(::std::ptr::null::<_XImage_funcs>())).get_pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5687:19
[INFO] [stdout]      |
[INFO] [stdout] 5687 |         unsafe { &(*(::std::ptr::null::<_XImage_funcs>())).put_pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5697:19
[INFO] [stdout]      |
[INFO] [stdout] 5697 |         unsafe { &(*(::std::ptr::null::<_XImage_funcs>())).sub_image as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5707:19
[INFO] [stdout]      |
[INFO] [stdout] 5707 |         unsafe { &(*(::std::ptr::null::<_XImage_funcs>())).add_pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5730:19
[INFO] [stdout]      |
[INFO] [stdout] 5730 |         unsafe { &(*(::std::ptr::null::<_XImage>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5740:19
[INFO] [stdout]      |
[INFO] [stdout] 5740 |         unsafe { &(*(::std::ptr::null::<_XImage>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5750:19
[INFO] [stdout]      |
[INFO] [stdout] 5750 |         unsafe { &(*(::std::ptr::null::<_XImage>())).xoffset as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5760:19
[INFO] [stdout]      |
[INFO] [stdout] 5760 |         unsafe { &(*(::std::ptr::null::<_XImage>())).format as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5770:19
[INFO] [stdout]      |
[INFO] [stdout] 5770 |         unsafe { &(*(::std::ptr::null::<_XImage>())).data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5780:19
[INFO] [stdout]      |
[INFO] [stdout] 5780 |         unsafe { &(*(::std::ptr::null::<_XImage>())).byte_order as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5790:19
[INFO] [stdout]      |
[INFO] [stdout] 5790 |         unsafe { &(*(::std::ptr::null::<_XImage>())).bitmap_unit as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5800:19
[INFO] [stdout]      |
[INFO] [stdout] 5800 |         unsafe { &(*(::std::ptr::null::<_XImage>())).bitmap_bit_order as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5810:19
[INFO] [stdout]      |
[INFO] [stdout] 5810 |         unsafe { &(*(::std::ptr::null::<_XImage>())).bitmap_pad as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5820:19
[INFO] [stdout]      |
[INFO] [stdout] 5820 |         unsafe { &(*(::std::ptr::null::<_XImage>())).depth as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5830:19
[INFO] [stdout]      |
[INFO] [stdout] 5830 |         unsafe { &(*(::std::ptr::null::<_XImage>())).bytes_per_line as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5840:19
[INFO] [stdout]      |
[INFO] [stdout] 5840 |         unsafe { &(*(::std::ptr::null::<_XImage>())).bits_per_pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5850:19
[INFO] [stdout]      |
[INFO] [stdout] 5850 |         unsafe { &(*(::std::ptr::null::<_XImage>())).red_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5860:19
[INFO] [stdout]      |
[INFO] [stdout] 5860 |         unsafe { &(*(::std::ptr::null::<_XImage>())).green_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5870:19
[INFO] [stdout]      |
[INFO] [stdout] 5870 |         unsafe { &(*(::std::ptr::null::<_XImage>())).blue_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5880:19
[INFO] [stdout]      |
[INFO] [stdout] 5880 |         unsafe { &(*(::std::ptr::null::<_XImage>())).obdata as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5890:19
[INFO] [stdout]      |
[INFO] [stdout] 5890 |         unsafe { &(*(::std::ptr::null::<_XImage>())).f as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5925:19
[INFO] [stdout]      |
[INFO] [stdout] 5925 |         unsafe { &(*(::std::ptr::null::<XWindowChanges>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5935:19
[INFO] [stdout]      |
[INFO] [stdout] 5935 |         unsafe { &(*(::std::ptr::null::<XWindowChanges>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5945:19
[INFO] [stdout]      |
[INFO] [stdout] 5945 |         unsafe { &(*(::std::ptr::null::<XWindowChanges>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5955:19
[INFO] [stdout]      |
[INFO] [stdout] 5955 |         unsafe { &(*(::std::ptr::null::<XWindowChanges>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5965:19
[INFO] [stdout]      |
[INFO] [stdout] 5965 |         unsafe { &(*(::std::ptr::null::<XWindowChanges>())).border_width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5975:19
[INFO] [stdout]      |
[INFO] [stdout] 5975 |         unsafe { &(*(::std::ptr::null::<XWindowChanges>())).sibling as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:5985:19
[INFO] [stdout]      |
[INFO] [stdout] 5985 |         unsafe { &(*(::std::ptr::null::<XWindowChanges>())).stack_mode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6018:19
[INFO] [stdout]      |
[INFO] [stdout] 6018 |         unsafe { &(*(::std::ptr::null::<XColor>())).pixel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6028:19
[INFO] [stdout]      |
[INFO] [stdout] 6028 |         unsafe { &(*(::std::ptr::null::<XColor>())).red as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6038:19
[INFO] [stdout]      |
[INFO] [stdout] 6038 |         unsafe { &(*(::std::ptr::null::<XColor>())).green as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6048:19
[INFO] [stdout]      |
[INFO] [stdout] 6048 |         unsafe { &(*(::std::ptr::null::<XColor>())).blue as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6058:19
[INFO] [stdout]      |
[INFO] [stdout] 6058 |         unsafe { &(*(::std::ptr::null::<XColor>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6068:19
[INFO] [stdout]      |
[INFO] [stdout] 6068 |         unsafe { &(*(::std::ptr::null::<XColor>())).pad as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6099:19
[INFO] [stdout]      |
[INFO] [stdout] 6099 |         unsafe { &(*(::std::ptr::null::<XSegment>())).x1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6109:19
[INFO] [stdout]      |
[INFO] [stdout] 6109 |         unsafe { &(*(::std::ptr::null::<XSegment>())).y1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6119:19
[INFO] [stdout]      |
[INFO] [stdout] 6119 |         unsafe { &(*(::std::ptr::null::<XSegment>())).x2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6129:19
[INFO] [stdout]      |
[INFO] [stdout] 6129 |         unsafe { &(*(::std::ptr::null::<XSegment>())).y2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6158:19
[INFO] [stdout]      |
[INFO] [stdout] 6158 |         unsafe { &(*(::std::ptr::null::<XPoint>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6163:19
[INFO] [stdout]      |
[INFO] [stdout] 6163 |         unsafe { &(*(::std::ptr::null::<XPoint>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6189:19
[INFO] [stdout]      |
[INFO] [stdout] 6189 |         unsafe { &(*(::std::ptr::null::<XRectangle>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6199:19
[INFO] [stdout]      |
[INFO] [stdout] 6199 |         unsafe { &(*(::std::ptr::null::<XRectangle>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6209:19
[INFO] [stdout]      |
[INFO] [stdout] 6209 |         unsafe { &(*(::std::ptr::null::<XRectangle>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6219:19
[INFO] [stdout]      |
[INFO] [stdout] 6219 |         unsafe { &(*(::std::ptr::null::<XRectangle>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6252:19
[INFO] [stdout]      |
[INFO] [stdout] 6252 |         unsafe { &(*(::std::ptr::null::<XArc>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6257:19
[INFO] [stdout]      |
[INFO] [stdout] 6257 |         unsafe { &(*(::std::ptr::null::<XArc>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6262:19
[INFO] [stdout]      |
[INFO] [stdout] 6262 |         unsafe { &(*(::std::ptr::null::<XArc>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6272:19
[INFO] [stdout]      |
[INFO] [stdout] 6272 |         unsafe { &(*(::std::ptr::null::<XArc>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6282:19
[INFO] [stdout]      |
[INFO] [stdout] 6282 |         unsafe { &(*(::std::ptr::null::<XArc>())).angle1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6292:19
[INFO] [stdout]      |
[INFO] [stdout] 6292 |         unsafe { &(*(::std::ptr::null::<XArc>())).angle2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6328:14
[INFO] [stdout]      |
[INFO] [stdout] 6328 |             &(*(::std::ptr::null::<XKeyboardControl>())).key_click_percent as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6339:19
[INFO] [stdout]      |
[INFO] [stdout] 6339 |         unsafe { &(*(::std::ptr::null::<XKeyboardControl>())).bell_percent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6349:19
[INFO] [stdout]      |
[INFO] [stdout] 6349 |         unsafe { &(*(::std::ptr::null::<XKeyboardControl>())).bell_pitch as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6359:19
[INFO] [stdout]      |
[INFO] [stdout] 6359 |         unsafe { &(*(::std::ptr::null::<XKeyboardControl>())).bell_duration as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6369:19
[INFO] [stdout]      |
[INFO] [stdout] 6369 |         unsafe { &(*(::std::ptr::null::<XKeyboardControl>())).led as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6379:19
[INFO] [stdout]      |
[INFO] [stdout] 6379 |         unsafe { &(*(::std::ptr::null::<XKeyboardControl>())).led_mode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6389:19
[INFO] [stdout]      |
[INFO] [stdout] 6389 |         unsafe { &(*(::std::ptr::null::<XKeyboardControl>())).key as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6400:14
[INFO] [stdout]      |
[INFO] [stdout] 6400 |             &(*(::std::ptr::null::<XKeyboardControl>())).auto_repeat_mode as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6436:14
[INFO] [stdout]      |
[INFO] [stdout] 6436 |             &(*(::std::ptr::null::<XKeyboardState>())).key_click_percent as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6447:19
[INFO] [stdout]      |
[INFO] [stdout] 6447 |         unsafe { &(*(::std::ptr::null::<XKeyboardState>())).bell_percent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6457:19
[INFO] [stdout]      |
[INFO] [stdout] 6457 |         unsafe { &(*(::std::ptr::null::<XKeyboardState>())).bell_pitch as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6467:19
[INFO] [stdout]      |
[INFO] [stdout] 6467 |         unsafe { &(*(::std::ptr::null::<XKeyboardState>())).bell_duration as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6477:19
[INFO] [stdout]      |
[INFO] [stdout] 6477 |         unsafe { &(*(::std::ptr::null::<XKeyboardState>())).led_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6488:14
[INFO] [stdout]      |
[INFO] [stdout] 6488 |             &(*(::std::ptr::null::<XKeyboardState>())).global_auto_repeat as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6499:19
[INFO] [stdout]      |
[INFO] [stdout] 6499 |         unsafe { &(*(::std::ptr::null::<XKeyboardState>())).auto_repeats as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6529:19
[INFO] [stdout]      |
[INFO] [stdout] 6529 |         unsafe { &(*(::std::ptr::null::<XTimeCoord>())).time as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6539:19
[INFO] [stdout]      |
[INFO] [stdout] 6539 |         unsafe { &(*(::std::ptr::null::<XTimeCoord>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6549:19
[INFO] [stdout]      |
[INFO] [stdout] 6549 |         unsafe { &(*(::std::ptr::null::<XTimeCoord>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6578:19
[INFO] [stdout]      |
[INFO] [stdout] 6578 |         unsafe { &(*(::std::ptr::null::<XModifierKeymap>())).max_keypermod as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6588:19
[INFO] [stdout]      |
[INFO] [stdout] 6588 |         unsafe { &(*(::std::ptr::null::<XModifierKeymap>())).modifiermap as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6671:19
[INFO] [stdout]      |
[INFO] [stdout] 6671 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).ext_data as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6681:19
[INFO] [stdout]      |
[INFO] [stdout] 6681 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6691:19
[INFO] [stdout]      |
[INFO] [stdout] 6691 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).fd as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6701:19
[INFO] [stdout]      |
[INFO] [stdout] 6701 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6712:14
[INFO] [stdout]      |
[INFO] [stdout] 6712 |             &(*(::std::ptr::null::<_bindgen_ty_1>())).proto_major_version as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6724:14
[INFO] [stdout]      |
[INFO] [stdout] 6724 |             &(*(::std::ptr::null::<_bindgen_ty_1>())).proto_minor_version as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6735:19
[INFO] [stdout]      |
[INFO] [stdout] 6735 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).vendor as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6745:19
[INFO] [stdout]      |
[INFO] [stdout] 6745 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private3 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6755:19
[INFO] [stdout]      |
[INFO] [stdout] 6755 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6765:19
[INFO] [stdout]      |
[INFO] [stdout] 6765 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private5 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6775:19
[INFO] [stdout]      |
[INFO] [stdout] 6775 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private6 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6785:19
[INFO] [stdout]      |
[INFO] [stdout] 6785 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).resource_alloc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6795:19
[INFO] [stdout]      |
[INFO] [stdout] 6795 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).byte_order as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6805:19
[INFO] [stdout]      |
[INFO] [stdout] 6805 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).bitmap_unit as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6815:19
[INFO] [stdout]      |
[INFO] [stdout] 6815 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).bitmap_pad as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6825:19
[INFO] [stdout]      |
[INFO] [stdout] 6825 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).bitmap_bit_order as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6835:19
[INFO] [stdout]      |
[INFO] [stdout] 6835 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).nformats as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6845:19
[INFO] [stdout]      |
[INFO] [stdout] 6845 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).pixmap_format as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6855:19
[INFO] [stdout]      |
[INFO] [stdout] 6855 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private8 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6865:19
[INFO] [stdout]      |
[INFO] [stdout] 6865 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).release as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6875:19
[INFO] [stdout]      |
[INFO] [stdout] 6875 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private9 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6885:19
[INFO] [stdout]      |
[INFO] [stdout] 6885 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private10 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6895:19
[INFO] [stdout]      |
[INFO] [stdout] 6895 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).qlen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6905:19
[INFO] [stdout]      |
[INFO] [stdout] 6905 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).last_request_read as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6915:19
[INFO] [stdout]      |
[INFO] [stdout] 6915 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).request as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6925:19
[INFO] [stdout]      |
[INFO] [stdout] 6925 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private11 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6935:19
[INFO] [stdout]      |
[INFO] [stdout] 6935 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private12 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6945:19
[INFO] [stdout]      |
[INFO] [stdout] 6945 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private13 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6955:19
[INFO] [stdout]      |
[INFO] [stdout] 6955 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private14 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6965:19
[INFO] [stdout]      |
[INFO] [stdout] 6965 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).max_request_size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6975:19
[INFO] [stdout]      |
[INFO] [stdout] 6975 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).db as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6985:19
[INFO] [stdout]      |
[INFO] [stdout] 6985 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private15 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:6995:19
[INFO] [stdout]      |
[INFO] [stdout] 6995 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).display_name as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7005:19
[INFO] [stdout]      |
[INFO] [stdout] 7005 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).default_screen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7015:19
[INFO] [stdout]      |
[INFO] [stdout] 7015 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).nscreens as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7025:19
[INFO] [stdout]      |
[INFO] [stdout] 7025 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).screens as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7035:19
[INFO] [stdout]      |
[INFO] [stdout] 7035 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).motion_buffer as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7045:19
[INFO] [stdout]      |
[INFO] [stdout] 7045 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private16 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7055:19
[INFO] [stdout]      |
[INFO] [stdout] 7055 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).min_keycode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7065:19
[INFO] [stdout]      |
[INFO] [stdout] 7065 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).max_keycode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7075:19
[INFO] [stdout]      |
[INFO] [stdout] 7075 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private17 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7085:19
[INFO] [stdout]      |
[INFO] [stdout] 7085 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private18 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7095:19
[INFO] [stdout]      |
[INFO] [stdout] 7095 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).private19 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7105:19
[INFO] [stdout]      |
[INFO] [stdout] 7105 |         unsafe { &(*(::std::ptr::null::<_bindgen_ty_1>())).xdefaults as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7148:19
[INFO] [stdout]      |
[INFO] [stdout] 7148 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7158:19
[INFO] [stdout]      |
[INFO] [stdout] 7158 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7168:19
[INFO] [stdout]      |
[INFO] [stdout] 7168 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7178:19
[INFO] [stdout]      |
[INFO] [stdout] 7178 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7188:19
[INFO] [stdout]      |
[INFO] [stdout] 7188 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7198:19
[INFO] [stdout]      |
[INFO] [stdout] 7198 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7208:19
[INFO] [stdout]      |
[INFO] [stdout] 7208 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).subwindow as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7218:19
[INFO] [stdout]      |
[INFO] [stdout] 7218 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).time as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7228:19
[INFO] [stdout]      |
[INFO] [stdout] 7228 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7238:19
[INFO] [stdout]      |
[INFO] [stdout] 7238 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7248:19
[INFO] [stdout]      |
[INFO] [stdout] 7248 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).x_root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7258:19
[INFO] [stdout]      |
[INFO] [stdout] 7258 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).y_root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7268:19
[INFO] [stdout]      |
[INFO] [stdout] 7268 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).state as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7278:19
[INFO] [stdout]      |
[INFO] [stdout] 7278 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).keycode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7288:19
[INFO] [stdout]      |
[INFO] [stdout] 7288 |         unsafe { &(*(::std::ptr::null::<XKeyEvent>())).same_screen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7332:19
[INFO] [stdout]      |
[INFO] [stdout] 7332 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7342:19
[INFO] [stdout]      |
[INFO] [stdout] 7342 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7352:19
[INFO] [stdout]      |
[INFO] [stdout] 7352 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7362:19
[INFO] [stdout]      |
[INFO] [stdout] 7362 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7372:19
[INFO] [stdout]      |
[INFO] [stdout] 7372 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7382:19
[INFO] [stdout]      |
[INFO] [stdout] 7382 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7392:19
[INFO] [stdout]      |
[INFO] [stdout] 7392 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).subwindow as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7402:19
[INFO] [stdout]      |
[INFO] [stdout] 7402 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).time as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7412:19
[INFO] [stdout]      |
[INFO] [stdout] 7412 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7422:19
[INFO] [stdout]      |
[INFO] [stdout] 7422 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7432:19
[INFO] [stdout]      |
[INFO] [stdout] 7432 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).x_root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7442:19
[INFO] [stdout]      |
[INFO] [stdout] 7442 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).y_root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7452:19
[INFO] [stdout]      |
[INFO] [stdout] 7452 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).state as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7462:19
[INFO] [stdout]      |
[INFO] [stdout] 7462 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).button as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7472:19
[INFO] [stdout]      |
[INFO] [stdout] 7472 |         unsafe { &(*(::std::ptr::null::<XButtonEvent>())).same_screen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7516:19
[INFO] [stdout]      |
[INFO] [stdout] 7516 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7526:19
[INFO] [stdout]      |
[INFO] [stdout] 7526 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7536:19
[INFO] [stdout]      |
[INFO] [stdout] 7536 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7546:19
[INFO] [stdout]      |
[INFO] [stdout] 7546 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7556:19
[INFO] [stdout]      |
[INFO] [stdout] 7556 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7566:19
[INFO] [stdout]      |
[INFO] [stdout] 7566 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7576:19
[INFO] [stdout]      |
[INFO] [stdout] 7576 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).subwindow as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7586:19
[INFO] [stdout]      |
[INFO] [stdout] 7586 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).time as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7596:19
[INFO] [stdout]      |
[INFO] [stdout] 7596 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7606:19
[INFO] [stdout]      |
[INFO] [stdout] 7606 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7616:19
[INFO] [stdout]      |
[INFO] [stdout] 7616 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).x_root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7626:19
[INFO] [stdout]      |
[INFO] [stdout] 7626 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).y_root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7636:19
[INFO] [stdout]      |
[INFO] [stdout] 7636 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).state as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7646:19
[INFO] [stdout]      |
[INFO] [stdout] 7646 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).is_hint as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7656:19
[INFO] [stdout]      |
[INFO] [stdout] 7656 |         unsafe { &(*(::std::ptr::null::<XMotionEvent>())).same_screen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7701:19
[INFO] [stdout]      |
[INFO] [stdout] 7701 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7711:19
[INFO] [stdout]      |
[INFO] [stdout] 7711 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7721:19
[INFO] [stdout]      |
[INFO] [stdout] 7721 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7731:19
[INFO] [stdout]      |
[INFO] [stdout] 7731 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7741:19
[INFO] [stdout]      |
[INFO] [stdout] 7741 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7751:19
[INFO] [stdout]      |
[INFO] [stdout] 7751 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7761:19
[INFO] [stdout]      |
[INFO] [stdout] 7761 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).subwindow as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7771:19
[INFO] [stdout]      |
[INFO] [stdout] 7771 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).time as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7781:19
[INFO] [stdout]      |
[INFO] [stdout] 7781 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7791:19
[INFO] [stdout]      |
[INFO] [stdout] 7791 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7801:19
[INFO] [stdout]      |
[INFO] [stdout] 7801 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).x_root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7811:19
[INFO] [stdout]      |
[INFO] [stdout] 7811 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).y_root as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7821:19
[INFO] [stdout]      |
[INFO] [stdout] 7821 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).mode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7831:19
[INFO] [stdout]      |
[INFO] [stdout] 7831 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).detail as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7841:19
[INFO] [stdout]      |
[INFO] [stdout] 7841 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).same_screen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7851:19
[INFO] [stdout]      |
[INFO] [stdout] 7851 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).focus as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7861:19
[INFO] [stdout]      |
[INFO] [stdout] 7861 |         unsafe { &(*(::std::ptr::null::<XCrossingEvent>())).state as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7897:19
[INFO] [stdout]      |
[INFO] [stdout] 7897 |         unsafe { &(*(::std::ptr::null::<XFocusChangeEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7907:19
[INFO] [stdout]      |
[INFO] [stdout] 7907 |         unsafe { &(*(::std::ptr::null::<XFocusChangeEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7917:19
[INFO] [stdout]      |
[INFO] [stdout] 7917 |         unsafe { &(*(::std::ptr::null::<XFocusChangeEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7927:19
[INFO] [stdout]      |
[INFO] [stdout] 7927 |         unsafe { &(*(::std::ptr::null::<XFocusChangeEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7937:19
[INFO] [stdout]      |
[INFO] [stdout] 7937 |         unsafe { &(*(::std::ptr::null::<XFocusChangeEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7947:19
[INFO] [stdout]      |
[INFO] [stdout] 7947 |         unsafe { &(*(::std::ptr::null::<XFocusChangeEvent>())).mode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7957:19
[INFO] [stdout]      |
[INFO] [stdout] 7957 |         unsafe { &(*(::std::ptr::null::<XFocusChangeEvent>())).detail as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:7992:19
[INFO] [stdout]      |
[INFO] [stdout] 7992 |         unsafe { &(*(::std::ptr::null::<XKeymapEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8002:19
[INFO] [stdout]      |
[INFO] [stdout] 8002 |         unsafe { &(*(::std::ptr::null::<XKeymapEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8012:19
[INFO] [stdout]      |
[INFO] [stdout] 8012 |         unsafe { &(*(::std::ptr::null::<XKeymapEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8022:19
[INFO] [stdout]      |
[INFO] [stdout] 8022 |         unsafe { &(*(::std::ptr::null::<XKeymapEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8032:19
[INFO] [stdout]      |
[INFO] [stdout] 8032 |         unsafe { &(*(::std::ptr::null::<XKeymapEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8042:19
[INFO] [stdout]      |
[INFO] [stdout] 8042 |         unsafe { &(*(::std::ptr::null::<XKeymapEvent>())).key_vector as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8079:19
[INFO] [stdout]      |
[INFO] [stdout] 8079 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8089:19
[INFO] [stdout]      |
[INFO] [stdout] 8089 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8099:19
[INFO] [stdout]      |
[INFO] [stdout] 8099 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8109:19
[INFO] [stdout]      |
[INFO] [stdout] 8109 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8119:19
[INFO] [stdout]      |
[INFO] [stdout] 8119 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8129:19
[INFO] [stdout]      |
[INFO] [stdout] 8129 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8139:19
[INFO] [stdout]      |
[INFO] [stdout] 8139 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8149:19
[INFO] [stdout]      |
[INFO] [stdout] 8149 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8159:19
[INFO] [stdout]      |
[INFO] [stdout] 8159 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8169:19
[INFO] [stdout]      |
[INFO] [stdout] 8169 |         unsafe { &(*(::std::ptr::null::<XExposeEvent>())).count as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8208:19
[INFO] [stdout]      |
[INFO] [stdout] 8208 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8218:19
[INFO] [stdout]      |
[INFO] [stdout] 8218 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8228:19
[INFO] [stdout]      |
[INFO] [stdout] 8228 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8238:19
[INFO] [stdout]      |
[INFO] [stdout] 8238 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8248:19
[INFO] [stdout]      |
[INFO] [stdout] 8248 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).drawable as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8258:19
[INFO] [stdout]      |
[INFO] [stdout] 8258 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8268:19
[INFO] [stdout]      |
[INFO] [stdout] 8268 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8278:19
[INFO] [stdout]      |
[INFO] [stdout] 8278 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8288:19
[INFO] [stdout]      |
[INFO] [stdout] 8288 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8298:19
[INFO] [stdout]      |
[INFO] [stdout] 8298 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).count as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8308:19
[INFO] [stdout]      |
[INFO] [stdout] 8308 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).major_code as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8318:19
[INFO] [stdout]      |
[INFO] [stdout] 8318 |         unsafe { &(*(::std::ptr::null::<XGraphicsExposeEvent>())).minor_code as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8352:19
[INFO] [stdout]      |
[INFO] [stdout] 8352 |         unsafe { &(*(::std::ptr::null::<XNoExposeEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8362:19
[INFO] [stdout]      |
[INFO] [stdout] 8362 |         unsafe { &(*(::std::ptr::null::<XNoExposeEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8372:19
[INFO] [stdout]      |
[INFO] [stdout] 8372 |         unsafe { &(*(::std::ptr::null::<XNoExposeEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8382:19
[INFO] [stdout]      |
[INFO] [stdout] 8382 |         unsafe { &(*(::std::ptr::null::<XNoExposeEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8392:19
[INFO] [stdout]      |
[INFO] [stdout] 8392 |         unsafe { &(*(::std::ptr::null::<XNoExposeEvent>())).drawable as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8402:19
[INFO] [stdout]      |
[INFO] [stdout] 8402 |         unsafe { &(*(::std::ptr::null::<XNoExposeEvent>())).major_code as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8412:19
[INFO] [stdout]      |
[INFO] [stdout] 8412 |         unsafe { &(*(::std::ptr::null::<XNoExposeEvent>())).minor_code as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8445:19
[INFO] [stdout]      |
[INFO] [stdout] 8445 |         unsafe { &(*(::std::ptr::null::<XVisibilityEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8455:19
[INFO] [stdout]      |
[INFO] [stdout] 8455 |         unsafe { &(*(::std::ptr::null::<XVisibilityEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8465:19
[INFO] [stdout]      |
[INFO] [stdout] 8465 |         unsafe { &(*(::std::ptr::null::<XVisibilityEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8475:19
[INFO] [stdout]      |
[INFO] [stdout] 8475 |         unsafe { &(*(::std::ptr::null::<XVisibilityEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8485:19
[INFO] [stdout]      |
[INFO] [stdout] 8485 |         unsafe { &(*(::std::ptr::null::<XVisibilityEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8495:19
[INFO] [stdout]      |
[INFO] [stdout] 8495 |         unsafe { &(*(::std::ptr::null::<XVisibilityEvent>())).state as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8534:19
[INFO] [stdout]      |
[INFO] [stdout] 8534 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8544:19
[INFO] [stdout]      |
[INFO] [stdout] 8544 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8554:19
[INFO] [stdout]      |
[INFO] [stdout] 8554 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8564:19
[INFO] [stdout]      |
[INFO] [stdout] 8564 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8574:19
[INFO] [stdout]      |
[INFO] [stdout] 8574 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8584:19
[INFO] [stdout]      |
[INFO] [stdout] 8584 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8594:19
[INFO] [stdout]      |
[INFO] [stdout] 8594 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8604:19
[INFO] [stdout]      |
[INFO] [stdout] 8604 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8614:19
[INFO] [stdout]      |
[INFO] [stdout] 8614 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8624:19
[INFO] [stdout]      |
[INFO] [stdout] 8624 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8634:19
[INFO] [stdout]      |
[INFO] [stdout] 8634 |         unsafe { &(*(::std::ptr::null::<XCreateWindowEvent>())).border_width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8645:14
[INFO] [stdout]      |
[INFO] [stdout] 8645 |             &(*(::std::ptr::null::<XCreateWindowEvent>())).override_redirect as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8679:19
[INFO] [stdout]      |
[INFO] [stdout] 8679 |         unsafe { &(*(::std::ptr::null::<XDestroyWindowEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8689:19
[INFO] [stdout]      |
[INFO] [stdout] 8689 |         unsafe { &(*(::std::ptr::null::<XDestroyWindowEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8699:19
[INFO] [stdout]      |
[INFO] [stdout] 8699 |         unsafe { &(*(::std::ptr::null::<XDestroyWindowEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8709:19
[INFO] [stdout]      |
[INFO] [stdout] 8709 |         unsafe { &(*(::std::ptr::null::<XDestroyWindowEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8719:19
[INFO] [stdout]      |
[INFO] [stdout] 8719 |         unsafe { &(*(::std::ptr::null::<XDestroyWindowEvent>())).event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8729:19
[INFO] [stdout]      |
[INFO] [stdout] 8729 |         unsafe { &(*(::std::ptr::null::<XDestroyWindowEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8763:19
[INFO] [stdout]      |
[INFO] [stdout] 8763 |         unsafe { &(*(::std::ptr::null::<XUnmapEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8773:19
[INFO] [stdout]      |
[INFO] [stdout] 8773 |         unsafe { &(*(::std::ptr::null::<XUnmapEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8783:19
[INFO] [stdout]      |
[INFO] [stdout] 8783 |         unsafe { &(*(::std::ptr::null::<XUnmapEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8793:19
[INFO] [stdout]      |
[INFO] [stdout] 8793 |         unsafe { &(*(::std::ptr::null::<XUnmapEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8803:19
[INFO] [stdout]      |
[INFO] [stdout] 8803 |         unsafe { &(*(::std::ptr::null::<XUnmapEvent>())).event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8813:19
[INFO] [stdout]      |
[INFO] [stdout] 8813 |         unsafe { &(*(::std::ptr::null::<XUnmapEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8823:19
[INFO] [stdout]      |
[INFO] [stdout] 8823 |         unsafe { &(*(::std::ptr::null::<XUnmapEvent>())).from_configure as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8857:19
[INFO] [stdout]      |
[INFO] [stdout] 8857 |         unsafe { &(*(::std::ptr::null::<XMapEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8867:19
[INFO] [stdout]      |
[INFO] [stdout] 8867 |         unsafe { &(*(::std::ptr::null::<XMapEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8877:19
[INFO] [stdout]      |
[INFO] [stdout] 8877 |         unsafe { &(*(::std::ptr::null::<XMapEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8887:19
[INFO] [stdout]      |
[INFO] [stdout] 8887 |         unsafe { &(*(::std::ptr::null::<XMapEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8897:19
[INFO] [stdout]      |
[INFO] [stdout] 8897 |         unsafe { &(*(::std::ptr::null::<XMapEvent>())).event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8907:19
[INFO] [stdout]      |
[INFO] [stdout] 8907 |         unsafe { &(*(::std::ptr::null::<XMapEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8917:19
[INFO] [stdout]      |
[INFO] [stdout] 8917 |         unsafe { &(*(::std::ptr::null::<XMapEvent>())).override_redirect as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8950:19
[INFO] [stdout]      |
[INFO] [stdout] 8950 |         unsafe { &(*(::std::ptr::null::<XMapRequestEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8960:19
[INFO] [stdout]      |
[INFO] [stdout] 8960 |         unsafe { &(*(::std::ptr::null::<XMapRequestEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8970:19
[INFO] [stdout]      |
[INFO] [stdout] 8970 |         unsafe { &(*(::std::ptr::null::<XMapRequestEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8980:19
[INFO] [stdout]      |
[INFO] [stdout] 8980 |         unsafe { &(*(::std::ptr::null::<XMapRequestEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:8990:19
[INFO] [stdout]      |
[INFO] [stdout] 8990 |         unsafe { &(*(::std::ptr::null::<XMapRequestEvent>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9000:19
[INFO] [stdout]      |
[INFO] [stdout] 9000 |         unsafe { &(*(::std::ptr::null::<XMapRequestEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9037:19
[INFO] [stdout]      |
[INFO] [stdout] 9037 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9047:19
[INFO] [stdout]      |
[INFO] [stdout] 9047 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9057:19
[INFO] [stdout]      |
[INFO] [stdout] 9057 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9067:19
[INFO] [stdout]      |
[INFO] [stdout] 9067 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9077:19
[INFO] [stdout]      |
[INFO] [stdout] 9077 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9087:19
[INFO] [stdout]      |
[INFO] [stdout] 9087 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9097:19
[INFO] [stdout]      |
[INFO] [stdout] 9097 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9107:19
[INFO] [stdout]      |
[INFO] [stdout] 9107 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9117:19
[INFO] [stdout]      |
[INFO] [stdout] 9117 |         unsafe { &(*(::std::ptr::null::<XReparentEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9128:14
[INFO] [stdout]      |
[INFO] [stdout] 9128 |             &(*(::std::ptr::null::<XReparentEvent>())).override_redirect as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9169:19
[INFO] [stdout]      |
[INFO] [stdout] 9169 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9179:19
[INFO] [stdout]      |
[INFO] [stdout] 9179 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9189:19
[INFO] [stdout]      |
[INFO] [stdout] 9189 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9199:19
[INFO] [stdout]      |
[INFO] [stdout] 9199 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9209:19
[INFO] [stdout]      |
[INFO] [stdout] 9209 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9219:19
[INFO] [stdout]      |
[INFO] [stdout] 9219 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9229:19
[INFO] [stdout]      |
[INFO] [stdout] 9229 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9239:19
[INFO] [stdout]      |
[INFO] [stdout] 9239 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9249:19
[INFO] [stdout]      |
[INFO] [stdout] 9249 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9259:19
[INFO] [stdout]      |
[INFO] [stdout] 9259 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9269:19
[INFO] [stdout]      |
[INFO] [stdout] 9269 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).border_width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9279:19
[INFO] [stdout]      |
[INFO] [stdout] 9279 |         unsafe { &(*(::std::ptr::null::<XConfigureEvent>())).above as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9290:14
[INFO] [stdout]      |
[INFO] [stdout] 9290 |             &(*(::std::ptr::null::<XConfigureEvent>())).override_redirect as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9326:19
[INFO] [stdout]      |
[INFO] [stdout] 9326 |         unsafe { &(*(::std::ptr::null::<XGravityEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9336:19
[INFO] [stdout]      |
[INFO] [stdout] 9336 |         unsafe { &(*(::std::ptr::null::<XGravityEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9346:19
[INFO] [stdout]      |
[INFO] [stdout] 9346 |         unsafe { &(*(::std::ptr::null::<XGravityEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9356:19
[INFO] [stdout]      |
[INFO] [stdout] 9356 |         unsafe { &(*(::std::ptr::null::<XGravityEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9366:19
[INFO] [stdout]      |
[INFO] [stdout] 9366 |         unsafe { &(*(::std::ptr::null::<XGravityEvent>())).event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9376:19
[INFO] [stdout]      |
[INFO] [stdout] 9376 |         unsafe { &(*(::std::ptr::null::<XGravityEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9386:19
[INFO] [stdout]      |
[INFO] [stdout] 9386 |         unsafe { &(*(::std::ptr::null::<XGravityEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9396:19
[INFO] [stdout]      |
[INFO] [stdout] 9396 |         unsafe { &(*(::std::ptr::null::<XGravityEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9430:19
[INFO] [stdout]      |
[INFO] [stdout] 9430 |         unsafe { &(*(::std::ptr::null::<XResizeRequestEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9440:19
[INFO] [stdout]      |
[INFO] [stdout] 9440 |         unsafe { &(*(::std::ptr::null::<XResizeRequestEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9450:19
[INFO] [stdout]      |
[INFO] [stdout] 9450 |         unsafe { &(*(::std::ptr::null::<XResizeRequestEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9460:19
[INFO] [stdout]      |
[INFO] [stdout] 9460 |         unsafe { &(*(::std::ptr::null::<XResizeRequestEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9470:19
[INFO] [stdout]      |
[INFO] [stdout] 9470 |         unsafe { &(*(::std::ptr::null::<XResizeRequestEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9480:19
[INFO] [stdout]      |
[INFO] [stdout] 9480 |         unsafe { &(*(::std::ptr::null::<XResizeRequestEvent>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9490:19
[INFO] [stdout]      |
[INFO] [stdout] 9490 |         unsafe { &(*(::std::ptr::null::<XResizeRequestEvent>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9531:19
[INFO] [stdout]      |
[INFO] [stdout] 9531 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9541:19
[INFO] [stdout]      |
[INFO] [stdout] 9541 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9552:14
[INFO] [stdout]      |
[INFO] [stdout] 9552 |             &(*(::std::ptr::null::<XConfigureRequestEvent>())).send_event as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9563:19
[INFO] [stdout]      |
[INFO] [stdout] 9563 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9573:19
[INFO] [stdout]      |
[INFO] [stdout] 9573 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9583:19
[INFO] [stdout]      |
[INFO] [stdout] 9583 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9593:19
[INFO] [stdout]      |
[INFO] [stdout] 9593 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).x as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9603:19
[INFO] [stdout]      |
[INFO] [stdout] 9603 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).y as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9613:19
[INFO] [stdout]      |
[INFO] [stdout] 9613 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9623:19
[INFO] [stdout]      |
[INFO] [stdout] 9623 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9634:14
[INFO] [stdout]      |
[INFO] [stdout] 9634 |             &(*(::std::ptr::null::<XConfigureRequestEvent>())).border_width as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9645:19
[INFO] [stdout]      |
[INFO] [stdout] 9645 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).above as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9655:19
[INFO] [stdout]      |
[INFO] [stdout] 9655 |         unsafe { &(*(::std::ptr::null::<XConfigureRequestEvent>())).detail as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9666:14
[INFO] [stdout]      |
[INFO] [stdout] 9666 |             &(*(::std::ptr::null::<XConfigureRequestEvent>())).value_mask as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9701:19
[INFO] [stdout]      |
[INFO] [stdout] 9701 |         unsafe { &(*(::std::ptr::null::<XCirculateEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9711:19
[INFO] [stdout]      |
[INFO] [stdout] 9711 |         unsafe { &(*(::std::ptr::null::<XCirculateEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9721:19
[INFO] [stdout]      |
[INFO] [stdout] 9721 |         unsafe { &(*(::std::ptr::null::<XCirculateEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9731:19
[INFO] [stdout]      |
[INFO] [stdout] 9731 |         unsafe { &(*(::std::ptr::null::<XCirculateEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9741:19
[INFO] [stdout]      |
[INFO] [stdout] 9741 |         unsafe { &(*(::std::ptr::null::<XCirculateEvent>())).event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9751:19
[INFO] [stdout]      |
[INFO] [stdout] 9751 |         unsafe { &(*(::std::ptr::null::<XCirculateEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9761:19
[INFO] [stdout]      |
[INFO] [stdout] 9761 |         unsafe { &(*(::std::ptr::null::<XCirculateEvent>())).place as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9795:19
[INFO] [stdout]      |
[INFO] [stdout] 9795 |         unsafe { &(*(::std::ptr::null::<XCirculateRequestEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9805:19
[INFO] [stdout]      |
[INFO] [stdout] 9805 |         unsafe { &(*(::std::ptr::null::<XCirculateRequestEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9816:14
[INFO] [stdout]      |
[INFO] [stdout] 9816 |             &(*(::std::ptr::null::<XCirculateRequestEvent>())).send_event as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9827:19
[INFO] [stdout]      |
[INFO] [stdout] 9827 |         unsafe { &(*(::std::ptr::null::<XCirculateRequestEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9837:19
[INFO] [stdout]      |
[INFO] [stdout] 9837 |         unsafe { &(*(::std::ptr::null::<XCirculateRequestEvent>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9847:19
[INFO] [stdout]      |
[INFO] [stdout] 9847 |         unsafe { &(*(::std::ptr::null::<XCirculateRequestEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9857:19
[INFO] [stdout]      |
[INFO] [stdout] 9857 |         unsafe { &(*(::std::ptr::null::<XCirculateRequestEvent>())).place as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9892:19
[INFO] [stdout]      |
[INFO] [stdout] 9892 |         unsafe { &(*(::std::ptr::null::<XPropertyEvent>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9902:19
[INFO] [stdout]      |
[INFO] [stdout] 9902 |         unsafe { &(*(::std::ptr::null::<XPropertyEvent>())).serial as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9912:19
[INFO] [stdout]      |
[INFO] [stdout] 9912 |         unsafe { &(*(::std::ptr::null::<XPropertyEvent>())).send_event as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9922:19
[INFO] [stdout]      |
[INFO] [stdout] 9922 |         unsafe { &(*(::std::ptr::null::<XPropertyEvent>())).display as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9932:19
[INFO] [stdout]      |
[INFO] [stdout] 9932 |         unsafe { &(*(::std::ptr::null::<XPropertyEvent>())).window as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/egl.rs:9942:19
[INFO] [stdout]      |
[INFO] [stdout] 9942 |         unsafe { &(*(::std::ptr::null::<XPropertyEvent>())).atom as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[WARN] too many lines in the log, truncating it
