[INFO] fetching crate sdl2-sys 0.35.2... [INFO] documenting sdl2-sys-0.35.2 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate sdl2-sys 0.35.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate sdl2-sys 0.35.2 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 sdl2-sys 0.35.2 [INFO] finished tweaking crates.io crate sdl2-sys 0.35.2 [INFO] tweaked toml for crates.io crate sdl2-sys 0.35.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate sdl2-sys 0.35.2 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] Downloading crates ... [INFO] [stderr] Downloaded quick-error v1.2.2 [INFO] [stderr] Downloaded ansi_term v0.9.0 [INFO] [stderr] Downloaded vec_map v0.8.0 [INFO] [stderr] Downloaded libloading v0.5.0 [INFO] [stderr] Downloaded bitflags v1.0.4 [INFO] [stderr] Downloaded strsim v0.6.0 [INFO] [stderr] Downloaded cfg-if v0.1.2 [INFO] [stderr] Downloaded clang-sys v0.29.2 [INFO] [stderr] Downloaded cc v1.0.3 [INFO] [stderr] Downloaded unicode-width v0.1.4 [INFO] [stderr] Downloaded wincolor v1.0.1 [INFO] [stderr] Downloaded textwrap v0.9.0 [INFO] [stderr] Downloaded termcolor v1.0.4 [INFO] [stderr] Downloaded miniz-sys v0.1.10 [INFO] [stderr] Downloaded bindgen v0.53.2 [INFO] [stderr] Downloaded pkg-config v0.3.11 [INFO] [stderr] Downloaded clap v2.27.1 [INFO] [stderr] Downloaded regex v1.3.5 [INFO] [stderr] Downloaded cmake v0.1.26 [INFO] [stderr] Downloaded lazy_static v1.0.1 [INFO] [stderr] Downloaded redox_syscall v0.1.31 [INFO] [stderr] Downloaded winapi-util v0.1.1 [INFO] [stderr] Downloaded flate2 v1.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] be39c96e05ea4ae089f560a3e9520d788a123d44327065be75b43350681ffefc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "be39c96e05ea4ae089f560a3e9520d788a123d44327065be75b43350681ffefc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be39c96e05ea4ae089f560a3e9520d788a123d44327065be75b43350681ffefc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be39c96e05ea4ae089f560a3e9520d788a123d44327065be75b43350681ffefc", kill_on_drop: false }` [INFO] [stdout] be39c96e05ea4ae089f560a3e9520d788a123d44327065be75b43350681ffefc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 3fb522b8342ce60a44d5ffe703a664227b8bd477e409f77b39f60d27b5d89ee6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3fb522b8342ce60a44d5ffe703a664227b8bd477e409f77b39f60d27b5d89ee6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling sdl2-sys v0.35.2 (/opt/rustwide/workdir) [INFO] [stderr] Documenting sdl2-sys v0.35.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `RGB` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:6971:5 [INFO] [stdout] | [INFO] [stdout] 6971 | / #[doc = " Allocate and free an RGB surface."] [INFO] [stdout] 6972 | | #[doc = ""] [INFO] [stdout] 6973 | | #[doc = " If the depth is 4 or 8 bits, an empty palette is allocated for the surface."] [INFO] [stdout] 6974 | | #[doc = " If the depth is greater than 8 bits, the pixel format is set using the"] [INFO] [stdout] ... | [INFO] [stdout] 6985 | | #[doc = " \\param Bmask The blue mask of the surface to create."] [INFO] [stdout] 6986 | | #[doc = " \\param Amask The alpha mask of the surface to create."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] flags '[RGB]mask'. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `RGB` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SDL_SCANCODE_RETURN` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:9310:5 [INFO] [stdout] | [INFO] [stdout] 9310 | / #[doc = " \\brief Get a snapshot of the current state of the keyboard."] [INFO] [stdout] 9311 | | #[doc = ""] [INFO] [stdout] 9312 | | #[doc = " \\param numkeys if non-NULL, receives the length of the returned array."] [INFO] [stdout] 9313 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 9321 | | #[doc = " }"] [INFO] [stdout] 9322 | | #[doc = " \\endcode"] [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] if ( state[SDL_SCANCODE_RETURN] ) { [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `SDL_SCANCODE_RETURN` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30627:5 [INFO] [stdout] | [INFO] [stdout] 30627 | / #[doc = " \\brief Dynamically load a Vulkan loader library."] [INFO] [stdout] 30628 | | #[doc = ""] [INFO] [stdout] 30629 | | #[doc = " \\param [in] path The platform dependent Vulkan loader library name, or"] [INFO] [stdout] 30630 | | #[doc = " \\c NULL."] [INFO] [stdout] ... | [INFO] [stdout] 30671 | | #[doc = " \\sa SDL_Vulkan_GetVkGetInstanceProcAddr()"] [INFO] [stdout] 30672 | | #[doc = " \\sa SDL_Vulkan_UnloadLibrary()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [in] path The platform dependent Vulkan loader library name, or [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [in] \c NULL or window Window for which the required Vulkan instance [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [in,out] pCount pointer to an \c unsigned related to the number of [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [out] pNames \c NULL or a pointer to an array to be filled with the [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] size_t additionalExtensionsCount = sizeof(additionalExtensions) / sizeof(additionalExtensions[0]); [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] names[i + count] = additionalExtensions[i]; [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `i` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30768:5 [INFO] [stdout] | [INFO] [stdout] 30768 | / #[doc = " \\brief Create a Vulkan rendering surface for a window."] [INFO] [stdout] 30769 | | #[doc = ""] [INFO] [stdout] 30770 | | #[doc = " \\param [in] window SDL_Window to which to attach the rendering surface."] [INFO] [stdout] 30771 | | #[doc = " \\param [in] instance handle to the Vulkan instance to use."] [INFO] [stdout] ... | [INFO] [stdout] 30793 | | #[doc = ""] [INFO] [stdout] 30794 | | #[doc = " \\sa SDL_Vulkan_GetInstanceExtensions()"] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [in] window SDL_Window to which to attach the rendering surface. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30768:5 [INFO] [stdout] | [INFO] [stdout] 30768 | / #[doc = " \\brief Create a Vulkan rendering surface for a window."] [INFO] [stdout] 30769 | | #[doc = ""] [INFO] [stdout] 30770 | | #[doc = " \\param [in] window SDL_Window to which to attach the rendering surface."] [INFO] [stdout] 30771 | | #[doc = " \\param [in] instance handle to the Vulkan instance to use."] [INFO] [stdout] ... | [INFO] [stdout] 30793 | | #[doc = ""] [INFO] [stdout] 30794 | | #[doc = " \\sa SDL_Vulkan_GetInstanceExtensions()"] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [out] surface pointer to a VkSurfaceKHR handle to receive the [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `COMPUTER` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [ COMPUTER ] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `COMPUTER` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HAPTIC` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (-1,0) West <----[ HAPTIC ]----> East (1,0) [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `HAPTIC` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `USER` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [ USER ] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `USER` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] direction.dir[0] = 0; // X position [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] direction.dir[1] = 1; // Y position [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:1839:5 [INFO] [stdout] | [INFO] [stdout] 1839 | / #[doc = " Memory barriers are designed to prevent reads and writes from being"] [INFO] [stdout] 1840 | | #[doc = " reordered by the compiler and being seen out of order on multi-core CPUs."] [INFO] [stdout] 1841 | | #[doc = ""] [INFO] [stdout] 1842 | | #[doc = " A typical pattern would be for thread A to write some data and a flag,"] [INFO] [stdout] ... | [INFO] [stdout] 1854 | | #[doc = " For more information on these semantics, take a look at the blog post:"] [INFO] [stdout] 1855 | | #[doc = " http://preshing.com/20120913/acquire-and-release-semantics"] [INFO] [stdout] | |__________________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:2175:5 [INFO] [stdout] | [INFO] [stdout] 2175 | / #[doc = " Create a thread."] [INFO] [stdout] 2176 | | #[doc = ""] [INFO] [stdout] 2177 | | #[doc = " Thread naming is a little complicated: Most systems have very small"] [INFO] [stdout] 2178 | | #[doc = " limits for the string length (Haiku has 32 bytes, Linux currently has 16,"] [INFO] [stdout] ... | [INFO] [stdout] 2197 | | #[doc = " In SDL 2.1, stacksize will be folded into the original SDL_CreateThread"] [INFO] [stdout] 2198 | | #[doc = " function."] [INFO] [stdout] | |____________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:10431:5 [INFO] [stdout] | [INFO] [stdout] 10431 | / #[doc = " Load a set of mappings from a seekable SDL data stream (memory or file), filtered by the current SDL_GetPlatform()"] [INFO] [stdout] 10432 | | #[doc = " A community sourced database of controllers is available at https://raw.github.com/gabomdq/SDL_GameControllerDB/master/gam... [INFO] [stdout] 10433 | | #[doc = ""] [INFO] [stdout] 10434 | | #[doc = " If \\c freerw is non-zero, the stream will be closed after being read."] [INFO] [stdout] 10435 | | #[doc = ""] [INFO] [stdout] 10436 | | #[doc = " \\return number of mappings added, -1 on error"] [INFO] [stdout] | |______________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:8625:1 [INFO] [stdout] | [INFO] [stdout] 8625 | / #[doc = " \\brief The SDL keyboard scancode representation."] [INFO] [stdout] 8626 | | #[doc = ""] [INFO] [stdout] 8627 | | #[doc = " Values of this type are used to represent keyboard keys, among other places"] [INFO] [stdout] 8628 | | #[doc = " in the \\link SDL_Keysym::scancode key.keysym.scancode \\endlink field of the"] [INFO] [stdout] ... | [INFO] [stdout] 8631 | | #[doc = " The values in this enumeration are based on the USB usage page standard:"] [INFO] [stdout] 8632 | | #[doc = " https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf"] [INFO] [stdout] | |____________________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.38s [INFO] running `Command { std: "docker" "inspect" "3fb522b8342ce60a44d5ffe703a664227b8bd477e409f77b39f60d27b5d89ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fb522b8342ce60a44d5ffe703a664227b8bd477e409f77b39f60d27b5d89ee6", kill_on_drop: false }` [INFO] [stdout] 3fb522b8342ce60a44d5ffe703a664227b8bd477e409f77b39f60d27b5d89ee6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e9dd429c342d0ef0eb1a29ce92a18689d70ccbccefe80ee3c229e8af307d4315 [INFO] running `Command { std: "docker" "start" "-a" "e9dd429c342d0ef0eb1a29ce92a18689d70ccbccefe80ee3c229e8af307d4315", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling sdl2-sys v0.35.2 (/opt/rustwide/workdir) [INFO] [stderr] Documenting sdl2-sys v0.35.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `RGB` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:6971:5 [INFO] [stdout] | [INFO] [stdout] 6971 | / #[doc = " Allocate and free an RGB surface."] [INFO] [stdout] 6972 | | #[doc = ""] [INFO] [stdout] 6973 | | #[doc = " If the depth is 4 or 8 bits, an empty palette is allocated for the surface."] [INFO] [stdout] 6974 | | #[doc = " If the depth is greater than 8 bits, the pixel format is set using the"] [INFO] [stdout] ... | [INFO] [stdout] 6985 | | #[doc = " \\param Bmask The blue mask of the surface to create."] [INFO] [stdout] 6986 | | #[doc = " \\param Amask The alpha mask of the surface to create."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] flags '[RGB]mask'. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `RGB` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SDL_SCANCODE_RETURN` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:9310:5 [INFO] [stdout] | [INFO] [stdout] 9310 | / #[doc = " \\brief Get a snapshot of the current state of the keyboard."] [INFO] [stdout] 9311 | | #[doc = ""] [INFO] [stdout] 9312 | | #[doc = " \\param numkeys if non-NULL, receives the length of the returned array."] [INFO] [stdout] 9313 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 9321 | | #[doc = " }"] [INFO] [stdout] 9322 | | #[doc = " \\endcode"] [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] if ( state[SDL_SCANCODE_RETURN] ) { [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `SDL_SCANCODE_RETURN` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30627:5 [INFO] [stdout] | [INFO] [stdout] 30627 | / #[doc = " \\brief Dynamically load a Vulkan loader library."] [INFO] [stdout] 30628 | | #[doc = ""] [INFO] [stdout] 30629 | | #[doc = " \\param [in] path The platform dependent Vulkan loader library name, or"] [INFO] [stdout] 30630 | | #[doc = " \\c NULL."] [INFO] [stdout] ... | [INFO] [stdout] 30671 | | #[doc = " \\sa SDL_Vulkan_GetVkGetInstanceProcAddr()"] [INFO] [stdout] 30672 | | #[doc = " \\sa SDL_Vulkan_UnloadLibrary()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [in] path The platform dependent Vulkan loader library name, or [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [in] \c NULL or window Window for which the required Vulkan instance [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [in,out] pCount pointer to an \c unsigned related to the number of [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [out] pNames \c NULL or a pointer to an array to be filled with the [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] size_t additionalExtensionsCount = sizeof(additionalExtensions) / sizeof(additionalExtensions[0]); [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30690:5 [INFO] [stdout] | [INFO] [stdout] 30690 | / #[doc = " \\brief Get the names of the Vulkan instance extensions needed to create"] [INFO] [stdout] 30691 | | #[doc = " a surface with \\c SDL_Vulkan_CreateSurface()."] [INFO] [stdout] 30692 | | #[doc = ""] [INFO] [stdout] 30693 | | #[doc = " \\param [in] \\c NULL or window Window for which the required Vulkan instance"] [INFO] [stdout] ... | [INFO] [stdout] 30759 | | #[doc = ""] [INFO] [stdout] 30760 | | #[doc = " \\sa SDL_Vulkan_CreateSurface()"] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] names[i + count] = additionalExtensions[i]; [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `i` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30768:5 [INFO] [stdout] | [INFO] [stdout] 30768 | / #[doc = " \\brief Create a Vulkan rendering surface for a window."] [INFO] [stdout] 30769 | | #[doc = ""] [INFO] [stdout] 30770 | | #[doc = " \\param [in] window SDL_Window to which to attach the rendering surface."] [INFO] [stdout] 30771 | | #[doc = " \\param [in] instance handle to the Vulkan instance to use."] [INFO] [stdout] ... | [INFO] [stdout] 30793 | | #[doc = ""] [INFO] [stdout] 30794 | | #[doc = " \\sa SDL_Vulkan_GetInstanceExtensions()"] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [in] window SDL_Window to which to attach the rendering surface. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:30768:5 [INFO] [stdout] | [INFO] [stdout] 30768 | / #[doc = " \\brief Create a Vulkan rendering surface for a window."] [INFO] [stdout] 30769 | | #[doc = ""] [INFO] [stdout] 30770 | | #[doc = " \\param [in] window SDL_Window to which to attach the rendering surface."] [INFO] [stdout] 30771 | | #[doc = " \\param [in] instance handle to the Vulkan instance to use."] [INFO] [stdout] ... | [INFO] [stdout] 30793 | | #[doc = ""] [INFO] [stdout] 30794 | | #[doc = " \\sa SDL_Vulkan_GetInstanceExtensions()"] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param [out] surface pointer to a VkSurfaceKHR handle to receive the [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `COMPUTER` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [ COMPUTER ] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `COMPUTER` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HAPTIC` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (-1,0) West <----[ HAPTIC ]----> East (1,0) [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `HAPTIC` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `USER` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [ USER ] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `USER` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] direction.dir[0] = 0; // X position [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:14504:1 [INFO] [stdout] | [INFO] [stdout] 14504 | / #[doc = " \\brief Structure that represents a haptic direction."] [INFO] [stdout] 14505 | | #[doc = ""] [INFO] [stdout] 14506 | | #[doc = " This is the direction where the force comes from,"] [INFO] [stdout] 14507 | | #[doc = " instead of the direction in which the force is exerted."] [INFO] [stdout] ... | [INFO] [stdout] 14596 | | #[doc = " \\sa SDL_HapticEffect"] [INFO] [stdout] 14597 | | #[doc = " \\sa SDL_HapticNumAxes"] [INFO] [stdout] | |___________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] direction.dir[1] = 1; // Y position [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:1839:5 [INFO] [stdout] | [INFO] [stdout] 1839 | / #[doc = " Memory barriers are designed to prevent reads and writes from being"] [INFO] [stdout] 1840 | | #[doc = " reordered by the compiler and being seen out of order on multi-core CPUs."] [INFO] [stdout] 1841 | | #[doc = ""] [INFO] [stdout] 1842 | | #[doc = " A typical pattern would be for thread A to write some data and a flag,"] [INFO] [stdout] ... | [INFO] [stdout] 1854 | | #[doc = " For more information on these semantics, take a look at the blog post:"] [INFO] [stdout] 1855 | | #[doc = " http://preshing.com/20120913/acquire-and-release-semantics"] [INFO] [stdout] | |__________________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:2175:5 [INFO] [stdout] | [INFO] [stdout] 2175 | / #[doc = " Create a thread."] [INFO] [stdout] 2176 | | #[doc = ""] [INFO] [stdout] 2177 | | #[doc = " Thread naming is a little complicated: Most systems have very small"] [INFO] [stdout] 2178 | | #[doc = " limits for the string length (Haiku has 32 bytes, Linux currently has 16,"] [INFO] [stdout] ... | [INFO] [stdout] 2197 | | #[doc = " In SDL 2.1, stacksize will be folded into the original SDL_CreateThread"] [INFO] [stdout] 2198 | | #[doc = " function."] [INFO] [stdout] | |____________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:10431:5 [INFO] [stdout] | [INFO] [stdout] 10431 | / #[doc = " Load a set of mappings from a seekable SDL data stream (memory or file), filtered by the current SDL_GetPlatform()"] [INFO] [stdout] 10432 | | #[doc = " A community sourced database of controllers is available at https://raw.github.com/gabomdq/SDL_GameControllerDB/master/gam... [INFO] [stdout] 10433 | | #[doc = ""] [INFO] [stdout] 10434 | | #[doc = " If \\c freerw is non-zero, the stream will be closed after being read."] [INFO] [stdout] 10435 | | #[doc = ""] [INFO] [stdout] 10436 | | #[doc = " \\return number of mappings added, -1 on error"] [INFO] [stdout] | |______________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> /opt/rustwide/target/debug/build/sdl2-sys-dd7017cc2017e62a/out/sdl_bindings.rs:8625:1 [INFO] [stdout] | [INFO] [stdout] 8625 | / #[doc = " \\brief The SDL keyboard scancode representation."] [INFO] [stdout] 8626 | | #[doc = ""] [INFO] [stdout] 8627 | | #[doc = " Values of this type are used to represent keyboard keys, among other places"] [INFO] [stdout] 8628 | | #[doc = " in the \\link SDL_Keysym::scancode key.keysym.scancode \\endlink field of the"] [INFO] [stdout] ... | [INFO] [stdout] 8631 | | #[doc = " The values in this enumeration are based on the USB usage page standard:"] [INFO] [stdout] 8632 | | #[doc = " https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf"] [INFO] [stdout] | |____________________________________________________________________________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.77s [INFO] running `Command { std: "docker" "inspect" "e9dd429c342d0ef0eb1a29ce92a18689d70ccbccefe80ee3c229e8af307d4315", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9dd429c342d0ef0eb1a29ce92a18689d70ccbccefe80ee3c229e8af307d4315", kill_on_drop: false }` [INFO] [stdout] e9dd429c342d0ef0eb1a29ce92a18689d70ccbccefe80ee3c229e8af307d4315