[INFO] fetching crate khronos-egl 4.1.0... [INFO] documenting khronos-egl-4.1.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate khronos-egl 4.1.0 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate khronos-egl 4.1.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate khronos-egl 4.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate khronos-egl 4.1.0 [INFO] tweaked toml for crates.io crate khronos-egl 4.1.0 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate khronos-egl 4.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libloading v0.7.0 [INFO] [stderr] Downloaded wayland-sys v0.28.3 [INFO] [stderr] Downloaded nix v0.18.0 [INFO] [stderr] Downloaded wayland-client v0.28.3 [INFO] [stderr] Downloaded wayland-egl v0.28.3 [INFO] [stderr] Downloaded once_cell v1.6.0 [INFO] [stderr] Downloaded wayland-commons v0.28.3 [INFO] [stderr] Downloaded wayland-scanner v0.28.3 [INFO] [stderr] Downloaded wayland-protocols v0.28.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4616a50676e627419717ea607170e022cd12c0b9aca6f4f05c4695f0976c3120 [INFO] running `Command { std: "docker" "start" "-a" "4616a50676e627419717ea607170e022cd12c0b9aca6f4f05c4695f0976c3120", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4616a50676e627419717ea607170e022cd12c0b9aca6f4f05c4695f0976c3120", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4616a50676e627419717ea607170e022cd12c0b9aca6f4f05c4695f0976c3120", kill_on_drop: false }` [INFO] [stdout] 4616a50676e627419717ea607170e022cd12c0b9aca6f4f05c4695f0976c3120 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bea831e5d3102bea8f55ecfbfd6f0fc4dc8057a30a384f93140c428fd6f9ac6 [INFO] running `Command { std: "docker" "start" "-a" "3bea831e5d3102bea8f55ecfbfd6f0fc4dc8057a30a384f93140c428fd6f9ac6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling khronos-egl v4.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting khronos-egl v4.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.33s [INFO] running `Command { std: "docker" "inspect" "3bea831e5d3102bea8f55ecfbfd6f0fc4dc8057a30a384f93140c428fd6f9ac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bea831e5d3102bea8f55ecfbfd6f0fc4dc8057a30a384f93140c428fd6f9ac6", kill_on_drop: false }` [INFO] [stdout] 3bea831e5d3102bea8f55ecfbfd6f0fc4dc8057a30a384f93140c428fd6f9ac6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 75ec2dffccae372b19d89f7a7543c2dbb95c49b40a8602927bf214d34420e997 [INFO] running `Command { std: "docker" "start" "-a" "75ec2dffccae372b19d89f7a7543c2dbb95c49b40a8602927bf214d34420e997", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling khronos-egl v4.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting khronos-egl v4.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Static` [INFO] [stdout] --> src/lib.rs:1893:12 [INFO] [stdout] | [INFO] [stdout] 1893 | /// - [`Static`] which is available with the `static` feature enabled, [INFO] [stdout] | ^^^^^^ no item named `Static` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Dynamic` [INFO] [stdout] --> src/lib.rs:1895:12 [INFO] [stdout] | [INFO] [stdout] 1895 | /// - [`Dynamic`] which is available with the `dynamic` feature enabled, [INFO] [stdout] | ^^^^^^^ no item named `Dynamic` in scope [INFO] [stdout] ... [INFO] [stdout] 2210 | / api! { [INFO] [stdout] 2211 | | EGL1_0 : "1_0" { [INFO] [stdout] 2212 | | fn eglChooseConfig( [INFO] [stdout] 2213 | | display: EGLDisplay, [INFO] [stdout] ... | [INFO] [stdout] 2362 | | } [INFO] [stdout] 2363 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `api` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.10s [INFO] running `Command { std: "docker" "inspect" "75ec2dffccae372b19d89f7a7543c2dbb95c49b40a8602927bf214d34420e997", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75ec2dffccae372b19d89f7a7543c2dbb95c49b40a8602927bf214d34420e997", kill_on_drop: false }` [INFO] [stdout] 75ec2dffccae372b19d89f7a7543c2dbb95c49b40a8602927bf214d34420e997