[INFO] fetching crate khronos-egl 6.0.0... [INFO] testing khronos-egl-6.0.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate khronos-egl 6.0.0 into /workspace/builds/worker-2-tc1/source [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] validating manifest of crates.io crate khronos-egl 6.0.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d72748341e51cbe957e445243ee5c1c310674362300ead5f268621f8ed09cc3c [INFO] running `Command { std: "docker" "start" "-a" "d72748341e51cbe957e445243ee5c1c310674362300ead5f268621f8ed09cc3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d72748341e51cbe957e445243ee5c1c310674362300ead5f268621f8ed09cc3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d72748341e51cbe957e445243ee5c1c310674362300ead5f268621f8ed09cc3c", kill_on_drop: false }` [INFO] [stdout] d72748341e51cbe957e445243ee5c1c310674362300ead5f268621f8ed09cc3c [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f642c281d20798378fe33105bb6440d496348f1d17dd7d11762da16a835d7fe [INFO] running `Command { std: "docker" "start" "-a" "2f642c281d20798378fe33105bb6440d496348f1d17dd7d11762da16a835d7fe", 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: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s [INFO] running `Command { std: "docker" "inspect" "2f642c281d20798378fe33105bb6440d496348f1d17dd7d11762da16a835d7fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f642c281d20798378fe33105bb6440d496348f1d17dd7d11762da16a835d7fe", kill_on_drop: false }` [INFO] [stdout] 2f642c281d20798378fe33105bb6440d496348f1d17dd7d11762da16a835d7fe [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 998918c6ade89b35fa72b65c246e51dd7004a8766f8916ce1c48ac9aacc6870e [INFO] running `Command { std: "docker" "start" "-a" "998918c6ade89b35fa72b65c246e51dd7004a8766f8916ce1c48ac9aacc6870e", kill_on_drop: false }` [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling once_cell v1.6.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling wayland-sys v0.28.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling gl_generator v0.14.0 [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: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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] [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: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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 [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stdout] = note: see 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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 14.98s [INFO] running `Command { std: "docker" "inspect" "998918c6ade89b35fa72b65c246e51dd7004a8766f8916ce1c48ac9aacc6870e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "998918c6ade89b35fa72b65c246e51dd7004a8766f8916ce1c48ac9aacc6870e", kill_on_drop: false }` [INFO] [stdout] 998918c6ade89b35fa72b65c246e51dd7004a8766f8916ce1c48ac9aacc6870e [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e916cad0da1cf42e1c068cfd270c8f3717fddc3676e718419d5522aaa3f58b3d [INFO] running `Command { std: "docker" "start" "-a" "e916cad0da1cf42e1c068cfd270c8f3717fddc3676e718419d5522aaa3f58b3d", 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: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stderr] = note: see 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 [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stderr] = note: see 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 [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stderr] = note: see 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 [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stderr] = note: see 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 [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stderr] = note: see 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 [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(android)");` to the top of the `build.rs` [INFO] [stderr] = note: see 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.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/khronos_egl-d5801f0eeff22767) [INFO] [stderr] Doc-tests khronos_egl [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] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - (line 71) ... FAILED [INFO] [stdout] test src/lib.rs - (line 97) ... FAILED [INFO] [stdout] test src/lib.rs - egl1_0::Instance::choose_first_config (line 657) ... FAILED [INFO] [stdout] test src/lib.rs - (line 88) ... FAILED [INFO] [stdout] test src/lib.rs - egl1_0::Instance::get_configs (line 926) ... FAILED [INFO] [stdout] test src/lib.rs - egl1_0::Instance::get_config_count (line 889) ... FAILED [INFO] [stdout] test src/lib.rs - (line 22) ... FAILED [INFO] [stdout] test src/lib.rs - egl1_0::Instance::choose_config (line 596) ... 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] 2652 | | } [INFO] [stdout] | |_^ 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 - (line 97) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `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 unresolved module or unlinked crate `libloading` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libloading`, use `cargo add libloading` to add it to your `Cargo.toml` [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::::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] 2652 | | } [INFO] [stdout] | |_^ 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::::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] 2499 | / api! { [INFO] [stdout] 2500 | | EGL1_0 : "1_0" { [INFO] [stdout] 2501 | | fn eglChooseConfig( [INFO] [stdout] 2502 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2611 | | EGL1_4 : "1_4" { [INFO] [stdout] | | ^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 2652 | | } [INFO] [stdout] | |_- the item is gated behind the `dynamic` feature [INFO] [stdout] help: consider importing one of these traits [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::::load_required_from(lib) }.expect("unable to load libEGL.so.1"); [INFO] [stdout] 5 + let egl = unsafe { egl::DynamicInstance::::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::() { [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] 2499 | / api! { [INFO] [stdout] 2500 | | EGL1_0 : "1_0" { [INFO] [stdout] 2501 | | fn eglChooseConfig( [INFO] [stdout] 2502 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2615 | | EGL1_5 : "1_5" { [INFO] [stdout] | | ^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 2652 | | } [INFO] [stdout] | |_- the item is gated behind the `dynamic` feature [INFO] [stdout] help: consider importing one of these traits [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::() { [INFO] [stdout] 6 + match egl.upcast::() { [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] ---- src/lib.rs - egl1_0::Instance::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] 2652 | | } [INFO] [stdout] | |_^ 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 this function [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 unresolved module or unlinked crate `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 unresolved module or unlinked crate `libloading` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libloading`, use `cargo add libloading` to add it to your `Cargo.toml` [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::::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] 2652 | | } [INFO] [stdout] | |_^ 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::::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] 2499 | / api! { [INFO] [stdout] 2500 | | EGL1_0 : "1_0" { [INFO] [stdout] 2501 | | fn eglChooseConfig( [INFO] [stdout] 2502 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2611 | | EGL1_4 : "1_4" { [INFO] [stdout] | | ^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 2652 | | } [INFO] [stdout] | |_- the item is gated behind the `dynamic` feature [INFO] [stdout] help: consider importing one of these traits [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::::load_required_from(lib) }.expect("unable to load libEGL.so.1"); [INFO] [stdout] 5 + let egl = unsafe { egl::DynamicInstance::::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 - egl1_0::Instance::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] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] 2500 | | EGL1_0 : "1_0" { [INFO] [stdout] 2501 | | fn eglChooseConfig( [INFO] [stdout] 2502 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2652 | | } [INFO] [stdout] | |_^ 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 this function [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::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] 2652 | | } [INFO] [stdout] | |_^ 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 this function [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:27:37 [INFO] [stdout] | [INFO] [stdout] 6 | 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] 2652 | | } [INFO] [stdout] | |_^ 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 this function [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] 6 - let egl = egl::Instance::new(egl::Static); [INFO] [stdout] 6 + 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::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] 2652 | | } [INFO] [stdout] | |_^ 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 this function [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] [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::choose_config (line 596) [INFO] [stdout] src/lib.rs - egl1_0::Instance::choose_first_config (line 657) [INFO] [stdout] src/lib.rs - egl1_0::Instance::get_config_count (line 889) [INFO] [stdout] src/lib.rs - egl1_0::Instance::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.61s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e916cad0da1cf42e1c068cfd270c8f3717fddc3676e718419d5522aaa3f58b3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e916cad0da1cf42e1c068cfd270c8f3717fddc3676e718419d5522aaa3f58b3d", kill_on_drop: false }` [INFO] [stdout] e916cad0da1cf42e1c068cfd270c8f3717fddc3676e718419d5522aaa3f58b3d