[INFO] fetching crate sdl2-sys 0.35.2... [INFO] documenting sdl2-sys-0.35.2 against beta-2022-05-20 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 beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", 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] 74714b50e38aa5a72e165eed4c82ba0638c8678d865186e0720bedcf95592435 [INFO] running `Command { std: "docker" "start" "-a" "74714b50e38aa5a72e165eed4c82ba0638c8678d865186e0720bedcf95592435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74714b50e38aa5a72e165eed4c82ba0638c8678d865186e0720bedcf95592435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74714b50e38aa5a72e165eed4c82ba0638c8678d865186e0720bedcf95592435", kill_on_drop: false }` [INFO] [stdout] 74714b50e38aa5a72e165eed4c82ba0638c8678d865186e0720bedcf95592435 [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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21bd6ed6e58a050780cf36f683dfbf4b241a289fd495de4c2d547a9a81ed2d0c [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" "21bd6ed6e58a050780cf36f683dfbf4b241a289fd495de4c2d547a9a81ed2d0c", 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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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.90s [INFO] running `Command { std: "docker" "inspect" "21bd6ed6e58a050780cf36f683dfbf4b241a289fd495de4c2d547a9a81ed2d0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21bd6ed6e58a050780cf36f683dfbf4b241a289fd495de4c2d547a9a81ed2d0c", kill_on_drop: false }` [INFO] [stdout] 21bd6ed6e58a050780cf36f683dfbf4b241a289fd495de4c2d547a9a81ed2d0c [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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] b4b452918246fb5737dcb26bb74d77297f29dc30737757445b2b92565f3f9655 [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" "b4b452918246fb5737dcb26bb74d77297f29dc30737757445b2b92565f3f9655", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling libc v0.2.67 [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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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-023c7e4a8a83d368/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.92s [INFO] running `Command { std: "docker" "inspect" "b4b452918246fb5737dcb26bb74d77297f29dc30737757445b2b92565f3f9655", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4b452918246fb5737dcb26bb74d77297f29dc30737757445b2b92565f3f9655", kill_on_drop: false }` [INFO] [stdout] b4b452918246fb5737dcb26bb74d77297f29dc30737757445b2b92565f3f9655