[INFO] fetching crate khronos-egl 6.0.0...
[INFO] testing khronos-egl-6.0.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate khronos-egl 6.0.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate khronos-egl 6.0.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate khronos-egl 6.0.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate khronos-egl 6.0.0
[INFO] tweaked toml for crates.io crate khronos-egl 6.0.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate khronos-egl 6.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wayland-egl v0.28.3
[INFO] [stderr]   Downloaded once_cell v1.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d22094aa8dae0df3510bc7150e5214ca11c8b1163af6a60853d8a0009dd194b5
[INFO] running `Command { std: "docker" "start" "-a" "d22094aa8dae0df3510bc7150e5214ca11c8b1163af6a60853d8a0009dd194b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d22094aa8dae0df3510bc7150e5214ca11c8b1163af6a60853d8a0009dd194b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d22094aa8dae0df3510bc7150e5214ca11c8b1163af6a60853d8a0009dd194b5", kill_on_drop: false }`
[INFO] [stdout] d22094aa8dae0df3510bc7150e5214ca11c8b1163af6a60853d8a0009dd194b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2b163b5618ec2e87b9fd1588722a421237ae05b690d2a44a4d0c3612cce315b
[INFO] running `Command { std: "docker" "start" "-a" "a2b163b5618ec2e87b9fd1588722a421237ae05b690d2a44a4d0c3612cce315b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling khronos-egl v6.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:318:12
[INFO] [stdout]     |
[INFO] [stdout] 318 |     #[cfg(not(android))]
[INFO] [stdout]     |               ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:321:12
[INFO] [stdout]     |
[INFO] [stdout] 321 |     #[cfg(not(android))]
[INFO] [stdout]     |               ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:325:8
[INFO] [stdout]     |
[INFO] [stdout] 325 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:329:8
[INFO] [stdout]     |
[INFO] [stdout] 329 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:332:8
[INFO] [stdout]     |
[INFO] [stdout] 332 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:335:8
[INFO] [stdout]     |
[INFO] [stdout] 335 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointers are not nullable, so checking them for null will always return false
[INFO] [stdout]     --> src/lib.rs:1044:9
[INFO] [stdout]      |
[INFO] [stdout] 1044 |                 if !(addr as *const ()).is_null() {
[INFO] [stdout]      |                     ^----^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      expression has type `extern "system" fn()`
[INFO] [stdout]      |
[INFO] [stdout]      = help: wrap the function pointer inside an `Option` and use `Option::is_none` to check for null pointer value
[INFO] [stdout]      = note: `#[warn(useless_ptr_null_checks)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "a2b163b5618ec2e87b9fd1588722a421237ae05b690d2a44a4d0c3612cce315b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2b163b5618ec2e87b9fd1588722a421237ae05b690d2a44a4d0c3612cce315b", kill_on_drop: false }`
[INFO] [stdout] a2b163b5618ec2e87b9fd1588722a421237ae05b690d2a44a4d0c3612cce315b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b85fe53f0db50ae426039a6673fe5409f8715ce65e87f5830d1ba2cc12b80a7
[INFO] running `Command { std: "docker" "start" "-a" "3b85fe53f0db50ae426039a6673fe5409f8715ce65e87f5830d1ba2cc12b80a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling xml-rs v0.8.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling libloading v0.6.7
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling once_cell v1.6.0
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling wayland-sys v0.28.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling dlib v0.4.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling wayland-scanner v0.28.3
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling khronos-egl v6.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:318:12
[INFO] [stdout]     |
[INFO] [stdout] 318 |     #[cfg(not(android))]
[INFO] [stdout]     |               ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:321:12
[INFO] [stdout]     |
[INFO] [stdout] 321 |     #[cfg(not(android))]
[INFO] [stdout]     |               ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:325:8
[INFO] [stdout]     |
[INFO] [stdout] 325 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:329:8
[INFO] [stdout]     |
[INFO] [stdout] 329 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:332:8
[INFO] [stdout]     |
[INFO] [stdout] 332 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:335:8
[INFO] [stdout]     |
[INFO] [stdout] 335 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointers are not nullable, so checking them for null will always return false
[INFO] [stdout]     --> src/lib.rs:1044:9
[INFO] [stdout]      |
[INFO] [stdout] 1044 |                 if !(addr as *const ()).is_null() {
[INFO] [stdout]      |                     ^----^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      expression has type `extern "system" fn()`
[INFO] [stdout]      |
[INFO] [stdout]      = help: wrap the function pointer inside an `Option` and use `Option::is_none` to check for null pointer value
[INFO] [stdout]      = note: `#[warn(useless_ptr_null_checks)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wayland-client v0.28.3
[INFO] [stderr]    Compiling wayland-protocols v0.28.3
[INFO] [stderr]    Compiling wayland-commons v0.28.3
[INFO] [stderr]    Compiling wayland-egl v0.28.3
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:318:12
[INFO] [stdout]     |
[INFO] [stdout] 318 |     #[cfg(not(android))]
[INFO] [stdout]     |               ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:321:12
[INFO] [stdout]     |
[INFO] [stdout] 321 |     #[cfg(not(android))]
[INFO] [stdout]     |               ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:325:8
[INFO] [stdout]     |
[INFO] [stdout] 325 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:329:8
[INFO] [stdout]     |
[INFO] [stdout] 329 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:332:8
[INFO] [stdout]     |
[INFO] [stdout] 332 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `android`
[INFO] [stdout]    --> src/lib.rs:335:8
[INFO] [stdout]     |
[INFO] [stdout] 335 |     #[cfg(android)]
[INFO] [stdout]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointers are not nullable, so checking them for null will always return false
[INFO] [stdout]     --> src/lib.rs:1044:9
[INFO] [stdout]      |
[INFO] [stdout] 1044 |                 if !(addr as *const ()).is_null() {
[INFO] [stdout]      |                     ^----^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      expression has type `extern "system" fn()`
[INFO] [stdout]      |
[INFO] [stdout]      = help: wrap the function pointer inside an `Option` and use `Option::is_none` to check for null pointer value
[INFO] [stdout]      = note: `#[warn(useless_ptr_null_checks)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.29s
[INFO] running `Command { std: "docker" "inspect" "3b85fe53f0db50ae426039a6673fe5409f8715ce65e87f5830d1ba2cc12b80a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b85fe53f0db50ae426039a6673fe5409f8715ce65e87f5830d1ba2cc12b80a7", kill_on_drop: false }`
[INFO] [stdout] 3b85fe53f0db50ae426039a6673fe5409f8715ce65e87f5830d1ba2cc12b80a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9051e70688b66eca19c1ec9fcc40bc84342c55e1bea62781772b1bb938d2b8f3
[INFO] running `Command { std: "docker" "start" "-a" "9051e70688b66eca19c1ec9fcc40bc84342c55e1bea62781772b1bb938d2b8f3", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `android`
[INFO] [stderr]    --> src/lib.rs:318:12
[INFO] [stderr]     |
[INFO] [stderr] 318 |     #[cfg(not(android))]
[INFO] [stderr]     |               ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `android`
[INFO] [stderr]    --> src/lib.rs:321:12
[INFO] [stderr]     |
[INFO] [stderr] 321 |     #[cfg(not(android))]
[INFO] [stderr]     |               ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `android`
[INFO] [stderr]    --> src/lib.rs:325:8
[INFO] [stderr]     |
[INFO] [stderr] 325 |     #[cfg(android)]
[INFO] [stderr]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `android`
[INFO] [stderr]    --> src/lib.rs:329:8
[INFO] [stderr]     |
[INFO] [stderr] 329 |     #[cfg(android)]
[INFO] [stderr]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `android`
[INFO] [stderr]    --> src/lib.rs:332:8
[INFO] [stderr]     |
[INFO] [stderr] 332 |     #[cfg(android)]
[INFO] [stderr]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `android`
[INFO] [stderr]    --> src/lib.rs:335:8
[INFO] [stderr]     |
[INFO] [stderr] 335 |     #[cfg(android)]
[INFO] [stderr]     |           ^^^^^^^ help: found config with similar value: `target_os = "android"`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: function pointers are not nullable, so checking them for null will always return false
[INFO] [stderr]     --> src/lib.rs:1044:9
[INFO] [stderr]      |
[INFO] [stderr] 1044 |                 if !(addr as *const ()).is_null() {
[INFO] [stderr]      |                     ^----^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |                      |
[INFO] [stderr]      |                      expression has type `extern "system" fn()`
[INFO] [stderr]      |
[INFO] [stderr]      = help: wrap the function pointer inside an `Option` and use `Option::is_none` to check for null pointer value
[INFO] [stderr]      = note: `#[warn(useless_ptr_null_checks)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `khronos-egl` (lib) generated 7 warnings
[INFO] [stderr] warning: `khronos-egl` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/khronos_egl-1aa5dee9f9908926)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests khronos_egl
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/lib.rs - (line 71) ... FAILED
[INFO] [stdout] test src/lib.rs - egl1_0::Instance<T>::choose_first_config (line 657) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 22) ... FAILED
[INFO] [stdout] test src/lib.rs - egl1_0::Instance<T>::get_config_count (line 889) ... FAILED
[INFO] [stdout] test src/lib.rs - egl1_0::Instance<T>::choose_config (line 596) ... FAILED
[INFO] [stdout] test src/lib.rs - egl1_0::Instance<T>::get_configs (line 926) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 88) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 97) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 120) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 71) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `egl::API`
[INFO] [stdout]     --> src/lib.rs:73:5
[INFO] [stdout]      |
[INFO] [stdout] 4    | use egl::API as egl;
[INFO] [stdout]      |     ^^^^^---^^^^^^^
[INFO] [stdout]      |     |    |
[INFO] [stdout]      |     |    help: a similar name exists in the module: `Api`
[INFO] [stdout]      |     no `API` in the root
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2499:1
[INFO] [stdout]      |
[INFO] [stdout] 2499 | / api! {
[INFO] [stdout] 2500 | |     EGL1_0 : "1_0" {
[INFO] [stdout] 2501 | |         fn eglChooseConfig(
[INFO] [stdout] 2502 | |             display: EGLDisplay,
[INFO] [stdout] ...    |
[INFO] [stdout] 2651 | |     }
[INFO] [stdout] 2652 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      = note: the item is gated behind the `r#static` feature
[INFO] [stdout]      = note: this error originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - egl1_0::Instance<T>::choose_first_config (line 657) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `Static` in crate `egl`
[INFO] [stdout]     --> src/lib.rs:661:35
[INFO] [stdout]      |
[INFO] [stdout] 5    | let egl = egl::Instance::new(egl::Static);
[INFO] [stdout]      |                                   ^^^^^^ not found in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2499:1
[INFO] [stdout]      |
[INFO] [stdout] 2499 | / api! {
[INFO] [stdout] 2500 | |     EGL1_0 : "1_0" {
[INFO] [stdout] 2501 | |         fn eglChooseConfig(
[INFO] [stdout] 2502 | |             display: EGLDisplay,
[INFO] [stdout] ...    |
[INFO] [stdout] 2651 | |     }
[INFO] [stdout] 2652 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      = note: the item is gated behind the `r#static` feature
[INFO] [stdout]      = note: this error originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout] 2    + use core::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] 2    + use std::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Static`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 5    - let egl = egl::Instance::new(egl::Static);
[INFO] [stdout] 5    + let egl = egl::Instance::new(Static);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 22) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `Static` in crate `egl`
[INFO] [stdout]     --> src/lib.rs:28:37
[INFO] [stdout]      |
[INFO] [stdout] 7    |   let egl = egl::Instance::new(egl::Static);
[INFO] [stdout]      |                                     ^^^^^^ not found in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2499:1
[INFO] [stdout]      |
[INFO] [stdout] 2499 | / api! {
[INFO] [stdout] 2500 | |     EGL1_0 : "1_0" {
[INFO] [stdout] 2501 | |         fn eglChooseConfig(
[INFO] [stdout] 2502 | |             display: EGLDisplay,
[INFO] [stdout] ...    |
[INFO] [stdout] 2651 | |     }
[INFO] [stdout] 2652 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      = note: the item is gated behind the `r#static` feature
[INFO] [stdout]      = note: this error originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout] 2    + use core::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] 2    + use std::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Static`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 7    -   let egl = egl::Instance::new(egl::Static);
[INFO] [stdout] 7    +   let egl = egl::Instance::new(Static);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - egl1_0::Instance<T>::get_config_count (line 889) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `Static` in crate `egl`
[INFO] [stdout]     --> src/lib.rs:893:35
[INFO] [stdout]      |
[INFO] [stdout] 5    | let egl = egl::Instance::new(egl::Static);
[INFO] [stdout]      |                                   ^^^^^^ not found in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2499:1
[INFO] [stdout]      |
[INFO] [stdout] 2499 | / api! {
[INFO] [stdout] 2500 | |     EGL1_0 : "1_0" {
[INFO] [stdout] 2501 | |         fn eglChooseConfig(
[INFO] [stdout] 2502 | |             display: EGLDisplay,
[INFO] [stdout] ...    |
[INFO] [stdout] 2651 | |     }
[INFO] [stdout] 2652 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      = note: the item is gated behind the `r#static` feature
[INFO] [stdout]      = note: this error originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout] 2    + use core::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] 2    + use std::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Static`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 5    - let egl = egl::Instance::new(egl::Static);
[INFO] [stdout] 5    + let egl = egl::Instance::new(Static);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - egl1_0::Instance<T>::choose_config (line 596) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `Static` in crate `egl`
[INFO] [stdout]     --> src/lib.rs:600:35
[INFO] [stdout]      |
[INFO] [stdout] 5    | let egl = egl::Instance::new(egl::Static);
[INFO] [stdout]      |                                   ^^^^^^ not found in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2499:1
[INFO] [stdout]      |
[INFO] [stdout] 2499 | / api! {
[INFO] [stdout] 2500 | |     EGL1_0 : "1_0" {
[INFO] [stdout] 2501 | |         fn eglChooseConfig(
[INFO] [stdout] 2502 | |             display: EGLDisplay,
[INFO] [stdout] ...    |
[INFO] [stdout] 2651 | |     }
[INFO] [stdout] 2652 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      = note: the item is gated behind the `r#static` feature
[INFO] [stdout]      = note: this error originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout] 2    + use core::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] 2    + use std::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Static`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 5    - let egl = egl::Instance::new(egl::Static);
[INFO] [stdout] 5    + let egl = egl::Instance::new(Static);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - egl1_0::Instance<T>::get_configs (line 926) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `Static` in crate `egl`
[INFO] [stdout]     --> src/lib.rs:930:35
[INFO] [stdout]      |
[INFO] [stdout] 5    | let egl = egl::Instance::new(egl::Static);
[INFO] [stdout]      |                                   ^^^^^^ not found in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2499:1
[INFO] [stdout]      |
[INFO] [stdout] 2499 | / api! {
[INFO] [stdout] 2500 | |     EGL1_0 : "1_0" {
[INFO] [stdout] 2501 | |         fn eglChooseConfig(
[INFO] [stdout] 2502 | |             display: EGLDisplay,
[INFO] [stdout] ...    |
[INFO] [stdout] 2651 | |     }
[INFO] [stdout] 2652 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      = note: the item is gated behind the `r#static` feature
[INFO] [stdout]      = note: this error originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout] 2    + use core::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] 2    + use std::intrinsics::mir::Static;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `Static`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 5    - let egl = egl::Instance::new(egl::Static);
[INFO] [stdout] 5    + let egl = egl::Instance::new(Static);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 88) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `libloading`
[INFO] [stdout]  --> src/lib.rs:90:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | let lib = unsafe { libloading::Library::new("libEGL.so.1") }.expect("unable to find libEGL.so.1");
[INFO] [stdout]   |                    ^^^^^^^^^^ use of undeclared crate or module `libloading`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DynamicInstance` in `egl`
[INFO] [stdout]     --> src/lib.rs:91:25
[INFO] [stdout]      |
[INFO] [stdout] 5    | let egl = unsafe { egl::DynamicInstance::<egl::EGL1_4>::load_required_from(lib) }.expect("unable to load libEGL.so.1");
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^ could not find `DynamicInstance` in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2499:1
[INFO] [stdout]      |
[INFO] [stdout] 2499 | / api! {
[INFO] [stdout] 2500 | |     EGL1_0 : "1_0" {
[INFO] [stdout] 2501 | |         fn eglChooseConfig(
[INFO] [stdout] 2502 | |             display: EGLDisplay,
[INFO] [stdout] ...    |
[INFO] [stdout] 2651 | |     }
[INFO] [stdout] 2652 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      = note: the item is gated behind the `dynamic` feature
[INFO] [stdout]      = note: this error originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EGL1_4` in crate `egl`
[INFO] [stdout]     --> src/lib.rs:91:48
[INFO] [stdout]      |
[INFO] [stdout] 5    | let egl = unsafe { egl::DynamicInstance::<egl::EGL1_4>::load_required_from(lib) }.expect("unable to load libEGL.so.1");
[INFO] [stdout]      |                                                ^^^^^^ not found in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2611:2
[INFO] [stdout]      |
[INFO] [stdout] 2611 |     EGL1_4 : "1_4" {
[INFO] [stdout]      |     ^^^^^^
[INFO] [stdout]      = note: the item is gated behind the `dynamic` feature
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout] 2    + use crate::egl::api::EGL1_4;
[INFO] [stdout]      |
[INFO] [stdout] 2    + use khronos_egl::api::EGL1_4;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `EGL1_4`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 5    - let egl = unsafe { egl::DynamicInstance::<egl::EGL1_4>::load_required_from(lib) }.expect("unable to load libEGL.so.1");
[INFO] [stdout] 5    + let egl = unsafe { egl::DynamicInstance::<EGL1_4>::load_required_from(lib) }.expect("unable to load libEGL.so.1");
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 97) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `libloading`
[INFO] [stdout]  --> src/lib.rs:99:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | let lib = unsafe { libloading::Library::new("libEGL.so.1") }.expect("unable to find libEGL.so.1");
[INFO] [stdout]   |                    ^^^^^^^^^^ use of undeclared crate or module `libloading`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DynamicInstance` in `egl`
[INFO] [stdout]     --> src/lib.rs:100:25
[INFO] [stdout]      |
[INFO] [stdout] 5    | let egl = unsafe { egl::DynamicInstance::<egl::EGL1_4>::load_required_from(lib) }.expect("unable to load libEGL.so.1");
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^ could not find `DynamicInstance` in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2499:1
[INFO] [stdout]      |
[INFO] [stdout] 2499 | / api! {
[INFO] [stdout] 2500 | |     EGL1_0 : "1_0" {
[INFO] [stdout] 2501 | |         fn eglChooseConfig(
[INFO] [stdout] 2502 | |             display: EGLDisplay,
[INFO] [stdout] ...    |
[INFO] [stdout] 2651 | |     }
[INFO] [stdout] 2652 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      = note: the item is gated behind the `dynamic` feature
[INFO] [stdout]      = note: this error originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EGL1_4` in crate `egl`
[INFO] [stdout]     --> src/lib.rs:100:48
[INFO] [stdout]      |
[INFO] [stdout] 5    | let egl = unsafe { egl::DynamicInstance::<egl::EGL1_4>::load_required_from(lib) }.expect("unable to load libEGL.so.1");
[INFO] [stdout]      |                                                ^^^^^^ not found in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2611:2
[INFO] [stdout]      |
[INFO] [stdout] 2611 |     EGL1_4 : "1_4" {
[INFO] [stdout]      |     ^^^^^^
[INFO] [stdout]      = note: the item is gated behind the `dynamic` feature
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout] 2    + use crate::egl::api::EGL1_4;
[INFO] [stdout]      |
[INFO] [stdout] 2    + use khronos_egl::api::EGL1_4;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `EGL1_4`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 5    - let egl = unsafe { egl::DynamicInstance::<egl::EGL1_4>::load_required_from(lib) }.expect("unable to load libEGL.so.1");
[INFO] [stdout] 5    + let egl = unsafe { egl::DynamicInstance::<EGL1_4>::load_required_from(lib) }.expect("unable to load libEGL.so.1");
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EGL1_5` in crate `egl`
[INFO] [stdout]     --> src/lib.rs:101:25
[INFO] [stdout]      |
[INFO] [stdout] 6    | match egl.upcast::<egl::EGL1_5>() {
[INFO] [stdout]      |                         ^^^^^^ not found in `egl`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:2615:2
[INFO] [stdout]      |
[INFO] [stdout] 2615 |     EGL1_5 : "1_5" {
[INFO] [stdout]      |     ^^^^^^
[INFO] [stdout]      = note: the item is gated behind the `dynamic` feature
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout] 2    + use crate::egl::api::EGL1_5;
[INFO] [stdout]      |
[INFO] [stdout] 2    + use khronos_egl::api::EGL1_5;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `EGL1_5`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 6    - match egl.upcast::<egl::EGL1_5>() {
[INFO] [stdout] 6    + match egl.upcast::<EGL1_5>() {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 22)
[INFO] [stdout]     src/lib.rs - (line 71)
[INFO] [stdout]     src/lib.rs - (line 88)
[INFO] [stdout]     src/lib.rs - (line 97)
[INFO] [stdout]     src/lib.rs - egl1_0::Instance<T>::choose_config (line 596)
[INFO] [stdout]     src/lib.rs - egl1_0::Instance<T>::choose_first_config (line 657)
[INFO] [stdout]     src/lib.rs - egl1_0::Instance<T>::get_config_count (line 889)
[INFO] [stdout]     src/lib.rs - egl1_0::Instance<T>::get_configs (line 926)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9051e70688b66eca19c1ec9fcc40bc84342c55e1bea62781772b1bb938d2b8f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9051e70688b66eca19c1ec9fcc40bc84342c55e1bea62781772b1bb938d2b8f3", kill_on_drop: false }`
[INFO] [stdout] 9051e70688b66eca19c1ec9fcc40bc84342c55e1bea62781772b1bb938d2b8f3
