[INFO] fetching crate vrust 0.0.1...
[INFO] checking vrust-0.0.1 against master#c3def263a44e07e09ae6d57abfc8650227fb4972 for pr-118833-1
[INFO] extracting crate vrust 0.0.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate vrust 0.0.1 on toolchain c3def263a44e07e09ae6d57abfc8650227fb4972
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate vrust 0.0.1
[INFO] finished tweaking crates.io crate vrust 0.0.1
[INFO] tweaked toml for crates.io crate vrust 0.0.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f6edca85f97ae13c9a1e3be9bfdf93cf8dfc413101f7b9d95727706611c09ff
[INFO] running `Command { std: "docker" "start" "-a" "3f6edca85f97ae13c9a1e3be9bfdf93cf8dfc413101f7b9d95727706611c09ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f6edca85f97ae13c9a1e3be9bfdf93cf8dfc413101f7b9d95727706611c09ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f6edca85f97ae13c9a1e3be9bfdf93cf8dfc413101f7b9d95727706611c09ff", kill_on_drop: false }`
[INFO] [stdout] 3f6edca85f97ae13c9a1e3be9bfdf93cf8dfc413101f7b9d95727706611c09ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+c3def263a44e07e09ae6d57abfc8650227fb4972" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1e77fe539bfe49d3dd237a314a0f5acda619a0a2ff28dcbd089fe320742164b
[INFO] running `Command { std: "docker" "start" "-a" "e1e77fe539bfe49d3dd237a314a0f5acda619a0a2ff28dcbd089fe320742164b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling vrust v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/vulkan/command/buffer.rs:73:30
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn flush(&mut self) {;
[INFO] [stdout]    |                              ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/audio/manager.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub cached: FileCacher<Audio>,
[INFO] [stdout]   |                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub cached: FileCacher<dyn Audio>,
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/render/camera/manager.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub cached: FileCacher<Camera<f32>>,
[INFO] [stdout]   |                            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub cached: FileCacher<dyn Camera<f32>>,
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/render/light/manager.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub cached: FileCacher<Light>,
[INFO] [stdout]   |                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub cached: FileCacher<dyn Light>,
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/material/mod.rs:65:28
[INFO] [stdout]    |
[INFO] [stdout] 65 |     texture: Arc<DebugCell<Texture>>,
[INFO] [stdout]    |                            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     texture: Arc<DebugCell<dyn Texture>>,
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/manager.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub cached: FileCacher<Model>,
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub cached: FileCacher<dyn Model>,
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/mod.rs:51:27
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub children: Vec<Box<Model>>,
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub children: Vec<Box<dyn Model>>,
[INFO] [stdout]    |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:102:27
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub children: Vec<Box<Model>>,
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub children: Vec<Box<dyn Model>>,
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:156:27
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub children: Vec<Box<Model>>,
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub children: Vec<Box<dyn Model>>,
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:208:27
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub sm: Arc<DebugCell<Model>>,
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub sm: Arc<DebugCell<dyn Model>>,
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/manager.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub cached: FileCacher<Scene>,
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub cached: FileCacher<dyn Scene>,
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:36:36
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub cameras: Vec<Arc<DebugCell<Camera<f32>>>>,
[INFO] [stdout]    |                                    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub cameras: Vec<Arc<DebugCell<dyn Camera<f32>>>>,
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:37:35
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub audios: Vec<Arc<DebugCell<Audio>>>,
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub audios: Vec<Arc<DebugCell<dyn Audio>>>,
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:38:35
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub lights: Vec<Arc<DebugCell<Light>>>,
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub lights: Vec<Arc<DebugCell<dyn Light>>>,
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:39:35
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub models: Vec<Arc<DebugCell<Model>>>,
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub models: Vec<Arc<DebugCell<dyn Model>>>,
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:40:37
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub occ_material: Arc<DebugCell<Material>>,
[INFO] [stdout]    |                                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub occ_material: Arc<DebugCell<dyn Material>>,
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/shader/manager.rs:13:29
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub cached: Cacher<u64, Shader>,
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub cached: Cacher<u64, dyn Shader>,
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/render/texture/manager.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub cached: FileCacher<Texture>,
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub cached: FileCacher<dyn Texture>,
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/engine.rs:35:38
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub current_scene: Arc<DebugCell<Scene>>,
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub current_scene: Arc<DebugCell<dyn Scene>>,
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/mesh.rs:22:33
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub material: Arc<DebugCell<Material>>,
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub material: Arc<DebugCell<dyn Material>>,
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/util/gc.rs:14:29
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pointer: Weak<DebugCell<GcObject>>,
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pointer: Weak<DebugCell<dyn GcObject>>,
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vulkan/pipeline.rs:98:31
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub shader: Arc<DebugCell<Shader>>,
[INFO] [stdout]    |                               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub shader: Arc<DebugCell<dyn Shader>>,
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/audio/manager.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn get(&mut self, id: u64) -> Arc<DebugCell<Audio>> {
[INFO] [stdout]    |                                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn get(&mut self, id: u64) -> Arc<DebugCell<dyn Audio>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:58:92
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn get_shader(&self, id: u64, logical_device: Arc<LogicalDevice>) -> Arc<DebugCell<Shader>> {
[INFO] [stdout]    |                                                                                            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn get_shader(&self, id: u64, logical_device: Arc<LogicalDevice>) -> Arc<DebugCell<dyn Shader>> {
[INFO] [stdout]    |                                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:62:68
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn get_camera(&self, id: u64, ratio: f32) -> Arc<DebugCell<Camera<f32>>> {
[INFO] [stdout]    |                                                                    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn get_camera(&self, id: u64, ratio: f32) -> Arc<DebugCell<dyn Camera<f32>>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:66:55
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn get_audio(&self, id: u64) -> Arc<DebugCell<Audio>> {
[INFO] [stdout]    |                                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn get_audio(&self, id: u64) -> Arc<DebugCell<dyn Audio>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:70:55
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn get_light(&self, id: u64) -> Arc<DebugCell<Light>> {
[INFO] [stdout]    |                                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn get_light(&self, id: u64) -> Arc<DebugCell<dyn Light>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:74:61
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn get_texture(&mut self, id: u64) -> Arc<DebugCell<Texture>> {
[INFO] [stdout]    |                                                             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn get_texture(&mut self, id: u64) -> Arc<DebugCell<dyn Texture>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:82:24
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Arc<DebugCell<Model>> 
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Arc<DebugCell<dyn Model>> 
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:93:24
[INFO] [stdout]    |
[INFO] [stdout] 93 |     ) -> Arc<DebugCell<Scene>>
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |     ) -> Arc<DebugCell<dyn Scene>>
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/camera/manager.rs:23:65
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn get(&mut self, id: u64, ratio: f32) -> Arc<DebugCell<Camera<f32>>> {
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn get(&mut self, id: u64, ratio: f32) -> Arc<DebugCell<dyn Camera<f32>>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/light/manager.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn get(&mut self, id: u64) -> Arc<DebugCell<Light>> {
[INFO] [stdout]    |                                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn get(&mut self, id: u64) -> Arc<DebugCell<dyn Light>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/material/mod.rs:187:20
[INFO] [stdout]     |
[INFO] [stdout] 187 | ) -> Arc<DebugCell<Material>> 
[INFO] [stdout]     |                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 187 | ) -> Arc<DebugCell<dyn Material>> 
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:253:20
[INFO] [stdout]     |
[INFO] [stdout] 253 | ) -> Arc<DebugCell<Model>>
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 253 | ) -> Arc<DebugCell<dyn Model>>
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:267:10
[INFO] [stdout]     |
[INFO] [stdout] 267 | ) -> Box<Model> 
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 267 | ) -> Box<dyn Model> 
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/mod.rs:34:71
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize);
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize);
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/mod.rs:85:71
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize) {
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize) {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:145:71
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:198:71
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:245:71
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/manager.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |     ) -> Arc<DebugCell<Model>> 
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     ) -> Arc<DebugCell<dyn Model>> 
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:28:52
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn get_current_camera(&self) -> &Arc<DebugCell<Camera<f32>>>;
[INFO] [stdout]    |                                                    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn get_current_camera(&self) -> &Arc<DebugCell<dyn Camera<f32>>>;
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/scene/mod.rs:106:52
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn get_current_camera(&self) -> &Arc<DebugCell<Camera<f32>>> {
[INFO] [stdout]     |                                                    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn get_current_camera(&self) -> &Arc<DebugCell<dyn Camera<f32>>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/manager.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |     ) -> Arc<DebugCell<Scene>>
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     ) -> Arc<DebugCell<dyn Scene>>
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/shader/manager.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> Arc<DebugCell<Shader>> {
[INFO] [stdout]    |                        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> Arc<DebugCell<dyn Shader>> {
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/texture/manager.rs:23:59
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn get<'a>(&'a mut self, id: Id) -> Arc<DebugCell<Texture>> {
[INFO] [stdout]    |                                                           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn get<'a>(&'a mut self, id: Id) -> Arc<DebugCell<dyn Texture>> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/engine.rs:49:64
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get_mut_current_scene(&mut self) -> DebugCellRefMut<Scene + 'static> {
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get_mut_current_scene(&mut self) -> DebugCellRefMut<dyn Scene + 'static> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/engine.rs:53:53
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn get_current_scene(&self) -> DebugCellRef<Scene + 'static> {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn get_current_scene(&self) -> DebugCellRef<dyn Scene + 'static> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/util/gc.rs:65:55
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn allocate(&mut self, object: &Arc<DebugCell<GcObject>>) {
[INFO] [stdout]    |                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn allocate(&mut self, object: &Arc<DebugCell<dyn GcObject>>) {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vulkan/pipeline.rs:243:48
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn get_shader(&self) -> &Arc<DebugCell<Shader>> {
[INFO] [stdout]     |                                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn get_shader(&self) -> &Arc<DebugCell<dyn Shader>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/vulkan/command/buffer.rs:73:30
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn flush(&mut self) {;
[INFO] [stdout]    |                              ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/audio/manager.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub cached: FileCacher<Audio>,
[INFO] [stdout]   |                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub cached: FileCacher<dyn Audio>,
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/render/camera/manager.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub cached: FileCacher<Camera<f32>>,
[INFO] [stdout]   |                            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub cached: FileCacher<dyn Camera<f32>>,
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/render/light/manager.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub cached: FileCacher<Light>,
[INFO] [stdout]   |                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub cached: FileCacher<dyn Light>,
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/material/mod.rs:65:28
[INFO] [stdout]    |
[INFO] [stdout] 65 |     texture: Arc<DebugCell<Texture>>,
[INFO] [stdout]    |                            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     texture: Arc<DebugCell<dyn Texture>>,
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/manager.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub cached: FileCacher<Model>,
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub cached: FileCacher<dyn Model>,
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/mod.rs:51:27
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub children: Vec<Box<Model>>,
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub children: Vec<Box<dyn Model>>,
[INFO] [stdout]    |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:102:27
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub children: Vec<Box<Model>>,
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub children: Vec<Box<dyn Model>>,
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:156:27
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub children: Vec<Box<Model>>,
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub children: Vec<Box<dyn Model>>,
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:208:27
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub sm: Arc<DebugCell<Model>>,
[INFO] [stdout]     |                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub sm: Arc<DebugCell<dyn Model>>,
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/manager.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub cached: FileCacher<Scene>,
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub cached: FileCacher<dyn Scene>,
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:36:36
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub cameras: Vec<Arc<DebugCell<Camera<f32>>>>,
[INFO] [stdout]    |                                    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub cameras: Vec<Arc<DebugCell<dyn Camera<f32>>>>,
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:37:35
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub audios: Vec<Arc<DebugCell<Audio>>>,
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub audios: Vec<Arc<DebugCell<dyn Audio>>>,
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:38:35
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub lights: Vec<Arc<DebugCell<Light>>>,
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub lights: Vec<Arc<DebugCell<dyn Light>>>,
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:39:35
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub models: Vec<Arc<DebugCell<Model>>>,
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub models: Vec<Arc<DebugCell<dyn Model>>>,
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:40:37
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub occ_material: Arc<DebugCell<Material>>,
[INFO] [stdout]    |                                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub occ_material: Arc<DebugCell<dyn Material>>,
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/shader/manager.rs:13:29
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub cached: Cacher<u64, Shader>,
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub cached: Cacher<u64, dyn Shader>,
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:75:41
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let occ_material: Arc<DebugCell<Material>> = Arc::new(DebugCell::new(White::new(engine1)));
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let occ_material: Arc<DebugCell<dyn Material>> = Arc::new(DebugCell::new(White::new(engine1)));
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/render/texture/manager.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub cached: FileCacher<Texture>,
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub cached: FileCacher<dyn Texture>,
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/engine.rs:35:38
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub current_scene: Arc<DebugCell<Scene>>,
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub current_scene: Arc<DebugCell<dyn Scene>>,
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/mesh.rs:22:33
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub material: Arc<DebugCell<Material>>,
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub material: Arc<DebugCell<dyn Material>>,
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/util/gc.rs:14:29
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pointer: Weak<DebugCell<GcObject>>,
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pointer: Weak<DebugCell<dyn GcObject>>,
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/vulkan/pipeline.rs:98:31
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub shader: Arc<DebugCell<Shader>>,
[INFO] [stdout]    |                               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub shader: Arc<DebugCell<dyn Shader>>,
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/audio/manager.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn get(&mut self, id: u64) -> Arc<DebugCell<Audio>> {
[INFO] [stdout]    |                                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn get(&mut self, id: u64) -> Arc<DebugCell<dyn Audio>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:58:92
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn get_shader(&self, id: u64, logical_device: Arc<LogicalDevice>) -> Arc<DebugCell<Shader>> {
[INFO] [stdout]    |                                                                                            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn get_shader(&self, id: u64, logical_device: Arc<LogicalDevice>) -> Arc<DebugCell<dyn Shader>> {
[INFO] [stdout]    |                                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:62:68
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn get_camera(&self, id: u64, ratio: f32) -> Arc<DebugCell<Camera<f32>>> {
[INFO] [stdout]    |                                                                    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn get_camera(&self, id: u64, ratio: f32) -> Arc<DebugCell<dyn Camera<f32>>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:66:55
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn get_audio(&self, id: u64) -> Arc<DebugCell<Audio>> {
[INFO] [stdout]    |                                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn get_audio(&self, id: u64) -> Arc<DebugCell<dyn Audio>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:70:55
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn get_light(&self, id: u64) -> Arc<DebugCell<Light>> {
[INFO] [stdout]    |                                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn get_light(&self, id: u64) -> Arc<DebugCell<dyn Light>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:74:61
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn get_texture(&mut self, id: u64) -> Arc<DebugCell<Texture>> {
[INFO] [stdout]    |                                                             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn get_texture(&mut self, id: u64) -> Arc<DebugCell<dyn Texture>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:82:24
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Arc<DebugCell<Model>> 
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Arc<DebugCell<dyn Model>> 
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core/asset/manager.rs:93:24
[INFO] [stdout]    |
[INFO] [stdout] 93 |     ) -> Arc<DebugCell<Scene>>
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 93 |     ) -> Arc<DebugCell<dyn Scene>>
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/camera/manager.rs:23:65
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn get(&mut self, id: u64, ratio: f32) -> Arc<DebugCell<Camera<f32>>> {
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn get(&mut self, id: u64, ratio: f32) -> Arc<DebugCell<dyn Camera<f32>>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/light/manager.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn get(&mut self, id: u64) -> Arc<DebugCell<Light>> {
[INFO] [stdout]    |                                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn get(&mut self, id: u64) -> Arc<DebugCell<dyn Light>> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/material/mod.rs:187:20
[INFO] [stdout]     |
[INFO] [stdout] 187 | ) -> Arc<DebugCell<Material>> 
[INFO] [stdout]     |                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 187 | ) -> Arc<DebugCell<dyn Material>> 
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:253:20
[INFO] [stdout]     |
[INFO] [stdout] 253 | ) -> Arc<DebugCell<Model>>
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 253 | ) -> Arc<DebugCell<dyn Model>>
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:267:10
[INFO] [stdout]     |
[INFO] [stdout] 267 | ) -> Box<Model> 
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 267 | ) -> Box<dyn Model> 
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/mod.rs:34:71
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize);
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize);
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/mod.rs:85:71
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize) {
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize) {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:145:71
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:198:71
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/model/mod.rs:245:71
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn rec_occ(&mut self, cmd_buff: &mut CmdBuff, mat: &Arc<DebugCell<dyn Material>>, frame_index: usize) {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/model/manager.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |     ) -> Arc<DebugCell<Model>> 
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     ) -> Arc<DebugCell<dyn Model>> 
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:28:52
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn get_current_camera(&self) -> &Arc<DebugCell<Camera<f32>>>;
[INFO] [stdout]    |                                                    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn get_current_camera(&self) -> &Arc<DebugCell<dyn Camera<f32>>>;
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/scene/mod.rs:106:52
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn get_current_camera(&self) -> &Arc<DebugCell<Camera<f32>>> {
[INFO] [stdout]     |                                                    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn get_current_camera(&self) -> &Arc<DebugCell<dyn Camera<f32>>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/manager.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |     ) -> Arc<DebugCell<Scene>>
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     ) -> Arc<DebugCell<dyn Scene>>
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/shader/manager.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> Arc<DebugCell<Shader>> {
[INFO] [stdout]    |                        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> Arc<DebugCell<dyn Shader>> {
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/texture/manager.rs:23:59
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn get<'a>(&'a mut self, id: Id) -> Arc<DebugCell<Texture>> {
[INFO] [stdout]    |                                                           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn get<'a>(&'a mut self, id: Id) -> Arc<DebugCell<dyn Texture>> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/engine.rs:49:64
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get_mut_current_scene(&mut self) -> DebugCellRefMut<Scene + 'static> {
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn get_mut_current_scene(&mut self) -> DebugCellRefMut<dyn Scene + 'static> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/engine.rs:53:53
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn get_current_scene(&self) -> DebugCellRef<Scene + 'static> {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn get_current_scene(&self) -> DebugCellRef<dyn Scene + 'static> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/util/gc.rs:65:55
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn allocate(&mut self, object: &Arc<DebugCell<GcObject>>) {
[INFO] [stdout]    |                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn allocate(&mut self, object: &Arc<DebugCell<dyn GcObject>>) {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vulkan/pipeline.rs:243:48
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn get_shader(&self) -> &Arc<DebugCell<Shader>> {
[INFO] [stdout]     |                                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn get_shader(&self) -> &Arc<DebugCell<dyn Shader>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vulkan/buffer.rs:270:35
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let gc_obj: Arc<DebugCell<GcObject>> = uniform.clone();
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let gc_obj: Arc<DebugCell<dyn GcObject>> = uniform.clone();
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vulkan/buffer.rs:352:35
[INFO] [stdout]     |
[INFO] [stdout] 352 |         let gc_obj: Arc<DebugCell<GcObject>> = mesh.clone();
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 352 |         let gc_obj: Arc<DebugCell<dyn GcObject>> = mesh.clone();
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vulkan/buffer.rs:367:39
[INFO] [stdout]     |
[INFO] [stdout] 367 |             let gc_obj: Arc<DebugCell<GcObject>> = sd.clone();
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 367 |             let gc_obj: Arc<DebugCell<dyn GcObject>> = sd.clone();
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/scene/mod.rs:75:41
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let occ_material: Arc<DebugCell<Material>> = Arc::new(DebugCell::new(White::new(engine1)));
[INFO] [stdout]    |                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let occ_material: Arc<DebugCell<dyn Material>> = Arc::new(DebugCell::new(White::new(engine1)));
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u_size`
[INFO] [stdout]   --> src/render/scene/mod.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let u_size = file.borrow_mut().read_count() * 1024;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_u_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd_buff`
[INFO] [stdout]    --> src/render/scene/mod.rs:136:26
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn record(&mut self, cmd_buff: &mut CmdBuff, frame_index: usize) {
[INFO] [stdout]     |                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cmd_buff`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame_index`
[INFO] [stdout]    --> src/render/scene/mod.rs:136:50
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn record(&mut self, cmd_buff: &mut CmdBuff, frame_index: usize) {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_frame_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vulkan/buffer.rs:270:35
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let gc_obj: Arc<DebugCell<GcObject>> = uniform.clone();
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let gc_obj: Arc<DebugCell<dyn GcObject>> = uniform.clone();
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vulkan/buffer.rs:352:35
[INFO] [stdout]     |
[INFO] [stdout] 352 |         let gc_obj: Arc<DebugCell<GcObject>> = mesh.clone();
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 352 |         let gc_obj: Arc<DebugCell<dyn GcObject>> = mesh.clone();
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/vulkan/buffer.rs:367:39
[INFO] [stdout]     |
[INFO] [stdout] 367 |             let gc_obj: Arc<DebugCell<GcObject>> = sd.clone();
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 367 |             let gc_obj: Arc<DebugCell<dyn GcObject>> = sd.clone();
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_content` is never read
[INFO] [stdout]   --> src/audio/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Basic {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 12 |     pub file_content: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `texture` is never read
[INFO] [stdout]   --> src/render/material/mod.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct DirectionalTexturedSpeculatedNocubeFullshadowOpaque {
[INFO] [stdout]    |            --------------------------------------------------- field in this struct
[INFO] [stdout] 65 |     texture: Arc<DebugCell<Texture>>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mvp` is never read
[INFO] [stdout]   --> src/render/mesh.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | struct OccUniform {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] 67 |     pub mvp: Mat4x4<f32>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `size` is never read
[INFO] [stdout]   --> src/vulkan/buffer.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct Buffer {
[INFO] [stdout]    |        ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     size: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `vertex_size`, `vertices_count`, `indices_count`, and `indices_size_aligned` are never read
[INFO] [stdout]    --> src/vulkan/buffer.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub struct MeshBuffer {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 186 |     buffer_gc_obj: BufferGcObject,
[INFO] [stdout] 187 |     vertex_size: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 188 |     vertices_count: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     indices_count: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 192 |     indices_size: usize,
[INFO] [stdout] 193 |     indices_size_aligned: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `meshes_size` and `scenes_dynamics_size` are never read
[INFO] [stdout]    --> src/vulkan/buffer.rs:288:5
[INFO] [stdout]     |
[INFO] [stdout] 286 | pub struct Manager {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] 287 |     buffer: Arc<Buffer>,
[INFO] [stdout] 288 |     meshes_size: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 289 |     meshes: Gc,
[INFO] [stdout] 290 |     scenes_dynamics_size: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `clean`, `commit_meshes`, and `commit_scenes_dynamics` are never used
[INFO] [stdout]    --> src/vulkan/buffer.rs:315:8
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl Manager {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 315 |     fn clean(&mut self) {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 |     fn commit_meshes(&self, cmd: &mut CmdBuff) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 383 |     fn commit_scenes_dynamics(&self, frame_number: usize, cmd: &mut CmdBuff) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pool` is never read
[INFO] [stdout]   --> src/vulkan/descriptor.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct Set {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 56 |     pool: Arc<DebugCell<Pool>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `&mut CoreApp` does not permit zero-initialization
[INFO] [stdout]   --> src/system/linux/application.rs:47:32
[INFO] [stdout]    |
[INFO] [stdout] 47 |             core_app: unsafe { transmute(0usize) },
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                this code causes undefined behavior when executed
[INFO] [stdout]    |                                help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: references must be non-null
[INFO] [stdout]    = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `&mut Engine<CoreApp>` does not permit zero-initialization
[INFO] [stdout]   --> src/system/linux/application.rs:48:37
[INFO] [stdout]    |
[INFO] [stdout] 48 |             render_engine: unsafe { transmute(0usize) },
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this code causes undefined behavior when executed
[INFO] [stdout]    |                                     help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: references must be non-null
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]   --> src/system/application.rs:81:13
[INFO] [stdout]    |
[INFO] [stdout] 81 |             Box::from_raw(self.core_app);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 81 |             let _ = Box::from_raw(self.core_app);
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]   --> src/system/application.rs:84:13
[INFO] [stdout]    |
[INFO] [stdout] 84 |             Box::from_raw(self.render_engine);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 84 |             let _ = Box::from_raw(self.render_engine);
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]   --> src/system/application.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |             Box::from_raw(self.os_app);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 87 |             let _ = Box::from_raw(self.os_app);
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `VkAllocationCallbacks` does not permit zero-initialization
[INFO] [stdout]     --> src/system/vulkan.rs:1487:18
[INFO] [stdout]      |
[INFO] [stdout] 1487 |         unsafe { zeroed() }
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  this code causes undefined behavior when executed
[INFO] [stdout]      |                  help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]      |
[INFO] [stdout] note: function pointers must be non-null (in this struct field)
[INFO] [stdout]     --> src/system/vulkan.rs:1478:5
[INFO] [stdout]      |
[INFO] [stdout] 1478 |     pub pfnAllocation: PFN_vkAllocationFunction,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `VkDebugReportCallbackCreateInfoEXT` does not permit zero-initialization
[INFO] [stdout]     --> src/system/vulkan.rs:4763:18
[INFO] [stdout]      |
[INFO] [stdout] 4763 |         unsafe { zeroed() }
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  this code causes undefined behavior when executed
[INFO] [stdout]      |                  help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]      |
[INFO] [stdout] note: function pointers must be non-null (in this struct field)
[INFO] [stdout]     --> src/system/vulkan.rs:4757:5
[INFO] [stdout]      |
[INFO] [stdout] 4757 |     pub pfnCallback: PFN_vkDebugReportCallbackEXT,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]   --> src/util/list.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |         unsafe { Box::from_raw(self); }
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 84 |         unsafe { let _ = Box::from_raw(self); }
[INFO] [stdout]    |                  +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `&mut CoreApp` does not permit zero-initialization
[INFO] [stdout]   --> src/vulkan/engine.rs:55:32
[INFO] [stdout]    |
[INFO] [stdout] 55 |             core_app: unsafe { transmute(0usize) },
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                this code causes undefined behavior when executed
[INFO] [stdout]    |                                help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: references must be non-null
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `&mut system::linux::application::Application<CoreApp>` does not permit zero-initialization
[INFO] [stdout]   --> src/vulkan/engine.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |             os_app: unsafe { transmute(0usize) },
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this code causes undefined behavior when executed
[INFO] [stdout]    |                              help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: references must be non-null
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `unsafe extern "C" fn(*mut VkInstance_T, *const VkDebugReportCallbackCreateInfoEXT, *const VkAllocationCallbacks, *mut *mut VkDebugReportCallbackEXT_T) -> VkResult` does not permit zero-initialization
[INFO] [stdout]    --> src/vulkan/instance.rs:174:60
[INFO] [stdout]     |
[INFO] [stdout] 174 |         if vk_create_debug_report_callback_ext == unsafe { transmute(0usize) } {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                            |
[INFO] [stdout]     |                                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: function pointers must be non-null
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `unsafe extern "C" fn()` does not permit zero-initialization
[INFO] [stdout]    --> src/vulkan/instance.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 |             if proc_addr == unsafe { transmute(0usize) } {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this code causes undefined behavior when executed
[INFO] [stdout]     |                                      help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: function pointers must be non-null
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `unsafe extern "C" fn(*mut VkInstance_T, *mut VkDebugReportCallbackEXT_T, *const VkAllocationCallbacks)` does not permit zero-initialization
[INFO] [stdout]    --> src/vulkan/instance.rs:207:60
[INFO] [stdout]     |
[INFO] [stdout] 207 |                 if vk_destroy_debug_report_callback_ext == transmute(0usize) {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                            |
[INFO] [stdout]     |                                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: function pointers must be non-null
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `strftime_l` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:2036:5
[INFO] [stdout]      |
[INFO] [stdout] 2036 | /     pub fn strftime_l(
[INFO] [stdout] 2037 | |         __s: *mut ::std::os::raw::c_char,
[INFO] [stdout] 2038 | |         __maxsize: usize,
[INFO] [stdout] 2039 | |         __format: *const ::std::os::raw::c_char,
[INFO] [stdout] 2040 | |         __tp: *const tm,
[INFO] [stdout] 2041 | |         __loc: __locale_t,
[INFO] [stdout] 2042 | |     ) -> usize;
[INFO] [stdout]      | |______________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:6032:5
[INFO] [stdout]      |
[INFO] [stdout] 6032 | /     pub fn strftime_l(
[INFO] [stdout] 6033 | |         __s: *mut ::std::os::raw::c_char,
[INFO] [stdout] 6034 | |         __maxsize: size_t,
[INFO] [stdout] 6035 | |         __format: *const ::std::os::raw::c_char,
[INFO] [stdout] 6036 | |         __tp: *const tm,
[INFO] [stdout] 6037 | |         __loc: __locale_t,
[INFO] [stdout] 6038 | |     ) -> size_t;
[INFO] [stdout]      | |_______________- `strftime_l` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut i8, usize, *const i8, *const xcb::tm, *mut xcb::__locale_struct) -> usize`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut i8, usize, *const i8, *const xproto::tm, *mut xproto::__locale_struct) -> usize`
[INFO] [stdout]      = note: `#[warn(clashing_extern_declarations)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `timer_create` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:2140:5
[INFO] [stdout]      |
[INFO] [stdout] 2140 | /     pub fn timer_create(
[INFO] [stdout] 2141 | |         __clock_id: clockid_t,
[INFO] [stdout] 2142 | |         __evp: *mut sigevent,
[INFO] [stdout] 2143 | |         __timerid: *mut timer_t,
[INFO] [stdout] 2144 | |     ) -> ::std::os::raw::c_int;
[INFO] [stdout]      | |______________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:6072:5
[INFO] [stdout]      |
[INFO] [stdout] 6072 | /     pub fn timer_create(
[INFO] [stdout] 6073 | |         __clock_id: clockid_t,
[INFO] [stdout] 6074 | |         __evp: *mut sigevent,
[INFO] [stdout] 6075 | |         __timerid: *mut timer_t,
[INFO] [stdout] 6076 | |     ) -> ::std::os::raw::c_int;
[INFO] [stdout]      | |______________________________- `timer_create` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(i32, *mut xcb::sigevent, *mut *mut c_void) -> i32`
[INFO] [stdout]                 found `unsafe extern "C" fn(i32, *mut xproto::sigevent, *mut *mut c_void) -> i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `__sigsetjmp` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:2689:5
[INFO] [stdout]      |
[INFO] [stdout] 2689 | /     pub fn __sigsetjmp(
[INFO] [stdout] 2690 | |         __env: *mut __jmp_buf_tag,
[INFO] [stdout] 2691 | |         __savemask: ::std::os::raw::c_int,
[INFO] [stdout] 2692 | |     ) -> ::std::os::raw::c_int;
[INFO] [stdout]      | |______________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:6214:5
[INFO] [stdout]      |
[INFO] [stdout] 6214 | /     pub fn __sigsetjmp(
[INFO] [stdout] 6215 | |         __env: *mut __jmp_buf_tag,
[INFO] [stdout] 6216 | |         __savemask: ::std::os::raw::c_int,
[INFO] [stdout] 6217 | |     ) -> ::std::os::raw::c_int;
[INFO] [stdout]      | |______________________________- `__sigsetjmp` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::__jmp_buf_tag, i32) -> i32`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::__jmp_buf_tag, i32) -> i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_flush` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3549:5
[INFO] [stdout]      |
[INFO] [stdout] 3549 |     pub fn xcb_flush(c: *mut xcb_connection_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8450:5
[INFO] [stdout]      |
[INFO] [stdout] 8450 |     pub fn xcb_flush(c: *mut xcb_connection_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |     ------------------------------------------------------------------- `xcb_flush` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> i32`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_maximum_request_length` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3567:5
[INFO] [stdout]      |
[INFO] [stdout] 3567 |     pub fn xcb_get_maximum_request_length(c: *mut xcb_connection_t) -> u32;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8451:5
[INFO] [stdout]      |
[INFO] [stdout] 8451 |     pub fn xcb_get_maximum_request_length(c: *mut xcb_connection_t) -> uint32_t;
[INFO] [stdout]      |     --------------------------------------------------------------------------- `xcb_get_maximum_request_length` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> u32`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_prefetch_maximum_request_length` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3587:5
[INFO] [stdout]      |
[INFO] [stdout] 3587 |     pub fn xcb_prefetch_maximum_request_length(c: *mut xcb_connection_t);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8452:5
[INFO] [stdout]      |
[INFO] [stdout] 8452 |     pub fn xcb_prefetch_maximum_request_length(c: *mut xcb_connection_t);
[INFO] [stdout]      |     -------------------------------------------------------------------- `xcb_prefetch_maximum_request_length` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t)`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_wait_for_event` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3599:5
[INFO] [stdout]      |
[INFO] [stdout] 3599 |     pub fn xcb_wait_for_event(c: *mut xcb_connection_t) -> *mut xcb_generic_event_t;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8453:5
[INFO] [stdout]      |
[INFO] [stdout] 8453 |     pub fn xcb_wait_for_event(c: *mut xcb_connection_t) -> *mut xcb_generic_event_t;
[INFO] [stdout]      |     ------------------------------------------------------------------------------- `xcb_wait_for_event` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> *mut xcb::xcb_generic_event_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> *mut xproto::xcb_generic_event_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poll_for_event` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3613:5
[INFO] [stdout]      |
[INFO] [stdout] 3613 |     pub fn xcb_poll_for_event(c: *mut xcb_connection_t) -> *mut xcb_generic_event_t;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8454:5
[INFO] [stdout]      |
[INFO] [stdout] 8454 |     pub fn xcb_poll_for_event(c: *mut xcb_connection_t) -> *mut xcb_generic_event_t;
[INFO] [stdout]      |     ------------------------------------------------------------------------------- `xcb_poll_for_event` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> *mut xcb::xcb_generic_event_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> *mut xproto::xcb_generic_event_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poll_for_queued_event` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3630:5
[INFO] [stdout]      |
[INFO] [stdout] 3630 |     pub fn xcb_poll_for_queued_event(c: *mut xcb_connection_t) -> *mut xcb_generic_event_t;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8455:5
[INFO] [stdout]      |
[INFO] [stdout] 8455 |     pub fn xcb_poll_for_queued_event(c: *mut xcb_connection_t) -> *mut xcb_generic_event_t;
[INFO] [stdout]      |     -------------------------------------------------------------------------------------- `xcb_poll_for_queued_event` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> *mut xcb::xcb_generic_event_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> *mut xproto::xcb_generic_event_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poll_for_special_event` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3640:5
[INFO] [stdout]      |
[INFO] [stdout] 3640 | /     pub fn xcb_poll_for_special_event(
[INFO] [stdout] 3641 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 3642 | |         se: *mut xcb_special_event_t,
[INFO] [stdout] 3643 | |     ) -> *mut xcb_generic_event_t;
[INFO] [stdout]      | |_________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8456:5
[INFO] [stdout]      |
[INFO] [stdout] 8456 | /     pub fn xcb_poll_for_special_event(
[INFO] [stdout] 8457 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8458 | |         se: *mut xcb_special_event_t,
[INFO] [stdout] 8459 | |     ) -> *mut xcb_generic_event_t;
[INFO] [stdout]      | |_________________________________- `xcb_poll_for_special_event` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, *mut xcb::xcb_special_event) -> *mut xcb::xcb_generic_event_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, *mut xproto::xcb_special_event) -> *mut xproto::xcb_generic_event_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_wait_for_special_event` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3649:5
[INFO] [stdout]      |
[INFO] [stdout] 3649 | /     pub fn xcb_wait_for_special_event(
[INFO] [stdout] 3650 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 3651 | |         se: *mut xcb_special_event_t,
[INFO] [stdout] 3652 | |     ) -> *mut xcb_generic_event_t;
[INFO] [stdout]      | |_________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8460:5
[INFO] [stdout]      |
[INFO] [stdout] 8460 | /     pub fn xcb_wait_for_special_event(
[INFO] [stdout] 8461 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8462 | |         se: *mut xcb_special_event_t,
[INFO] [stdout] 8463 | |     ) -> *mut xcb_generic_event_t;
[INFO] [stdout]      | |_________________________________- `xcb_wait_for_special_event` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, *mut xcb::xcb_special_event) -> *mut xcb::xcb_generic_event_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, *mut xproto::xcb_special_event) -> *mut xproto::xcb_generic_event_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_register_for_special_xge` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3661:5
[INFO] [stdout]      |
[INFO] [stdout] 3661 | /     pub fn xcb_register_for_special_xge(
[INFO] [stdout] 3662 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 3663 | |         ext: *mut xcb_extension_t,
[INFO] [stdout] 3664 | |         eid: u32,
[INFO] [stdout] 3665 | |         stamp: *mut u32,
[INFO] [stdout] 3666 | |     ) -> *mut xcb_special_event_t;
[INFO] [stdout]      | |_________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8464:5
[INFO] [stdout]      |
[INFO] [stdout] 8464 | /     pub fn xcb_register_for_special_xge(
[INFO] [stdout] 8465 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8466 | |         ext: *mut xcb_extension_t,
[INFO] [stdout] 8467 | |         eid: uint32_t,
[INFO] [stdout] 8468 | |         stamp: *mut uint32_t,
[INFO] [stdout] 8469 | |     ) -> *mut xcb_special_event_t;
[INFO] [stdout]      | |_________________________________- `xcb_register_for_special_xge` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, *mut xcb::xcb_extension_t, u32, *mut u32) -> *mut xcb::xcb_special_event`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, *mut xproto::xcb_extension_t, u32, *mut u32) -> *mut xproto::xcb_special_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_unregister_for_special_event` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3672:5
[INFO] [stdout]      |
[INFO] [stdout] 3672 |     pub fn xcb_unregister_for_special_event(c: *mut xcb_connection_t, se: *mut xcb_special_event_t);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8470:5
[INFO] [stdout]      |
[INFO] [stdout] 8470 |     pub fn xcb_unregister_for_special_event(c: *mut xcb_connection_t, se: *mut xcb_special_event_t);
[INFO] [stdout]      |     ----------------------------------------------------------------------------------------------- `xcb_unregister_for_special_event` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, *mut xcb::xcb_special_event)`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, *mut xproto::xcb_special_event)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_request_check` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3691:5
[INFO] [stdout]      |
[INFO] [stdout] 3691 | /     pub fn xcb_request_check(
[INFO] [stdout] 3692 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 3693 | |         cookie: xcb_void_cookie_t,
[INFO] [stdout] 3694 | |     ) -> *mut xcb_generic_error_t;
[INFO] [stdout]      | |_________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8471:5
[INFO] [stdout]      |
[INFO] [stdout] 8471 | /     pub fn xcb_request_check(
[INFO] [stdout] 8472 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8473 | |         cookie: xcb_void_cookie_t,
[INFO] [stdout] 8474 | |     ) -> *mut xcb_generic_error_t;
[INFO] [stdout]      | |_________________________________- `xcb_request_check` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_void_cookie_t) -> *mut xcb::xcb_generic_error_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_void_cookie_t) -> *mut xproto::xcb_generic_error_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_discard_reply` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3711:5
[INFO] [stdout]      |
[INFO] [stdout] 3711 |     pub fn xcb_discard_reply(c: *mut xcb_connection_t, sequence: ::std::os::raw::c_uint);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8475:5
[INFO] [stdout]      |
[INFO] [stdout] 8475 |     pub fn xcb_discard_reply(c: *mut xcb_connection_t, sequence: ::std::os::raw::c_uint);
[INFO] [stdout]      |     ------------------------------------------------------------------------------------ `xcb_discard_reply` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32)`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_discard_reply64` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3733:5
[INFO] [stdout]      |
[INFO] [stdout] 3733 |     pub fn xcb_discard_reply64(c: *mut xcb_connection_t, sequence: u64);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8476:5
[INFO] [stdout]      |
[INFO] [stdout] 8476 |     pub fn xcb_discard_reply64(c: *mut xcb_connection_t, sequence: uint64_t);
[INFO] [stdout]      |     ------------------------------------------------------------------------ `xcb_discard_reply64` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u64)`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u64)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_extension_data` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3862:5
[INFO] [stdout]      |
[INFO] [stdout] 3862 | /     pub fn xcb_get_extension_data(
[INFO] [stdout] 3863 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 3864 | |         ext: *mut xcb_extension_t,
[INFO] [stdout] 3865 | |     ) -> *const xcb_query_extension_reply_t;
[INFO] [stdout]      | |___________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8477:5
[INFO] [stdout]      |
[INFO] [stdout] 8477 | /     pub fn xcb_get_extension_data(
[INFO] [stdout] 8478 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8479 | |         ext: *mut xcb_extension_t,
[INFO] [stdout] 8480 | |     ) -> *const xcb_query_extension_reply_t;
[INFO] [stdout]      | |___________________________________________- `xcb_get_extension_data` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, *mut xcb::xcb_extension_t) -> *const xcb::xcb_query_extension_reply_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, *mut xproto::xcb_extension_t) -> *const xproto::xcb_query_extension_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_prefetch_extension_data` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:3879:5
[INFO] [stdout]      |
[INFO] [stdout] 3879 |     pub fn xcb_prefetch_extension_data(c: *mut xcb_connection_t, ext: *mut xcb_extension_t);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8481:5
[INFO] [stdout]      |
[INFO] [stdout] 8481 |     pub fn xcb_prefetch_extension_data(c: *mut xcb_connection_t, ext: *mut xcb_extension_t);
[INFO] [stdout]      |     --------------------------------------------------------------------------------------- `xcb_prefetch_extension_data` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, *mut xcb::xcb_extension_t)`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, *mut xproto::xcb_extension_t)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_setup` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:4142:5
[INFO] [stdout]      |
[INFO] [stdout] 4142 |     pub fn xcb_get_setup(c: *mut xcb_connection_t) -> *const xcb_setup_t;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8482:5
[INFO] [stdout]      |
[INFO] [stdout] 8482 |     pub fn xcb_get_setup(c: *mut xcb_connection_t) -> *const xcb_setup_t;
[INFO] [stdout]      |     -------------------------------------------------------------------- `xcb_get_setup` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> *const xcb::xcb_setup_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> *const xproto::xcb_setup_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_file_descriptor` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:4153:5
[INFO] [stdout]      |
[INFO] [stdout] 4153 |     pub fn xcb_get_file_descriptor(c: *mut xcb_connection_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8483:5
[INFO] [stdout]      |
[INFO] [stdout] 8483 |     pub fn xcb_get_file_descriptor(c: *mut xcb_connection_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |     --------------------------------------------------------------------------------- `xcb_get_file_descriptor` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> i32`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_connection_has_error` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:4174:5
[INFO] [stdout]      |
[INFO] [stdout] 4174 |     pub fn xcb_connection_has_error(c: *mut xcb_connection_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8484:5
[INFO] [stdout]      |
[INFO] [stdout] 8484 |     pub fn xcb_connection_has_error(c: *mut xcb_connection_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |     ---------------------------------------------------------------------------------- `xcb_connection_has_error` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> i32`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_connect_to_fd` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:4194:5
[INFO] [stdout]      |
[INFO] [stdout] 4194 | /     pub fn xcb_connect_to_fd(
[INFO] [stdout] 4195 | |         fd: ::std::os::raw::c_int,
[INFO] [stdout] 4196 | |         auth_info: *mut xcb_auth_info_t,
[INFO] [stdout] 4197 | |     ) -> *mut xcb_connection_t;
[INFO] [stdout]      | |______________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8485:5
[INFO] [stdout]      |
[INFO] [stdout] 8485 | /     pub fn xcb_connect_to_fd(
[INFO] [stdout] 8486 | |         fd: ::std::os::raw::c_int,
[INFO] [stdout] 8487 | |         auth_info: *mut xcb_auth_info_t,
[INFO] [stdout] 8488 | |     ) -> *mut xcb_connection_t;
[INFO] [stdout]      | |______________________________- `xcb_connect_to_fd` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(i32, *mut xcb::xcb_auth_info_t) -> *mut xcb::xcb_connection_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(i32, *mut xproto::xcb_auth_info_t) -> *mut xproto::xcb_connection_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_disconnect` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:4207:5
[INFO] [stdout]      |
[INFO] [stdout] 4207 |     pub fn xcb_disconnect(c: *mut xcb_connection_t);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8489:5
[INFO] [stdout]      |
[INFO] [stdout] 8489 |     pub fn xcb_disconnect(c: *mut xcb_connection_t);
[INFO] [stdout]      |     ----------------------------------------------- `xcb_disconnect` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t)`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_connect` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:4252:5
[INFO] [stdout]      |
[INFO] [stdout] 4252 | /     pub fn xcb_connect(
[INFO] [stdout] 4253 | |         displayname: *const ::std::os::raw::c_char,
[INFO] [stdout] 4254 | |         screenp: *mut ::std::os::raw::c_int,
[INFO] [stdout] 4255 | |     ) -> *mut xcb_connection_t;
[INFO] [stdout]      | |______________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8496:5
[INFO] [stdout]      |
[INFO] [stdout] 8496 | /     pub fn xcb_connect(
[INFO] [stdout] 8497 | |         displayname: *const ::std::os::raw::c_char,
[INFO] [stdout] 8498 | |         screenp: *mut ::std::os::raw::c_int,
[INFO] [stdout] 8499 | |     ) -> *mut xcb_connection_t;
[INFO] [stdout]      | |______________________________- `xcb_connect` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*const i8, *mut i32) -> *mut xcb::xcb_connection_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*const i8, *mut i32) -> *mut xproto::xcb_connection_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_connect_to_display_with_auth_info` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:4275:5
[INFO] [stdout]      |
[INFO] [stdout] 4275 | /     pub fn xcb_connect_to_display_with_auth_info(
[INFO] [stdout] 4276 | |         display: *const ::std::os::raw::c_char,
[INFO] [stdout] 4277 | |         auth: *mut xcb_auth_info_t,
[INFO] [stdout] 4278 | |         screen: *mut ::std::os::raw::c_int,
[INFO] [stdout] 4279 | |     ) -> *mut xcb_connection_t;
[INFO] [stdout]      | |______________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8500:5
[INFO] [stdout]      |
[INFO] [stdout] 8500 | /     pub fn xcb_connect_to_display_with_auth_info(
[INFO] [stdout] 8501 | |         display: *const ::std::os::raw::c_char,
[INFO] [stdout] 8502 | |         auth: *mut xcb_auth_info_t,
[INFO] [stdout] 8503 | |         screen: *mut ::std::os::raw::c_int,
[INFO] [stdout] 8504 | |     ) -> *mut xcb_connection_t;
[INFO] [stdout]      | |______________________________- `xcb_connect_to_display_with_auth_info` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*const i8, *mut xcb::xcb_auth_info_t, *mut i32) -> *mut xcb::xcb_connection_t`
[INFO] [stdout]                 found `unsafe extern "C" fn(*const i8, *mut xproto::xcb_auth_info_t, *mut i32) -> *mut xproto::xcb_connection_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_generate_id` redeclared with a different signature
[INFO] [stdout]     --> src/system/linux/xproto.rs:4290:5
[INFO] [stdout]      |
[INFO] [stdout] 4290 |     pub fn xcb_generate_id(c: *mut xcb_connection_t) -> u32;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/system/linux/xcb.rs:8505:5
[INFO] [stdout]      |
[INFO] [stdout] 8505 |     pub fn xcb_generate_id(c: *mut xcb_connection_t) -> uint32_t;
[INFO] [stdout]      |     ------------------------------------------------------------ `xcb_generate_id` previously declared here
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> u32`
[INFO] [stdout]                 found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_window_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:28984:5
[INFO] [stdout]       |
[INFO] [stdout] 28984 | /     pub fn xcb_create_window_checked(
[INFO] [stdout] 28985 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 28986 | |         depth: u8,
[INFO] [stdout] 28987 | |         wid: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 28997 | |         value_list: *const u32,
[INFO] [stdout] 28998 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6514:5
[INFO] [stdout]       |
[INFO] [stdout] 6514  | /     pub fn xcb_create_window_checked(
[INFO] [stdout] 6515  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6516  | |         depth: uint8_t,
[INFO] [stdout] 6517  | |         wid: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6527  | |         value_list: *const uint32_t,
[INFO] [stdout] 6528  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_window_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, i16, i16, u16, u16, u16, u16, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, i16, i16, u16, u16, u16, u16, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_window` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29044:5
[INFO] [stdout]       |
[INFO] [stdout] 29044 | /     pub fn xcb_create_window(
[INFO] [stdout] 29045 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29046 | |         depth: u8,
[INFO] [stdout] 29047 | |         wid: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 29057 | |         value_list: *const u32,
[INFO] [stdout] 29058 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6529:5
[INFO] [stdout]       |
[INFO] [stdout] 6529  | /     pub fn xcb_create_window(
[INFO] [stdout] 6530  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6531  | |         depth: uint8_t,
[INFO] [stdout] 6532  | |         wid: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6542  | |         value_list: *const uint32_t,
[INFO] [stdout] 6543  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_window` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, i16, i16, u16, u16, u16, u16, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, i16, i16, u16, u16, u16, u16, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_window_attributes_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29084:5
[INFO] [stdout]       |
[INFO] [stdout] 29084 | /     pub fn xcb_change_window_attributes_checked(
[INFO] [stdout] 29085 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29086 | |         window: xcb_window_t,
[INFO] [stdout] 29087 | |         value_mask: u32,
[INFO] [stdout] 29088 | |         value_list: *const u32,
[INFO] [stdout] 29089 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6547:5
[INFO] [stdout]       |
[INFO] [stdout] 6547  | /     pub fn xcb_change_window_attributes_checked(
[INFO] [stdout] 6548  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6549  | |         window: xcb_window_t,
[INFO] [stdout] 6550  | |         value_mask: uint32_t,
[INFO] [stdout] 6551  | |         value_list: *const uint32_t,
[INFO] [stdout] 6552  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_window_attributes_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_window_attributes` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29107:5
[INFO] [stdout]       |
[INFO] [stdout] 29107 | /     pub fn xcb_change_window_attributes(
[INFO] [stdout] 29108 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29109 | |         window: xcb_window_t,
[INFO] [stdout] 29110 | |         value_mask: u32,
[INFO] [stdout] 29111 | |         value_list: *const u32,
[INFO] [stdout] 29112 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6553:5
[INFO] [stdout]       |
[INFO] [stdout] 6553  | /     pub fn xcb_change_window_attributes(
[INFO] [stdout] 6554  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6555  | |         window: xcb_window_t,
[INFO] [stdout] 6556  | |         value_mask: uint32_t,
[INFO] [stdout] 6557  | |         value_list: *const uint32_t,
[INFO] [stdout] 6558  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_window_attributes` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_window_attributes` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29125:5
[INFO] [stdout]       |
[INFO] [stdout] 29125 | /     pub fn xcb_get_window_attributes(
[INFO] [stdout] 29126 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29127 | |         window: xcb_window_t,
[INFO] [stdout] 29128 | |     ) -> xcb_get_window_attributes_cookie_t;
[INFO] [stdout]       | |___________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6559:5
[INFO] [stdout]       |
[INFO] [stdout] 6559  | /     pub fn xcb_get_window_attributes(
[INFO] [stdout] 6560  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6561  | |         window: xcb_window_t,
[INFO] [stdout] 6562  | |     ) -> xcb_get_window_attributes_cookie_t;
[INFO] [stdout]       | |___________________________________________- `xcb_get_window_attributes` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_get_window_attributes_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_get_window_attributes_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_window_attributes_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29144:5
[INFO] [stdout]       |
[INFO] [stdout] 29144 | /     pub fn xcb_get_window_attributes_unchecked(
[INFO] [stdout] 29145 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29146 | |         window: xcb_window_t,
[INFO] [stdout] 29147 | |     ) -> xcb_get_window_attributes_cookie_t;
[INFO] [stdout]       | |___________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6563:5
[INFO] [stdout]       |
[INFO] [stdout] 6563  | /     pub fn xcb_get_window_attributes_unchecked(
[INFO] [stdout] 6564  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6565  | |         window: xcb_window_t,
[INFO] [stdout] 6566  | |     ) -> xcb_get_window_attributes_cookie_t;
[INFO] [stdout]       | |___________________________________________- `xcb_get_window_attributes_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_get_window_attributes_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_get_window_attributes_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_window_attributes_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29164:5
[INFO] [stdout]       |
[INFO] [stdout] 29164 | /     pub fn xcb_get_window_attributes_reply(
[INFO] [stdout] 29165 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29166 | |         cookie: xcb_get_window_attributes_cookie_t,
[INFO] [stdout] 29167 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 29168 | |     ) -> *mut xcb_get_window_attributes_reply_t;
[INFO] [stdout]       | |_______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6567:5
[INFO] [stdout]       |
[INFO] [stdout] 6567  | /     pub fn xcb_get_window_attributes_reply(
[INFO] [stdout] 6568  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6569  | |         cookie: xcb_get_window_attributes_cookie_t,
[INFO] [stdout] 6570  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6571  | |     ) -> *mut xcb_get_window_attributes_reply_t;
[INFO] [stdout]       | |_______________________________________________- `xcb_get_window_attributes_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_window_attributes_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_window_attributes_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_window_attributes_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_window_attributes_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_destroy_window_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29189:5
[INFO] [stdout]       |
[INFO] [stdout] 29189 | /     pub fn xcb_destroy_window_checked(
[INFO] [stdout] 29190 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29191 | |         window: xcb_window_t,
[INFO] [stdout] 29192 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6572:5
[INFO] [stdout]       |
[INFO] [stdout] 6572  | /     pub fn xcb_destroy_window_checked(
[INFO] [stdout] 6573  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6574  | |         window: xcb_window_t,
[INFO] [stdout] 6575  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_destroy_window_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_destroy_window` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29210:5
[INFO] [stdout]       |
[INFO] [stdout] 29210 |     pub fn xcb_destroy_window(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6576:5
[INFO] [stdout]       |
[INFO] [stdout] 6576  |     pub fn xcb_destroy_window(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------------------------------- `xcb_destroy_window` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_destroy_subwindows_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29224:5
[INFO] [stdout]       |
[INFO] [stdout] 29224 | /     pub fn xcb_destroy_subwindows_checked(
[INFO] [stdout] 29225 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29226 | |         window: xcb_window_t,
[INFO] [stdout] 29227 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6577:5
[INFO] [stdout]       |
[INFO] [stdout] 6577  | /     pub fn xcb_destroy_subwindows_checked(
[INFO] [stdout] 6578  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6579  | |         window: xcb_window_t,
[INFO] [stdout] 6580  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_destroy_subwindows_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_destroy_subwindows` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29238:5
[INFO] [stdout]       |
[INFO] [stdout] 29238 | /     pub fn xcb_destroy_subwindows(
[INFO] [stdout] 29239 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29240 | |         window: xcb_window_t,
[INFO] [stdout] 29241 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6581:5
[INFO] [stdout]       |
[INFO] [stdout] 6581  | /     pub fn xcb_destroy_subwindows(
[INFO] [stdout] 6582  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6583  | |         window: xcb_window_t,
[INFO] [stdout] 6584  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_destroy_subwindows` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_save_set_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29262:5
[INFO] [stdout]       |
[INFO] [stdout] 29262 | /     pub fn xcb_change_save_set_checked(
[INFO] [stdout] 29263 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29264 | |         mode: u8,
[INFO] [stdout] 29265 | |         window: xcb_window_t,
[INFO] [stdout] 29266 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6585:5
[INFO] [stdout]       |
[INFO] [stdout] 6585  | /     pub fn xcb_change_save_set_checked(
[INFO] [stdout] 6586  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6587  | |         mode: uint8_t,
[INFO] [stdout] 6588  | |         window: xcb_window_t,
[INFO] [stdout] 6589  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_save_set_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_save_set` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29284:5
[INFO] [stdout]       |
[INFO] [stdout] 29284 | /     pub fn xcb_change_save_set(
[INFO] [stdout] 29285 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29286 | |         mode: u8,
[INFO] [stdout] 29287 | |         window: xcb_window_t,
[INFO] [stdout] 29288 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6590:5
[INFO] [stdout]       |
[INFO] [stdout] 6590  | /     pub fn xcb_change_save_set(
[INFO] [stdout] 6591  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6592  | |         mode: uint8_t,
[INFO] [stdout] 6593  | |         window: xcb_window_t,
[INFO] [stdout] 6594  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_save_set` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_reparent_window_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29312:5
[INFO] [stdout]       |
[INFO] [stdout] 29312 | /     pub fn xcb_reparent_window_checked(
[INFO] [stdout] 29313 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29314 | |         window: xcb_window_t,
[INFO] [stdout] 29315 | |         parent: xcb_window_t,
[INFO] [stdout] 29316 | |         x: i16,
[INFO] [stdout] 29317 | |         y: i16,
[INFO] [stdout] 29318 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6595:5
[INFO] [stdout]       |
[INFO] [stdout] 6595  | /     pub fn xcb_reparent_window_checked(
[INFO] [stdout] 6596  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6597  | |         window: xcb_window_t,
[INFO] [stdout] 6598  | |         parent: xcb_window_t,
[INFO] [stdout] 6599  | |         x: int16_t,
[INFO] [stdout] 6600  | |         y: int16_t,
[INFO] [stdout] 6601  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_reparent_window_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_reparent_window` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29339:5
[INFO] [stdout]       |
[INFO] [stdout] 29339 | /     pub fn xcb_reparent_window(
[INFO] [stdout] 29340 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29341 | |         window: xcb_window_t,
[INFO] [stdout] 29342 | |         parent: xcb_window_t,
[INFO] [stdout] 29343 | |         x: i16,
[INFO] [stdout] 29344 | |         y: i16,
[INFO] [stdout] 29345 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6602:5
[INFO] [stdout]       |
[INFO] [stdout] 6602  | /     pub fn xcb_reparent_window(
[INFO] [stdout] 6603  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6604  | |         window: xcb_window_t,
[INFO] [stdout] 6605  | |         parent: xcb_window_t,
[INFO] [stdout] 6606  | |         x: int16_t,
[INFO] [stdout] 6607  | |         y: int16_t,
[INFO] [stdout] 6608  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_reparent_window` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_map_window_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29379:5
[INFO] [stdout]       |
[INFO] [stdout] 29379 | /     pub fn xcb_map_window_checked(
[INFO] [stdout] 29380 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29381 | |         window: xcb_window_t,
[INFO] [stdout] 29382 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6609:5
[INFO] [stdout]       |
[INFO] [stdout] 6609  | /     pub fn xcb_map_window_checked(
[INFO] [stdout] 6610  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6611  | |         window: xcb_window_t,
[INFO] [stdout] 6612  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_map_window_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_map_window` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29413:5
[INFO] [stdout]       |
[INFO] [stdout] 29413 |     pub fn xcb_map_window(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6613:5
[INFO] [stdout]       |
[INFO] [stdout] 6613  |     pub fn xcb_map_window(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------------ `xcb_map_window` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_map_subwindows_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29427:5
[INFO] [stdout]       |
[INFO] [stdout] 29427 | /     pub fn xcb_map_subwindows_checked(
[INFO] [stdout] 29428 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29429 | |         window: xcb_window_t,
[INFO] [stdout] 29430 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6614:5
[INFO] [stdout]       |
[INFO] [stdout] 6614  | /     pub fn xcb_map_subwindows_checked(
[INFO] [stdout] 6615  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6616  | |         window: xcb_window_t,
[INFO] [stdout] 6617  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_map_subwindows_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_map_subwindows` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29441:5
[INFO] [stdout]       |
[INFO] [stdout] 29441 |     pub fn xcb_map_subwindows(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6618:5
[INFO] [stdout]       |
[INFO] [stdout] 6618  |     pub fn xcb_map_subwindows(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------------------------------- `xcb_map_subwindows` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_unmap_window_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29461:5
[INFO] [stdout]       |
[INFO] [stdout] 29461 | /     pub fn xcb_unmap_window_checked(
[INFO] [stdout] 29462 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29463 | |         window: xcb_window_t,
[INFO] [stdout] 29464 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6619:5
[INFO] [stdout]       |
[INFO] [stdout] 6619  | /     pub fn xcb_unmap_window_checked(
[INFO] [stdout] 6620  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6621  | |         window: xcb_window_t,
[INFO] [stdout] 6622  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_unmap_window_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_unmap_window` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29481:5
[INFO] [stdout]       |
[INFO] [stdout] 29481 |     pub fn xcb_unmap_window(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6623:5
[INFO] [stdout]       |
[INFO] [stdout] 6623  |     pub fn xcb_unmap_window(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     -------------------------------------------------------------------------------------------- `xcb_unmap_window` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_unmap_subwindows_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29495:5
[INFO] [stdout]       |
[INFO] [stdout] 29495 | /     pub fn xcb_unmap_subwindows_checked(
[INFO] [stdout] 29496 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29497 | |         window: xcb_window_t,
[INFO] [stdout] 29498 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6624:5
[INFO] [stdout]       |
[INFO] [stdout] 6624  | /     pub fn xcb_unmap_subwindows_checked(
[INFO] [stdout] 6625  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6626  | |         window: xcb_window_t,
[INFO] [stdout] 6627  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_unmap_subwindows_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_unmap_subwindows` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29509:5
[INFO] [stdout]       |
[INFO] [stdout] 29509 | /     pub fn xcb_unmap_subwindows(
[INFO] [stdout] 29510 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29511 | |         window: xcb_window_t,
[INFO] [stdout] 29512 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6628:5
[INFO] [stdout]       |
[INFO] [stdout] 6628  | /     pub fn xcb_unmap_subwindows(
[INFO] [stdout] 6629  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6630  | |         window: xcb_window_t,
[INFO] [stdout] 6631  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_unmap_subwindows` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_configure_window_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29536:5
[INFO] [stdout]       |
[INFO] [stdout] 29536 | /     pub fn xcb_configure_window_checked(
[INFO] [stdout] 29537 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29538 | |         window: xcb_window_t,
[INFO] [stdout] 29539 | |         value_mask: u16,
[INFO] [stdout] 29540 | |         value_list: *const u32,
[INFO] [stdout] 29541 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6635:5
[INFO] [stdout]       |
[INFO] [stdout] 6635  | /     pub fn xcb_configure_window_checked(
[INFO] [stdout] 6636  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6637  | |         window: xcb_window_t,
[INFO] [stdout] 6638  | |         value_mask: uint16_t,
[INFO] [stdout] 6639  | |         value_list: *const uint32_t,
[INFO] [stdout] 6640  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_configure_window_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_configure_window` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29557:5
[INFO] [stdout]       |
[INFO] [stdout] 29557 | /     pub fn xcb_configure_window(
[INFO] [stdout] 29558 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29559 | |         window: xcb_window_t,
[INFO] [stdout] 29560 | |         value_mask: u16,
[INFO] [stdout] 29561 | |         value_list: *const u32,
[INFO] [stdout] 29562 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6641:5
[INFO] [stdout]       |
[INFO] [stdout] 6641  | /     pub fn xcb_configure_window(
[INFO] [stdout] 6642  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6643  | |         window: xcb_window_t,
[INFO] [stdout] 6644  | |         value_mask: uint16_t,
[INFO] [stdout] 6645  | |         value_list: *const uint32_t,
[INFO] [stdout] 6646  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_configure_window` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_circulate_window_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29584:5
[INFO] [stdout]       |
[INFO] [stdout] 29584 | /     pub fn xcb_circulate_window_checked(
[INFO] [stdout] 29585 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29586 | |         direction: u8,
[INFO] [stdout] 29587 | |         window: xcb_window_t,
[INFO] [stdout] 29588 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6647:5
[INFO] [stdout]       |
[INFO] [stdout] 6647  | /     pub fn xcb_circulate_window_checked(
[INFO] [stdout] 6648  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6649  | |         direction: uint8_t,
[INFO] [stdout] 6650  | |         window: xcb_window_t,
[INFO] [stdout] 6651  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_circulate_window_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_circulate_window` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29607:5
[INFO] [stdout]       |
[INFO] [stdout] 29607 | /     pub fn xcb_circulate_window(
[INFO] [stdout] 29608 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29609 | |         direction: u8,
[INFO] [stdout] 29610 | |         window: xcb_window_t,
[INFO] [stdout] 29611 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6652:5
[INFO] [stdout]       |
[INFO] [stdout] 6652  | /     pub fn xcb_circulate_window(
[INFO] [stdout] 6653  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6654  | |         direction: uint8_t,
[INFO] [stdout] 6655  | |         window: xcb_window_t,
[INFO] [stdout] 6656  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_circulate_window` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_geometry` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29624:5
[INFO] [stdout]       |
[INFO] [stdout] 29624 | /     pub fn xcb_get_geometry(
[INFO] [stdout] 29625 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29626 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 29627 | |     ) -> xcb_get_geometry_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6657:5
[INFO] [stdout]       |
[INFO] [stdout] 6657  | /     pub fn xcb_get_geometry(
[INFO] [stdout] 6658  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6659  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 6660  | |     ) -> xcb_get_geometry_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_get_geometry` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_get_geometry_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_get_geometry_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_geometry_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29643:5
[INFO] [stdout]       |
[INFO] [stdout] 29643 | /     pub fn xcb_get_geometry_unchecked(
[INFO] [stdout] 29644 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29645 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 29646 | |     ) -> xcb_get_geometry_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6661:5
[INFO] [stdout]       |
[INFO] [stdout] 6661  | /     pub fn xcb_get_geometry_unchecked(
[INFO] [stdout] 6662  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6663  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 6664  | |     ) -> xcb_get_geometry_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_get_geometry_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_get_geometry_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_get_geometry_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_geometry_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29663:5
[INFO] [stdout]       |
[INFO] [stdout] 29663 | /     pub fn xcb_get_geometry_reply(
[INFO] [stdout] 29664 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29665 | |         cookie: xcb_get_geometry_cookie_t,
[INFO] [stdout] 29666 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 29667 | |     ) -> *mut xcb_get_geometry_reply_t;
[INFO] [stdout]       | |______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6665:5
[INFO] [stdout]       |
[INFO] [stdout] 6665  | /     pub fn xcb_get_geometry_reply(
[INFO] [stdout] 6666  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6667  | |         cookie: xcb_get_geometry_cookie_t,
[INFO] [stdout] 6668  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6669  | |     ) -> *mut xcb_get_geometry_reply_t;
[INFO] [stdout]       | |______________________________________- `xcb_get_geometry_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_geometry_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_geometry_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_geometry_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_geometry_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_tree` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29684:5
[INFO] [stdout]       |
[INFO] [stdout] 29684 | /     pub fn xcb_query_tree(
[INFO] [stdout] 29685 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29686 | |         window: xcb_window_t,
[INFO] [stdout] 29687 | |     ) -> xcb_query_tree_cookie_t;
[INFO] [stdout]       | |________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6671:5
[INFO] [stdout]       |
[INFO] [stdout] 6671  | /     pub fn xcb_query_tree(
[INFO] [stdout] 6672  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6673  | |         window: xcb_window_t,
[INFO] [stdout] 6674  | |     ) -> xcb_query_tree_cookie_t;
[INFO] [stdout]       | |________________________________- `xcb_query_tree` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_query_tree_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_query_tree_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_tree_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29704:5
[INFO] [stdout]       |
[INFO] [stdout] 29704 | /     pub fn xcb_query_tree_unchecked(
[INFO] [stdout] 29705 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29706 | |         window: xcb_window_t,
[INFO] [stdout] 29707 | |     ) -> xcb_query_tree_cookie_t;
[INFO] [stdout]       | |________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6675:5
[INFO] [stdout]       |
[INFO] [stdout] 6675  | /     pub fn xcb_query_tree_unchecked(
[INFO] [stdout] 6676  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6677  | |         window: xcb_window_t,
[INFO] [stdout] 6678  | |     ) -> xcb_query_tree_cookie_t;
[INFO] [stdout]       | |________________________________- `xcb_query_tree_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_query_tree_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_query_tree_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_tree_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29735:5
[INFO] [stdout]       |
[INFO] [stdout] 29735 | /     pub fn xcb_query_tree_reply(
[INFO] [stdout] 29736 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29737 | |         cookie: xcb_query_tree_cookie_t,
[INFO] [stdout] 29738 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 29739 | |     ) -> *mut xcb_query_tree_reply_t;
[INFO] [stdout]       | |____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6684:5
[INFO] [stdout]       |
[INFO] [stdout] 6684  | /     pub fn xcb_query_tree_reply(
[INFO] [stdout] 6685  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6686  | |         cookie: xcb_query_tree_cookie_t,
[INFO] [stdout] 6687  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6688  | |     ) -> *mut xcb_query_tree_reply_t;
[INFO] [stdout]       | |____________________________________- `xcb_query_tree_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_query_tree_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_query_tree_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_query_tree_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_query_tree_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_intern_atom` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29763:5
[INFO] [stdout]       |
[INFO] [stdout] 29763 | /     pub fn xcb_intern_atom(
[INFO] [stdout] 29764 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29765 | |         only_if_exists: u8,
[INFO] [stdout] 29766 | |         name_len: u16,
[INFO] [stdout] 29767 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 29768 | |     ) -> xcb_intern_atom_cookie_t;
[INFO] [stdout]       | |_________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6690:5
[INFO] [stdout]       |
[INFO] [stdout] 6690  | /     pub fn xcb_intern_atom(
[INFO] [stdout] 6691  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6692  | |         only_if_exists: uint8_t,
[INFO] [stdout] 6693  | |         name_len: uint16_t,
[INFO] [stdout] 6694  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 6695  | |     ) -> xcb_intern_atom_cookie_t;
[INFO] [stdout]       | |_________________________________- `xcb_intern_atom` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u16, *const i8) -> xcb::xcb_intern_atom_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u16, *const i8) -> xproto::xcb_intern_atom_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_intern_atom_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29792:5
[INFO] [stdout]       |
[INFO] [stdout] 29792 | /     pub fn xcb_intern_atom_unchecked(
[INFO] [stdout] 29793 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29794 | |         only_if_exists: u8,
[INFO] [stdout] 29795 | |         name_len: u16,
[INFO] [stdout] 29796 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 29797 | |     ) -> xcb_intern_atom_cookie_t;
[INFO] [stdout]       | |_________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6696:5
[INFO] [stdout]       |
[INFO] [stdout] 6696  | /     pub fn xcb_intern_atom_unchecked(
[INFO] [stdout] 6697  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6698  | |         only_if_exists: uint8_t,
[INFO] [stdout] 6699  | |         name_len: uint16_t,
[INFO] [stdout] 6700  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 6701  | |     ) -> xcb_intern_atom_cookie_t;
[INFO] [stdout]       | |_________________________________- `xcb_intern_atom_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u16, *const i8) -> xcb::xcb_intern_atom_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u16, *const i8) -> xproto::xcb_intern_atom_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_intern_atom_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29814:5
[INFO] [stdout]       |
[INFO] [stdout] 29814 | /     pub fn xcb_intern_atom_reply(
[INFO] [stdout] 29815 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29816 | |         cookie: xcb_intern_atom_cookie_t,
[INFO] [stdout] 29817 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 29818 | |     ) -> *mut xcb_intern_atom_reply_t;
[INFO] [stdout]       | |_____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6702:5
[INFO] [stdout]       |
[INFO] [stdout] 6702  | /     pub fn xcb_intern_atom_reply(
[INFO] [stdout] 6703  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6704  | |         cookie: xcb_intern_atom_cookie_t,
[INFO] [stdout] 6705  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6706  | |     ) -> *mut xcb_intern_atom_reply_t;
[INFO] [stdout]       | |_____________________________________- `xcb_intern_atom_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_intern_atom_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_intern_atom_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_intern_atom_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_intern_atom_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_atom_name` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29834:5
[INFO] [stdout]       |
[INFO] [stdout] 29834 | /     pub fn xcb_get_atom_name(
[INFO] [stdout] 29835 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29836 | |         atom: xcb_atom_t,
[INFO] [stdout] 29837 | |     ) -> xcb_get_atom_name_cookie_t;
[INFO] [stdout]       | |___________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6710:5
[INFO] [stdout]       |
[INFO] [stdout] 6710  | /     pub fn xcb_get_atom_name(
[INFO] [stdout] 6711  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6712  | |         atom: xcb_atom_t,
[INFO] [stdout] 6713  | |     ) -> xcb_get_atom_name_cookie_t;
[INFO] [stdout]       | |___________________________________- `xcb_get_atom_name` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_get_atom_name_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_get_atom_name_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_atom_name_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29851:5
[INFO] [stdout]       |
[INFO] [stdout] 29851 | /     pub fn xcb_get_atom_name_unchecked(
[INFO] [stdout] 29852 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29853 | |         atom: xcb_atom_t,
[INFO] [stdout] 29854 | |     ) -> xcb_get_atom_name_cookie_t;
[INFO] [stdout]       | |___________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6714:5
[INFO] [stdout]       |
[INFO] [stdout] 6714  | /     pub fn xcb_get_atom_name_unchecked(
[INFO] [stdout] 6715  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6716  | |         atom: xcb_atom_t,
[INFO] [stdout] 6717  | |     ) -> xcb_get_atom_name_cookie_t;
[INFO] [stdout]       | |___________________________________- `xcb_get_atom_name_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_get_atom_name_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_get_atom_name_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_atom_name_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29886:5
[INFO] [stdout]       |
[INFO] [stdout] 29886 | /     pub fn xcb_get_atom_name_reply(
[INFO] [stdout] 29887 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29888 | |         cookie: xcb_get_atom_name_cookie_t,
[INFO] [stdout] 29889 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 29890 | |     ) -> *mut xcb_get_atom_name_reply_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6727:5
[INFO] [stdout]       |
[INFO] [stdout] 6727  | /     pub fn xcb_get_atom_name_reply(
[INFO] [stdout] 6728  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6729  | |         cookie: xcb_get_atom_name_cookie_t,
[INFO] [stdout] 6730  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6731  | |     ) -> *mut xcb_get_atom_name_reply_t;
[INFO] [stdout]       | |_______________________________________- `xcb_get_atom_name_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_atom_name_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_atom_name_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_atom_name_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_atom_name_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_property_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29923:5
[INFO] [stdout]       |
[INFO] [stdout] 29923 | /     pub fn xcb_change_property_checked(
[INFO] [stdout] 29924 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29925 | |         mode: u8,
[INFO] [stdout] 29926 | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 29931 | |         data: *const ::std::os::raw::c_void,
[INFO] [stdout] 29932 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6735:5
[INFO] [stdout]       |
[INFO] [stdout] 6735  | /     pub fn xcb_change_property_checked(
[INFO] [stdout] 6736  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6737  | |         mode: uint8_t,
[INFO] [stdout] 6738  | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6743  | |         data: *const ::std::os::raw::c_void,
[INFO] [stdout] 6744  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_property_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32, u8, u32, *const c_void) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32, u8, u32, *const c_void) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_property` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29957:5
[INFO] [stdout]       |
[INFO] [stdout] 29957 | /     pub fn xcb_change_property(
[INFO] [stdout] 29958 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29959 | |         mode: u8,
[INFO] [stdout] 29960 | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 29965 | |         data: *const ::std::os::raw::c_void,
[INFO] [stdout] 29966 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6745:5
[INFO] [stdout]       |
[INFO] [stdout] 6745  | /     pub fn xcb_change_property(
[INFO] [stdout] 6746  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6747  | |         mode: uint8_t,
[INFO] [stdout] 6748  | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6753  | |         data: *const ::std::os::raw::c_void,
[INFO] [stdout] 6754  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_property` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32, u8, u32, *const c_void) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32, u8, u32, *const c_void) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_delete_property_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29980:5
[INFO] [stdout]       |
[INFO] [stdout] 29980 | /     pub fn xcb_delete_property_checked(
[INFO] [stdout] 29981 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29982 | |         window: xcb_window_t,
[INFO] [stdout] 29983 | |         property: xcb_atom_t,
[INFO] [stdout] 29984 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6755:5
[INFO] [stdout]       |
[INFO] [stdout] 6755  | /     pub fn xcb_delete_property_checked(
[INFO] [stdout] 6756  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6757  | |         window: xcb_window_t,
[INFO] [stdout] 6758  | |         property: xcb_atom_t,
[INFO] [stdout] 6759  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_delete_property_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_delete_property` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:29995:5
[INFO] [stdout]       |
[INFO] [stdout] 29995 | /     pub fn xcb_delete_property(
[INFO] [stdout] 29996 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 29997 | |         window: xcb_window_t,
[INFO] [stdout] 29998 | |         property: xcb_atom_t,
[INFO] [stdout] 29999 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6760:5
[INFO] [stdout]       |
[INFO] [stdout] 6760  | /     pub fn xcb_delete_property(
[INFO] [stdout] 6761  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6762  | |         window: xcb_window_t,
[INFO] [stdout] 6763  | |         property: xcb_atom_t,
[INFO] [stdout] 6764  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_delete_property` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_property` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30033:5
[INFO] [stdout]       |
[INFO] [stdout] 30033 | /     pub fn xcb_get_property(
[INFO] [stdout] 30034 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30035 | |         _delete: u8,
[INFO] [stdout] 30036 | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30040 | |         long_length: u32,
[INFO] [stdout] 30041 | |     ) -> xcb_get_property_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6767:5
[INFO] [stdout]       |
[INFO] [stdout] 6767  | /     pub fn xcb_get_property(
[INFO] [stdout] 6768  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6769  | |         _delete: uint8_t,
[INFO] [stdout] 6770  | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6774  | |         long_length: uint32_t,
[INFO] [stdout] 6775  | |     ) -> xcb_get_property_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_get_property` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32, u32, u32) -> xcb::xcb_get_property_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32, u32, u32) -> xproto::xcb_get_property_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_property_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30074:5
[INFO] [stdout]       |
[INFO] [stdout] 30074 | /     pub fn xcb_get_property_unchecked(
[INFO] [stdout] 30075 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30076 | |         _delete: u8,
[INFO] [stdout] 30077 | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30081 | |         long_length: u32,
[INFO] [stdout] 30082 | |     ) -> xcb_get_property_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6776:5
[INFO] [stdout]       |
[INFO] [stdout] 6776  | /     pub fn xcb_get_property_unchecked(
[INFO] [stdout] 6777  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6778  | |         _delete: uint8_t,
[INFO] [stdout] 6779  | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6783  | |         long_length: uint32_t,
[INFO] [stdout] 6784  | |     ) -> xcb_get_property_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_get_property_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32, u32, u32) -> xcb::xcb_get_property_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32, u32, u32) -> xproto::xcb_get_property_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_property_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30113:5
[INFO] [stdout]       |
[INFO] [stdout] 30113 | /     pub fn xcb_get_property_reply(
[INFO] [stdout] 30114 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30115 | |         cookie: xcb_get_property_cookie_t,
[INFO] [stdout] 30116 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 30117 | |     ) -> *mut xcb_get_property_reply_t;
[INFO] [stdout]       | |______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6793:5
[INFO] [stdout]       |
[INFO] [stdout] 6793  | /     pub fn xcb_get_property_reply(
[INFO] [stdout] 6794  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6795  | |         cookie: xcb_get_property_cookie_t,
[INFO] [stdout] 6796  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6797  | |     ) -> *mut xcb_get_property_reply_t;
[INFO] [stdout]       | |______________________________________- `xcb_get_property_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_property_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_property_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_property_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_property_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_properties` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30133:5
[INFO] [stdout]       |
[INFO] [stdout] 30133 | /     pub fn xcb_list_properties(
[INFO] [stdout] 30134 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30135 | |         window: xcb_window_t,
[INFO] [stdout] 30136 | |     ) -> xcb_list_properties_cookie_t;
[INFO] [stdout]       | |_____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6801:5
[INFO] [stdout]       |
[INFO] [stdout] 6801  | /     pub fn xcb_list_properties(
[INFO] [stdout] 6802  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6803  | |         window: xcb_window_t,
[INFO] [stdout] 6804  | |     ) -> xcb_list_properties_cookie_t;
[INFO] [stdout]       | |_____________________________________- `xcb_list_properties` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_list_properties_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_list_properties_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_properties_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30150:5
[INFO] [stdout]       |
[INFO] [stdout] 30150 | /     pub fn xcb_list_properties_unchecked(
[INFO] [stdout] 30151 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30152 | |         window: xcb_window_t,
[INFO] [stdout] 30153 | |     ) -> xcb_list_properties_cookie_t;
[INFO] [stdout]       | |_____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6805:5
[INFO] [stdout]       |
[INFO] [stdout] 6805  | /     pub fn xcb_list_properties_unchecked(
[INFO] [stdout] 6806  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6807  | |         window: xcb_window_t,
[INFO] [stdout] 6808  | |     ) -> xcb_list_properties_cookie_t;
[INFO] [stdout]       | |_____________________________________- `xcb_list_properties_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_list_properties_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_list_properties_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_properties_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30183:5
[INFO] [stdout]       |
[INFO] [stdout] 30183 | /     pub fn xcb_list_properties_reply(
[INFO] [stdout] 30184 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30185 | |         cookie: xcb_list_properties_cookie_t,
[INFO] [stdout] 30186 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 30187 | |     ) -> *mut xcb_list_properties_reply_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6816:5
[INFO] [stdout]       |
[INFO] [stdout] 6816  | /     pub fn xcb_list_properties_reply(
[INFO] [stdout] 6817  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6818  | |         cookie: xcb_list_properties_cookie_t,
[INFO] [stdout] 6819  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6820  | |     ) -> *mut xcb_list_properties_reply_t;
[INFO] [stdout]       | |_________________________________________- `xcb_list_properties_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_list_properties_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_list_properties_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_list_properties_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_list_properties_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_selection_owner_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30217:5
[INFO] [stdout]       |
[INFO] [stdout] 30217 | /     pub fn xcb_set_selection_owner_checked(
[INFO] [stdout] 30218 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30219 | |         owner: xcb_window_t,
[INFO] [stdout] 30220 | |         selection: xcb_atom_t,
[INFO] [stdout] 30221 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30222 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6821:5
[INFO] [stdout]       |
[INFO] [stdout] 6821  | /     pub fn xcb_set_selection_owner_checked(
[INFO] [stdout] 6822  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6823  | |         owner: xcb_window_t,
[INFO] [stdout] 6824  | |         selection: xcb_atom_t,
[INFO] [stdout] 6825  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6826  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_selection_owner_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_selection_owner` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30249:5
[INFO] [stdout]       |
[INFO] [stdout] 30249 | /     pub fn xcb_set_selection_owner(
[INFO] [stdout] 30250 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30251 | |         owner: xcb_window_t,
[INFO] [stdout] 30252 | |         selection: xcb_atom_t,
[INFO] [stdout] 30253 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30254 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6827:5
[INFO] [stdout]       |
[INFO] [stdout] 6827  | /     pub fn xcb_set_selection_owner(
[INFO] [stdout] 6828  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6829  | |         owner: xcb_window_t,
[INFO] [stdout] 6830  | |         selection: xcb_atom_t,
[INFO] [stdout] 6831  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6832  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_selection_owner` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_selection_owner` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30269:5
[INFO] [stdout]       |
[INFO] [stdout] 30269 | /     pub fn xcb_get_selection_owner(
[INFO] [stdout] 30270 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30271 | |         selection: xcb_atom_t,
[INFO] [stdout] 30272 | |     ) -> xcb_get_selection_owner_cookie_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6833:5
[INFO] [stdout]       |
[INFO] [stdout] 6833  | /     pub fn xcb_get_selection_owner(
[INFO] [stdout] 6834  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6835  | |         selection: xcb_atom_t,
[INFO] [stdout] 6836  | |     ) -> xcb_get_selection_owner_cookie_t;
[INFO] [stdout]       | |_________________________________________- `xcb_get_selection_owner` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_get_selection_owner_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_get_selection_owner_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_selection_owner_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30290:5
[INFO] [stdout]       |
[INFO] [stdout] 30290 | /     pub fn xcb_get_selection_owner_unchecked(
[INFO] [stdout] 30291 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30292 | |         selection: xcb_atom_t,
[INFO] [stdout] 30293 | |     ) -> xcb_get_selection_owner_cookie_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6837:5
[INFO] [stdout]       |
[INFO] [stdout] 6837  | /     pub fn xcb_get_selection_owner_unchecked(
[INFO] [stdout] 6838  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6839  | |         selection: xcb_atom_t,
[INFO] [stdout] 6840  | |     ) -> xcb_get_selection_owner_cookie_t;
[INFO] [stdout]       | |_________________________________________- `xcb_get_selection_owner_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_get_selection_owner_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_get_selection_owner_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_selection_owner_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30310:5
[INFO] [stdout]       |
[INFO] [stdout] 30310 | /     pub fn xcb_get_selection_owner_reply(
[INFO] [stdout] 30311 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30312 | |         cookie: xcb_get_selection_owner_cookie_t,
[INFO] [stdout] 30313 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 30314 | |     ) -> *mut xcb_get_selection_owner_reply_t;
[INFO] [stdout]       | |_____________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6841:5
[INFO] [stdout]       |
[INFO] [stdout] 6841  | /     pub fn xcb_get_selection_owner_reply(
[INFO] [stdout] 6842  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6843  | |         cookie: xcb_get_selection_owner_cookie_t,
[INFO] [stdout] 6844  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6845  | |     ) -> *mut xcb_get_selection_owner_reply_t;
[INFO] [stdout]       | |_____________________________________________- `xcb_get_selection_owner_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_selection_owner_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_selection_owner_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_selection_owner_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_selection_owner_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_convert_selection_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30328:5
[INFO] [stdout]       |
[INFO] [stdout] 30328 | /     pub fn xcb_convert_selection_checked(
[INFO] [stdout] 30329 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30330 | |         requestor: xcb_window_t,
[INFO] [stdout] 30331 | |         selection: xcb_atom_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30334 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30335 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6846:5
[INFO] [stdout]       |
[INFO] [stdout] 6846  | /     pub fn xcb_convert_selection_checked(
[INFO] [stdout] 6847  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6848  | |         requestor: xcb_window_t,
[INFO] [stdout] 6849  | |         selection: xcb_atom_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6852  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6853  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_convert_selection_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_convert_selection` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30346:5
[INFO] [stdout]       |
[INFO] [stdout] 30346 | /     pub fn xcb_convert_selection(
[INFO] [stdout] 30347 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30348 | |         requestor: xcb_window_t,
[INFO] [stdout] 30349 | |         selection: xcb_atom_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30352 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30353 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6854:5
[INFO] [stdout]       |
[INFO] [stdout] 6854  | /     pub fn xcb_convert_selection(
[INFO] [stdout] 6855  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6856  | |         requestor: xcb_window_t,
[INFO] [stdout] 6857  | |         selection: xcb_atom_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6860  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6861  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_convert_selection` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_send_event_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30393:5
[INFO] [stdout]       |
[INFO] [stdout] 30393 | /     pub fn xcb_send_event_checked(
[INFO] [stdout] 30394 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30395 | |         propagate: u8,
[INFO] [stdout] 30396 | |         destination: xcb_window_t,
[INFO] [stdout] 30397 | |         event_mask: u32,
[INFO] [stdout] 30398 | |         event: *const ::std::os::raw::c_char,
[INFO] [stdout] 30399 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6862:5
[INFO] [stdout]       |
[INFO] [stdout] 6862  | /     pub fn xcb_send_event_checked(
[INFO] [stdout] 6863  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6864  | |         propagate: uint8_t,
[INFO] [stdout] 6865  | |         destination: xcb_window_t,
[INFO] [stdout] 6866  | |         event_mask: uint32_t,
[INFO] [stdout] 6867  | |         event: *const ::std::os::raw::c_char,
[INFO] [stdout] 6868  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_send_event_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, *const i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, *const i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_send_event` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30436:5
[INFO] [stdout]       |
[INFO] [stdout] 30436 | /     pub fn xcb_send_event(
[INFO] [stdout] 30437 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30438 | |         propagate: u8,
[INFO] [stdout] 30439 | |         destination: xcb_window_t,
[INFO] [stdout] 30440 | |         event_mask: u32,
[INFO] [stdout] 30441 | |         event: *const ::std::os::raw::c_char,
[INFO] [stdout] 30442 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6869:5
[INFO] [stdout]       |
[INFO] [stdout] 6869  | /     pub fn xcb_send_event(
[INFO] [stdout] 6870  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6871  | |         propagate: uint8_t,
[INFO] [stdout] 6872  | |         destination: xcb_window_t,
[INFO] [stdout] 6873  | |         event_mask: uint32_t,
[INFO] [stdout] 6874  | |         event: *const ::std::os::raw::c_char,
[INFO] [stdout] 6875  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_send_event` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, *const i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, *const i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_pointer` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30481:5
[INFO] [stdout]       |
[INFO] [stdout] 30481 | /     pub fn xcb_grab_pointer(
[INFO] [stdout] 30482 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30483 | |         owner_events: u8,
[INFO] [stdout] 30484 | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30490 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30491 | |     ) -> xcb_grab_pointer_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6876:5
[INFO] [stdout]       |
[INFO] [stdout] 6876  | /     pub fn xcb_grab_pointer(
[INFO] [stdout] 6877  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6878  | |         owner_events: uint8_t,
[INFO] [stdout] 6879  | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6885  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6886  | |     ) -> xcb_grab_pointer_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_grab_pointer` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u8, u8, u32, u32, u32) -> xcb::xcb_grab_pointer_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u8, u8, u32, u32, u32) -> xproto::xcb_grab_pointer_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_pointer_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30533:5
[INFO] [stdout]       |
[INFO] [stdout] 30533 | /     pub fn xcb_grab_pointer_unchecked(
[INFO] [stdout] 30534 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30535 | |         owner_events: u8,
[INFO] [stdout] 30536 | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30542 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30543 | |     ) -> xcb_grab_pointer_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6887:5
[INFO] [stdout]       |
[INFO] [stdout] 6887  | /     pub fn xcb_grab_pointer_unchecked(
[INFO] [stdout] 6888  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6889  | |         owner_events: uint8_t,
[INFO] [stdout] 6890  | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6896  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6897  | |     ) -> xcb_grab_pointer_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_grab_pointer_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u8, u8, u32, u32, u32) -> xcb::xcb_grab_pointer_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u8, u8, u32, u32, u32) -> xproto::xcb_grab_pointer_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_pointer_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30560:5
[INFO] [stdout]       |
[INFO] [stdout] 30560 | /     pub fn xcb_grab_pointer_reply(
[INFO] [stdout] 30561 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30562 | |         cookie: xcb_grab_pointer_cookie_t,
[INFO] [stdout] 30563 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 30564 | |     ) -> *mut xcb_grab_pointer_reply_t;
[INFO] [stdout]       | |______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6898:5
[INFO] [stdout]       |
[INFO] [stdout] 6898  | /     pub fn xcb_grab_pointer_reply(
[INFO] [stdout] 6899  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6900  | |         cookie: xcb_grab_pointer_cookie_t,
[INFO] [stdout] 6901  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6902  | |     ) -> *mut xcb_grab_pointer_reply_t;
[INFO] [stdout]       | |______________________________________- `xcb_grab_pointer_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_grab_pointer_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_grab_pointer_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_grab_pointer_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_grab_pointer_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_pointer_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30587:5
[INFO] [stdout]       |
[INFO] [stdout] 30587 | /     pub fn xcb_ungrab_pointer_checked(
[INFO] [stdout] 30588 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30589 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30590 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6903:5
[INFO] [stdout]       |
[INFO] [stdout] 6903  | /     pub fn xcb_ungrab_pointer_checked(
[INFO] [stdout] 6904  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6905  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6906  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_ungrab_pointer_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_pointer` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30610:5
[INFO] [stdout]       |
[INFO] [stdout] 30610 | /     pub fn xcb_ungrab_pointer(c: *mut xcb_connection_t, time: xcb_timestamp_t)
[INFO] [stdout] 30611 | |         -> xcb_void_cookie_t;
[INFO] [stdout]       | |____________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6907:5
[INFO] [stdout]       |
[INFO] [stdout] 6907  | /     pub fn xcb_ungrab_pointer(c: *mut xcb_connection_t, time: xcb_timestamp_t)
[INFO] [stdout] 6908  | |         -> xcb_void_cookie_t;
[INFO] [stdout]       | |____________________________- `xcb_ungrab_pointer` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_button_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30682:5
[INFO] [stdout]       |
[INFO] [stdout] 30682 | /     pub fn xcb_grab_button_checked(
[INFO] [stdout] 30683 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30684 | |         owner_events: u8,
[INFO] [stdout] 30685 | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30692 | |         modifiers: u16,
[INFO] [stdout] 30693 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6909:5
[INFO] [stdout]       |
[INFO] [stdout] 6909  | /     pub fn xcb_grab_button_checked(
[INFO] [stdout] 6910  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6911  | |         owner_events: uint8_t,
[INFO] [stdout] 6912  | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6919  | |         modifiers: uint16_t,
[INFO] [stdout] 6920  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_grab_button_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u8, u8, u32, u32, u8, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u8, u8, u32, u32, u8, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_button` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30761:5
[INFO] [stdout]       |
[INFO] [stdout] 30761 | /     pub fn xcb_grab_button(
[INFO] [stdout] 30762 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30763 | |         owner_events: u8,
[INFO] [stdout] 30764 | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30771 | |         modifiers: u16,
[INFO] [stdout] 30772 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6921:5
[INFO] [stdout]       |
[INFO] [stdout] 6921  | /     pub fn xcb_grab_button(
[INFO] [stdout] 6922  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6923  | |         owner_events: uint8_t,
[INFO] [stdout] 6924  | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6931  | |         modifiers: uint16_t,
[INFO] [stdout] 6932  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_grab_button` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u8, u8, u32, u32, u8, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u8, u8, u32, u32, u8, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_button_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30786:5
[INFO] [stdout]       |
[INFO] [stdout] 30786 | /     pub fn xcb_ungrab_button_checked(
[INFO] [stdout] 30787 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30788 | |         button: u8,
[INFO] [stdout] 30789 | |         grab_window: xcb_window_t,
[INFO] [stdout] 30790 | |         modifiers: u16,
[INFO] [stdout] 30791 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6933:5
[INFO] [stdout]       |
[INFO] [stdout] 6933  | /     pub fn xcb_ungrab_button_checked(
[INFO] [stdout] 6934  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6935  | |         button: uint8_t,
[INFO] [stdout] 6936  | |         grab_window: xcb_window_t,
[INFO] [stdout] 6937  | |         modifiers: uint16_t,
[INFO] [stdout] 6938  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_ungrab_button_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_button` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30802:5
[INFO] [stdout]       |
[INFO] [stdout] 30802 | /     pub fn xcb_ungrab_button(
[INFO] [stdout] 30803 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30804 | |         button: u8,
[INFO] [stdout] 30805 | |         grab_window: xcb_window_t,
[INFO] [stdout] 30806 | |         modifiers: u16,
[INFO] [stdout] 30807 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6939:5
[INFO] [stdout]       |
[INFO] [stdout] 6939  | /     pub fn xcb_ungrab_button(
[INFO] [stdout] 6940  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6941  | |         button: uint8_t,
[INFO] [stdout] 6942  | |         grab_window: xcb_window_t,
[INFO] [stdout] 6943  | |         modifiers: uint16_t,
[INFO] [stdout] 6944  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_ungrab_button` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_active_pointer_grab_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30821:5
[INFO] [stdout]       |
[INFO] [stdout] 30821 | /     pub fn xcb_change_active_pointer_grab_checked(
[INFO] [stdout] 30822 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30823 | |         cursor: xcb_cursor_t,
[INFO] [stdout] 30824 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30825 | |         event_mask: u16,
[INFO] [stdout] 30826 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6945:5
[INFO] [stdout]       |
[INFO] [stdout] 6945  | /     pub fn xcb_change_active_pointer_grab_checked(
[INFO] [stdout] 6946  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6947  | |         cursor: xcb_cursor_t,
[INFO] [stdout] 6948  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6949  | |         event_mask: uint16_t,
[INFO] [stdout] 6950  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_active_pointer_grab_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_active_pointer_grab` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30837:5
[INFO] [stdout]       |
[INFO] [stdout] 30837 | /     pub fn xcb_change_active_pointer_grab(
[INFO] [stdout] 30838 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30839 | |         cursor: xcb_cursor_t,
[INFO] [stdout] 30840 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30841 | |         event_mask: u16,
[INFO] [stdout] 30842 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6951:5
[INFO] [stdout]       |
[INFO] [stdout] 6951  | /     pub fn xcb_change_active_pointer_grab(
[INFO] [stdout] 6952  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6953  | |         cursor: xcb_cursor_t,
[INFO] [stdout] 6954  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6955  | |         event_mask: uint16_t,
[INFO] [stdout] 6956  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_active_pointer_grab` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_keyboard` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30874:5
[INFO] [stdout]       |
[INFO] [stdout] 30874 | /     pub fn xcb_grab_keyboard(
[INFO] [stdout] 30875 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30876 | |         owner_events: u8,
[INFO] [stdout] 30877 | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30880 | |         keyboard_mode: u8,
[INFO] [stdout] 30881 | |     ) -> xcb_grab_keyboard_cookie_t;
[INFO] [stdout]       | |___________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6957:5
[INFO] [stdout]       |
[INFO] [stdout] 6957  | /     pub fn xcb_grab_keyboard(
[INFO] [stdout] 6958  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6959  | |         owner_events: uint8_t,
[INFO] [stdout] 6960  | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6963  | |         keyboard_mode: uint8_t,
[INFO] [stdout] 6964  | |     ) -> xcb_grab_keyboard_cookie_t;
[INFO] [stdout]       | |___________________________________- `xcb_grab_keyboard` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u8, u8) -> xcb::xcb_grab_keyboard_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u8, u8) -> xproto::xcb_grab_keyboard_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_keyboard_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30916:5
[INFO] [stdout]       |
[INFO] [stdout] 30916 | /     pub fn xcb_grab_keyboard_unchecked(
[INFO] [stdout] 30917 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30918 | |         owner_events: u8,
[INFO] [stdout] 30919 | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 30922 | |         keyboard_mode: u8,
[INFO] [stdout] 30923 | |     ) -> xcb_grab_keyboard_cookie_t;
[INFO] [stdout]       | |___________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6965:5
[INFO] [stdout]       |
[INFO] [stdout] 6965  | /     pub fn xcb_grab_keyboard_unchecked(
[INFO] [stdout] 6966  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6967  | |         owner_events: uint8_t,
[INFO] [stdout] 6968  | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6971  | |         keyboard_mode: uint8_t,
[INFO] [stdout] 6972  | |     ) -> xcb_grab_keyboard_cookie_t;
[INFO] [stdout]       | |___________________________________- `xcb_grab_keyboard_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u8, u8) -> xcb::xcb_grab_keyboard_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u8, u8) -> xproto::xcb_grab_keyboard_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_keyboard_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30940:5
[INFO] [stdout]       |
[INFO] [stdout] 30940 | /     pub fn xcb_grab_keyboard_reply(
[INFO] [stdout] 30941 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30942 | |         cookie: xcb_grab_keyboard_cookie_t,
[INFO] [stdout] 30943 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 30944 | |     ) -> *mut xcb_grab_keyboard_reply_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6973:5
[INFO] [stdout]       |
[INFO] [stdout] 6973  | /     pub fn xcb_grab_keyboard_reply(
[INFO] [stdout] 6974  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6975  | |         cookie: xcb_grab_keyboard_cookie_t,
[INFO] [stdout] 6976  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 6977  | |     ) -> *mut xcb_grab_keyboard_reply_t;
[INFO] [stdout]       | |_______________________________________- `xcb_grab_keyboard_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_grab_keyboard_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_grab_keyboard_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_grab_keyboard_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_grab_keyboard_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_keyboard_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30958:5
[INFO] [stdout]       |
[INFO] [stdout] 30958 | /     pub fn xcb_ungrab_keyboard_checked(
[INFO] [stdout] 30959 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30960 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30961 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6978:5
[INFO] [stdout]       |
[INFO] [stdout] 6978  | /     pub fn xcb_ungrab_keyboard_checked(
[INFO] [stdout] 6979  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6980  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6981  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_ungrab_keyboard_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_keyboard` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:30972:5
[INFO] [stdout]       |
[INFO] [stdout] 30972 | /     pub fn xcb_ungrab_keyboard(
[INFO] [stdout] 30973 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 30974 | |         time: xcb_timestamp_t,
[INFO] [stdout] 30975 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6982:5
[INFO] [stdout]       |
[INFO] [stdout] 6982  | /     pub fn xcb_ungrab_keyboard(
[INFO] [stdout] 6983  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6984  | |         time: xcb_timestamp_t,
[INFO] [stdout] 6985  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_ungrab_keyboard` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_key_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31033:5
[INFO] [stdout]       |
[INFO] [stdout] 31033 | /     pub fn xcb_grab_key_checked(
[INFO] [stdout] 31034 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31035 | |         owner_events: u8,
[INFO] [stdout] 31036 | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 31040 | |         keyboard_mode: u8,
[INFO] [stdout] 31041 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6986:5
[INFO] [stdout]       |
[INFO] [stdout] 6986  | /     pub fn xcb_grab_key_checked(
[INFO] [stdout] 6987  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6988  | |         owner_events: uint8_t,
[INFO] [stdout] 6989  | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 6993  | |         keyboard_mode: uint8_t,
[INFO] [stdout] 6994  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_grab_key_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u8, u8, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u8, u8, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_key` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31096:5
[INFO] [stdout]       |
[INFO] [stdout] 31096 | /     pub fn xcb_grab_key(
[INFO] [stdout] 31097 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31098 | |         owner_events: u8,
[INFO] [stdout] 31099 | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 31103 | |         keyboard_mode: u8,
[INFO] [stdout] 31104 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:6995:5
[INFO] [stdout]       |
[INFO] [stdout] 6995  | /     pub fn xcb_grab_key(
[INFO] [stdout] 6996  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 6997  | |         owner_events: uint8_t,
[INFO] [stdout] 6998  | |         grab_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7002  | |         keyboard_mode: uint8_t,
[INFO] [stdout] 7003  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_grab_key` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u8, u8, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u8, u8, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_key_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31128:5
[INFO] [stdout]       |
[INFO] [stdout] 31128 | /     pub fn xcb_ungrab_key_checked(
[INFO] [stdout] 31129 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31130 | |         key: xcb_keycode_t,
[INFO] [stdout] 31131 | |         grab_window: xcb_window_t,
[INFO] [stdout] 31132 | |         modifiers: u16,
[INFO] [stdout] 31133 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7004:5
[INFO] [stdout]       |
[INFO] [stdout] 7004  | /     pub fn xcb_ungrab_key_checked(
[INFO] [stdout] 7005  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7006  | |         key: xcb_keycode_t,
[INFO] [stdout] 7007  | |         grab_window: xcb_window_t,
[INFO] [stdout] 7008  | |         modifiers: uint16_t,
[INFO] [stdout] 7009  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_ungrab_key_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_key` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31154:5
[INFO] [stdout]       |
[INFO] [stdout] 31154 | /     pub fn xcb_ungrab_key(
[INFO] [stdout] 31155 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31156 | |         key: xcb_keycode_t,
[INFO] [stdout] 31157 | |         grab_window: xcb_window_t,
[INFO] [stdout] 31158 | |         modifiers: u16,
[INFO] [stdout] 31159 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7010:5
[INFO] [stdout]       |
[INFO] [stdout] 7010  | /     pub fn xcb_ungrab_key(
[INFO] [stdout] 7011  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7012  | |         key: xcb_keycode_t,
[INFO] [stdout] 7013  | |         grab_window: xcb_window_t,
[INFO] [stdout] 7014  | |         modifiers: uint16_t,
[INFO] [stdout] 7015  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_ungrab_key` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_allow_events_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31183:5
[INFO] [stdout]       |
[INFO] [stdout] 31183 | /     pub fn xcb_allow_events_checked(
[INFO] [stdout] 31184 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31185 | |         mode: u8,
[INFO] [stdout] 31186 | |         time: xcb_timestamp_t,
[INFO] [stdout] 31187 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7016:5
[INFO] [stdout]       |
[INFO] [stdout] 7016  | /     pub fn xcb_allow_events_checked(
[INFO] [stdout] 7017  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7018  | |         mode: uint8_t,
[INFO] [stdout] 7019  | |         time: xcb_timestamp_t,
[INFO] [stdout] 7020  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_allow_events_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_allow_events` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31208:5
[INFO] [stdout]       |
[INFO] [stdout] 31208 | /     pub fn xcb_allow_events(
[INFO] [stdout] 31209 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31210 | |         mode: u8,
[INFO] [stdout] 31211 | |         time: xcb_timestamp_t,
[INFO] [stdout] 31212 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7021:5
[INFO] [stdout]       |
[INFO] [stdout] 7021  | /     pub fn xcb_allow_events(
[INFO] [stdout] 7022  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7023  | |         mode: uint8_t,
[INFO] [stdout] 7024  | |         time: xcb_timestamp_t,
[INFO] [stdout] 7025  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_allow_events` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_server_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31226:5
[INFO] [stdout]       |
[INFO] [stdout] 31226 |     pub fn xcb_grab_server_checked(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7026:5
[INFO] [stdout]       |
[INFO] [stdout] 7026  |     pub fn xcb_grab_server_checked(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ----------------------------------------------------------------------------- `xcb_grab_server_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_grab_server` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31237:5
[INFO] [stdout]       |
[INFO] [stdout] 31237 |     pub fn xcb_grab_server(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7027:5
[INFO] [stdout]       |
[INFO] [stdout] 7027  |     pub fn xcb_grab_server(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     --------------------------------------------------------------------- `xcb_grab_server` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_server_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31251:5
[INFO] [stdout]       |
[INFO] [stdout] 31251 |     pub fn xcb_ungrab_server_checked(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7028:5
[INFO] [stdout]       |
[INFO] [stdout] 7028  |     pub fn xcb_ungrab_server_checked(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------- `xcb_ungrab_server_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_ungrab_server` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31262:5
[INFO] [stdout]       |
[INFO] [stdout] 31262 |     pub fn xcb_ungrab_server(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7029:5
[INFO] [stdout]       |
[INFO] [stdout] 7029  |     pub fn xcb_ungrab_server(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ----------------------------------------------------------------------- `xcb_ungrab_server` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_pointer` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31277:5
[INFO] [stdout]       |
[INFO] [stdout] 31277 | /     pub fn xcb_query_pointer(
[INFO] [stdout] 31278 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31279 | |         window: xcb_window_t,
[INFO] [stdout] 31280 | |     ) -> xcb_query_pointer_cookie_t;
[INFO] [stdout]       | |___________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7030:5
[INFO] [stdout]       |
[INFO] [stdout] 7030  | /     pub fn xcb_query_pointer(
[INFO] [stdout] 7031  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7032  | |         window: xcb_window_t,
[INFO] [stdout] 7033  | |     ) -> xcb_query_pointer_cookie_t;
[INFO] [stdout]       | |___________________________________- `xcb_query_pointer` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_query_pointer_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_query_pointer_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_pointer_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31298:5
[INFO] [stdout]       |
[INFO] [stdout] 31298 | /     pub fn xcb_query_pointer_unchecked(
[INFO] [stdout] 31299 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31300 | |         window: xcb_window_t,
[INFO] [stdout] 31301 | |     ) -> xcb_query_pointer_cookie_t;
[INFO] [stdout]       | |___________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7034:5
[INFO] [stdout]       |
[INFO] [stdout] 7034  | /     pub fn xcb_query_pointer_unchecked(
[INFO] [stdout] 7035  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7036  | |         window: xcb_window_t,
[INFO] [stdout] 7037  | |     ) -> xcb_query_pointer_cookie_t;
[INFO] [stdout]       | |___________________________________- `xcb_query_pointer_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_query_pointer_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_query_pointer_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_pointer_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31318:5
[INFO] [stdout]       |
[INFO] [stdout] 31318 | /     pub fn xcb_query_pointer_reply(
[INFO] [stdout] 31319 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31320 | |         cookie: xcb_query_pointer_cookie_t,
[INFO] [stdout] 31321 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 31322 | |     ) -> *mut xcb_query_pointer_reply_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7038:5
[INFO] [stdout]       |
[INFO] [stdout] 7038  | /     pub fn xcb_query_pointer_reply(
[INFO] [stdout] 7039  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7040  | |         cookie: xcb_query_pointer_cookie_t,
[INFO] [stdout] 7041  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7042  | |     ) -> *mut xcb_query_pointer_reply_t;
[INFO] [stdout]       | |_______________________________________- `xcb_query_pointer_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_query_pointer_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_query_pointer_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_query_pointer_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_query_pointer_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_motion_events` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31361:5
[INFO] [stdout]       |
[INFO] [stdout] 31361 | /     pub fn xcb_get_motion_events(
[INFO] [stdout] 31362 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31363 | |         window: xcb_window_t,
[INFO] [stdout] 31364 | |         start: xcb_timestamp_t,
[INFO] [stdout] 31365 | |         stop: xcb_timestamp_t,
[INFO] [stdout] 31366 | |     ) -> xcb_get_motion_events_cookie_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7048:5
[INFO] [stdout]       |
[INFO] [stdout] 7048  | /     pub fn xcb_get_motion_events(
[INFO] [stdout] 7049  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7050  | |         window: xcb_window_t,
[INFO] [stdout] 7051  | |         start: xcb_timestamp_t,
[INFO] [stdout] 7052  | |         stop: xcb_timestamp_t,
[INFO] [stdout] 7053  | |     ) -> xcb_get_motion_events_cookie_t;
[INFO] [stdout]       | |_______________________________________- `xcb_get_motion_events` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32) -> xcb::xcb_get_motion_events_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32) -> xproto::xcb_get_motion_events_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_motion_events_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31380:5
[INFO] [stdout]       |
[INFO] [stdout] 31380 | /     pub fn xcb_get_motion_events_unchecked(
[INFO] [stdout] 31381 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31382 | |         window: xcb_window_t,
[INFO] [stdout] 31383 | |         start: xcb_timestamp_t,
[INFO] [stdout] 31384 | |         stop: xcb_timestamp_t,
[INFO] [stdout] 31385 | |     ) -> xcb_get_motion_events_cookie_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7054:5
[INFO] [stdout]       |
[INFO] [stdout] 7054  | /     pub fn xcb_get_motion_events_unchecked(
[INFO] [stdout] 7055  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7056  | |         window: xcb_window_t,
[INFO] [stdout] 7057  | |         start: xcb_timestamp_t,
[INFO] [stdout] 7058  | |         stop: xcb_timestamp_t,
[INFO] [stdout] 7059  | |     ) -> xcb_get_motion_events_cookie_t;
[INFO] [stdout]       | |_______________________________________- `xcb_get_motion_events_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32) -> xcb::xcb_get_motion_events_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32) -> xproto::xcb_get_motion_events_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_motion_events_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31417:5
[INFO] [stdout]       |
[INFO] [stdout] 31417 | /     pub fn xcb_get_motion_events_reply(
[INFO] [stdout] 31418 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31419 | |         cookie: xcb_get_motion_events_cookie_t,
[INFO] [stdout] 31420 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 31421 | |     ) -> *mut xcb_get_motion_events_reply_t;
[INFO] [stdout]       | |___________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7069:5
[INFO] [stdout]       |
[INFO] [stdout] 7069  | /     pub fn xcb_get_motion_events_reply(
[INFO] [stdout] 7070  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7071  | |         cookie: xcb_get_motion_events_cookie_t,
[INFO] [stdout] 7072  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7073  | |     ) -> *mut xcb_get_motion_events_reply_t;
[INFO] [stdout]       | |___________________________________________- `xcb_get_motion_events_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_motion_events_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_motion_events_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_motion_events_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_motion_events_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_translate_coordinates` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31432:5
[INFO] [stdout]       |
[INFO] [stdout] 31432 | /     pub fn xcb_translate_coordinates(
[INFO] [stdout] 31433 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31434 | |         src_window: xcb_window_t,
[INFO] [stdout] 31435 | |         dst_window: xcb_window_t,
[INFO] [stdout] 31436 | |         src_x: i16,
[INFO] [stdout] 31437 | |         src_y: i16,
[INFO] [stdout] 31438 | |     ) -> xcb_translate_coordinates_cookie_t;
[INFO] [stdout]       | |___________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7074:5
[INFO] [stdout]       |
[INFO] [stdout] 7074  | /     pub fn xcb_translate_coordinates(
[INFO] [stdout] 7075  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7076  | |         src_window: xcb_window_t,
[INFO] [stdout] 7077  | |         dst_window: xcb_window_t,
[INFO] [stdout] 7078  | |         src_x: int16_t,
[INFO] [stdout] 7079  | |         src_y: int16_t,
[INFO] [stdout] 7080  | |     ) -> xcb_translate_coordinates_cookie_t;
[INFO] [stdout]       | |___________________________________________- `xcb_translate_coordinates` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16) -> xcb::xcb_translate_coordinates_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16) -> xproto::xcb_translate_coordinates_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_translate_coordinates_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31452:5
[INFO] [stdout]       |
[INFO] [stdout] 31452 | /     pub fn xcb_translate_coordinates_unchecked(
[INFO] [stdout] 31453 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31454 | |         src_window: xcb_window_t,
[INFO] [stdout] 31455 | |         dst_window: xcb_window_t,
[INFO] [stdout] 31456 | |         src_x: i16,
[INFO] [stdout] 31457 | |         src_y: i16,
[INFO] [stdout] 31458 | |     ) -> xcb_translate_coordinates_cookie_t;
[INFO] [stdout]       | |___________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7081:5
[INFO] [stdout]       |
[INFO] [stdout] 7081  | /     pub fn xcb_translate_coordinates_unchecked(
[INFO] [stdout] 7082  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7083  | |         src_window: xcb_window_t,
[INFO] [stdout] 7084  | |         dst_window: xcb_window_t,
[INFO] [stdout] 7085  | |         src_x: int16_t,
[INFO] [stdout] 7086  | |         src_y: int16_t,
[INFO] [stdout] 7087  | |     ) -> xcb_translate_coordinates_cookie_t;
[INFO] [stdout]       | |___________________________________________- `xcb_translate_coordinates_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16) -> xcb::xcb_translate_coordinates_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16) -> xproto::xcb_translate_coordinates_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_translate_coordinates_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31475:5
[INFO] [stdout]       |
[INFO] [stdout] 31475 | /     pub fn xcb_translate_coordinates_reply(
[INFO] [stdout] 31476 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31477 | |         cookie: xcb_translate_coordinates_cookie_t,
[INFO] [stdout] 31478 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 31479 | |     ) -> *mut xcb_translate_coordinates_reply_t;
[INFO] [stdout]       | |_______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7088:5
[INFO] [stdout]       |
[INFO] [stdout] 7088  | /     pub fn xcb_translate_coordinates_reply(
[INFO] [stdout] 7089  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7090  | |         cookie: xcb_translate_coordinates_cookie_t,
[INFO] [stdout] 7091  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7092  | |     ) -> *mut xcb_translate_coordinates_reply_t;
[INFO] [stdout]       | |_______________________________________________- `xcb_translate_coordinates_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_translate_coordinates_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_translate_coordinates_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_translate_coordinates_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_translate_coordinates_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_warp_pointer_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31512:5
[INFO] [stdout]       |
[INFO] [stdout] 31512 | /     pub fn xcb_warp_pointer_checked(
[INFO] [stdout] 31513 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31514 | |         src_window: xcb_window_t,
[INFO] [stdout] 31515 | |         dst_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 31521 | |         dst_y: i16,
[INFO] [stdout] 31522 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7093:5
[INFO] [stdout]       |
[INFO] [stdout] 7093  | /     pub fn xcb_warp_pointer_checked(
[INFO] [stdout] 7094  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7095  | |         src_window: xcb_window_t,
[INFO] [stdout] 7096  | |         dst_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7102  | |         dst_y: int16_t,
[INFO] [stdout] 7103  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_warp_pointer_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16, u16, u16, i16, i16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16, u16, u16, i16, i16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_warp_pointer` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31552:5
[INFO] [stdout]       |
[INFO] [stdout] 31552 | /     pub fn xcb_warp_pointer(
[INFO] [stdout] 31553 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31554 | |         src_window: xcb_window_t,
[INFO] [stdout] 31555 | |         dst_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 31561 | |         dst_y: i16,
[INFO] [stdout] 31562 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7104:5
[INFO] [stdout]       |
[INFO] [stdout] 7104  | /     pub fn xcb_warp_pointer(
[INFO] [stdout] 7105  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7106  | |         src_window: xcb_window_t,
[INFO] [stdout] 7107  | |         dst_window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7113  | |         dst_y: int16_t,
[INFO] [stdout] 7114  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_warp_pointer` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16, u16, u16, i16, i16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16, u16, u16, i16, i16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_input_focus_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31596:5
[INFO] [stdout]       |
[INFO] [stdout] 31596 | /     pub fn xcb_set_input_focus_checked(
[INFO] [stdout] 31597 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31598 | |         revert_to: u8,
[INFO] [stdout] 31599 | |         focus: xcb_window_t,
[INFO] [stdout] 31600 | |         time: xcb_timestamp_t,
[INFO] [stdout] 31601 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7115:5
[INFO] [stdout]       |
[INFO] [stdout] 7115  | /     pub fn xcb_set_input_focus_checked(
[INFO] [stdout] 7116  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7117  | |         revert_to: uint8_t,
[INFO] [stdout] 7118  | |         focus: xcb_window_t,
[INFO] [stdout] 7119  | |         time: xcb_timestamp_t,
[INFO] [stdout] 7120  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_input_focus_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_input_focus` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31632:5
[INFO] [stdout]       |
[INFO] [stdout] 31632 | /     pub fn xcb_set_input_focus(
[INFO] [stdout] 31633 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31634 | |         revert_to: u8,
[INFO] [stdout] 31635 | |         focus: xcb_window_t,
[INFO] [stdout] 31636 | |         time: xcb_timestamp_t,
[INFO] [stdout] 31637 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7121:5
[INFO] [stdout]       |
[INFO] [stdout] 7121  | /     pub fn xcb_set_input_focus(
[INFO] [stdout] 7122  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7123  | |         revert_to: uint8_t,
[INFO] [stdout] 7124  | |         focus: xcb_window_t,
[INFO] [stdout] 7125  | |         time: xcb_timestamp_t,
[INFO] [stdout] 7126  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_input_focus` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_input_focus` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31648:5
[INFO] [stdout]       |
[INFO] [stdout] 31648 |     pub fn xcb_get_input_focus(c: *mut xcb_connection_t) -> xcb_get_input_focus_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7127:5
[INFO] [stdout]       |
[INFO] [stdout] 7127  |     pub fn xcb_get_input_focus(c: *mut xcb_connection_t) -> xcb_get_input_focus_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------ `xcb_get_input_focus` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_input_focus_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_input_focus_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_input_focus_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31662:5
[INFO] [stdout]       |
[INFO] [stdout] 31662 |     pub fn xcb_get_input_focus_unchecked(c: *mut xcb_connection_t) -> xcb_get_input_focus_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7128:5
[INFO] [stdout]       |
[INFO] [stdout] 7128  |     pub fn xcb_get_input_focus_unchecked(c: *mut xcb_connection_t) -> xcb_get_input_focus_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------------------------------- `xcb_get_input_focus_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_input_focus_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_input_focus_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_input_focus_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31679:5
[INFO] [stdout]       |
[INFO] [stdout] 31679 | /     pub fn xcb_get_input_focus_reply(
[INFO] [stdout] 31680 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31681 | |         cookie: xcb_get_input_focus_cookie_t,
[INFO] [stdout] 31682 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 31683 | |     ) -> *mut xcb_get_input_focus_reply_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7129:5
[INFO] [stdout]       |
[INFO] [stdout] 7129  | /     pub fn xcb_get_input_focus_reply(
[INFO] [stdout] 7130  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7131  | |         cookie: xcb_get_input_focus_cookie_t,
[INFO] [stdout] 7132  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7133  | |     ) -> *mut xcb_get_input_focus_reply_t;
[INFO] [stdout]       | |_________________________________________- `xcb_get_input_focus_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_input_focus_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_input_focus_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_input_focus_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_input_focus_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_keymap` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31694:5
[INFO] [stdout]       |
[INFO] [stdout] 31694 |     pub fn xcb_query_keymap(c: *mut xcb_connection_t) -> xcb_query_keymap_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7134:5
[INFO] [stdout]       |
[INFO] [stdout] 7134  |     pub fn xcb_query_keymap(c: *mut xcb_connection_t) -> xcb_query_keymap_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------ `xcb_query_keymap` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_query_keymap_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_query_keymap_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_keymap_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31708:5
[INFO] [stdout]       |
[INFO] [stdout] 31708 |     pub fn xcb_query_keymap_unchecked(c: *mut xcb_connection_t) -> xcb_query_keymap_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7135:5
[INFO] [stdout]       |
[INFO] [stdout] 7135  |     pub fn xcb_query_keymap_unchecked(c: *mut xcb_connection_t) -> xcb_query_keymap_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------------------------- `xcb_query_keymap_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_query_keymap_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_query_keymap_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_keymap_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31725:5
[INFO] [stdout]       |
[INFO] [stdout] 31725 | /     pub fn xcb_query_keymap_reply(
[INFO] [stdout] 31726 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31727 | |         cookie: xcb_query_keymap_cookie_t,
[INFO] [stdout] 31728 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 31729 | |     ) -> *mut xcb_query_keymap_reply_t;
[INFO] [stdout]       | |______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7136:5
[INFO] [stdout]       |
[INFO] [stdout] 7136  | /     pub fn xcb_query_keymap_reply(
[INFO] [stdout] 7137  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7138  | |         cookie: xcb_query_keymap_cookie_t,
[INFO] [stdout] 7139  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7140  | |     ) -> *mut xcb_query_keymap_reply_t;
[INFO] [stdout]       | |______________________________________- `xcb_query_keymap_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_query_keymap_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_query_keymap_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_query_keymap_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_query_keymap_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_open_font_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31753:5
[INFO] [stdout]       |
[INFO] [stdout] 31753 | /     pub fn xcb_open_font_checked(
[INFO] [stdout] 31754 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31755 | |         fid: xcb_font_t,
[INFO] [stdout] 31756 | |         name_len: u16,
[INFO] [stdout] 31757 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 31758 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7142:5
[INFO] [stdout]       |
[INFO] [stdout] 7142  | /     pub fn xcb_open_font_checked(
[INFO] [stdout] 7143  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7144  | |         fid: xcb_font_t,
[INFO] [stdout] 7145  | |         name_len: uint16_t,
[INFO] [stdout] 7146  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 7147  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_open_font_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, *const i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, *const i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_open_font` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31776:5
[INFO] [stdout]       |
[INFO] [stdout] 31776 | /     pub fn xcb_open_font(
[INFO] [stdout] 31777 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31778 | |         fid: xcb_font_t,
[INFO] [stdout] 31779 | |         name_len: u16,
[INFO] [stdout] 31780 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 31781 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7148:5
[INFO] [stdout]       |
[INFO] [stdout] 7148  | /     pub fn xcb_open_font(
[INFO] [stdout] 7149  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7150  | |         fid: xcb_font_t,
[INFO] [stdout] 7151  | |         name_len: uint16_t,
[INFO] [stdout] 7152  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 7153  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_open_font` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, *const i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, *const i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_close_font_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31795:5
[INFO] [stdout]       |
[INFO] [stdout] 31795 |     pub fn xcb_close_font_checked(c: *mut xcb_connection_t, font: xcb_font_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7154:5
[INFO] [stdout]       |
[INFO] [stdout] 7154  |     pub fn xcb_close_font_checked(c: *mut xcb_connection_t, font: xcb_font_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------------------------------- `xcb_close_font_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_close_font` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31806:5
[INFO] [stdout]       |
[INFO] [stdout] 31806 |     pub fn xcb_close_font(c: *mut xcb_connection_t, font: xcb_font_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7155:5
[INFO] [stdout]       |
[INFO] [stdout] 7155  |     pub fn xcb_close_font(c: *mut xcb_connection_t, font: xcb_font_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     -------------------------------------------------------------------------------------- `xcb_close_font` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_font` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31868:5
[INFO] [stdout]       |
[INFO] [stdout] 31868 | /     pub fn xcb_query_font(
[INFO] [stdout] 31869 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31870 | |         font: xcb_fontable_t,
[INFO] [stdout] 31871 | |     ) -> xcb_query_font_cookie_t;
[INFO] [stdout]       | |________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7161:5
[INFO] [stdout]       |
[INFO] [stdout] 7161  | /     pub fn xcb_query_font(
[INFO] [stdout] 7162  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7163  | |         font: xcb_fontable_t,
[INFO] [stdout] 7164  | |     ) -> xcb_query_font_cookie_t;
[INFO] [stdout]       | |________________________________- `xcb_query_font` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_query_font_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_query_font_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_font_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31887:5
[INFO] [stdout]       |
[INFO] [stdout] 31887 | /     pub fn xcb_query_font_unchecked(
[INFO] [stdout] 31888 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31889 | |         font: xcb_fontable_t,
[INFO] [stdout] 31890 | |     ) -> xcb_query_font_cookie_t;
[INFO] [stdout]       | |________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7165:5
[INFO] [stdout]       |
[INFO] [stdout] 7165  | /     pub fn xcb_query_font_unchecked(
[INFO] [stdout] 7166  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7167  | |         font: xcb_fontable_t,
[INFO] [stdout] 7168  | |     ) -> xcb_query_font_cookie_t;
[INFO] [stdout]       | |________________________________- `xcb_query_font_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_query_font_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_query_font_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_font_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31933:5
[INFO] [stdout]       |
[INFO] [stdout] 31933 | /     pub fn xcb_query_font_reply(
[INFO] [stdout] 31934 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31935 | |         cookie: xcb_query_font_cookie_t,
[INFO] [stdout] 31936 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 31937 | |     ) -> *mut xcb_query_font_reply_t;
[INFO] [stdout]       | |____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7183:5
[INFO] [stdout]       |
[INFO] [stdout] 7183  | /     pub fn xcb_query_font_reply(
[INFO] [stdout] 7184  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7185  | |         cookie: xcb_query_font_cookie_t,
[INFO] [stdout] 7186  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7187  | |     ) -> *mut xcb_query_font_reply_t;
[INFO] [stdout]       | |____________________________________- `xcb_query_font_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_query_font_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_query_font_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_query_font_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_query_font_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_text_extents` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:31978:5
[INFO] [stdout]       |
[INFO] [stdout] 31978 | /     pub fn xcb_query_text_extents(
[INFO] [stdout] 31979 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 31980 | |         font: xcb_fontable_t,
[INFO] [stdout] 31981 | |         string_len: u32,
[INFO] [stdout] 31982 | |         string: *const xcb_char2b_t,
[INFO] [stdout] 31983 | |     ) -> xcb_query_text_extents_cookie_t;
[INFO] [stdout]       | |________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7192:5
[INFO] [stdout]       |
[INFO] [stdout] 7192  | /     pub fn xcb_query_text_extents(
[INFO] [stdout] 7193  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7194  | |         font: xcb_fontable_t,
[INFO] [stdout] 7195  | |         string_len: uint32_t,
[INFO] [stdout] 7196  | |         string: *const xcb_char2b_t,
[INFO] [stdout] 7197  | |     ) -> xcb_query_text_extents_cookie_t;
[INFO] [stdout]       | |________________________________________- `xcb_query_text_extents` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const xcb::xcb_char2b_t) -> xcb::xcb_query_text_extents_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const xproto::xcb_char2b_t) -> xproto::xcb_query_text_extents_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_text_extents_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32021:5
[INFO] [stdout]       |
[INFO] [stdout] 32021 | /     pub fn xcb_query_text_extents_unchecked(
[INFO] [stdout] 32022 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32023 | |         font: xcb_fontable_t,
[INFO] [stdout] 32024 | |         string_len: u32,
[INFO] [stdout] 32025 | |         string: *const xcb_char2b_t,
[INFO] [stdout] 32026 | |     ) -> xcb_query_text_extents_cookie_t;
[INFO] [stdout]       | |________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7198:5
[INFO] [stdout]       |
[INFO] [stdout] 7198  | /     pub fn xcb_query_text_extents_unchecked(
[INFO] [stdout] 7199  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7200  | |         font: xcb_fontable_t,
[INFO] [stdout] 7201  | |         string_len: uint32_t,
[INFO] [stdout] 7202  | |         string: *const xcb_char2b_t,
[INFO] [stdout] 7203  | |     ) -> xcb_query_text_extents_cookie_t;
[INFO] [stdout]       | |________________________________________- `xcb_query_text_extents_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const xcb::xcb_char2b_t) -> xcb::xcb_query_text_extents_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const xproto::xcb_char2b_t) -> xproto::xcb_query_text_extents_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_text_extents_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32043:5
[INFO] [stdout]       |
[INFO] [stdout] 32043 | /     pub fn xcb_query_text_extents_reply(
[INFO] [stdout] 32044 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32045 | |         cookie: xcb_query_text_extents_cookie_t,
[INFO] [stdout] 32046 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 32047 | |     ) -> *mut xcb_query_text_extents_reply_t;
[INFO] [stdout]       | |____________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7204:5
[INFO] [stdout]       |
[INFO] [stdout] 7204  | /     pub fn xcb_query_text_extents_reply(
[INFO] [stdout] 7205  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7206  | |         cookie: xcb_query_text_extents_cookie_t,
[INFO] [stdout] 7207  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7208  | |     ) -> *mut xcb_query_text_extents_reply_t;
[INFO] [stdout]       | |____________________________________________- `xcb_query_text_extents_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_query_text_extents_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_query_text_extents_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_query_text_extents_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_query_text_extents_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_fonts` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32104:5
[INFO] [stdout]       |
[INFO] [stdout] 32104 | /     pub fn xcb_list_fonts(
[INFO] [stdout] 32105 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32106 | |         max_names: u16,
[INFO] [stdout] 32107 | |         pattern_len: u16,
[INFO] [stdout] 32108 | |         pattern: *const ::std::os::raw::c_char,
[INFO] [stdout] 32109 | |     ) -> xcb_list_fonts_cookie_t;
[INFO] [stdout]       | |________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7216:5
[INFO] [stdout]       |
[INFO] [stdout] 7216  | /     pub fn xcb_list_fonts(
[INFO] [stdout] 7217  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7218  | |         max_names: uint16_t,
[INFO] [stdout] 7219  | |         pattern_len: uint16_t,
[INFO] [stdout] 7220  | |         pattern: *const ::std::os::raw::c_char,
[INFO] [stdout] 7221  | |     ) -> xcb_list_fonts_cookie_t;
[INFO] [stdout]       | |________________________________- `xcb_list_fonts` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u16, u16, *const i8) -> xcb::xcb_list_fonts_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u16, u16, *const i8) -> xproto::xcb_list_fonts_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_fonts_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32131:5
[INFO] [stdout]       |
[INFO] [stdout] 32131 | /     pub fn xcb_list_fonts_unchecked(
[INFO] [stdout] 32132 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32133 | |         max_names: u16,
[INFO] [stdout] 32134 | |         pattern_len: u16,
[INFO] [stdout] 32135 | |         pattern: *const ::std::os::raw::c_char,
[INFO] [stdout] 32136 | |     ) -> xcb_list_fonts_cookie_t;
[INFO] [stdout]       | |________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7222:5
[INFO] [stdout]       |
[INFO] [stdout] 7222  | /     pub fn xcb_list_fonts_unchecked(
[INFO] [stdout] 7223  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7224  | |         max_names: uint16_t,
[INFO] [stdout] 7225  | |         pattern_len: uint16_t,
[INFO] [stdout] 7226  | |         pattern: *const ::std::os::raw::c_char,
[INFO] [stdout] 7227  | |     ) -> xcb_list_fonts_cookie_t;
[INFO] [stdout]       | |________________________________- `xcb_list_fonts_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u16, u16, *const i8) -> xcb::xcb_list_fonts_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u16, u16, *const i8) -> xproto::xcb_list_fonts_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_fonts_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32159:5
[INFO] [stdout]       |
[INFO] [stdout] 32159 | /     pub fn xcb_list_fonts_reply(
[INFO] [stdout] 32160 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32161 | |         cookie: xcb_list_fonts_cookie_t,
[INFO] [stdout] 32162 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 32163 | |     ) -> *mut xcb_list_fonts_reply_t;
[INFO] [stdout]       | |____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7230:5
[INFO] [stdout]       |
[INFO] [stdout] 7230  | /     pub fn xcb_list_fonts_reply(
[INFO] [stdout] 7231  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7232  | |         cookie: xcb_list_fonts_cookie_t,
[INFO] [stdout] 7233  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7234  | |     ) -> *mut xcb_list_fonts_reply_t;
[INFO] [stdout]       | |____________________________________- `xcb_list_fonts_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_list_fonts_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_list_fonts_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_list_fonts_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_list_fonts_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_fonts_with_info` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32187:5
[INFO] [stdout]       |
[INFO] [stdout] 32187 | /     pub fn xcb_list_fonts_with_info(
[INFO] [stdout] 32188 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32189 | |         max_names: u16,
[INFO] [stdout] 32190 | |         pattern_len: u16,
[INFO] [stdout] 32191 | |         pattern: *const ::std::os::raw::c_char,
[INFO] [stdout] 32192 | |     ) -> xcb_list_fonts_with_info_cookie_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7238:5
[INFO] [stdout]       |
[INFO] [stdout] 7238  | /     pub fn xcb_list_fonts_with_info(
[INFO] [stdout] 7239  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7240  | |         max_names: uint16_t,
[INFO] [stdout] 7241  | |         pattern_len: uint16_t,
[INFO] [stdout] 7242  | |         pattern: *const ::std::os::raw::c_char,
[INFO] [stdout] 7243  | |     ) -> xcb_list_fonts_with_info_cookie_t;
[INFO] [stdout]       | |__________________________________________- `xcb_list_fonts_with_info` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u16, u16, *const i8) -> xcb::xcb_list_fonts_with_info_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u16, u16, *const i8) -> xproto::xcb_list_fonts_with_info_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_fonts_with_info_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32214:5
[INFO] [stdout]       |
[INFO] [stdout] 32214 | /     pub fn xcb_list_fonts_with_info_unchecked(
[INFO] [stdout] 32215 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32216 | |         max_names: u16,
[INFO] [stdout] 32217 | |         pattern_len: u16,
[INFO] [stdout] 32218 | |         pattern: *const ::std::os::raw::c_char,
[INFO] [stdout] 32219 | |     ) -> xcb_list_fonts_with_info_cookie_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7244:5
[INFO] [stdout]       |
[INFO] [stdout] 7244  | /     pub fn xcb_list_fonts_with_info_unchecked(
[INFO] [stdout] 7245  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7246  | |         max_names: uint16_t,
[INFO] [stdout] 7247  | |         pattern_len: uint16_t,
[INFO] [stdout] 7248  | |         pattern: *const ::std::os::raw::c_char,
[INFO] [stdout] 7249  | |     ) -> xcb_list_fonts_with_info_cookie_t;
[INFO] [stdout]       | |__________________________________________- `xcb_list_fonts_with_info_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u16, u16, *const i8) -> xcb::xcb_list_fonts_with_info_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u16, u16, *const i8) -> xproto::xcb_list_fonts_with_info_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_fonts_with_info_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32266:5
[INFO] [stdout]       |
[INFO] [stdout] 32266 | /     pub fn xcb_list_fonts_with_info_reply(
[INFO] [stdout] 32267 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32268 | |         cookie: xcb_list_fonts_with_info_cookie_t,
[INFO] [stdout] 32269 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 32270 | |     ) -> *mut xcb_list_fonts_with_info_reply_t;
[INFO] [stdout]       | |______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7268:5
[INFO] [stdout]       |
[INFO] [stdout] 7268  | /     pub fn xcb_list_fonts_with_info_reply(
[INFO] [stdout] 7269  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7270  | |         cookie: xcb_list_fonts_with_info_cookie_t,
[INFO] [stdout] 7271  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7272  | |     ) -> *mut xcb_list_fonts_with_info_reply_t;
[INFO] [stdout]       | |______________________________________________- `xcb_list_fonts_with_info_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_list_fonts_with_info_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_list_fonts_with_info_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_list_fonts_with_info_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_list_fonts_with_info_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_font_path_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32289:5
[INFO] [stdout]       |
[INFO] [stdout] 32289 | /     pub fn xcb_set_font_path_checked(
[INFO] [stdout] 32290 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32291 | |         font_qty: u16,
[INFO] [stdout] 32292 | |         font: *const xcb_str_t,
[INFO] [stdout] 32293 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7276:5
[INFO] [stdout]       |
[INFO] [stdout] 7276  | /     pub fn xcb_set_font_path_checked(
[INFO] [stdout] 7277  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7278  | |         font_qty: uint16_t,
[INFO] [stdout] 7279  | |         font: *const xcb_str_t,
[INFO] [stdout] 7280  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_font_path_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u16, *const xcb::xcb_str_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u16, *const xproto::xcb_str_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_font_path` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32304:5
[INFO] [stdout]       |
[INFO] [stdout] 32304 | /     pub fn xcb_set_font_path(
[INFO] [stdout] 32305 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32306 | |         font_qty: u16,
[INFO] [stdout] 32307 | |         font: *const xcb_str_t,
[INFO] [stdout] 32308 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7281:5
[INFO] [stdout]       |
[INFO] [stdout] 7281  | /     pub fn xcb_set_font_path(
[INFO] [stdout] 7282  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7283  | |         font_qty: uint16_t,
[INFO] [stdout] 7284  | |         font: *const xcb_str_t,
[INFO] [stdout] 7285  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_font_path` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u16, *const xcb::xcb_str_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u16, *const xproto::xcb_str_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_font_path` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32324:5
[INFO] [stdout]       |
[INFO] [stdout] 32324 |     pub fn xcb_get_font_path(c: *mut xcb_connection_t) -> xcb_get_font_path_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7289:5
[INFO] [stdout]       |
[INFO] [stdout] 7289  |     pub fn xcb_get_font_path(c: *mut xcb_connection_t) -> xcb_get_font_path_cookie_t;
[INFO] [stdout]       |     -------------------------------------------------------------------------------- `xcb_get_font_path` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_font_path_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_font_path_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_font_path_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32338:5
[INFO] [stdout]       |
[INFO] [stdout] 32338 |     pub fn xcb_get_font_path_unchecked(c: *mut xcb_connection_t) -> xcb_get_font_path_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7290:5
[INFO] [stdout]       |
[INFO] [stdout] 7290  |     pub fn xcb_get_font_path_unchecked(c: *mut xcb_connection_t) -> xcb_get_font_path_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------------ `xcb_get_font_path_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_font_path_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_font_path_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_font_path_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32365:5
[INFO] [stdout]       |
[INFO] [stdout] 32365 | /     pub fn xcb_get_font_path_reply(
[INFO] [stdout] 32366 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32367 | |         cookie: xcb_get_font_path_cookie_t,
[INFO] [stdout] 32368 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 32369 | |     ) -> *mut xcb_get_font_path_reply_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7297:5
[INFO] [stdout]       |
[INFO] [stdout] 7297  | /     pub fn xcb_get_font_path_reply(
[INFO] [stdout] 7298  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7299  | |         cookie: xcb_get_font_path_cookie_t,
[INFO] [stdout] 7300  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7301  | |     ) -> *mut xcb_get_font_path_reply_t;
[INFO] [stdout]       | |_______________________________________- `xcb_get_font_path_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_font_path_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_font_path_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_font_path_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_font_path_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_pixmap_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32391:5
[INFO] [stdout]       |
[INFO] [stdout] 32391 | /     pub fn xcb_create_pixmap_checked(
[INFO] [stdout] 32392 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32393 | |         depth: u8,
[INFO] [stdout] 32394 | |         pid: xcb_pixmap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32397 | |         height: u16,
[INFO] [stdout] 32398 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7302:5
[INFO] [stdout]       |
[INFO] [stdout] 7302  | /     pub fn xcb_create_pixmap_checked(
[INFO] [stdout] 7303  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7304  | |         depth: uint8_t,
[INFO] [stdout] 7305  | |         pid: xcb_pixmap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7308  | |         height: uint16_t,
[INFO] [stdout] 7309  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_pixmap_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_pixmap` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32417:5
[INFO] [stdout]       |
[INFO] [stdout] 32417 | /     pub fn xcb_create_pixmap(
[INFO] [stdout] 32418 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32419 | |         depth: u8,
[INFO] [stdout] 32420 | |         pid: xcb_pixmap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32423 | |         height: u16,
[INFO] [stdout] 32424 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7310:5
[INFO] [stdout]       |
[INFO] [stdout] 7310  | /     pub fn xcb_create_pixmap(
[INFO] [stdout] 7311  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7312  | |         depth: uint8_t,
[INFO] [stdout] 7313  | |         pid: xcb_pixmap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7316  | |         height: uint16_t,
[INFO] [stdout] 7317  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_pixmap` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_pixmap_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32441:5
[INFO] [stdout]       |
[INFO] [stdout] 32441 | /     pub fn xcb_free_pixmap_checked(
[INFO] [stdout] 32442 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32443 | |         pixmap: xcb_pixmap_t,
[INFO] [stdout] 32444 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7318:5
[INFO] [stdout]       |
[INFO] [stdout] 7318  | /     pub fn xcb_free_pixmap_checked(
[INFO] [stdout] 7319  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7320  | |         pixmap: xcb_pixmap_t,
[INFO] [stdout] 7321  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_free_pixmap_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_pixmap` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32458:5
[INFO] [stdout]       |
[INFO] [stdout] 32458 |     pub fn xcb_free_pixmap(c: *mut xcb_connection_t, pixmap: xcb_pixmap_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7322:5
[INFO] [stdout]       |
[INFO] [stdout] 7322  |     pub fn xcb_free_pixmap(c: *mut xcb_connection_t, pixmap: xcb_pixmap_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------------- `xcb_free_pixmap` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_gc_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32480:5
[INFO] [stdout]       |
[INFO] [stdout] 32480 | /     pub fn xcb_create_gc_checked(
[INFO] [stdout] 32481 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32482 | |         cid: xcb_gcontext_t,
[INFO] [stdout] 32483 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 32484 | |         value_mask: u32,
[INFO] [stdout] 32485 | |         value_list: *const u32,
[INFO] [stdout] 32486 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7324:5
[INFO] [stdout]       |
[INFO] [stdout] 7324  | /     pub fn xcb_create_gc_checked(
[INFO] [stdout] 7325  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7326  | |         cid: xcb_gcontext_t,
[INFO] [stdout] 7327  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7328  | |         value_mask: uint32_t,
[INFO] [stdout] 7329  | |         value_list: *const uint32_t,
[INFO] [stdout] 7330  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_gc_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_gc` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32502:5
[INFO] [stdout]       |
[INFO] [stdout] 32502 | /     pub fn xcb_create_gc(
[INFO] [stdout] 32503 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32504 | |         cid: xcb_gcontext_t,
[INFO] [stdout] 32505 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 32506 | |         value_mask: u32,
[INFO] [stdout] 32507 | |         value_list: *const u32,
[INFO] [stdout] 32508 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7331:5
[INFO] [stdout]       |
[INFO] [stdout] 7331  | /     pub fn xcb_create_gc(
[INFO] [stdout] 7332  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7333  | |         cid: xcb_gcontext_t,
[INFO] [stdout] 7334  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7335  | |         value_mask: uint32_t,
[INFO] [stdout] 7336  | |         value_list: *const uint32_t,
[INFO] [stdout] 7337  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_gc` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_gc_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32532:5
[INFO] [stdout]       |
[INFO] [stdout] 32532 | /     pub fn xcb_change_gc_checked(
[INFO] [stdout] 32533 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32534 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 32535 | |         value_mask: u32,
[INFO] [stdout] 32536 | |         value_list: *const u32,
[INFO] [stdout] 32537 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7339:5
[INFO] [stdout]       |
[INFO] [stdout] 7339  | /     pub fn xcb_change_gc_checked(
[INFO] [stdout] 7340  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7341  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7342  | |         value_mask: uint32_t,
[INFO] [stdout] 7343  | |         value_list: *const uint32_t,
[INFO] [stdout] 7344  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_gc_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_gc` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32555:5
[INFO] [stdout]       |
[INFO] [stdout] 32555 | /     pub fn xcb_change_gc(
[INFO] [stdout] 32556 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32557 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 32558 | |         value_mask: u32,
[INFO] [stdout] 32559 | |         value_list: *const u32,
[INFO] [stdout] 32560 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7345:5
[INFO] [stdout]       |
[INFO] [stdout] 7345  | /     pub fn xcb_change_gc(
[INFO] [stdout] 7346  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7347  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7348  | |         value_mask: uint32_t,
[INFO] [stdout] 7349  | |         value_list: *const uint32_t,
[INFO] [stdout] 7350  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_gc` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_copy_gc_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32574:5
[INFO] [stdout]       |
[INFO] [stdout] 32574 | /     pub fn xcb_copy_gc_checked(
[INFO] [stdout] 32575 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32576 | |         src_gc: xcb_gcontext_t,
[INFO] [stdout] 32577 | |         dst_gc: xcb_gcontext_t,
[INFO] [stdout] 32578 | |         value_mask: u32,
[INFO] [stdout] 32579 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7351:5
[INFO] [stdout]       |
[INFO] [stdout] 7351  | /     pub fn xcb_copy_gc_checked(
[INFO] [stdout] 7352  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7353  | |         src_gc: xcb_gcontext_t,
[INFO] [stdout] 7354  | |         dst_gc: xcb_gcontext_t,
[INFO] [stdout] 7355  | |         value_mask: uint32_t,
[INFO] [stdout] 7356  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_copy_gc_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_copy_gc` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32590:5
[INFO] [stdout]       |
[INFO] [stdout] 32590 | /     pub fn xcb_copy_gc(
[INFO] [stdout] 32591 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32592 | |         src_gc: xcb_gcontext_t,
[INFO] [stdout] 32593 | |         dst_gc: xcb_gcontext_t,
[INFO] [stdout] 32594 | |         value_mask: u32,
[INFO] [stdout] 32595 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7357:5
[INFO] [stdout]       |
[INFO] [stdout] 7357  | /     pub fn xcb_copy_gc(
[INFO] [stdout] 7358  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7359  | |         src_gc: xcb_gcontext_t,
[INFO] [stdout] 7360  | |         dst_gc: xcb_gcontext_t,
[INFO] [stdout] 7361  | |         value_mask: uint32_t,
[INFO] [stdout] 7362  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_copy_gc` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_dashes_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32612:5
[INFO] [stdout]       |
[INFO] [stdout] 32612 | /     pub fn xcb_set_dashes_checked(
[INFO] [stdout] 32613 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32614 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 32615 | |         dash_offset: u16,
[INFO] [stdout] 32616 | |         dashes_len: u16,
[INFO] [stdout] 32617 | |         dashes: *const u8,
[INFO] [stdout] 32618 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7364:5
[INFO] [stdout]       |
[INFO] [stdout] 7364  | /     pub fn xcb_set_dashes_checked(
[INFO] [stdout] 7365  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7366  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7367  | |         dash_offset: uint16_t,
[INFO] [stdout] 7368  | |         dashes_len: uint16_t,
[INFO] [stdout] 7369  | |         dashes: *const uint8_t,
[INFO] [stdout] 7370  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_dashes_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, u16, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, u16, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_dashes` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32629:5
[INFO] [stdout]       |
[INFO] [stdout] 32629 | /     pub fn xcb_set_dashes(
[INFO] [stdout] 32630 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32631 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 32632 | |         dash_offset: u16,
[INFO] [stdout] 32633 | |         dashes_len: u16,
[INFO] [stdout] 32634 | |         dashes: *const u8,
[INFO] [stdout] 32635 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7371:5
[INFO] [stdout]       |
[INFO] [stdout] 7371  | /     pub fn xcb_set_dashes(
[INFO] [stdout] 7372  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7373  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7374  | |         dash_offset: uint16_t,
[INFO] [stdout] 7375  | |         dashes_len: uint16_t,
[INFO] [stdout] 7376  | |         dashes: *const uint8_t,
[INFO] [stdout] 7377  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_dashes` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, u16, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, u16, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_clip_rectangles_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32655:5
[INFO] [stdout]       |
[INFO] [stdout] 32655 | /     pub fn xcb_set_clip_rectangles_checked(
[INFO] [stdout] 32656 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32657 | |         ordering: u8,
[INFO] [stdout] 32658 | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32662 | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 32663 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7382:5
[INFO] [stdout]       |
[INFO] [stdout] 7382  | /     pub fn xcb_set_clip_rectangles_checked(
[INFO] [stdout] 7383  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7384  | |         ordering: uint8_t,
[INFO] [stdout] 7385  | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7389  | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 7390  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_clip_rectangles_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, i16, i16, u32, *const xcb::xcb_rectangle_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, i16, i16, u32, *const xproto::xcb_rectangle_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_clip_rectangles` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32674:5
[INFO] [stdout]       |
[INFO] [stdout] 32674 | /     pub fn xcb_set_clip_rectangles(
[INFO] [stdout] 32675 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32676 | |         ordering: u8,
[INFO] [stdout] 32677 | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32681 | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 32682 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7391:5
[INFO] [stdout]       |
[INFO] [stdout] 7391  | /     pub fn xcb_set_clip_rectangles(
[INFO] [stdout] 7392  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7393  | |         ordering: uint8_t,
[INFO] [stdout] 7394  | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7398  | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 7399  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_clip_rectangles` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, i16, i16, u32, *const xcb::xcb_rectangle_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, i16, i16, u32, *const xproto::xcb_rectangle_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_gc_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32698:5
[INFO] [stdout]       |
[INFO] [stdout] 32698 |     pub fn xcb_free_gc_checked(c: *mut xcb_connection_t, gc: xcb_gcontext_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7400:5
[INFO] [stdout]       |
[INFO] [stdout] 7400  |     pub fn xcb_free_gc_checked(c: *mut xcb_connection_t, gc: xcb_gcontext_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     --------------------------------------------------------------------------------------------- `xcb_free_gc_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_gc` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32711:5
[INFO] [stdout]       |
[INFO] [stdout] 32711 |     pub fn xcb_free_gc(c: *mut xcb_connection_t, gc: xcb_gcontext_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7401:5
[INFO] [stdout]       |
[INFO] [stdout] 7401  |     pub fn xcb_free_gc(c: *mut xcb_connection_t, gc: xcb_gcontext_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------- `xcb_free_gc` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_clear_area_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32725:5
[INFO] [stdout]       |
[INFO] [stdout] 32725 | /     pub fn xcb_clear_area_checked(
[INFO] [stdout] 32726 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32727 | |         exposures: u8,
[INFO] [stdout] 32728 | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32732 | |         height: u16,
[INFO] [stdout] 32733 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7402:5
[INFO] [stdout]       |
[INFO] [stdout] 7402  | /     pub fn xcb_clear_area_checked(
[INFO] [stdout] 7403  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7404  | |         exposures: uint8_t,
[INFO] [stdout] 7405  | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7409  | |         height: uint16_t,
[INFO] [stdout] 7410  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_clear_area_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, i16, i16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, i16, i16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_clear_area` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32744:5
[INFO] [stdout]       |
[INFO] [stdout] 32744 | /     pub fn xcb_clear_area(
[INFO] [stdout] 32745 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32746 | |         exposures: u8,
[INFO] [stdout] 32747 | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32751 | |         height: u16,
[INFO] [stdout] 32752 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7411:5
[INFO] [stdout]       |
[INFO] [stdout] 7411  | /     pub fn xcb_clear_area(
[INFO] [stdout] 7412  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7413  | |         exposures: uint8_t,
[INFO] [stdout] 7414  | |         window: xcb_window_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7418  | |         height: uint16_t,
[INFO] [stdout] 7419  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_clear_area` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, i16, i16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, i16, i16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_copy_area_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32776:5
[INFO] [stdout]       |
[INFO] [stdout] 32776 | /     pub fn xcb_copy_area_checked(
[INFO] [stdout] 32777 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32778 | |         src_drawable: xcb_drawable_t,
[INFO] [stdout] 32779 | |         dst_drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32786 | |         height: u16,
[INFO] [stdout] 32787 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7420:5
[INFO] [stdout]       |
[INFO] [stdout] 7420  | /     pub fn xcb_copy_area_checked(
[INFO] [stdout] 7421  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7422  | |         src_drawable: xcb_drawable_t,
[INFO] [stdout] 7423  | |         dst_drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7430  | |         height: uint16_t,
[INFO] [stdout] 7431  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_copy_area_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, i16, i16, i16, i16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, i16, i16, i16, i16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_copy_area` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32808:5
[INFO] [stdout]       |
[INFO] [stdout] 32808 | /     pub fn xcb_copy_area(
[INFO] [stdout] 32809 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32810 | |         src_drawable: xcb_drawable_t,
[INFO] [stdout] 32811 | |         dst_drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32818 | |         height: u16,
[INFO] [stdout] 32819 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7432:5
[INFO] [stdout]       |
[INFO] [stdout] 7432  | /     pub fn xcb_copy_area(
[INFO] [stdout] 7433  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7434  | |         src_drawable: xcb_drawable_t,
[INFO] [stdout] 7435  | |         dst_drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7442  | |         height: uint16_t,
[INFO] [stdout] 7443  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_copy_area` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, i16, i16, i16, i16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, i16, i16, i16, i16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_copy_plane_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32833:5
[INFO] [stdout]       |
[INFO] [stdout] 32833 | /     pub fn xcb_copy_plane_checked(
[INFO] [stdout] 32834 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32835 | |         src_drawable: xcb_drawable_t,
[INFO] [stdout] 32836 | |         dst_drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32844 | |         bit_plane: u32,
[INFO] [stdout] 32845 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7444:5
[INFO] [stdout]       |
[INFO] [stdout] 7444  | /     pub fn xcb_copy_plane_checked(
[INFO] [stdout] 7445  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7446  | |         src_drawable: xcb_drawable_t,
[INFO] [stdout] 7447  | |         dst_drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7455  | |         bit_plane: uint32_t,
[INFO] [stdout] 7456  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_copy_plane_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, i16, i16, i16, i16, u16, u16, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, i16, i16, i16, i16, u16, u16, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_copy_plane` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32856:5
[INFO] [stdout]       |
[INFO] [stdout] 32856 | /     pub fn xcb_copy_plane(
[INFO] [stdout] 32857 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32858 | |         src_drawable: xcb_drawable_t,
[INFO] [stdout] 32859 | |         dst_drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32867 | |         bit_plane: u32,
[INFO] [stdout] 32868 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7457:5
[INFO] [stdout]       |
[INFO] [stdout] 7457  | /     pub fn xcb_copy_plane(
[INFO] [stdout] 7458  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7459  | |         src_drawable: xcb_drawable_t,
[INFO] [stdout] 7460  | |         dst_drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7468  | |         bit_plane: uint32_t,
[INFO] [stdout] 7469  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_copy_plane` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, i16, i16, i16, i16, u16, u16, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, i16, i16, i16, i16, u16, u16, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_point_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32888:5
[INFO] [stdout]       |
[INFO] [stdout] 32888 | /     pub fn xcb_poly_point_checked(
[INFO] [stdout] 32889 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32890 | |         coordinate_mode: u8,
[INFO] [stdout] 32891 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32894 | |         points: *const xcb_point_t,
[INFO] [stdout] 32895 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7474:5
[INFO] [stdout]       |
[INFO] [stdout] 7474  | /     pub fn xcb_poly_point_checked(
[INFO] [stdout] 7475  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7476  | |         coordinate_mode: uint8_t,
[INFO] [stdout] 7477  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7480  | |         points: *const xcb_point_t,
[INFO] [stdout] 7481  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_point_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32, *const xcb::xcb_point_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32, *const xproto::xcb_point_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_point` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32906:5
[INFO] [stdout]       |
[INFO] [stdout] 32906 | /     pub fn xcb_poly_point(
[INFO] [stdout] 32907 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32908 | |         coordinate_mode: u8,
[INFO] [stdout] 32909 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32912 | |         points: *const xcb_point_t,
[INFO] [stdout] 32913 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7482:5
[INFO] [stdout]       |
[INFO] [stdout] 7482  | /     pub fn xcb_poly_point(
[INFO] [stdout] 7483  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7484  | |         coordinate_mode: uint8_t,
[INFO] [stdout] 7485  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7488  | |         points: *const xcb_point_t,
[INFO] [stdout] 7489  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_point` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32, *const xcb::xcb_point_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32, *const xproto::xcb_point_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_line_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32947:5
[INFO] [stdout]       |
[INFO] [stdout] 32947 | /     pub fn xcb_poly_line_checked(
[INFO] [stdout] 32948 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32949 | |         coordinate_mode: u8,
[INFO] [stdout] 32950 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32953 | |         points: *const xcb_point_t,
[INFO] [stdout] 32954 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7494:5
[INFO] [stdout]       |
[INFO] [stdout] 7494  | /     pub fn xcb_poly_line_checked(
[INFO] [stdout] 7495  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7496  | |         coordinate_mode: uint8_t,
[INFO] [stdout] 7497  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7500  | |         points: *const xcb_point_t,
[INFO] [stdout] 7501  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_line_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32, *const xcb::xcb_point_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32, *const xproto::xcb_point_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_line` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:32979:5
[INFO] [stdout]       |
[INFO] [stdout] 32979 | /     pub fn xcb_poly_line(
[INFO] [stdout] 32980 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 32981 | |         coordinate_mode: u8,
[INFO] [stdout] 32982 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 32985 | |         points: *const xcb_point_t,
[INFO] [stdout] 32986 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7502:5
[INFO] [stdout]       |
[INFO] [stdout] 7502  | /     pub fn xcb_poly_line(
[INFO] [stdout] 7503  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7504  | |         coordinate_mode: uint8_t,
[INFO] [stdout] 7505  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7508  | |         points: *const xcb_point_t,
[INFO] [stdout] 7509  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_line` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32, *const xcb::xcb_point_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32, *const xproto::xcb_point_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_segment_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33044:5
[INFO] [stdout]       |
[INFO] [stdout] 33044 | /     pub fn xcb_poly_segment_checked(
[INFO] [stdout] 33045 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33046 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33047 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33048 | |         segments_len: u32,
[INFO] [stdout] 33049 | |         segments: *const xcb_segment_t,
[INFO] [stdout] 33050 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7516:5
[INFO] [stdout]       |
[INFO] [stdout] 7516  | /     pub fn xcb_poly_segment_checked(
[INFO] [stdout] 7517  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7518  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7519  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7520  | |         segments_len: uint32_t,
[INFO] [stdout] 7521  | |         segments: *const xcb_segment_t,
[INFO] [stdout] 7522  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_segment_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_segment_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_segment_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_segment` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33076:5
[INFO] [stdout]       |
[INFO] [stdout] 33076 | /     pub fn xcb_poly_segment(
[INFO] [stdout] 33077 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33078 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33079 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33080 | |         segments_len: u32,
[INFO] [stdout] 33081 | |         segments: *const xcb_segment_t,
[INFO] [stdout] 33082 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7523:5
[INFO] [stdout]       |
[INFO] [stdout] 7523  | /     pub fn xcb_poly_segment(
[INFO] [stdout] 7524  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7525  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7526  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7527  | |         segments_len: uint32_t,
[INFO] [stdout] 7528  | |         segments: *const xcb_segment_t,
[INFO] [stdout] 7529  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_segment` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_segment_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_segment_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_rectangle_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33102:5
[INFO] [stdout]       |
[INFO] [stdout] 33102 | /     pub fn xcb_poly_rectangle_checked(
[INFO] [stdout] 33103 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33104 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33105 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33106 | |         rectangles_len: u32,
[INFO] [stdout] 33107 | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 33108 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7534:5
[INFO] [stdout]       |
[INFO] [stdout] 7534  | /     pub fn xcb_poly_rectangle_checked(
[INFO] [stdout] 7535  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7536  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7537  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7538  | |         rectangles_len: uint32_t,
[INFO] [stdout] 7539  | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 7540  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_rectangle_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_rectangle_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_rectangle_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_rectangle` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33119:5
[INFO] [stdout]       |
[INFO] [stdout] 33119 | /     pub fn xcb_poly_rectangle(
[INFO] [stdout] 33120 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33121 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33122 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33123 | |         rectangles_len: u32,
[INFO] [stdout] 33124 | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 33125 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7541:5
[INFO] [stdout]       |
[INFO] [stdout] 7541  | /     pub fn xcb_poly_rectangle(
[INFO] [stdout] 7542  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7543  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7544  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7545  | |         rectangles_len: uint32_t,
[INFO] [stdout] 7546  | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 7547  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_rectangle` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_rectangle_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_rectangle_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_arc_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33145:5
[INFO] [stdout]       |
[INFO] [stdout] 33145 | /     pub fn xcb_poly_arc_checked(
[INFO] [stdout] 33146 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33147 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33148 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33149 | |         arcs_len: u32,
[INFO] [stdout] 33150 | |         arcs: *const xcb_arc_t,
[INFO] [stdout] 33151 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7552:5
[INFO] [stdout]       |
[INFO] [stdout] 7552  | /     pub fn xcb_poly_arc_checked(
[INFO] [stdout] 7553  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7554  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7555  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7556  | |         arcs_len: uint32_t,
[INFO] [stdout] 7557  | |         arcs: *const xcb_arc_t,
[INFO] [stdout] 7558  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_arc_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_arc_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_arc_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_arc` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33162:5
[INFO] [stdout]       |
[INFO] [stdout] 33162 | /     pub fn xcb_poly_arc(
[INFO] [stdout] 33163 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33164 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33165 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33166 | |         arcs_len: u32,
[INFO] [stdout] 33167 | |         arcs: *const xcb_arc_t,
[INFO] [stdout] 33168 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7559:5
[INFO] [stdout]       |
[INFO] [stdout] 7559  | /     pub fn xcb_poly_arc(
[INFO] [stdout] 7560  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7561  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7562  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7563  | |         arcs_len: uint32_t,
[INFO] [stdout] 7564  | |         arcs: *const xcb_arc_t,
[INFO] [stdout] 7565  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_arc` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_arc_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_arc_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_fill_poly_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33188:5
[INFO] [stdout]       |
[INFO] [stdout] 33188 | /     pub fn xcb_fill_poly_checked(
[INFO] [stdout] 33189 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33190 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33191 | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33195 | |         points: *const xcb_point_t,
[INFO] [stdout] 33196 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7570:5
[INFO] [stdout]       |
[INFO] [stdout] 7570  | /     pub fn xcb_fill_poly_checked(
[INFO] [stdout] 7571  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7572  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7573  | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7577  | |         points: *const xcb_point_t,
[INFO] [stdout] 7578  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_fill_poly_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u8, u8, u32, *const xcb::xcb_point_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u8, u8, u32, *const xproto::xcb_point_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_fill_poly` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33207:5
[INFO] [stdout]       |
[INFO] [stdout] 33207 | /     pub fn xcb_fill_poly(
[INFO] [stdout] 33208 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33209 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33210 | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33214 | |         points: *const xcb_point_t,
[INFO] [stdout] 33215 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7579:5
[INFO] [stdout]       |
[INFO] [stdout] 7579  | /     pub fn xcb_fill_poly(
[INFO] [stdout] 7580  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7581  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7582  | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7586  | |         points: *const xcb_point_t,
[INFO] [stdout] 7587  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_fill_poly` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u8, u8, u32, *const xcb::xcb_point_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u8, u8, u32, *const xproto::xcb_point_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_fill_rectangle_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33249:5
[INFO] [stdout]       |
[INFO] [stdout] 33249 | /     pub fn xcb_poly_fill_rectangle_checked(
[INFO] [stdout] 33250 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33251 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33252 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33253 | |         rectangles_len: u32,
[INFO] [stdout] 33254 | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 33255 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7592:5
[INFO] [stdout]       |
[INFO] [stdout] 7592  | /     pub fn xcb_poly_fill_rectangle_checked(
[INFO] [stdout] 7593  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7594  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7595  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7596  | |         rectangles_len: uint32_t,
[INFO] [stdout] 7597  | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 7598  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_fill_rectangle_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_rectangle_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_rectangle_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_fill_rectangle` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33280:5
[INFO] [stdout]       |
[INFO] [stdout] 33280 | /     pub fn xcb_poly_fill_rectangle(
[INFO] [stdout] 33281 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33282 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33283 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33284 | |         rectangles_len: u32,
[INFO] [stdout] 33285 | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 33286 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7599:5
[INFO] [stdout]       |
[INFO] [stdout] 7599  | /     pub fn xcb_poly_fill_rectangle(
[INFO] [stdout] 7600  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7601  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7602  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7603  | |         rectangles_len: uint32_t,
[INFO] [stdout] 7604  | |         rectangles: *const xcb_rectangle_t,
[INFO] [stdout] 7605  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_fill_rectangle` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_rectangle_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_rectangle_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_fill_arc_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33306:5
[INFO] [stdout]       |
[INFO] [stdout] 33306 | /     pub fn xcb_poly_fill_arc_checked(
[INFO] [stdout] 33307 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33308 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33309 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33310 | |         arcs_len: u32,
[INFO] [stdout] 33311 | |         arcs: *const xcb_arc_t,
[INFO] [stdout] 33312 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7610:5
[INFO] [stdout]       |
[INFO] [stdout] 7610  | /     pub fn xcb_poly_fill_arc_checked(
[INFO] [stdout] 7611  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7612  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7613  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7614  | |         arcs_len: uint32_t,
[INFO] [stdout] 7615  | |         arcs: *const xcb_arc_t,
[INFO] [stdout] 7616  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_fill_arc_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_arc_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_arc_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_fill_arc` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33323:5
[INFO] [stdout]       |
[INFO] [stdout] 33323 | /     pub fn xcb_poly_fill_arc(
[INFO] [stdout] 33324 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33325 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33326 | |         gc: xcb_gcontext_t,
[INFO] [stdout] 33327 | |         arcs_len: u32,
[INFO] [stdout] 33328 | |         arcs: *const xcb_arc_t,
[INFO] [stdout] 33329 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7617:5
[INFO] [stdout]       |
[INFO] [stdout] 7617  | /     pub fn xcb_poly_fill_arc(
[INFO] [stdout] 7618  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7619  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7620  | |         gc: xcb_gcontext_t,
[INFO] [stdout] 7621  | |         arcs_len: uint32_t,
[INFO] [stdout] 7622  | |         arcs: *const xcb_arc_t,
[INFO] [stdout] 7623  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_fill_arc` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const xcb::xcb_arc_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const xproto::xcb_arc_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_put_image_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33349:5
[INFO] [stdout]       |
[INFO] [stdout] 33349 | /     pub fn xcb_put_image_checked(
[INFO] [stdout] 33350 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33351 | |         format: u8,
[INFO] [stdout] 33352 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33361 | |         data: *const u8,
[INFO] [stdout] 33362 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7628:5
[INFO] [stdout]       |
[INFO] [stdout] 7628  | /     pub fn xcb_put_image_checked(
[INFO] [stdout] 7629  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7630  | |         format: uint8_t,
[INFO] [stdout] 7631  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7640  | |         data: *const uint8_t,
[INFO] [stdout] 7641  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_put_image_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u16, u16, i16, i16, u8, u8, u32, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u16, u16, i16, i16, u8, u8, u32, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_put_image` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33373:5
[INFO] [stdout]       |
[INFO] [stdout] 33373 | /     pub fn xcb_put_image(
[INFO] [stdout] 33374 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33375 | |         format: u8,
[INFO] [stdout] 33376 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33385 | |         data: *const u8,
[INFO] [stdout] 33386 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7642:5
[INFO] [stdout]       |
[INFO] [stdout] 7642  | /     pub fn xcb_put_image(
[INFO] [stdout] 7643  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7644  | |         format: uint8_t,
[INFO] [stdout] 7645  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7654  | |         data: *const uint8_t,
[INFO] [stdout] 7655  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_put_image` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u16, u16, i16, i16, u8, u8, u32, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u16, u16, i16, i16, u8, u8, u32, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_image` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33400:5
[INFO] [stdout]       |
[INFO] [stdout] 33400 | /     pub fn xcb_get_image(
[INFO] [stdout] 33401 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33402 | |         format: u8,
[INFO] [stdout] 33403 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33408 | |         plane_mask: u32,
[INFO] [stdout] 33409 | |     ) -> xcb_get_image_cookie_t;
[INFO] [stdout]       | |_______________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7657:5
[INFO] [stdout]       |
[INFO] [stdout] 7657  | /     pub fn xcb_get_image(
[INFO] [stdout] 7658  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7659  | |         format: uint8_t,
[INFO] [stdout] 7660  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7665  | |         plane_mask: uint32_t,
[INFO] [stdout] 7666  | |     ) -> xcb_get_image_cookie_t;
[INFO] [stdout]       | |_______________________________- `xcb_get_image` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, i16, i16, u16, u16, u32) -> xcb::xcb_get_image_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, i16, i16, u16, u16, u32) -> xproto::xcb_get_image_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_image_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33423:5
[INFO] [stdout]       |
[INFO] [stdout] 33423 | /     pub fn xcb_get_image_unchecked(
[INFO] [stdout] 33424 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33425 | |         format: u8,
[INFO] [stdout] 33426 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33431 | |         plane_mask: u32,
[INFO] [stdout] 33432 | |     ) -> xcb_get_image_cookie_t;
[INFO] [stdout]       | |_______________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7667:5
[INFO] [stdout]       |
[INFO] [stdout] 7667  | /     pub fn xcb_get_image_unchecked(
[INFO] [stdout] 7668  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7669  | |         format: uint8_t,
[INFO] [stdout] 7670  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7675  | |         plane_mask: uint32_t,
[INFO] [stdout] 7676  | |     ) -> xcb_get_image_cookie_t;
[INFO] [stdout]       | |_______________________________- `xcb_get_image_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, i16, i16, u16, u16, u32) -> xcb::xcb_get_image_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, i16, i16, u16, u16, u32) -> xproto::xcb_get_image_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_image_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33458:5
[INFO] [stdout]       |
[INFO] [stdout] 33458 | /     pub fn xcb_get_image_reply(
[INFO] [stdout] 33459 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33460 | |         cookie: xcb_get_image_cookie_t,
[INFO] [stdout] 33461 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 33462 | |     ) -> *mut xcb_get_image_reply_t;
[INFO] [stdout]       | |___________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7680:5
[INFO] [stdout]       |
[INFO] [stdout] 7680  | /     pub fn xcb_get_image_reply(
[INFO] [stdout] 7681  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7682  | |         cookie: xcb_get_image_cookie_t,
[INFO] [stdout] 7683  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7684  | |     ) -> *mut xcb_get_image_reply_t;
[INFO] [stdout]       | |___________________________________- `xcb_get_image_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_image_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_image_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_image_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_image_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_text_8_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33482:5
[INFO] [stdout]       |
[INFO] [stdout] 33482 | /     pub fn xcb_poly_text_8_checked(
[INFO] [stdout] 33483 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33484 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33485 | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33489 | |         items: *const u8,
[INFO] [stdout] 33490 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7689:5
[INFO] [stdout]       |
[INFO] [stdout] 7689  | /     pub fn xcb_poly_text_8_checked(
[INFO] [stdout] 7690  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7691  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7692  | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7696  | |         items: *const uint8_t,
[INFO] [stdout] 7697  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_text_8_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16, u32, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16, u32, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_text_8` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33501:5
[INFO] [stdout]       |
[INFO] [stdout] 33501 | /     pub fn xcb_poly_text_8(
[INFO] [stdout] 33502 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33503 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33504 | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33508 | |         items: *const u8,
[INFO] [stdout] 33509 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7698:5
[INFO] [stdout]       |
[INFO] [stdout] 7698  | /     pub fn xcb_poly_text_8(
[INFO] [stdout] 7699  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7700  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7701  | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7705  | |         items: *const uint8_t,
[INFO] [stdout] 7706  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_text_8` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16, u32, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16, u32, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_text_16_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33529:5
[INFO] [stdout]       |
[INFO] [stdout] 33529 | /     pub fn xcb_poly_text_16_checked(
[INFO] [stdout] 33530 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33531 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33532 | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33536 | |         items: *const u8,
[INFO] [stdout] 33537 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7711:5
[INFO] [stdout]       |
[INFO] [stdout] 7711  | /     pub fn xcb_poly_text_16_checked(
[INFO] [stdout] 7712  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7713  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7714  | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7718  | |         items: *const uint8_t,
[INFO] [stdout] 7719  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_text_16_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16, u32, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16, u32, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_poly_text_16` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33548:5
[INFO] [stdout]       |
[INFO] [stdout] 33548 | /     pub fn xcb_poly_text_16(
[INFO] [stdout] 33549 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33550 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 33551 | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33555 | |         items: *const u8,
[INFO] [stdout] 33556 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7720:5
[INFO] [stdout]       |
[INFO] [stdout] 7720  | /     pub fn xcb_poly_text_16(
[INFO] [stdout] 7721  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7722  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 7723  | |         gc: xcb_gcontext_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7727  | |         items: *const uint8_t,
[INFO] [stdout] 7728  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_poly_text_16` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, i16, i16, u32, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, i16, i16, u32, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_image_text_8_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33593:5
[INFO] [stdout]       |
[INFO] [stdout] 33593 | /     pub fn xcb_image_text_8_checked(
[INFO] [stdout] 33594 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33595 | |         string_len: u8,
[INFO] [stdout] 33596 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33600 | |         string: *const ::std::os::raw::c_char,
[INFO] [stdout] 33601 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7731:5
[INFO] [stdout]       |
[INFO] [stdout] 7731  | /     pub fn xcb_image_text_8_checked(
[INFO] [stdout] 7732  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7733  | |         string_len: uint8_t,
[INFO] [stdout] 7734  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7738  | |         string: *const ::std::os::raw::c_char,
[INFO] [stdout] 7739  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_image_text_8_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, i16, i16, *const i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, i16, i16, *const i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_image_text_8` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33631:5
[INFO] [stdout]       |
[INFO] [stdout] 33631 | /     pub fn xcb_image_text_8(
[INFO] [stdout] 33632 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33633 | |         string_len: u8,
[INFO] [stdout] 33634 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33638 | |         string: *const ::std::os::raw::c_char,
[INFO] [stdout] 33639 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7740:5
[INFO] [stdout]       |
[INFO] [stdout] 7740  | /     pub fn xcb_image_text_8(
[INFO] [stdout] 7741  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7742  | |         string_len: uint8_t,
[INFO] [stdout] 7743  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7747  | |         string: *const ::std::os::raw::c_char,
[INFO] [stdout] 7748  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_image_text_8` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, i16, i16, *const i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, i16, i16, *const i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_image_text_16_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33678:5
[INFO] [stdout]       |
[INFO] [stdout] 33678 | /     pub fn xcb_image_text_16_checked(
[INFO] [stdout] 33679 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33680 | |         string_len: u8,
[INFO] [stdout] 33681 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33685 | |         string: *const xcb_char2b_t,
[INFO] [stdout] 33686 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7752:5
[INFO] [stdout]       |
[INFO] [stdout] 7752  | /     pub fn xcb_image_text_16_checked(
[INFO] [stdout] 7753  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7754  | |         string_len: uint8_t,
[INFO] [stdout] 7755  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7759  | |         string: *const xcb_char2b_t,
[INFO] [stdout] 7760  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_image_text_16_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, i16, i16, *const xcb::xcb_char2b_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, i16, i16, *const xproto::xcb_char2b_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_image_text_16` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33717:5
[INFO] [stdout]       |
[INFO] [stdout] 33717 | /     pub fn xcb_image_text_16(
[INFO] [stdout] 33718 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33719 | |         string_len: u8,
[INFO] [stdout] 33720 | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 33724 | |         string: *const xcb_char2b_t,
[INFO] [stdout] 33725 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7761:5
[INFO] [stdout]       |
[INFO] [stdout] 7761  | /     pub fn xcb_image_text_16(
[INFO] [stdout] 7762  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7763  | |         string_len: uint8_t,
[INFO] [stdout] 7764  | |         drawable: xcb_drawable_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7768  | |         string: *const xcb_char2b_t,
[INFO] [stdout] 7769  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_image_text_16` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, i16, i16, *const xcb::xcb_char2b_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, i16, i16, *const xproto::xcb_char2b_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_colormap_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33739:5
[INFO] [stdout]       |
[INFO] [stdout] 33739 | /     pub fn xcb_create_colormap_checked(
[INFO] [stdout] 33740 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33741 | |         alloc: u8,
[INFO] [stdout] 33742 | |         mid: xcb_colormap_t,
[INFO] [stdout] 33743 | |         window: xcb_window_t,
[INFO] [stdout] 33744 | |         visual: xcb_visualid_t,
[INFO] [stdout] 33745 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7770:5
[INFO] [stdout]       |
[INFO] [stdout] 7770  | /     pub fn xcb_create_colormap_checked(
[INFO] [stdout] 7771  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7772  | |         alloc: uint8_t,
[INFO] [stdout] 7773  | |         mid: xcb_colormap_t,
[INFO] [stdout] 7774  | |         window: xcb_window_t,
[INFO] [stdout] 7775  | |         visual: xcb_visualid_t,
[INFO] [stdout] 7776  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_colormap_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_colormap` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33756:5
[INFO] [stdout]       |
[INFO] [stdout] 33756 | /     pub fn xcb_create_colormap(
[INFO] [stdout] 33757 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33758 | |         alloc: u8,
[INFO] [stdout] 33759 | |         mid: xcb_colormap_t,
[INFO] [stdout] 33760 | |         window: xcb_window_t,
[INFO] [stdout] 33761 | |         visual: xcb_visualid_t,
[INFO] [stdout] 33762 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7777:5
[INFO] [stdout]       |
[INFO] [stdout] 7777  | /     pub fn xcb_create_colormap(
[INFO] [stdout] 7778  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7779  | |         alloc: uint8_t,
[INFO] [stdout] 7780  | |         mid: xcb_colormap_t,
[INFO] [stdout] 7781  | |         window: xcb_window_t,
[INFO] [stdout] 7782  | |         visual: xcb_visualid_t,
[INFO] [stdout] 7783  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_colormap` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_colormap_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33776:5
[INFO] [stdout]       |
[INFO] [stdout] 33776 | /     pub fn xcb_free_colormap_checked(
[INFO] [stdout] 33777 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33778 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 33779 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7784:5
[INFO] [stdout]       |
[INFO] [stdout] 7784  | /     pub fn xcb_free_colormap_checked(
[INFO] [stdout] 7785  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7786  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7787  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_free_colormap_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_colormap` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33790:5
[INFO] [stdout]       |
[INFO] [stdout] 33790 |     pub fn xcb_free_colormap(c: *mut xcb_connection_t, cmap: xcb_colormap_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7788:5
[INFO] [stdout]       |
[INFO] [stdout] 7788  |     pub fn xcb_free_colormap(c: *mut xcb_connection_t, cmap: xcb_colormap_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     --------------------------------------------------------------------------------------------- `xcb_free_colormap` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_copy_colormap_and_free_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33804:5
[INFO] [stdout]       |
[INFO] [stdout] 33804 | /     pub fn xcb_copy_colormap_and_free_checked(
[INFO] [stdout] 33805 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33806 | |         mid: xcb_colormap_t,
[INFO] [stdout] 33807 | |         src_cmap: xcb_colormap_t,
[INFO] [stdout] 33808 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7789:5
[INFO] [stdout]       |
[INFO] [stdout] 7789  | /     pub fn xcb_copy_colormap_and_free_checked(
[INFO] [stdout] 7790  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7791  | |         mid: xcb_colormap_t,
[INFO] [stdout] 7792  | |         src_cmap: xcb_colormap_t,
[INFO] [stdout] 7793  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_copy_colormap_and_free_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_copy_colormap_and_free` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33819:5
[INFO] [stdout]       |
[INFO] [stdout] 33819 | /     pub fn xcb_copy_colormap_and_free(
[INFO] [stdout] 33820 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33821 | |         mid: xcb_colormap_t,
[INFO] [stdout] 33822 | |         src_cmap: xcb_colormap_t,
[INFO] [stdout] 33823 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7794:5
[INFO] [stdout]       |
[INFO] [stdout] 7794  | /     pub fn xcb_copy_colormap_and_free(
[INFO] [stdout] 7795  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7796  | |         mid: xcb_colormap_t,
[INFO] [stdout] 7797  | |         src_cmap: xcb_colormap_t,
[INFO] [stdout] 7798  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_copy_colormap_and_free` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_install_colormap_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33837:5
[INFO] [stdout]       |
[INFO] [stdout] 33837 | /     pub fn xcb_install_colormap_checked(
[INFO] [stdout] 33838 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33839 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 33840 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7799:5
[INFO] [stdout]       |
[INFO] [stdout] 7799  | /     pub fn xcb_install_colormap_checked(
[INFO] [stdout] 7800  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7801  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7802  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_install_colormap_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_install_colormap` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33851:5
[INFO] [stdout]       |
[INFO] [stdout] 33851 | /     pub fn xcb_install_colormap(
[INFO] [stdout] 33852 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33853 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 33854 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7803:5
[INFO] [stdout]       |
[INFO] [stdout] 7803  | /     pub fn xcb_install_colormap(
[INFO] [stdout] 7804  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7805  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7806  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_install_colormap` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_uninstall_colormap_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33868:5
[INFO] [stdout]       |
[INFO] [stdout] 33868 | /     pub fn xcb_uninstall_colormap_checked(
[INFO] [stdout] 33869 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33870 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 33871 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7807:5
[INFO] [stdout]       |
[INFO] [stdout] 7807  | /     pub fn xcb_uninstall_colormap_checked(
[INFO] [stdout] 7808  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7809  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7810  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_uninstall_colormap_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_uninstall_colormap` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33882:5
[INFO] [stdout]       |
[INFO] [stdout] 33882 | /     pub fn xcb_uninstall_colormap(
[INFO] [stdout] 33883 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33884 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 33885 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7811:5
[INFO] [stdout]       |
[INFO] [stdout] 7811  | /     pub fn xcb_uninstall_colormap(
[INFO] [stdout] 7812  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7813  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7814  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_uninstall_colormap` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_installed_colormaps` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33901:5
[INFO] [stdout]       |
[INFO] [stdout] 33901 | /     pub fn xcb_list_installed_colormaps(
[INFO] [stdout] 33902 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33903 | |         window: xcb_window_t,
[INFO] [stdout] 33904 | |     ) -> xcb_list_installed_colormaps_cookie_t;
[INFO] [stdout]       | |______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7818:5
[INFO] [stdout]       |
[INFO] [stdout] 7818  | /     pub fn xcb_list_installed_colormaps(
[INFO] [stdout] 7819  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7820  | |         window: xcb_window_t,
[INFO] [stdout] 7821  | |     ) -> xcb_list_installed_colormaps_cookie_t;
[INFO] [stdout]       | |______________________________________________- `xcb_list_installed_colormaps` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_list_installed_colormaps_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_list_installed_colormaps_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_installed_colormaps_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33918:5
[INFO] [stdout]       |
[INFO] [stdout] 33918 | /     pub fn xcb_list_installed_colormaps_unchecked(
[INFO] [stdout] 33919 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33920 | |         window: xcb_window_t,
[INFO] [stdout] 33921 | |     ) -> xcb_list_installed_colormaps_cookie_t;
[INFO] [stdout]       | |______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7822:5
[INFO] [stdout]       |
[INFO] [stdout] 7822  | /     pub fn xcb_list_installed_colormaps_unchecked(
[INFO] [stdout] 7823  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7824  | |         window: xcb_window_t,
[INFO] [stdout] 7825  | |     ) -> xcb_list_installed_colormaps_cookie_t;
[INFO] [stdout]       | |______________________________________________- `xcb_list_installed_colormaps_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_list_installed_colormaps_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_list_installed_colormaps_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_installed_colormaps_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33953:5
[INFO] [stdout]       |
[INFO] [stdout] 33953 | /     pub fn xcb_list_installed_colormaps_reply(
[INFO] [stdout] 33954 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33955 | |         cookie: xcb_list_installed_colormaps_cookie_t,
[INFO] [stdout] 33956 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 33957 | |     ) -> *mut xcb_list_installed_colormaps_reply_t;
[INFO] [stdout]       | |__________________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7835:5
[INFO] [stdout]       |
[INFO] [stdout] 7835  | /     pub fn xcb_list_installed_colormaps_reply(
[INFO] [stdout] 7836  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7837  | |         cookie: xcb_list_installed_colormaps_cookie_t,
[INFO] [stdout] 7838  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7839  | |     ) -> *mut xcb_list_installed_colormaps_reply_t;
[INFO] [stdout]       | |__________________________________________________- `xcb_list_installed_colormaps_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_list_installed_colormaps_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_list_installed_colormaps_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_list_installed_colormaps_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_list_installed_colormaps_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:33977:5
[INFO] [stdout]       |
[INFO] [stdout] 33977 | /     pub fn xcb_alloc_color(
[INFO] [stdout] 33978 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 33979 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 33980 | |         red: u16,
[INFO] [stdout] 33981 | |         green: u16,
[INFO] [stdout] 33982 | |         blue: u16,
[INFO] [stdout] 33983 | |     ) -> xcb_alloc_color_cookie_t;
[INFO] [stdout]       | |_________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7840:5
[INFO] [stdout]       |
[INFO] [stdout] 7840  | /     pub fn xcb_alloc_color(
[INFO] [stdout] 7841  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7842  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7843  | |         red: uint16_t,
[INFO] [stdout] 7844  | |         green: uint16_t,
[INFO] [stdout] 7845  | |         blue: uint16_t,
[INFO] [stdout] 7846  | |     ) -> xcb_alloc_color_cookie_t;
[INFO] [stdout]       | |_________________________________- `xcb_alloc_color` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, u16, u16) -> xcb::xcb_alloc_color_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, u16, u16) -> xproto::xcb_alloc_color_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34006:5
[INFO] [stdout]       |
[INFO] [stdout] 34006 | /     pub fn xcb_alloc_color_unchecked(
[INFO] [stdout] 34007 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34008 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34009 | |         red: u16,
[INFO] [stdout] 34010 | |         green: u16,
[INFO] [stdout] 34011 | |         blue: u16,
[INFO] [stdout] 34012 | |     ) -> xcb_alloc_color_cookie_t;
[INFO] [stdout]       | |_________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7847:5
[INFO] [stdout]       |
[INFO] [stdout] 7847  | /     pub fn xcb_alloc_color_unchecked(
[INFO] [stdout] 7848  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7849  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7850  | |         red: uint16_t,
[INFO] [stdout] 7851  | |         green: uint16_t,
[INFO] [stdout] 7852  | |         blue: uint16_t,
[INFO] [stdout] 7853  | |     ) -> xcb_alloc_color_cookie_t;
[INFO] [stdout]       | |_________________________________- `xcb_alloc_color_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, u16, u16) -> xcb::xcb_alloc_color_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, u16, u16) -> xproto::xcb_alloc_color_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34029:5
[INFO] [stdout]       |
[INFO] [stdout] 34029 | /     pub fn xcb_alloc_color_reply(
[INFO] [stdout] 34030 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34031 | |         cookie: xcb_alloc_color_cookie_t,
[INFO] [stdout] 34032 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34033 | |     ) -> *mut xcb_alloc_color_reply_t;
[INFO] [stdout]       | |_____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7854:5
[INFO] [stdout]       |
[INFO] [stdout] 7854  | /     pub fn xcb_alloc_color_reply(
[INFO] [stdout] 7855  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7856  | |         cookie: xcb_alloc_color_cookie_t,
[INFO] [stdout] 7857  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7858  | |     ) -> *mut xcb_alloc_color_reply_t;
[INFO] [stdout]       | |_____________________________________- `xcb_alloc_color_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_alloc_color_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_alloc_color_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_alloc_color_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_alloc_color_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_named_color` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34049:5
[INFO] [stdout]       |
[INFO] [stdout] 34049 | /     pub fn xcb_alloc_named_color(
[INFO] [stdout] 34050 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34051 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34052 | |         name_len: u16,
[INFO] [stdout] 34053 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 34054 | |     ) -> xcb_alloc_named_color_cookie_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7862:5
[INFO] [stdout]       |
[INFO] [stdout] 7862  | /     pub fn xcb_alloc_named_color(
[INFO] [stdout] 7863  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7864  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7865  | |         name_len: uint16_t,
[INFO] [stdout] 7866  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 7867  | |     ) -> xcb_alloc_named_color_cookie_t;
[INFO] [stdout]       | |_______________________________________- `xcb_alloc_named_color` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, *const i8) -> xcb::xcb_alloc_named_color_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, *const i8) -> xproto::xcb_alloc_named_color_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_named_color_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34068:5
[INFO] [stdout]       |
[INFO] [stdout] 34068 | /     pub fn xcb_alloc_named_color_unchecked(
[INFO] [stdout] 34069 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34070 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34071 | |         name_len: u16,
[INFO] [stdout] 34072 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 34073 | |     ) -> xcb_alloc_named_color_cookie_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7868:5
[INFO] [stdout]       |
[INFO] [stdout] 7868  | /     pub fn xcb_alloc_named_color_unchecked(
[INFO] [stdout] 7869  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7870  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7871  | |         name_len: uint16_t,
[INFO] [stdout] 7872  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 7873  | |     ) -> xcb_alloc_named_color_cookie_t;
[INFO] [stdout]       | |_______________________________________- `xcb_alloc_named_color_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, *const i8) -> xcb::xcb_alloc_named_color_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, *const i8) -> xproto::xcb_alloc_named_color_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_named_color_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34090:5
[INFO] [stdout]       |
[INFO] [stdout] 34090 | /     pub fn xcb_alloc_named_color_reply(
[INFO] [stdout] 34091 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34092 | |         cookie: xcb_alloc_named_color_cookie_t,
[INFO] [stdout] 34093 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34094 | |     ) -> *mut xcb_alloc_named_color_reply_t;
[INFO] [stdout]       | |___________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7874:5
[INFO] [stdout]       |
[INFO] [stdout] 7874  | /     pub fn xcb_alloc_named_color_reply(
[INFO] [stdout] 7875  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7876  | |         cookie: xcb_alloc_named_color_cookie_t,
[INFO] [stdout] 7877  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7878  | |     ) -> *mut xcb_alloc_named_color_reply_t;
[INFO] [stdout]       | |___________________________________________- `xcb_alloc_named_color_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_alloc_named_color_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_alloc_named_color_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_alloc_named_color_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_alloc_named_color_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color_cells` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34110:5
[INFO] [stdout]       |
[INFO] [stdout] 34110 | /     pub fn xcb_alloc_color_cells(
[INFO] [stdout] 34111 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34112 | |         contiguous: u8,
[INFO] [stdout] 34113 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34114 | |         colors: u16,
[INFO] [stdout] 34115 | |         planes: u16,
[INFO] [stdout] 34116 | |     ) -> xcb_alloc_color_cells_cookie_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7882:5
[INFO] [stdout]       |
[INFO] [stdout] 7882  | /     pub fn xcb_alloc_color_cells(
[INFO] [stdout] 7883  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7884  | |         contiguous: uint8_t,
[INFO] [stdout] 7885  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7886  | |         colors: uint16_t,
[INFO] [stdout] 7887  | |         planes: uint16_t,
[INFO] [stdout] 7888  | |     ) -> xcb_alloc_color_cells_cookie_t;
[INFO] [stdout]       | |_______________________________________- `xcb_alloc_color_cells` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u16) -> xcb::xcb_alloc_color_cells_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u16) -> xproto::xcb_alloc_color_cells_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color_cells_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34130:5
[INFO] [stdout]       |
[INFO] [stdout] 34130 | /     pub fn xcb_alloc_color_cells_unchecked(
[INFO] [stdout] 34131 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34132 | |         contiguous: u8,
[INFO] [stdout] 34133 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34134 | |         colors: u16,
[INFO] [stdout] 34135 | |         planes: u16,
[INFO] [stdout] 34136 | |     ) -> xcb_alloc_color_cells_cookie_t;
[INFO] [stdout]       | |_______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7889:5
[INFO] [stdout]       |
[INFO] [stdout] 7889  | /     pub fn xcb_alloc_color_cells_unchecked(
[INFO] [stdout] 7890  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7891  | |         contiguous: uint8_t,
[INFO] [stdout] 7892  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7893  | |         colors: uint16_t,
[INFO] [stdout] 7894  | |         planes: uint16_t,
[INFO] [stdout] 7895  | |     ) -> xcb_alloc_color_cells_cookie_t;
[INFO] [stdout]       | |_______________________________________- `xcb_alloc_color_cells_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u16) -> xcb::xcb_alloc_color_cells_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u16) -> xproto::xcb_alloc_color_cells_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color_cells_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34179:5
[INFO] [stdout]       |
[INFO] [stdout] 34179 | /     pub fn xcb_alloc_color_cells_reply(
[INFO] [stdout] 34180 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34181 | |         cookie: xcb_alloc_color_cells_cookie_t,
[INFO] [stdout] 34182 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34183 | |     ) -> *mut xcb_alloc_color_cells_reply_t;
[INFO] [stdout]       | |___________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7910:5
[INFO] [stdout]       |
[INFO] [stdout] 7910  | /     pub fn xcb_alloc_color_cells_reply(
[INFO] [stdout] 7911  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7912  | |         cookie: xcb_alloc_color_cells_cookie_t,
[INFO] [stdout] 7913  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7914  | |     ) -> *mut xcb_alloc_color_cells_reply_t;
[INFO] [stdout]       | |___________________________________________- `xcb_alloc_color_cells_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_alloc_color_cells_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_alloc_color_cells_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_alloc_color_cells_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_alloc_color_cells_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color_planes` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34199:5
[INFO] [stdout]       |
[INFO] [stdout] 34199 | /     pub fn xcb_alloc_color_planes(
[INFO] [stdout] 34200 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34201 | |         contiguous: u8,
[INFO] [stdout] 34202 | |         cmap: xcb_colormap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 34206 | |         blues: u16,
[INFO] [stdout] 34207 | |     ) -> xcb_alloc_color_planes_cookie_t;
[INFO] [stdout]       | |________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7918:5
[INFO] [stdout]       |
[INFO] [stdout] 7918  | /     pub fn xcb_alloc_color_planes(
[INFO] [stdout] 7919  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7920  | |         contiguous: uint8_t,
[INFO] [stdout] 7921  | |         cmap: xcb_colormap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7925  | |         blues: uint16_t,
[INFO] [stdout] 7926  | |     ) -> xcb_alloc_color_planes_cookie_t;
[INFO] [stdout]       | |________________________________________- `xcb_alloc_color_planes` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u16, u16, u16) -> xcb::xcb_alloc_color_planes_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u16, u16, u16) -> xproto::xcb_alloc_color_planes_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color_planes_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34221:5
[INFO] [stdout]       |
[INFO] [stdout] 34221 | /     pub fn xcb_alloc_color_planes_unchecked(
[INFO] [stdout] 34222 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34223 | |         contiguous: u8,
[INFO] [stdout] 34224 | |         cmap: xcb_colormap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 34228 | |         blues: u16,
[INFO] [stdout] 34229 | |     ) -> xcb_alloc_color_planes_cookie_t;
[INFO] [stdout]       | |________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7927:5
[INFO] [stdout]       |
[INFO] [stdout] 7927  | /     pub fn xcb_alloc_color_planes_unchecked(
[INFO] [stdout] 7928  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7929  | |         contiguous: uint8_t,
[INFO] [stdout] 7930  | |         cmap: xcb_colormap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7934  | |         blues: uint16_t,
[INFO] [stdout] 7935  | |     ) -> xcb_alloc_color_planes_cookie_t;
[INFO] [stdout]       | |________________________________________- `xcb_alloc_color_planes_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u16, u16, u16) -> xcb::xcb_alloc_color_planes_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u16, u16, u16) -> xproto::xcb_alloc_color_planes_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_alloc_color_planes_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34259:5
[INFO] [stdout]       |
[INFO] [stdout] 34259 | /     pub fn xcb_alloc_color_planes_reply(
[INFO] [stdout] 34260 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34261 | |         cookie: xcb_alloc_color_planes_cookie_t,
[INFO] [stdout] 34262 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34263 | |     ) -> *mut xcb_alloc_color_planes_reply_t;
[INFO] [stdout]       | |____________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7944:5
[INFO] [stdout]       |
[INFO] [stdout] 7944  | /     pub fn xcb_alloc_color_planes_reply(
[INFO] [stdout] 7945  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7946  | |         cookie: xcb_alloc_color_planes_cookie_t,
[INFO] [stdout] 7947  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 7948  | |     ) -> *mut xcb_alloc_color_planes_reply_t;
[INFO] [stdout]       | |____________________________________________- `xcb_alloc_color_planes_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_alloc_color_planes_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_alloc_color_planes_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_alloc_color_planes_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_alloc_color_planes_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_colors_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34283:5
[INFO] [stdout]       |
[INFO] [stdout] 34283 | /     pub fn xcb_free_colors_checked(
[INFO] [stdout] 34284 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34285 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34286 | |         plane_mask: u32,
[INFO] [stdout] 34287 | |         pixels_len: u32,
[INFO] [stdout] 34288 | |         pixels: *const u32,
[INFO] [stdout] 34289 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7953:5
[INFO] [stdout]       |
[INFO] [stdout] 7953  | /     pub fn xcb_free_colors_checked(
[INFO] [stdout] 7954  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7955  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7956  | |         plane_mask: uint32_t,
[INFO] [stdout] 7957  | |         pixels_len: uint32_t,
[INFO] [stdout] 7958  | |         pixels: *const uint32_t,
[INFO] [stdout] 7959  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_free_colors_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_colors` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34300:5
[INFO] [stdout]       |
[INFO] [stdout] 34300 | /     pub fn xcb_free_colors(
[INFO] [stdout] 34301 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34302 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34303 | |         plane_mask: u32,
[INFO] [stdout] 34304 | |         pixels_len: u32,
[INFO] [stdout] 34305 | |         pixels: *const u32,
[INFO] [stdout] 34306 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7960:5
[INFO] [stdout]       |
[INFO] [stdout] 7960  | /     pub fn xcb_free_colors(
[INFO] [stdout] 7961  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7962  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7963  | |         plane_mask: uint32_t,
[INFO] [stdout] 7964  | |         pixels_len: uint32_t,
[INFO] [stdout] 7965  | |         pixels: *const uint32_t,
[INFO] [stdout] 7966  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_free_colors` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_store_colors_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34349:5
[INFO] [stdout]       |
[INFO] [stdout] 34349 | /     pub fn xcb_store_colors_checked(
[INFO] [stdout] 34350 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34351 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34352 | |         items_len: u32,
[INFO] [stdout] 34353 | |         items: *const xcb_coloritem_t,
[INFO] [stdout] 34354 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7973:5
[INFO] [stdout]       |
[INFO] [stdout] 7973  | /     pub fn xcb_store_colors_checked(
[INFO] [stdout] 7974  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7975  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7976  | |         items_len: uint32_t,
[INFO] [stdout] 7977  | |         items: *const xcb_coloritem_t,
[INFO] [stdout] 7978  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_store_colors_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const xcb::xcb_coloritem_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const xproto::xcb_coloritem_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_store_colors` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34365:5
[INFO] [stdout]       |
[INFO] [stdout] 34365 | /     pub fn xcb_store_colors(
[INFO] [stdout] 34366 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34367 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34368 | |         items_len: u32,
[INFO] [stdout] 34369 | |         items: *const xcb_coloritem_t,
[INFO] [stdout] 34370 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7979:5
[INFO] [stdout]       |
[INFO] [stdout] 7979  | /     pub fn xcb_store_colors(
[INFO] [stdout] 7980  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7981  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 7982  | |         items_len: uint32_t,
[INFO] [stdout] 7983  | |         items: *const xcb_coloritem_t,
[INFO] [stdout] 7984  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_store_colors` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const xcb::xcb_coloritem_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const xproto::xcb_coloritem_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_store_named_color_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34389:5
[INFO] [stdout]       |
[INFO] [stdout] 34389 | /     pub fn xcb_store_named_color_checked(
[INFO] [stdout] 34390 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34391 | |         flags: u8,
[INFO] [stdout] 34392 | |         cmap: xcb_colormap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 34395 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 34396 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7988:5
[INFO] [stdout]       |
[INFO] [stdout] 7988  | /     pub fn xcb_store_named_color_checked(
[INFO] [stdout] 7989  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7990  | |         flags: uint8_t,
[INFO] [stdout] 7991  | |         cmap: xcb_colormap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 7994  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 7995  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_store_named_color_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u16, *const i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u16, *const i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_store_named_color` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34407:5
[INFO] [stdout]       |
[INFO] [stdout] 34407 | /     pub fn xcb_store_named_color(
[INFO] [stdout] 34408 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34409 | |         flags: u8,
[INFO] [stdout] 34410 | |         cmap: xcb_colormap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 34413 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 34414 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:7996:5
[INFO] [stdout]       |
[INFO] [stdout] 7996  | /     pub fn xcb_store_named_color(
[INFO] [stdout] 7997  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 7998  | |         flags: uint8_t,
[INFO] [stdout] 7999  | |         cmap: xcb_colormap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8002  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 8003  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_store_named_color` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u32, u16, *const i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u32, u16, *const i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_colors` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34454:5
[INFO] [stdout]       |
[INFO] [stdout] 34454 | /     pub fn xcb_query_colors(
[INFO] [stdout] 34455 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34456 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34457 | |         pixels_len: u32,
[INFO] [stdout] 34458 | |         pixels: *const u32,
[INFO] [stdout] 34459 | |     ) -> xcb_query_colors_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8010:5
[INFO] [stdout]       |
[INFO] [stdout] 8010  | /     pub fn xcb_query_colors(
[INFO] [stdout] 8011  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8012  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 8013  | |         pixels_len: uint32_t,
[INFO] [stdout] 8014  | |         pixels: *const uint32_t,
[INFO] [stdout] 8015  | |     ) -> xcb_query_colors_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_query_colors` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const u32) -> xcb::xcb_query_colors_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const u32) -> xproto::xcb_query_colors_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_colors_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34473:5
[INFO] [stdout]       |
[INFO] [stdout] 34473 | /     pub fn xcb_query_colors_unchecked(
[INFO] [stdout] 34474 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34475 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34476 | |         pixels_len: u32,
[INFO] [stdout] 34477 | |         pixels: *const u32,
[INFO] [stdout] 34478 | |     ) -> xcb_query_colors_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8016:5
[INFO] [stdout]       |
[INFO] [stdout] 8016  | /     pub fn xcb_query_colors_unchecked(
[INFO] [stdout] 8017  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8018  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 8019  | |         pixels_len: uint32_t,
[INFO] [stdout] 8020  | |         pixels: *const uint32_t,
[INFO] [stdout] 8021  | |     ) -> xcb_query_colors_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_query_colors_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, *const u32) -> xcb::xcb_query_colors_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, *const u32) -> xproto::xcb_query_colors_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_colors_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34508:5
[INFO] [stdout]       |
[INFO] [stdout] 34508 | /     pub fn xcb_query_colors_reply(
[INFO] [stdout] 34509 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34510 | |         cookie: xcb_query_colors_cookie_t,
[INFO] [stdout] 34511 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34512 | |     ) -> *mut xcb_query_colors_reply_t;
[INFO] [stdout]       | |______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8029:5
[INFO] [stdout]       |
[INFO] [stdout] 8029  | /     pub fn xcb_query_colors_reply(
[INFO] [stdout] 8030  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8031  | |         cookie: xcb_query_colors_cookie_t,
[INFO] [stdout] 8032  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8033  | |     ) -> *mut xcb_query_colors_reply_t;
[INFO] [stdout]       | |______________________________________- `xcb_query_colors_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_query_colors_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_query_colors_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_query_colors_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_query_colors_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_lookup_color` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34527:5
[INFO] [stdout]       |
[INFO] [stdout] 34527 | /     pub fn xcb_lookup_color(
[INFO] [stdout] 34528 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34529 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34530 | |         name_len: u16,
[INFO] [stdout] 34531 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 34532 | |     ) -> xcb_lookup_color_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8036:5
[INFO] [stdout]       |
[INFO] [stdout] 8036  | /     pub fn xcb_lookup_color(
[INFO] [stdout] 8037  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8038  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 8039  | |         name_len: uint16_t,
[INFO] [stdout] 8040  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 8041  | |     ) -> xcb_lookup_color_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_lookup_color` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, *const i8) -> xcb::xcb_lookup_color_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, *const i8) -> xproto::xcb_lookup_color_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_lookup_color_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34546:5
[INFO] [stdout]       |
[INFO] [stdout] 34546 | /     pub fn xcb_lookup_color_unchecked(
[INFO] [stdout] 34547 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34548 | |         cmap: xcb_colormap_t,
[INFO] [stdout] 34549 | |         name_len: u16,
[INFO] [stdout] 34550 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 34551 | |     ) -> xcb_lookup_color_cookie_t;
[INFO] [stdout]       | |__________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8042:5
[INFO] [stdout]       |
[INFO] [stdout] 8042  | /     pub fn xcb_lookup_color_unchecked(
[INFO] [stdout] 8043  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8044  | |         cmap: xcb_colormap_t,
[INFO] [stdout] 8045  | |         name_len: uint16_t,
[INFO] [stdout] 8046  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 8047  | |     ) -> xcb_lookup_color_cookie_t;
[INFO] [stdout]       | |__________________________________- `xcb_lookup_color_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, *const i8) -> xcb::xcb_lookup_color_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, *const i8) -> xproto::xcb_lookup_color_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_lookup_color_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34568:5
[INFO] [stdout]       |
[INFO] [stdout] 34568 | /     pub fn xcb_lookup_color_reply(
[INFO] [stdout] 34569 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34570 | |         cookie: xcb_lookup_color_cookie_t,
[INFO] [stdout] 34571 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34572 | |     ) -> *mut xcb_lookup_color_reply_t;
[INFO] [stdout]       | |______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8048:5
[INFO] [stdout]       |
[INFO] [stdout] 8048  | /     pub fn xcb_lookup_color_reply(
[INFO] [stdout] 8049  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8050  | |         cookie: xcb_lookup_color_cookie_t,
[INFO] [stdout] 8051  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8052  | |     ) -> *mut xcb_lookup_color_reply_t;
[INFO] [stdout]       | |______________________________________- `xcb_lookup_color_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_lookup_color_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_lookup_color_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_lookup_color_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_lookup_color_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_cursor_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34586:5
[INFO] [stdout]       |
[INFO] [stdout] 34586 | /     pub fn xcb_create_cursor_checked(
[INFO] [stdout] 34587 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34588 | |         cid: xcb_cursor_t,
[INFO] [stdout] 34589 | |         source: xcb_pixmap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 34598 | |         y: u16,
[INFO] [stdout] 34599 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8053:5
[INFO] [stdout]       |
[INFO] [stdout] 8053  | /     pub fn xcb_create_cursor_checked(
[INFO] [stdout] 8054  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8055  | |         cid: xcb_cursor_t,
[INFO] [stdout] 8056  | |         source: xcb_pixmap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8065  | |         y: uint16_t,
[INFO] [stdout] 8066  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_cursor_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, u16, u16, u16, u16, u16, u16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, u16, u16, u16, u16, u16, u16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_cursor` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34610:5
[INFO] [stdout]       |
[INFO] [stdout] 34610 | /     pub fn xcb_create_cursor(
[INFO] [stdout] 34611 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34612 | |         cid: xcb_cursor_t,
[INFO] [stdout] 34613 | |         source: xcb_pixmap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 34622 | |         y: u16,
[INFO] [stdout] 34623 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8067:5
[INFO] [stdout]       |
[INFO] [stdout] 8067  | /     pub fn xcb_create_cursor(
[INFO] [stdout] 8068  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8069  | |         cid: xcb_cursor_t,
[INFO] [stdout] 8070  | |         source: xcb_pixmap_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8079  | |         y: uint16_t,
[INFO] [stdout] 8080  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_cursor` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, u16, u16, u16, u16, u16, u16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, u16, u16, u16, u16, u16, u16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_glyph_cursor_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34659:5
[INFO] [stdout]       |
[INFO] [stdout] 34659 | /     pub fn xcb_create_glyph_cursor_checked(
[INFO] [stdout] 34660 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34661 | |         cid: xcb_cursor_t,
[INFO] [stdout] 34662 | |         source_font: xcb_font_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 34671 | |         back_blue: u16,
[INFO] [stdout] 34672 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8081:5
[INFO] [stdout]       |
[INFO] [stdout] 8081  | /     pub fn xcb_create_glyph_cursor_checked(
[INFO] [stdout] 8082  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8083  | |         cid: xcb_cursor_t,
[INFO] [stdout] 8084  | |         source_font: xcb_font_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8093  | |         back_blue: uint16_t,
[INFO] [stdout] 8094  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_glyph_cursor_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, u16, u16, u16, u16, u16, u16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, u16, u16, u16, u16, u16, u16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_create_glyph_cursor` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34705:5
[INFO] [stdout]       |
[INFO] [stdout] 34705 | /     pub fn xcb_create_glyph_cursor(
[INFO] [stdout] 34706 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34707 | |         cid: xcb_cursor_t,
[INFO] [stdout] 34708 | |         source_font: xcb_font_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 34717 | |         back_blue: u16,
[INFO] [stdout] 34718 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8095:5
[INFO] [stdout]       |
[INFO] [stdout] 8095  | /     pub fn xcb_create_glyph_cursor(
[INFO] [stdout] 8096  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8097  | |         cid: xcb_cursor_t,
[INFO] [stdout] 8098  | |         source_font: xcb_font_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8107  | |         back_blue: uint16_t,
[INFO] [stdout] 8108  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_create_glyph_cursor` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u32, u32, u16, u16, u16, u16, u16, u16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u32, u32, u16, u16, u16, u16, u16, u16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_cursor_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34735:5
[INFO] [stdout]       |
[INFO] [stdout] 34735 | /     pub fn xcb_free_cursor_checked(
[INFO] [stdout] 34736 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34737 | |         cursor: xcb_cursor_t,
[INFO] [stdout] 34738 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8109:5
[INFO] [stdout]       |
[INFO] [stdout] 8109  | /     pub fn xcb_free_cursor_checked(
[INFO] [stdout] 8110  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8111  | |         cursor: xcb_cursor_t,
[INFO] [stdout] 8112  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_free_cursor_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_free_cursor` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34752:5
[INFO] [stdout]       |
[INFO] [stdout] 34752 |     pub fn xcb_free_cursor(c: *mut xcb_connection_t, cursor: xcb_cursor_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8113:5
[INFO] [stdout]       |
[INFO] [stdout] 8113  |     pub fn xcb_free_cursor(c: *mut xcb_connection_t, cursor: xcb_cursor_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------------- `xcb_free_cursor` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_recolor_cursor_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34766:5
[INFO] [stdout]       |
[INFO] [stdout] 34766 | /     pub fn xcb_recolor_cursor_checked(
[INFO] [stdout] 34767 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34768 | |         cursor: xcb_cursor_t,
[INFO] [stdout] 34769 | |         fore_red: u16,
[INFO] [stdout] ...     |
[INFO] [stdout] 34774 | |         back_blue: u16,
[INFO] [stdout] 34775 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8114:5
[INFO] [stdout]       |
[INFO] [stdout] 8114  | /     pub fn xcb_recolor_cursor_checked(
[INFO] [stdout] 8115  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8116  | |         cursor: xcb_cursor_t,
[INFO] [stdout] 8117  | |         fore_red: uint16_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8122  | |         back_blue: uint16_t,
[INFO] [stdout] 8123  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_recolor_cursor_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, u16, u16, u16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, u16, u16, u16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_recolor_cursor` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34786:5
[INFO] [stdout]       |
[INFO] [stdout] 34786 | /     pub fn xcb_recolor_cursor(
[INFO] [stdout] 34787 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34788 | |         cursor: xcb_cursor_t,
[INFO] [stdout] 34789 | |         fore_red: u16,
[INFO] [stdout] ...     |
[INFO] [stdout] 34794 | |         back_blue: u16,
[INFO] [stdout] 34795 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8124:5
[INFO] [stdout]       |
[INFO] [stdout] 8124  | /     pub fn xcb_recolor_cursor(
[INFO] [stdout] 8125  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8126  | |         cursor: xcb_cursor_t,
[INFO] [stdout] 8127  | |         fore_red: uint16_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8132  | |         back_blue: uint16_t,
[INFO] [stdout] 8133  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_recolor_cursor` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, u16, u16, u16, u16, u16) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, u16, u16, u16, u16, u16) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_best_size` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34806:5
[INFO] [stdout]       |
[INFO] [stdout] 34806 | /     pub fn xcb_query_best_size(
[INFO] [stdout] 34807 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34808 | |         _class: u8,
[INFO] [stdout] 34809 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 34810 | |         width: u16,
[INFO] [stdout] 34811 | |         height: u16,
[INFO] [stdout] 34812 | |     ) -> xcb_query_best_size_cookie_t;
[INFO] [stdout]       | |_____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8134:5
[INFO] [stdout]       |
[INFO] [stdout] 8134  | /     pub fn xcb_query_best_size(
[INFO] [stdout] 8135  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8136  | |         _class: uint8_t,
[INFO] [stdout] 8137  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 8138  | |         width: uint16_t,
[INFO] [stdout] 8139  | |         height: uint16_t,
[INFO] [stdout] 8140  | |     ) -> xcb_query_best_size_cookie_t;
[INFO] [stdout]       | |_____________________________________- `xcb_query_best_size` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u16) -> xcb::xcb_query_best_size_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u16) -> xproto::xcb_query_best_size_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_best_size_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34826:5
[INFO] [stdout]       |
[INFO] [stdout] 34826 | /     pub fn xcb_query_best_size_unchecked(
[INFO] [stdout] 34827 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34828 | |         _class: u8,
[INFO] [stdout] 34829 | |         drawable: xcb_drawable_t,
[INFO] [stdout] 34830 | |         width: u16,
[INFO] [stdout] 34831 | |         height: u16,
[INFO] [stdout] 34832 | |     ) -> xcb_query_best_size_cookie_t;
[INFO] [stdout]       | |_____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8141:5
[INFO] [stdout]       |
[INFO] [stdout] 8141  | /     pub fn xcb_query_best_size_unchecked(
[INFO] [stdout] 8142  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8143  | |         _class: uint8_t,
[INFO] [stdout] 8144  | |         drawable: xcb_drawable_t,
[INFO] [stdout] 8145  | |         width: uint16_t,
[INFO] [stdout] 8146  | |         height: uint16_t,
[INFO] [stdout] 8147  | |     ) -> xcb_query_best_size_cookie_t;
[INFO] [stdout]       | |_____________________________________- `xcb_query_best_size_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u32, u16, u16) -> xcb::xcb_query_best_size_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u32, u16, u16) -> xproto::xcb_query_best_size_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_best_size_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34849:5
[INFO] [stdout]       |
[INFO] [stdout] 34849 | /     pub fn xcb_query_best_size_reply(
[INFO] [stdout] 34850 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34851 | |         cookie: xcb_query_best_size_cookie_t,
[INFO] [stdout] 34852 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34853 | |     ) -> *mut xcb_query_best_size_reply_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8148:5
[INFO] [stdout]       |
[INFO] [stdout] 8148  | /     pub fn xcb_query_best_size_reply(
[INFO] [stdout] 8149  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8150  | |         cookie: xcb_query_best_size_cookie_t,
[INFO] [stdout] 8151  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8152  | |     ) -> *mut xcb_query_best_size_reply_t;
[INFO] [stdout]       | |_________________________________________- `xcb_query_best_size_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_query_best_size_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_query_best_size_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_query_best_size_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_query_best_size_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_extension` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34881:5
[INFO] [stdout]       |
[INFO] [stdout] 34881 | /     pub fn xcb_query_extension(
[INFO] [stdout] 34882 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34883 | |         name_len: u16,
[INFO] [stdout] 34884 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 34885 | |     ) -> xcb_query_extension_cookie_t;
[INFO] [stdout]       | |_____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8156:5
[INFO] [stdout]       |
[INFO] [stdout] 8156  | /     pub fn xcb_query_extension(
[INFO] [stdout] 8157  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8158  | |         name_len: uint16_t,
[INFO] [stdout] 8159  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 8160  | |     ) -> xcb_query_extension_cookie_t;
[INFO] [stdout]       | |_____________________________________- `xcb_query_extension` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u16, *const i8) -> xcb::xcb_query_extension_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u16, *const i8) -> xproto::xcb_query_extension_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_extension_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34911:5
[INFO] [stdout]       |
[INFO] [stdout] 34911 | /     pub fn xcb_query_extension_unchecked(
[INFO] [stdout] 34912 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34913 | |         name_len: u16,
[INFO] [stdout] 34914 | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 34915 | |     ) -> xcb_query_extension_cookie_t;
[INFO] [stdout]       | |_____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8161:5
[INFO] [stdout]       |
[INFO] [stdout] 8161  | /     pub fn xcb_query_extension_unchecked(
[INFO] [stdout] 8162  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8163  | |         name_len: uint16_t,
[INFO] [stdout] 8164  | |         name: *const ::std::os::raw::c_char,
[INFO] [stdout] 8165  | |     ) -> xcb_query_extension_cookie_t;
[INFO] [stdout]       | |_____________________________________- `xcb_query_extension_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u16, *const i8) -> xcb::xcb_query_extension_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u16, *const i8) -> xproto::xcb_query_extension_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_query_extension_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34932:5
[INFO] [stdout]       |
[INFO] [stdout] 34932 | /     pub fn xcb_query_extension_reply(
[INFO] [stdout] 34933 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34934 | |         cookie: xcb_query_extension_cookie_t,
[INFO] [stdout] 34935 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34936 | |     ) -> *mut xcb_query_extension_reply_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8166:5
[INFO] [stdout]       |
[INFO] [stdout] 8166  | /     pub fn xcb_query_extension_reply(
[INFO] [stdout] 8167  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8168  | |         cookie: xcb_query_extension_cookie_t,
[INFO] [stdout] 8169  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8170  | |     ) -> *mut xcb_query_extension_reply_t;
[INFO] [stdout]       | |_________________________________________- `xcb_query_extension_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_query_extension_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_query_extension_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_query_extension_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_query_extension_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_extensions` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34952:5
[INFO] [stdout]       |
[INFO] [stdout] 34952 |     pub fn xcb_list_extensions(c: *mut xcb_connection_t) -> xcb_list_extensions_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8174:5
[INFO] [stdout]       |
[INFO] [stdout] 8174  |     pub fn xcb_list_extensions(c: *mut xcb_connection_t) -> xcb_list_extensions_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------ `xcb_list_extensions` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_list_extensions_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_list_extensions_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_extensions_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34966:5
[INFO] [stdout]       |
[INFO] [stdout] 34966 |     pub fn xcb_list_extensions_unchecked(c: *mut xcb_connection_t) -> xcb_list_extensions_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8175:5
[INFO] [stdout]       |
[INFO] [stdout] 8175  |     pub fn xcb_list_extensions_unchecked(c: *mut xcb_connection_t) -> xcb_list_extensions_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------------------------------- `xcb_list_extensions_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_list_extensions_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_list_extensions_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_extensions_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:34993:5
[INFO] [stdout]       |
[INFO] [stdout] 34993 | /     pub fn xcb_list_extensions_reply(
[INFO] [stdout] 34994 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 34995 | |         cookie: xcb_list_extensions_cookie_t,
[INFO] [stdout] 34996 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 34997 | |     ) -> *mut xcb_list_extensions_reply_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8182:5
[INFO] [stdout]       |
[INFO] [stdout] 8182  | /     pub fn xcb_list_extensions_reply(
[INFO] [stdout] 8183  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8184  | |         cookie: xcb_list_extensions_cookie_t,
[INFO] [stdout] 8185  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8186  | |     ) -> *mut xcb_list_extensions_reply_t;
[INFO] [stdout]       | |_________________________________________- `xcb_list_extensions_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_list_extensions_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_list_extensions_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_list_extensions_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_list_extensions_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_keyboard_mapping_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35016:5
[INFO] [stdout]       |
[INFO] [stdout] 35016 | /     pub fn xcb_change_keyboard_mapping_checked(
[INFO] [stdout] 35017 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35018 | |         keycode_count: u8,
[INFO] [stdout] 35019 | |         first_keycode: xcb_keycode_t,
[INFO] [stdout] 35020 | |         keysyms_per_keycode: u8,
[INFO] [stdout] 35021 | |         keysyms: *const xcb_keysym_t,
[INFO] [stdout] 35022 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8190:5
[INFO] [stdout]       |
[INFO] [stdout] 8190  | /     pub fn xcb_change_keyboard_mapping_checked(
[INFO] [stdout] 8191  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8192  | |         keycode_count: uint8_t,
[INFO] [stdout] 8193  | |         first_keycode: xcb_keycode_t,
[INFO] [stdout] 8194  | |         keysyms_per_keycode: uint8_t,
[INFO] [stdout] 8195  | |         keysyms: *const xcb_keysym_t,
[INFO] [stdout] 8196  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_keyboard_mapping_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u8, u8, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u8, u8, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_keyboard_mapping` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35033:5
[INFO] [stdout]       |
[INFO] [stdout] 35033 | /     pub fn xcb_change_keyboard_mapping(
[INFO] [stdout] 35034 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35035 | |         keycode_count: u8,
[INFO] [stdout] 35036 | |         first_keycode: xcb_keycode_t,
[INFO] [stdout] 35037 | |         keysyms_per_keycode: u8,
[INFO] [stdout] 35038 | |         keysyms: *const xcb_keysym_t,
[INFO] [stdout] 35039 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8197:5
[INFO] [stdout]       |
[INFO] [stdout] 8197  | /     pub fn xcb_change_keyboard_mapping(
[INFO] [stdout] 8198  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8199  | |         keycode_count: uint8_t,
[INFO] [stdout] 8200  | |         first_keycode: xcb_keycode_t,
[INFO] [stdout] 8201  | |         keysyms_per_keycode: uint8_t,
[INFO] [stdout] 8202  | |         keysyms: *const xcb_keysym_t,
[INFO] [stdout] 8203  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_keyboard_mapping` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u8, u8, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u8, u8, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_keyboard_mapping` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35055:5
[INFO] [stdout]       |
[INFO] [stdout] 35055 | /     pub fn xcb_get_keyboard_mapping(
[INFO] [stdout] 35056 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35057 | |         first_keycode: xcb_keycode_t,
[INFO] [stdout] 35058 | |         count: u8,
[INFO] [stdout] 35059 | |     ) -> xcb_get_keyboard_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8207:5
[INFO] [stdout]       |
[INFO] [stdout] 8207  | /     pub fn xcb_get_keyboard_mapping(
[INFO] [stdout] 8208  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8209  | |         first_keycode: xcb_keycode_t,
[INFO] [stdout] 8210  | |         count: uint8_t,
[INFO] [stdout] 8211  | |     ) -> xcb_get_keyboard_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________- `xcb_get_keyboard_mapping` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u8) -> xcb::xcb_get_keyboard_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u8) -> xproto::xcb_get_keyboard_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_keyboard_mapping_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35073:5
[INFO] [stdout]       |
[INFO] [stdout] 35073 | /     pub fn xcb_get_keyboard_mapping_unchecked(
[INFO] [stdout] 35074 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35075 | |         first_keycode: xcb_keycode_t,
[INFO] [stdout] 35076 | |         count: u8,
[INFO] [stdout] 35077 | |     ) -> xcb_get_keyboard_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8212:5
[INFO] [stdout]       |
[INFO] [stdout] 8212  | /     pub fn xcb_get_keyboard_mapping_unchecked(
[INFO] [stdout] 8213  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8214  | |         first_keycode: xcb_keycode_t,
[INFO] [stdout] 8215  | |         count: uint8_t,
[INFO] [stdout] 8216  | |     ) -> xcb_get_keyboard_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________- `xcb_get_keyboard_mapping_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u8) -> xcb::xcb_get_keyboard_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u8) -> xproto::xcb_get_keyboard_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_keyboard_mapping_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35109:5
[INFO] [stdout]       |
[INFO] [stdout] 35109 | /     pub fn xcb_get_keyboard_mapping_reply(
[INFO] [stdout] 35110 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35111 | |         cookie: xcb_get_keyboard_mapping_cookie_t,
[INFO] [stdout] 35112 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35113 | |     ) -> *mut xcb_get_keyboard_mapping_reply_t;
[INFO] [stdout]       | |______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8226:5
[INFO] [stdout]       |
[INFO] [stdout] 8226  | /     pub fn xcb_get_keyboard_mapping_reply(
[INFO] [stdout] 8227  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8228  | |         cookie: xcb_get_keyboard_mapping_cookie_t,
[INFO] [stdout] 8229  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8230  | |     ) -> *mut xcb_get_keyboard_mapping_reply_t;
[INFO] [stdout]       | |______________________________________________- `xcb_get_keyboard_mapping_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_keyboard_mapping_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_keyboard_mapping_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_keyboard_mapping_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_keyboard_mapping_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_keyboard_control_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35132:5
[INFO] [stdout]       |
[INFO] [stdout] 35132 | /     pub fn xcb_change_keyboard_control_checked(
[INFO] [stdout] 35133 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35134 | |         value_mask: u32,
[INFO] [stdout] 35135 | |         value_list: *const u32,
[INFO] [stdout] 35136 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8234:5
[INFO] [stdout]       |
[INFO] [stdout] 8234  | /     pub fn xcb_change_keyboard_control_checked(
[INFO] [stdout] 8235  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8236  | |         value_mask: uint32_t,
[INFO] [stdout] 8237  | |         value_list: *const uint32_t,
[INFO] [stdout] 8238  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_keyboard_control_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_keyboard_control` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35147:5
[INFO] [stdout]       |
[INFO] [stdout] 35147 | /     pub fn xcb_change_keyboard_control(
[INFO] [stdout] 35148 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35149 | |         value_mask: u32,
[INFO] [stdout] 35150 | |         value_list: *const u32,
[INFO] [stdout] 35151 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8239:5
[INFO] [stdout]       |
[INFO] [stdout] 8239  | /     pub fn xcb_change_keyboard_control(
[INFO] [stdout] 8240  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8241  | |         value_mask: uint32_t,
[INFO] [stdout] 8242  | |         value_list: *const uint32_t,
[INFO] [stdout] 8243  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_keyboard_control` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_keyboard_control` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35162:5
[INFO] [stdout]       |
[INFO] [stdout] 35162 |     pub fn xcb_get_keyboard_control(c: *mut xcb_connection_t) -> xcb_get_keyboard_control_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8244:5
[INFO] [stdout]       |
[INFO] [stdout] 8244  |     pub fn xcb_get_keyboard_control(c: *mut xcb_connection_t) -> xcb_get_keyboard_control_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------------------------------- `xcb_get_keyboard_control` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_keyboard_control_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_keyboard_control_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_keyboard_control_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35176:5
[INFO] [stdout]       |
[INFO] [stdout] 35176 | /     pub fn xcb_get_keyboard_control_unchecked(
[INFO] [stdout] 35177 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35178 | |     ) -> xcb_get_keyboard_control_cookie_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8245:5
[INFO] [stdout]       |
[INFO] [stdout] 8245  | /     pub fn xcb_get_keyboard_control_unchecked(
[INFO] [stdout] 8246  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8247  | |     ) -> xcb_get_keyboard_control_cookie_t;
[INFO] [stdout]       | |__________________________________________- `xcb_get_keyboard_control_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_keyboard_control_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_keyboard_control_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_keyboard_control_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35195:5
[INFO] [stdout]       |
[INFO] [stdout] 35195 | /     pub fn xcb_get_keyboard_control_reply(
[INFO] [stdout] 35196 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35197 | |         cookie: xcb_get_keyboard_control_cookie_t,
[INFO] [stdout] 35198 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35199 | |     ) -> *mut xcb_get_keyboard_control_reply_t;
[INFO] [stdout]       | |______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8248:5
[INFO] [stdout]       |
[INFO] [stdout] 8248  | /     pub fn xcb_get_keyboard_control_reply(
[INFO] [stdout] 8249  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8250  | |         cookie: xcb_get_keyboard_control_cookie_t,
[INFO] [stdout] 8251  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8252  | |     ) -> *mut xcb_get_keyboard_control_reply_t;
[INFO] [stdout]       | |______________________________________________- `xcb_get_keyboard_control_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_keyboard_control_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_keyboard_control_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_keyboard_control_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_keyboard_control_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_bell_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35213:5
[INFO] [stdout]       |
[INFO] [stdout] 35213 |     pub fn xcb_bell_checked(c: *mut xcb_connection_t, percent: i8) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8253:5
[INFO] [stdout]       |
[INFO] [stdout] 8253  |     pub fn xcb_bell_checked(c: *mut xcb_connection_t, percent: int8_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     --------------------------------------------------------------------------------------- `xcb_bell_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_bell` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35224:5
[INFO] [stdout]       |
[INFO] [stdout] 35224 |     pub fn xcb_bell(c: *mut xcb_connection_t, percent: i8) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8254:5
[INFO] [stdout]       |
[INFO] [stdout] 8254  |     pub fn xcb_bell(c: *mut xcb_connection_t, percent: int8_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------- `xcb_bell` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, i8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, i8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_pointer_control_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35238:5
[INFO] [stdout]       |
[INFO] [stdout] 35238 | /     pub fn xcb_change_pointer_control_checked(
[INFO] [stdout] 35239 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35240 | |         acceleration_numerator: i16,
[INFO] [stdout] 35241 | |         acceleration_denominator: i16,
[INFO] [stdout] ...     |
[INFO] [stdout] 35244 | |         do_threshold: u8,
[INFO] [stdout] 35245 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8255:5
[INFO] [stdout]       |
[INFO] [stdout] 8255  | /     pub fn xcb_change_pointer_control_checked(
[INFO] [stdout] 8256  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8257  | |         acceleration_numerator: int16_t,
[INFO] [stdout] 8258  | |         acceleration_denominator: int16_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8261  | |         do_threshold: uint8_t,
[INFO] [stdout] 8262  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_pointer_control_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, i16, i16, i16, u8, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, i16, i16, i16, u8, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_pointer_control` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35256:5
[INFO] [stdout]       |
[INFO] [stdout] 35256 | /     pub fn xcb_change_pointer_control(
[INFO] [stdout] 35257 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35258 | |         acceleration_numerator: i16,
[INFO] [stdout] 35259 | |         acceleration_denominator: i16,
[INFO] [stdout] ...     |
[INFO] [stdout] 35262 | |         do_threshold: u8,
[INFO] [stdout] 35263 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8263:5
[INFO] [stdout]       |
[INFO] [stdout] 8263  | /     pub fn xcb_change_pointer_control(
[INFO] [stdout] 8264  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8265  | |         acceleration_numerator: int16_t,
[INFO] [stdout] 8266  | |         acceleration_denominator: int16_t,
[INFO] [stdout] ...     |
[INFO] [stdout] 8269  | |         do_threshold: uint8_t,
[INFO] [stdout] 8270  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_pointer_control` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, i16, i16, i16, u8, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, i16, i16, i16, u8, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_pointer_control` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35274:5
[INFO] [stdout]       |
[INFO] [stdout] 35274 |     pub fn xcb_get_pointer_control(c: *mut xcb_connection_t) -> xcb_get_pointer_control_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8271:5
[INFO] [stdout]       |
[INFO] [stdout] 8271  |     pub fn xcb_get_pointer_control(c: *mut xcb_connection_t) -> xcb_get_pointer_control_cookie_t;
[INFO] [stdout]       |     -------------------------------------------------------------------------------------------- `xcb_get_pointer_control` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_pointer_control_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_pointer_control_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_pointer_control_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35288:5
[INFO] [stdout]       |
[INFO] [stdout] 35288 | /     pub fn xcb_get_pointer_control_unchecked(
[INFO] [stdout] 35289 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35290 | |     ) -> xcb_get_pointer_control_cookie_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8272:5
[INFO] [stdout]       |
[INFO] [stdout] 8272  | /     pub fn xcb_get_pointer_control_unchecked(
[INFO] [stdout] 8273  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8274  | |     ) -> xcb_get_pointer_control_cookie_t;
[INFO] [stdout]       | |_________________________________________- `xcb_get_pointer_control_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_pointer_control_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_pointer_control_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_pointer_control_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35307:5
[INFO] [stdout]       |
[INFO] [stdout] 35307 | /     pub fn xcb_get_pointer_control_reply(
[INFO] [stdout] 35308 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35309 | |         cookie: xcb_get_pointer_control_cookie_t,
[INFO] [stdout] 35310 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35311 | |     ) -> *mut xcb_get_pointer_control_reply_t;
[INFO] [stdout]       | |_____________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8275:5
[INFO] [stdout]       |
[INFO] [stdout] 8275  | /     pub fn xcb_get_pointer_control_reply(
[INFO] [stdout] 8276  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8277  | |         cookie: xcb_get_pointer_control_cookie_t,
[INFO] [stdout] 8278  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8279  | |     ) -> *mut xcb_get_pointer_control_reply_t;
[INFO] [stdout]       | |_____________________________________________- `xcb_get_pointer_control_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_pointer_control_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_pointer_control_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_pointer_control_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_pointer_control_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_screen_saver_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35325:5
[INFO] [stdout]       |
[INFO] [stdout] 35325 | /     pub fn xcb_set_screen_saver_checked(
[INFO] [stdout] 35326 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35327 | |         timeout: i16,
[INFO] [stdout] 35328 | |         interval: i16,
[INFO] [stdout] 35329 | |         prefer_blanking: u8,
[INFO] [stdout] 35330 | |         allow_exposures: u8,
[INFO] [stdout] 35331 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8280:5
[INFO] [stdout]       |
[INFO] [stdout] 8280  | /     pub fn xcb_set_screen_saver_checked(
[INFO] [stdout] 8281  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8282  | |         timeout: int16_t,
[INFO] [stdout] 8283  | |         interval: int16_t,
[INFO] [stdout] 8284  | |         prefer_blanking: uint8_t,
[INFO] [stdout] 8285  | |         allow_exposures: uint8_t,
[INFO] [stdout] 8286  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_screen_saver_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, i16, i16, u8, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, i16, i16, u8, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_screen_saver` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35342:5
[INFO] [stdout]       |
[INFO] [stdout] 35342 | /     pub fn xcb_set_screen_saver(
[INFO] [stdout] 35343 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35344 | |         timeout: i16,
[INFO] [stdout] 35345 | |         interval: i16,
[INFO] [stdout] 35346 | |         prefer_blanking: u8,
[INFO] [stdout] 35347 | |         allow_exposures: u8,
[INFO] [stdout] 35348 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8287:5
[INFO] [stdout]       |
[INFO] [stdout] 8287  | /     pub fn xcb_set_screen_saver(
[INFO] [stdout] 8288  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8289  | |         timeout: int16_t,
[INFO] [stdout] 8290  | |         interval: int16_t,
[INFO] [stdout] 8291  | |         prefer_blanking: uint8_t,
[INFO] [stdout] 8292  | |         allow_exposures: uint8_t,
[INFO] [stdout] 8293  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_screen_saver` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, i16, i16, u8, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, i16, i16, u8, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_screen_saver` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35359:5
[INFO] [stdout]       |
[INFO] [stdout] 35359 |     pub fn xcb_get_screen_saver(c: *mut xcb_connection_t) -> xcb_get_screen_saver_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8294:5
[INFO] [stdout]       |
[INFO] [stdout] 8294  |     pub fn xcb_get_screen_saver(c: *mut xcb_connection_t) -> xcb_get_screen_saver_cookie_t;
[INFO] [stdout]       |     -------------------------------------------------------------------------------------- `xcb_get_screen_saver` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_screen_saver_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_screen_saver_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_screen_saver_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35373:5
[INFO] [stdout]       |
[INFO] [stdout] 35373 | /     pub fn xcb_get_screen_saver_unchecked(
[INFO] [stdout] 35374 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35375 | |     ) -> xcb_get_screen_saver_cookie_t;
[INFO] [stdout]       | |______________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8295:5
[INFO] [stdout]       |
[INFO] [stdout] 8295  | /     pub fn xcb_get_screen_saver_unchecked(
[INFO] [stdout] 8296  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8297  | |     ) -> xcb_get_screen_saver_cookie_t;
[INFO] [stdout]       | |______________________________________- `xcb_get_screen_saver_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_screen_saver_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_screen_saver_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_screen_saver_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35392:5
[INFO] [stdout]       |
[INFO] [stdout] 35392 | /     pub fn xcb_get_screen_saver_reply(
[INFO] [stdout] 35393 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35394 | |         cookie: xcb_get_screen_saver_cookie_t,
[INFO] [stdout] 35395 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35396 | |     ) -> *mut xcb_get_screen_saver_reply_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8298:5
[INFO] [stdout]       |
[INFO] [stdout] 8298  | /     pub fn xcb_get_screen_saver_reply(
[INFO] [stdout] 8299  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8300  | |         cookie: xcb_get_screen_saver_cookie_t,
[INFO] [stdout] 8301  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8302  | |     ) -> *mut xcb_get_screen_saver_reply_t;
[INFO] [stdout]       | |__________________________________________- `xcb_get_screen_saver_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_screen_saver_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_screen_saver_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_screen_saver_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_screen_saver_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_hosts_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35414:5
[INFO] [stdout]       |
[INFO] [stdout] 35414 | /     pub fn xcb_change_hosts_checked(
[INFO] [stdout] 35415 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35416 | |         mode: u8,
[INFO] [stdout] 35417 | |         family: u8,
[INFO] [stdout] 35418 | |         address_len: u16,
[INFO] [stdout] 35419 | |         address: *const u8,
[INFO] [stdout] 35420 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8305:5
[INFO] [stdout]       |
[INFO] [stdout] 8305  | /     pub fn xcb_change_hosts_checked(
[INFO] [stdout] 8306  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8307  | |         mode: uint8_t,
[INFO] [stdout] 8308  | |         family: uint8_t,
[INFO] [stdout] 8309  | |         address_len: uint16_t,
[INFO] [stdout] 8310  | |         address: *const uint8_t,
[INFO] [stdout] 8311  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_hosts_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u8, u16, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u8, u16, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_change_hosts` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35431:5
[INFO] [stdout]       |
[INFO] [stdout] 35431 | /     pub fn xcb_change_hosts(
[INFO] [stdout] 35432 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35433 | |         mode: u8,
[INFO] [stdout] 35434 | |         family: u8,
[INFO] [stdout] 35435 | |         address_len: u16,
[INFO] [stdout] 35436 | |         address: *const u8,
[INFO] [stdout] 35437 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8312:5
[INFO] [stdout]       |
[INFO] [stdout] 8312  | /     pub fn xcb_change_hosts(
[INFO] [stdout] 8313  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8314  | |         mode: uint8_t,
[INFO] [stdout] 8315  | |         family: uint8_t,
[INFO] [stdout] 8316  | |         address_len: uint16_t,
[INFO] [stdout] 8317  | |         address: *const uint8_t,
[INFO] [stdout] 8318  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_change_hosts` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, u8, u16, *const u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, u8, u16, *const u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_hosts` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35486:5
[INFO] [stdout]       |
[INFO] [stdout] 35486 |     pub fn xcb_list_hosts(c: *mut xcb_connection_t) -> xcb_list_hosts_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8326:5
[INFO] [stdout]       |
[INFO] [stdout] 8326  |     pub fn xcb_list_hosts(c: *mut xcb_connection_t) -> xcb_list_hosts_cookie_t;
[INFO] [stdout]       |     -------------------------------------------------------------------------- `xcb_list_hosts` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_list_hosts_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_list_hosts_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_hosts_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35500:5
[INFO] [stdout]       |
[INFO] [stdout] 35500 |     pub fn xcb_list_hosts_unchecked(c: *mut xcb_connection_t) -> xcb_list_hosts_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8327:5
[INFO] [stdout]       |
[INFO] [stdout] 8327  |     pub fn xcb_list_hosts_unchecked(c: *mut xcb_connection_t) -> xcb_list_hosts_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------ `xcb_list_hosts_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_list_hosts_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_list_hosts_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_list_hosts_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35523:5
[INFO] [stdout]       |
[INFO] [stdout] 35523 | /     pub fn xcb_list_hosts_reply(
[INFO] [stdout] 35524 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35525 | |         cookie: xcb_list_hosts_cookie_t,
[INFO] [stdout] 35526 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35527 | |     ) -> *mut xcb_list_hosts_reply_t;
[INFO] [stdout]       | |____________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8330:5
[INFO] [stdout]       |
[INFO] [stdout] 8330  | /     pub fn xcb_list_hosts_reply(
[INFO] [stdout] 8331  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8332  | |         cookie: xcb_list_hosts_cookie_t,
[INFO] [stdout] 8333  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8334  | |     ) -> *mut xcb_list_hosts_reply_t;
[INFO] [stdout]       | |____________________________________- `xcb_list_hosts_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_list_hosts_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_list_hosts_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_list_hosts_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_list_hosts_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_access_control_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35541:5
[INFO] [stdout]       |
[INFO] [stdout] 35541 |       pub fn xcb_set_access_control_checked(c: *mut xcb_connection_t, mode: u8) -> xcb_void_cookie_t;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8335:5
[INFO] [stdout]       |
[INFO] [stdout] 8335  | /     pub fn xcb_set_access_control_checked(
[INFO] [stdout] 8336  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8337  | |         mode: uint8_t,
[INFO] [stdout] 8338  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_access_control_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_access_control` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35552:5
[INFO] [stdout]       |
[INFO] [stdout] 35552 |     pub fn xcb_set_access_control(c: *mut xcb_connection_t, mode: u8) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8339:5
[INFO] [stdout]       |
[INFO] [stdout] 8339  |     pub fn xcb_set_access_control(c: *mut xcb_connection_t, mode: uint8_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------------- `xcb_set_access_control` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_close_down_mode_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35566:5
[INFO] [stdout]       |
[INFO] [stdout] 35566 | /     pub fn xcb_set_close_down_mode_checked(c: *mut xcb_connection_t, mode: u8)
[INFO] [stdout] 35567 | |         -> xcb_void_cookie_t;
[INFO] [stdout]       | |____________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8340:5
[INFO] [stdout]       |
[INFO] [stdout] 8340  | /     pub fn xcb_set_close_down_mode_checked(
[INFO] [stdout] 8341  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8342  | |         mode: uint8_t,
[INFO] [stdout] 8343  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_set_close_down_mode_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_close_down_mode` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35578:5
[INFO] [stdout]       |
[INFO] [stdout] 35578 |     pub fn xcb_set_close_down_mode(c: *mut xcb_connection_t, mode: u8) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8344:5
[INFO] [stdout]       |
[INFO] [stdout] 8344  |     pub fn xcb_set_close_down_mode(c: *mut xcb_connection_t, mode: uint8_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     -------------------------------------------------------------------------------------------- `xcb_set_close_down_mode` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_kill_client_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35598:5
[INFO] [stdout]       |
[INFO] [stdout] 35598 |       pub fn xcb_kill_client_checked(c: *mut xcb_connection_t, resource: u32) -> xcb_void_cookie_t;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8345:5
[INFO] [stdout]       |
[INFO] [stdout] 8345  | /     pub fn xcb_kill_client_checked(
[INFO] [stdout] 8346  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8347  | |         resource: uint32_t,
[INFO] [stdout] 8348  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_kill_client_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_kill_client` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35615:5
[INFO] [stdout]       |
[INFO] [stdout] 35615 |     pub fn xcb_kill_client(c: *mut xcb_connection_t, resource: u32) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8349:5
[INFO] [stdout]       |
[INFO] [stdout] 8349  |     pub fn xcb_kill_client(c: *mut xcb_connection_t, resource: uint32_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ----------------------------------------------------------------------------------------- `xcb_kill_client` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_rotate_properties_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35634:5
[INFO] [stdout]       |
[INFO] [stdout] 35634 | /     pub fn xcb_rotate_properties_checked(
[INFO] [stdout] 35635 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35636 | |         window: xcb_window_t,
[INFO] [stdout] 35637 | |         atoms_len: u16,
[INFO] [stdout] 35638 | |         delta: i16,
[INFO] [stdout] 35639 | |         atoms: *const xcb_atom_t,
[INFO] [stdout] 35640 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8353:5
[INFO] [stdout]       |
[INFO] [stdout] 8353  | /     pub fn xcb_rotate_properties_checked(
[INFO] [stdout] 8354  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8355  | |         window: xcb_window_t,
[INFO] [stdout] 8356  | |         atoms_len: uint16_t,
[INFO] [stdout] 8357  | |         delta: int16_t,
[INFO] [stdout] 8358  | |         atoms: *const xcb_atom_t,
[INFO] [stdout] 8359  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_rotate_properties_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, i16, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, i16, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_rotate_properties` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35651:5
[INFO] [stdout]       |
[INFO] [stdout] 35651 | /     pub fn xcb_rotate_properties(
[INFO] [stdout] 35652 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35653 | |         window: xcb_window_t,
[INFO] [stdout] 35654 | |         atoms_len: u16,
[INFO] [stdout] 35655 | |         delta: i16,
[INFO] [stdout] 35656 | |         atoms: *const xcb_atom_t,
[INFO] [stdout] 35657 | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8360:5
[INFO] [stdout]       |
[INFO] [stdout] 8360  | /     pub fn xcb_rotate_properties(
[INFO] [stdout] 8361  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8362  | |         window: xcb_window_t,
[INFO] [stdout] 8363  | |         atoms_len: uint16_t,
[INFO] [stdout] 8364  | |         delta: int16_t,
[INFO] [stdout] 8365  | |         atoms: *const xcb_atom_t,
[INFO] [stdout] 8366  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_rotate_properties` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u32, u16, i16, *const u32) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u32, u16, i16, *const u32) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_force_screen_saver_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35671:5
[INFO] [stdout]       |
[INFO] [stdout] 35671 |       pub fn xcb_force_screen_saver_checked(c: *mut xcb_connection_t, mode: u8) -> xcb_void_cookie_t;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8367:5
[INFO] [stdout]       |
[INFO] [stdout] 8367  | /     pub fn xcb_force_screen_saver_checked(
[INFO] [stdout] 8368  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8369  | |         mode: uint8_t,
[INFO] [stdout] 8370  | |     ) -> xcb_void_cookie_t;
[INFO] [stdout]       | |__________________________- `xcb_force_screen_saver_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_force_screen_saver` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35682:5
[INFO] [stdout]       |
[INFO] [stdout] 35682 |     pub fn xcb_force_screen_saver(c: *mut xcb_connection_t, mode: u8) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8371:5
[INFO] [stdout]       |
[INFO] [stdout] 8371  |     pub fn xcb_force_screen_saver(c: *mut xcb_connection_t, mode: uint8_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------------------- `xcb_force_screen_saver` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_pointer_mapping` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35698:5
[INFO] [stdout]       |
[INFO] [stdout] 35698 | /     pub fn xcb_set_pointer_mapping(
[INFO] [stdout] 35699 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35700 | |         map_len: u8,
[INFO] [stdout] 35701 | |         map: *const u8,
[INFO] [stdout] 35702 | |     ) -> xcb_set_pointer_mapping_cookie_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8375:5
[INFO] [stdout]       |
[INFO] [stdout] 8375  | /     pub fn xcb_set_pointer_mapping(
[INFO] [stdout] 8376  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8377  | |         map_len: uint8_t,
[INFO] [stdout] 8378  | |         map: *const uint8_t,
[INFO] [stdout] 8379  | |     ) -> xcb_set_pointer_mapping_cookie_t;
[INFO] [stdout]       | |_________________________________________- `xcb_set_pointer_mapping` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, *const u8) -> xcb::xcb_set_pointer_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, *const u8) -> xproto::xcb_set_pointer_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_pointer_mapping_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35716:5
[INFO] [stdout]       |
[INFO] [stdout] 35716 | /     pub fn xcb_set_pointer_mapping_unchecked(
[INFO] [stdout] 35717 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35718 | |         map_len: u8,
[INFO] [stdout] 35719 | |         map: *const u8,
[INFO] [stdout] 35720 | |     ) -> xcb_set_pointer_mapping_cookie_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8380:5
[INFO] [stdout]       |
[INFO] [stdout] 8380  | /     pub fn xcb_set_pointer_mapping_unchecked(
[INFO] [stdout] 8381  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8382  | |         map_len: uint8_t,
[INFO] [stdout] 8383  | |         map: *const uint8_t,
[INFO] [stdout] 8384  | |     ) -> xcb_set_pointer_mapping_cookie_t;
[INFO] [stdout]       | |_________________________________________- `xcb_set_pointer_mapping_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, *const u8) -> xcb::xcb_set_pointer_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, *const u8) -> xproto::xcb_set_pointer_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_pointer_mapping_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35737:5
[INFO] [stdout]       |
[INFO] [stdout] 35737 | /     pub fn xcb_set_pointer_mapping_reply(
[INFO] [stdout] 35738 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35739 | |         cookie: xcb_set_pointer_mapping_cookie_t,
[INFO] [stdout] 35740 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35741 | |     ) -> *mut xcb_set_pointer_mapping_reply_t;
[INFO] [stdout]       | |_____________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8385:5
[INFO] [stdout]       |
[INFO] [stdout] 8385  | /     pub fn xcb_set_pointer_mapping_reply(
[INFO] [stdout] 8386  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8387  | |         cookie: xcb_set_pointer_mapping_cookie_t,
[INFO] [stdout] 8388  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8389  | |     ) -> *mut xcb_set_pointer_mapping_reply_t;
[INFO] [stdout]       | |_____________________________________________- `xcb_set_pointer_mapping_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_set_pointer_mapping_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_set_pointer_mapping_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_set_pointer_mapping_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_set_pointer_mapping_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_pointer_mapping` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35757:5
[INFO] [stdout]       |
[INFO] [stdout] 35757 |     pub fn xcb_get_pointer_mapping(c: *mut xcb_connection_t) -> xcb_get_pointer_mapping_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8393:5
[INFO] [stdout]       |
[INFO] [stdout] 8393  |     pub fn xcb_get_pointer_mapping(c: *mut xcb_connection_t) -> xcb_get_pointer_mapping_cookie_t;
[INFO] [stdout]       |     -------------------------------------------------------------------------------------------- `xcb_get_pointer_mapping` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_pointer_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_pointer_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_pointer_mapping_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35771:5
[INFO] [stdout]       |
[INFO] [stdout] 35771 | /     pub fn xcb_get_pointer_mapping_unchecked(
[INFO] [stdout] 35772 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35773 | |     ) -> xcb_get_pointer_mapping_cookie_t;
[INFO] [stdout]       | |_________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8394:5
[INFO] [stdout]       |
[INFO] [stdout] 8394  | /     pub fn xcb_get_pointer_mapping_unchecked(
[INFO] [stdout] 8395  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8396  | |     ) -> xcb_get_pointer_mapping_cookie_t;
[INFO] [stdout]       | |_________________________________________- `xcb_get_pointer_mapping_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_pointer_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_pointer_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_pointer_mapping_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35803:5
[INFO] [stdout]       |
[INFO] [stdout] 35803 | /     pub fn xcb_get_pointer_mapping_reply(
[INFO] [stdout] 35804 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35805 | |         cookie: xcb_get_pointer_mapping_cookie_t,
[INFO] [stdout] 35806 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35807 | |     ) -> *mut xcb_get_pointer_mapping_reply_t;
[INFO] [stdout]       | |_____________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8404:5
[INFO] [stdout]       |
[INFO] [stdout] 8404  | /     pub fn xcb_get_pointer_mapping_reply(
[INFO] [stdout] 8405  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8406  | |         cookie: xcb_get_pointer_mapping_cookie_t,
[INFO] [stdout] 8407  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8408  | |     ) -> *mut xcb_get_pointer_mapping_reply_t;
[INFO] [stdout]       | |_____________________________________________- `xcb_get_pointer_mapping_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_pointer_mapping_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_pointer_mapping_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_pointer_mapping_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_pointer_mapping_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_modifier_mapping` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35823:5
[INFO] [stdout]       |
[INFO] [stdout] 35823 | /     pub fn xcb_set_modifier_mapping(
[INFO] [stdout] 35824 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35825 | |         keycodes_per_modifier: u8,
[INFO] [stdout] 35826 | |         keycodes: *const xcb_keycode_t,
[INFO] [stdout] 35827 | |     ) -> xcb_set_modifier_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8412:5
[INFO] [stdout]       |
[INFO] [stdout] 8412  | /     pub fn xcb_set_modifier_mapping(
[INFO] [stdout] 8413  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8414  | |         keycodes_per_modifier: uint8_t,
[INFO] [stdout] 8415  | |         keycodes: *const xcb_keycode_t,
[INFO] [stdout] 8416  | |     ) -> xcb_set_modifier_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________- `xcb_set_modifier_mapping` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, *const u8) -> xcb::xcb_set_modifier_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, *const u8) -> xproto::xcb_set_modifier_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_modifier_mapping_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35841:5
[INFO] [stdout]       |
[INFO] [stdout] 35841 | /     pub fn xcb_set_modifier_mapping_unchecked(
[INFO] [stdout] 35842 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35843 | |         keycodes_per_modifier: u8,
[INFO] [stdout] 35844 | |         keycodes: *const xcb_keycode_t,
[INFO] [stdout] 35845 | |     ) -> xcb_set_modifier_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8417:5
[INFO] [stdout]       |
[INFO] [stdout] 8417  | /     pub fn xcb_set_modifier_mapping_unchecked(
[INFO] [stdout] 8418  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8419  | |         keycodes_per_modifier: uint8_t,
[INFO] [stdout] 8420  | |         keycodes: *const xcb_keycode_t,
[INFO] [stdout] 8421  | |     ) -> xcb_set_modifier_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________- `xcb_set_modifier_mapping_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, u8, *const u8) -> xcb::xcb_set_modifier_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, u8, *const u8) -> xproto::xcb_set_modifier_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_set_modifier_mapping_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35862:5
[INFO] [stdout]       |
[INFO] [stdout] 35862 | /     pub fn xcb_set_modifier_mapping_reply(
[INFO] [stdout] 35863 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35864 | |         cookie: xcb_set_modifier_mapping_cookie_t,
[INFO] [stdout] 35865 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35866 | |     ) -> *mut xcb_set_modifier_mapping_reply_t;
[INFO] [stdout]       | |______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8422:5
[INFO] [stdout]       |
[INFO] [stdout] 8422  | /     pub fn xcb_set_modifier_mapping_reply(
[INFO] [stdout] 8423  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8424  | |         cookie: xcb_set_modifier_mapping_cookie_t,
[INFO] [stdout] 8425  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8426  | |     ) -> *mut xcb_set_modifier_mapping_reply_t;
[INFO] [stdout]       | |______________________________________________- `xcb_set_modifier_mapping_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_set_modifier_mapping_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_set_modifier_mapping_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_set_modifier_mapping_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_set_modifier_mapping_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_modifier_mapping` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35882:5
[INFO] [stdout]       |
[INFO] [stdout] 35882 |     pub fn xcb_get_modifier_mapping(c: *mut xcb_connection_t) -> xcb_get_modifier_mapping_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8430:5
[INFO] [stdout]       |
[INFO] [stdout] 8430  |     pub fn xcb_get_modifier_mapping(c: *mut xcb_connection_t) -> xcb_get_modifier_mapping_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------------------------------- `xcb_get_modifier_mapping` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_modifier_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_modifier_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_modifier_mapping_unchecked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35896:5
[INFO] [stdout]       |
[INFO] [stdout] 35896 | /     pub fn xcb_get_modifier_mapping_unchecked(
[INFO] [stdout] 35897 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35898 | |     ) -> xcb_get_modifier_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8431:5
[INFO] [stdout]       |
[INFO] [stdout] 8431  | /     pub fn xcb_get_modifier_mapping_unchecked(
[INFO] [stdout] 8432  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8433  | |     ) -> xcb_get_modifier_mapping_cookie_t;
[INFO] [stdout]       | |__________________________________________- `xcb_get_modifier_mapping_unchecked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_get_modifier_mapping_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_get_modifier_mapping_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_get_modifier_mapping_reply` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35930:5
[INFO] [stdout]       |
[INFO] [stdout] 35930 | /     pub fn xcb_get_modifier_mapping_reply(
[INFO] [stdout] 35931 | |         c: *mut xcb_connection_t,
[INFO] [stdout] 35932 | |         cookie: xcb_get_modifier_mapping_cookie_t,
[INFO] [stdout] 35933 | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 35934 | |     ) -> *mut xcb_get_modifier_mapping_reply_t;
[INFO] [stdout]       | |______________________________________________^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8443:5
[INFO] [stdout]       |
[INFO] [stdout] 8443  | /     pub fn xcb_get_modifier_mapping_reply(
[INFO] [stdout] 8444  | |         c: *mut xcb_connection_t,
[INFO] [stdout] 8445  | |         cookie: xcb_get_modifier_mapping_cookie_t,
[INFO] [stdout] 8446  | |         e: *mut *mut xcb_generic_error_t,
[INFO] [stdout] 8447  | |     ) -> *mut xcb_get_modifier_mapping_reply_t;
[INFO] [stdout]       | |______________________________________________- `xcb_get_modifier_mapping_reply` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t, xcb::xcb_get_modifier_mapping_cookie_t, *mut *mut xcb::xcb_generic_error_t) -> *mut xcb::xcb_get_modifier_mapping_reply_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t, xproto::xcb_get_modifier_mapping_cookie_t, *mut *mut xproto::xcb_generic_error_t) -> *mut xproto::xcb_get_modifier_mapping_reply_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_no_operation_checked` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35948:5
[INFO] [stdout]       |
[INFO] [stdout] 35948 |     pub fn xcb_no_operation_checked(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8448:5
[INFO] [stdout]       |
[INFO] [stdout] 8448  |     pub fn xcb_no_operation_checked(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ------------------------------------------------------------------------------ `xcb_no_operation_checked` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `xcb_no_operation` redeclared with a different signature
[INFO] [stdout]      --> src/system/linux/xproto.rs:35959:5
[INFO] [stdout]       |
[INFO] [stdout] 35959 |     pub fn xcb_no_operation(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration
[INFO] [stdout]       |
[INFO] [stdout]      ::: src/system/linux/xcb.rs:8449:5
[INFO] [stdout]       |
[INFO] [stdout] 8449  |     pub fn xcb_no_operation(c: *mut xcb_connection_t) -> xcb_void_cookie_t;
[INFO] [stdout]       |     ---------------------------------------------------------------------- `xcb_no_operation` previously declared here
[INFO] [stdout]       |
[INFO] [stdout]       = note: expected `unsafe extern "C" fn(*mut xcb::xcb_connection_t) -> xcb::xcb_void_cookie_t`
[INFO] [stdout]                  found `unsafe extern "C" fn(*mut xproto::xcb_connection_t) -> xproto::xcb_void_cookie_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u_size`
[INFO] [stdout]   --> src/render/scene/mod.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let u_size = file.borrow_mut().read_count() * 1024;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_u_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd_buff`
[INFO] [stdout]    --> src/render/scene/mod.rs:136:26
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn record(&mut self, cmd_buff: &mut CmdBuff, frame_index: usize) {
[INFO] [stdout]     |                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cmd_buff`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame_index`
[INFO] [stdout]    --> src/render/scene/mod.rs:136:50
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn record(&mut self, cmd_buff: &mut CmdBuff, frame_index: usize) {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_frame_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 385 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_content` is never read
[INFO] [stdout]   --> src/audio/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Basic {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 12 |     pub file_content: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `texture` is never read
[INFO] [stdout]   --> src/render/material/mod.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct DirectionalTexturedSpeculatedNocubeFullshadowOpaque {
[INFO] [stdout]    |            --------------------------------------------------- field in this struct
[INFO] [stdout] 65 |     texture: Arc<DebugCell<Texture>>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mvp` is never read
[INFO] [stdout]   --> src/render/mesh.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | struct OccUniform {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] 67 |     pub mvp: Mat4x4<f32>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `size` is never read
[INFO] [stdout]   --> src/vulkan/buffer.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct Buffer {
[INFO] [stdout]    |        ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     size: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `vertex_size`, `vertices_count`, `indices_count`, and `indices_size_aligned` are never read
[INFO] [stdout]    --> src/vulkan/buffer.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub struct MeshBuffer {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 186 |     buffer_gc_obj: BufferGcObject,
[INFO] [stdout] 187 |     vertex_size: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 188 |     vertices_count: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     indices_count: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 192 |     indices_size: usize,
[INFO] [stdout] 193 |     indices_size_aligned: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `meshes_size` and `scenes_dynamics_size` are never read
[INFO] [stdout]    --> src/vulkan/buffer.rs:288:5
[INFO] [stdout]     |
[INFO] [stdout] 286 | pub struct Manager {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] 287 |     buffer: Arc<Buffer>,
[INFO] [stdout] 288 |     meshes_size: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 289 |     meshes: Gc,
[INFO] [stdout] 290 |     scenes_dynamics_size: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `clean`, `commit_meshes`, and `commit_scenes_dynamics` are never used
[INFO] [stdout]    --> src/vulkan/buffer.rs:315:8
[INFO] [stdout]     |
[INFO] [stdout] 294 | impl Manager {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 315 |     fn clean(&mut self) {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 |     fn commit_meshes(&self, cmd: &mut CmdBuff) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 383 |     fn commit_scenes_dynamics(&self, frame_number: usize, cmd: &mut CmdBuff) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pool` is never read
[INFO] [stdout]   --> src/vulkan/descriptor.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct Set {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 56 |     pool: Arc<DebugCell<Pool>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `&mut CoreApp` does not permit zero-initialization
[INFO] [stdout]   --> src/system/linux/application.rs:47:32
[INFO] [stdout]    |
[INFO] [stdout] 47 |             core_app: unsafe { transmute(0usize) },
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                this code causes undefined behavior when executed
[INFO] [stdout]    |                                help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: references must be non-null
[INFO] [stdout]    = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `&mut Engine<CoreApp>` does not permit zero-initialization
[INFO] [stdout]   --> src/system/linux/application.rs:48:37
[INFO] [stdout]    |
[INFO] [stdout] 48 |             render_engine: unsafe { transmute(0usize) },
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this code causes undefined behavior when executed
[INFO] [stdout]    |                                     help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: references must be non-null
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/system/linux/xproto.rs:536:19
[INFO] [stdout]     |
[INFO] [stdout] 536 |         unsafe { &(*(0 as *const timespec)).tv_sec 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: dereferencing a null pointer
[INFO] [stdout]    --> src/system/linux/xproto.rs:546:19
[INFO] [stdout]     |
[INFO] [stdout] 546 |         unsafe { &(*(0 as *const 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/system/linux/xproto.rs:580:19
[INFO] [stdout]     |
[INFO] [stdout] 580 |         unsafe { &(*(0 as *const 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/system/linux/xproto.rs:590:19
[INFO] [stdout]     |
[INFO] [stdout] 590 |         unsafe { &(*(0 as *const 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/system/linux/xproto.rs:625:19
[INFO] [stdout]     |
[INFO] [stdout] 625 |         unsafe { &(*(0 as *const 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/system/linux/xproto.rs:1554:19
[INFO] [stdout]      |
[INFO] [stdout] 1554 |         unsafe { &(*(0 as *const iovec)).iov_base as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1564:19
[INFO] [stdout]      |
[INFO] [stdout] 1564 |         unsafe { &(*(0 as *const iovec)).iov_len as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1627:19
[INFO] [stdout]      |
[INFO] [stdout] 1627 |         unsafe { &(*(0 as *const sched_param)).__sched_priority as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1694:19
[INFO] [stdout]      |
[INFO] [stdout] 1694 |         unsafe { &(*(0 as *const cpu_set_t)).__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/system/linux/xproto.rs:1774:19
[INFO] [stdout]      |
[INFO] [stdout] 1774 |         unsafe { &(*(0 as *const tm)).tm_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/system/linux/xproto.rs:1784:19
[INFO] [stdout]      |
[INFO] [stdout] 1784 |         unsafe { &(*(0 as *const tm)).tm_min as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1794:19
[INFO] [stdout]      |
[INFO] [stdout] 1794 |         unsafe { &(*(0 as *const tm)).tm_hour as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1804:19
[INFO] [stdout]      |
[INFO] [stdout] 1804 |         unsafe { &(*(0 as *const tm)).tm_mday as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1814:19
[INFO] [stdout]      |
[INFO] [stdout] 1814 |         unsafe { &(*(0 as *const tm)).tm_mon as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1824:19
[INFO] [stdout]      |
[INFO] [stdout] 1824 |         unsafe { &(*(0 as *const tm)).tm_year as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1834:19
[INFO] [stdout]      |
[INFO] [stdout] 1834 |         unsafe { &(*(0 as *const tm)).tm_wday as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1844:19
[INFO] [stdout]      |
[INFO] [stdout] 1844 |         unsafe { &(*(0 as *const tm)).tm_yday as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1854:19
[INFO] [stdout]      |
[INFO] [stdout] 1854 |         unsafe { &(*(0 as *const tm)).tm_isdst as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1864:19
[INFO] [stdout]      |
[INFO] [stdout] 1864 |         unsafe { &(*(0 as *const tm)).tm_gmtoff as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1874:19
[INFO] [stdout]      |
[INFO] [stdout] 1874 |         unsafe { &(*(0 as *const tm)).tm_zone as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1908:19
[INFO] [stdout]      |
[INFO] [stdout] 1908 |         unsafe { &(*(0 as *const itimerspec)).it_interval as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:1918:19
[INFO] [stdout]      |
[INFO] [stdout] 1918 |         unsafe { &(*(0 as *const itimerspec)).it_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/system/linux/xproto.rs:3032:19
[INFO] [stdout]      |
[INFO] [stdout] 3032 |         unsafe { &(*(0 as *const xcb_generic_iterator_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/system/linux/xproto.rs:3042:19
[INFO] [stdout]      |
[INFO] [stdout] 3042 |         unsafe { &(*(0 as *const xcb_generic_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3052:19
[INFO] [stdout]      |
[INFO] [stdout] 3052 |         unsafe { &(*(0 as *const xcb_generic_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3088:19
[INFO] [stdout]      |
[INFO] [stdout] 3088 |         unsafe { &(*(0 as *const xcb_generic_reply_t)).response_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/system/linux/xproto.rs:3098:19
[INFO] [stdout]      |
[INFO] [stdout] 3098 |         unsafe { &(*(0 as *const xcb_generic_reply_t)).pad0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3108:19
[INFO] [stdout]      |
[INFO] [stdout] 3108 |         unsafe { &(*(0 as *const xcb_generic_reply_t)).sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3118:19
[INFO] [stdout]      |
[INFO] [stdout] 3118 |         unsafe { &(*(0 as *const xcb_generic_reply_t)).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/system/linux/xproto.rs:3155:19
[INFO] [stdout]      |
[INFO] [stdout] 3155 |         unsafe { &(*(0 as *const xcb_generic_event_t)).response_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/system/linux/xproto.rs:3165:19
[INFO] [stdout]      |
[INFO] [stdout] 3165 |         unsafe { &(*(0 as *const xcb_generic_event_t)).pad0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3175:19
[INFO] [stdout]      |
[INFO] [stdout] 3175 |         unsafe { &(*(0 as *const xcb_generic_event_t)).sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3185:19
[INFO] [stdout]      |
[INFO] [stdout] 3185 |         unsafe { &(*(0 as *const xcb_generic_event_t)).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/system/linux/xproto.rs:3195:19
[INFO] [stdout]      |
[INFO] [stdout] 3195 |         unsafe { &(*(0 as *const xcb_generic_event_t)).full_sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3235:19
[INFO] [stdout]      |
[INFO] [stdout] 3235 |         unsafe { &(*(0 as *const xcb_ge_event_t)).response_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/system/linux/xproto.rs:3245:19
[INFO] [stdout]      |
[INFO] [stdout] 3245 |         unsafe { &(*(0 as *const xcb_ge_event_t)).pad0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3255:19
[INFO] [stdout]      |
[INFO] [stdout] 3255 |         unsafe { &(*(0 as *const xcb_ge_event_t)).sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3265:19
[INFO] [stdout]      |
[INFO] [stdout] 3265 |         unsafe { &(*(0 as *const xcb_ge_event_t)).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/system/linux/xproto.rs:3275:19
[INFO] [stdout]      |
[INFO] [stdout] 3275 |         unsafe { &(*(0 as *const xcb_ge_event_t)).event_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/system/linux/xproto.rs:3285:19
[INFO] [stdout]      |
[INFO] [stdout] 3285 |         unsafe { &(*(0 as *const xcb_ge_event_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/system/linux/xproto.rs:3295:19
[INFO] [stdout]      |
[INFO] [stdout] 3295 |         unsafe { &(*(0 as *const xcb_ge_event_t)).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/system/linux/xproto.rs:3305:19
[INFO] [stdout]      |
[INFO] [stdout] 3305 |         unsafe { &(*(0 as *const xcb_ge_event_t)).full_sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3346:19
[INFO] [stdout]      |
[INFO] [stdout] 3346 |         unsafe { &(*(0 as *const xcb_generic_error_t)).response_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/system/linux/xproto.rs:3356:19
[INFO] [stdout]      |
[INFO] [stdout] 3356 |         unsafe { &(*(0 as *const xcb_generic_error_t)).error_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/system/linux/xproto.rs:3366:19
[INFO] [stdout]      |
[INFO] [stdout] 3366 |         unsafe { &(*(0 as *const xcb_generic_error_t)).sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3376:19
[INFO] [stdout]      |
[INFO] [stdout] 3376 |         unsafe { &(*(0 as *const xcb_generic_error_t)).resource_id as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3386:19
[INFO] [stdout]      |
[INFO] [stdout] 3386 |         unsafe { &(*(0 as *const xcb_generic_error_t)).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/system/linux/xproto.rs:3396:19
[INFO] [stdout]      |
[INFO] [stdout] 3396 |         unsafe { &(*(0 as *const xcb_generic_error_t)).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/system/linux/xproto.rs:3406:19
[INFO] [stdout]      |
[INFO] [stdout] 3406 |         unsafe { &(*(0 as *const xcb_generic_error_t)).pad0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3416:19
[INFO] [stdout]      |
[INFO] [stdout] 3416 |         unsafe { &(*(0 as *const xcb_generic_error_t)).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/system/linux/xproto.rs:3426:19
[INFO] [stdout]      |
[INFO] [stdout] 3426 |         unsafe { &(*(0 as *const xcb_generic_error_t)).full_sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3459:19
[INFO] [stdout]      |
[INFO] [stdout] 3459 |         unsafe { &(*(0 as *const xcb_void_cookie_t)).sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3495:19
[INFO] [stdout]      |
[INFO] [stdout] 3495 |         unsafe { &(*(0 as *const xcb_auth_info_t)).namelen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3505:19
[INFO] [stdout]      |
[INFO] [stdout] 3505 |         unsafe { &(*(0 as *const xcb_auth_info_t)).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/system/linux/xproto.rs:3515:19
[INFO] [stdout]      |
[INFO] [stdout] 3515 |         unsafe { &(*(0 as *const xcb_auth_info_t)).datalen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3525:19
[INFO] [stdout]      |
[INFO] [stdout] 3525 |         unsafe { &(*(0 as *const xcb_auth_info_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/system/linux/xproto.rs:3760:19
[INFO] [stdout]      |
[INFO] [stdout] 3760 |         unsafe { &(*(0 as *const xcb_query_extension_reply_t)).response_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/system/linux/xproto.rs:3770:19
[INFO] [stdout]      |
[INFO] [stdout] 3770 |         unsafe { &(*(0 as *const xcb_query_extension_reply_t)).pad0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3780:19
[INFO] [stdout]      |
[INFO] [stdout] 3780 |         unsafe { &(*(0 as *const xcb_query_extension_reply_t)).sequence as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3790:19
[INFO] [stdout]      |
[INFO] [stdout] 3790 |         unsafe { &(*(0 as *const xcb_query_extension_reply_t)).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/system/linux/xproto.rs:3800:19
[INFO] [stdout]      |
[INFO] [stdout] 3800 |         unsafe { &(*(0 as *const xcb_query_extension_reply_t)).present as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3810:19
[INFO] [stdout]      |
[INFO] [stdout] 3810 |         unsafe { &(*(0 as *const xcb_query_extension_reply_t)).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/system/linux/xproto.rs:3820:19
[INFO] [stdout]      |
[INFO] [stdout] 3820 |         unsafe { &(*(0 as *const xcb_query_extension_reply_t)).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/system/linux/xproto.rs:3830:19
[INFO] [stdout]      |
[INFO] [stdout] 3830 |         unsafe { &(*(0 as *const xcb_query_extension_reply_t)).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/system/linux/xproto.rs:3918:19
[INFO] [stdout]      |
[INFO] [stdout] 3918 |         unsafe { &(*(0 as *const xcb_setup_t)).status as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3928:19
[INFO] [stdout]      |
[INFO] [stdout] 3928 |         unsafe { &(*(0 as *const xcb_setup_t)).pad0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3938:19
[INFO] [stdout]      |
[INFO] [stdout] 3938 |         unsafe { &(*(0 as *const xcb_setup_t)).protocol_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/system/linux/xproto.rs:3948:19
[INFO] [stdout]      |
[INFO] [stdout] 3948 |         unsafe { &(*(0 as *const xcb_setup_t)).protocol_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/system/linux/xproto.rs:3958:19
[INFO] [stdout]      |
[INFO] [stdout] 3958 |         unsafe { &(*(0 as *const xcb_setup_t)).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/system/linux/xproto.rs:3968:19
[INFO] [stdout]      |
[INFO] [stdout] 3968 |         unsafe { &(*(0 as *const xcb_setup_t)).release_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/system/linux/xproto.rs:3978:19
[INFO] [stdout]      |
[INFO] [stdout] 3978 |         unsafe { &(*(0 as *const xcb_setup_t)).resource_id_base as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:3988:19
[INFO] [stdout]      |
[INFO] [stdout] 3988 |         unsafe { &(*(0 as *const xcb_setup_t)).resource_id_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/system/linux/xproto.rs:3998:19
[INFO] [stdout]      |
[INFO] [stdout] 3998 |         unsafe { &(*(0 as *const xcb_setup_t)).motion_buffer_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/system/linux/xproto.rs:4008:19
[INFO] [stdout]      |
[INFO] [stdout] 4008 |         unsafe { &(*(0 as *const xcb_setup_t)).vendor_len as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4018:19
[INFO] [stdout]      |
[INFO] [stdout] 4018 |         unsafe { &(*(0 as *const xcb_setup_t)).maximum_request_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/system/linux/xproto.rs:4028:19
[INFO] [stdout]      |
[INFO] [stdout] 4028 |         unsafe { &(*(0 as *const xcb_setup_t)).roots_len as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4038:19
[INFO] [stdout]      |
[INFO] [stdout] 4038 |         unsafe { &(*(0 as *const xcb_setup_t)).pixmap_formats_len as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4048:19
[INFO] [stdout]      |
[INFO] [stdout] 4048 |         unsafe { &(*(0 as *const xcb_setup_t)).image_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/system/linux/xproto.rs:4058:19
[INFO] [stdout]      |
[INFO] [stdout] 4058 |         unsafe { &(*(0 as *const xcb_setup_t)).bitmap_format_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/system/linux/xproto.rs:4068:19
[INFO] [stdout]      |
[INFO] [stdout] 4068 |         unsafe { &(*(0 as *const xcb_setup_t)).bitmap_format_scanline_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/system/linux/xproto.rs:4078:19
[INFO] [stdout]      |
[INFO] [stdout] 4078 |         unsafe { &(*(0 as *const xcb_setup_t)).bitmap_format_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/system/linux/xproto.rs:4088:19
[INFO] [stdout]      |
[INFO] [stdout] 4088 |         unsafe { &(*(0 as *const xcb_setup_t)).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/system/linux/xproto.rs:4098:19
[INFO] [stdout]      |
[INFO] [stdout] 4098 |         unsafe { &(*(0 as *const xcb_setup_t)).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/system/linux/xproto.rs:4108:19
[INFO] [stdout]      |
[INFO] [stdout] 4108 |         unsafe { &(*(0 as *const xcb_setup_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/system/linux/xproto.rs:4311:19
[INFO] [stdout]      |
[INFO] [stdout] 4311 |         unsafe { &(*(0 as *const xcb_char2b_t)).byte1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4321:19
[INFO] [stdout]      |
[INFO] [stdout] 4321 |         unsafe { &(*(0 as *const xcb_char2b_t)).byte2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4356:19
[INFO] [stdout]      |
[INFO] [stdout] 4356 |         unsafe { &(*(0 as *const xcb_char2b_iterator_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/system/linux/xproto.rs:4366:19
[INFO] [stdout]      |
[INFO] [stdout] 4366 |         unsafe { &(*(0 as *const xcb_char2b_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4376:19
[INFO] [stdout]      |
[INFO] [stdout] 4376 |         unsafe { &(*(0 as *const xcb_char2b_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4412:19
[INFO] [stdout]      |
[INFO] [stdout] 4412 |         unsafe { &(*(0 as *const xcb_window_iterator_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/system/linux/xproto.rs:4422:19
[INFO] [stdout]      |
[INFO] [stdout] 4422 |         unsafe { &(*(0 as *const xcb_window_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4432:19
[INFO] [stdout]      |
[INFO] [stdout] 4432 |         unsafe { &(*(0 as *const xcb_window_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4468:19
[INFO] [stdout]      |
[INFO] [stdout] 4468 |         unsafe { &(*(0 as *const xcb_pixmap_iterator_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/system/linux/xproto.rs:4478:19
[INFO] [stdout]      |
[INFO] [stdout] 4478 |         unsafe { &(*(0 as *const xcb_pixmap_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4488:19
[INFO] [stdout]      |
[INFO] [stdout] 4488 |         unsafe { &(*(0 as *const xcb_pixmap_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4524:19
[INFO] [stdout]      |
[INFO] [stdout] 4524 |         unsafe { &(*(0 as *const xcb_cursor_iterator_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/system/linux/xproto.rs:4534:19
[INFO] [stdout]      |
[INFO] [stdout] 4534 |         unsafe { &(*(0 as *const xcb_cursor_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4544:19
[INFO] [stdout]      |
[INFO] [stdout] 4544 |         unsafe { &(*(0 as *const xcb_cursor_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4580:19
[INFO] [stdout]      |
[INFO] [stdout] 4580 |         unsafe { &(*(0 as *const xcb_font_iterator_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/system/linux/xproto.rs:4590:19
[INFO] [stdout]      |
[INFO] [stdout] 4590 |         unsafe { &(*(0 as *const xcb_font_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4600:19
[INFO] [stdout]      |
[INFO] [stdout] 4600 |         unsafe { &(*(0 as *const xcb_font_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4636:19
[INFO] [stdout]      |
[INFO] [stdout] 4636 |         unsafe { &(*(0 as *const xcb_gcontext_iterator_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/system/linux/xproto.rs:4646:19
[INFO] [stdout]      |
[INFO] [stdout] 4646 |         unsafe { &(*(0 as *const xcb_gcontext_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4656:19
[INFO] [stdout]      |
[INFO] [stdout] 4656 |         unsafe { &(*(0 as *const xcb_gcontext_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4692:19
[INFO] [stdout]      |
[INFO] [stdout] 4692 |         unsafe { &(*(0 as *const xcb_colormap_iterator_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/system/linux/xproto.rs:4702:19
[INFO] [stdout]      |
[INFO] [stdout] 4702 |         unsafe { &(*(0 as *const xcb_colormap_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4712:19
[INFO] [stdout]      |
[INFO] [stdout] 4712 |         unsafe { &(*(0 as *const xcb_colormap_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4748:19
[INFO] [stdout]      |
[INFO] [stdout] 4748 |         unsafe { &(*(0 as *const xcb_atom_iterator_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/system/linux/xproto.rs:4758:19
[INFO] [stdout]      |
[INFO] [stdout] 4758 |         unsafe { &(*(0 as *const xcb_atom_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4768:19
[INFO] [stdout]      |
[INFO] [stdout] 4768 |         unsafe { &(*(0 as *const xcb_atom_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4804:19
[INFO] [stdout]      |
[INFO] [stdout] 4804 |         unsafe { &(*(0 as *const xcb_drawable_iterator_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/system/linux/xproto.rs:4814:19
[INFO] [stdout]      |
[INFO] [stdout] 4814 |         unsafe { &(*(0 as *const xcb_drawable_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4824:19
[INFO] [stdout]      |
[INFO] [stdout] 4824 |         unsafe { &(*(0 as *const xcb_drawable_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4860:19
[INFO] [stdout]      |
[INFO] [stdout] 4860 |         unsafe { &(*(0 as *const xcb_fontable_iterator_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/system/linux/xproto.rs:4870:19
[INFO] [stdout]      |
[INFO] [stdout] 4870 |         unsafe { &(*(0 as *const xcb_fontable_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4880:19
[INFO] [stdout]      |
[INFO] [stdout] 4880 |         unsafe { &(*(0 as *const xcb_fontable_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4916:19
[INFO] [stdout]      |
[INFO] [stdout] 4916 |         unsafe { &(*(0 as *const xcb_visualid_iterator_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/system/linux/xproto.rs:4926:19
[INFO] [stdout]      |
[INFO] [stdout] 4926 |         unsafe { &(*(0 as *const xcb_visualid_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4936:19
[INFO] [stdout]      |
[INFO] [stdout] 4936 |         unsafe { &(*(0 as *const xcb_visualid_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4972:19
[INFO] [stdout]      |
[INFO] [stdout] 4972 |         unsafe { &(*(0 as *const xcb_timestamp_iterator_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/system/linux/xproto.rs:4982:19
[INFO] [stdout]      |
[INFO] [stdout] 4982 |         unsafe { &(*(0 as *const xcb_timestamp_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:4992:19
[INFO] [stdout]      |
[INFO] [stdout] 4992 |         unsafe { &(*(0 as *const xcb_timestamp_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5028:19
[INFO] [stdout]      |
[INFO] [stdout] 5028 |         unsafe { &(*(0 as *const xcb_keysym_iterator_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/system/linux/xproto.rs:5038:19
[INFO] [stdout]      |
[INFO] [stdout] 5038 |         unsafe { &(*(0 as *const xcb_keysym_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5048:19
[INFO] [stdout]      |
[INFO] [stdout] 5048 |         unsafe { &(*(0 as *const xcb_keysym_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5084:19
[INFO] [stdout]      |
[INFO] [stdout] 5084 |         unsafe { &(*(0 as *const xcb_keycode_iterator_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/system/linux/xproto.rs:5094:19
[INFO] [stdout]      |
[INFO] [stdout] 5094 |         unsafe { &(*(0 as *const xcb_keycode_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5104:19
[INFO] [stdout]      |
[INFO] [stdout] 5104 |         unsafe { &(*(0 as *const xcb_keycode_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5140:19
[INFO] [stdout]      |
[INFO] [stdout] 5140 |         unsafe { &(*(0 as *const xcb_button_iterator_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/system/linux/xproto.rs:5150:19
[INFO] [stdout]      |
[INFO] [stdout] 5150 |         unsafe { &(*(0 as *const xcb_button_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5160:19
[INFO] [stdout]      |
[INFO] [stdout] 5160 |         unsafe { &(*(0 as *const xcb_button_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5194:19
[INFO] [stdout]      |
[INFO] [stdout] 5194 |         unsafe { &(*(0 as *const xcb_point_t)).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/system/linux/xproto.rs:5204:19
[INFO] [stdout]      |
[INFO] [stdout] 5204 |         unsafe { &(*(0 as *const xcb_point_t)).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/system/linux/xproto.rs:5239:19
[INFO] [stdout]      |
[INFO] [stdout] 5239 |         unsafe { &(*(0 as *const xcb_point_iterator_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/system/linux/xproto.rs:5249:19
[INFO] [stdout]      |
[INFO] [stdout] 5249 |         unsafe { &(*(0 as *const xcb_point_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5259:19
[INFO] [stdout]      |
[INFO] [stdout] 5259 |         unsafe { &(*(0 as *const xcb_point_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5295:19
[INFO] [stdout]      |
[INFO] [stdout] 5295 |         unsafe { &(*(0 as *const xcb_rectangle_t)).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/system/linux/xproto.rs:5305:19
[INFO] [stdout]      |
[INFO] [stdout] 5305 |         unsafe { &(*(0 as *const xcb_rectangle_t)).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/system/linux/xproto.rs:5315:19
[INFO] [stdout]      |
[INFO] [stdout] 5315 |         unsafe { &(*(0 as *const xcb_rectangle_t)).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/system/linux/xproto.rs:5325:19
[INFO] [stdout]      |
[INFO] [stdout] 5325 |         unsafe { &(*(0 as *const xcb_rectangle_t)).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/system/linux/xproto.rs:5360:19
[INFO] [stdout]      |
[INFO] [stdout] 5360 |         unsafe { &(*(0 as *const xcb_rectangle_iterator_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/system/linux/xproto.rs:5370:19
[INFO] [stdout]      |
[INFO] [stdout] 5370 |         unsafe { &(*(0 as *const xcb_rectangle_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5380:19
[INFO] [stdout]      |
[INFO] [stdout] 5380 |         unsafe { &(*(0 as *const xcb_rectangle_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5418:19
[INFO] [stdout]      |
[INFO] [stdout] 5418 |         unsafe { &(*(0 as *const xcb_arc_t)).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/system/linux/xproto.rs:5428:19
[INFO] [stdout]      |
[INFO] [stdout] 5428 |         unsafe { &(*(0 as *const xcb_arc_t)).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/system/linux/xproto.rs:5438:19
[INFO] [stdout]      |
[INFO] [stdout] 5438 |         unsafe { &(*(0 as *const xcb_arc_t)).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/system/linux/xproto.rs:5448:19
[INFO] [stdout]      |
[INFO] [stdout] 5448 |         unsafe { &(*(0 as *const xcb_arc_t)).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/system/linux/xproto.rs:5458:19
[INFO] [stdout]      |
[INFO] [stdout] 5458 |         unsafe { &(*(0 as *const xcb_arc_t)).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/system/linux/xproto.rs:5468:19
[INFO] [stdout]      |
[INFO] [stdout] 5468 |         unsafe { &(*(0 as *const xcb_arc_t)).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/system/linux/xproto.rs:5503:19
[INFO] [stdout]      |
[INFO] [stdout] 5503 |         unsafe { &(*(0 as *const xcb_arc_iterator_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/system/linux/xproto.rs:5513:19
[INFO] [stdout]      |
[INFO] [stdout] 5513 |         unsafe { &(*(0 as *const xcb_arc_iterator_t)).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5523:19
[INFO] [stdout]      |
[INFO] [stdout] 5523 |         unsafe { &(*(0 as *const xcb_arc_iterator_t)).index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/system/linux/xproto.rs:5559:19
[WARN] too many lines in the log, truncating it
