Dec 02 05:06:53.150 INFO documenting nvapi-sys-0.1.2 against try#f86f76f89ea2b1ccbfb3741962ec2029d878a389 for pr-55318-1 Dec 02 05:06:53.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318-1/worker-6/try#f86f76f89ea2b1ccbfb3741962ec2029d878a389:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55318-1/try#f86f76f89ea2b1ccbfb3741962ec2029d878a389:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +f86f76f89ea2b1ccbfb3741962ec2029d878a389-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 02 05:06:53.596 INFO [stdout] 4aadea3bc79cc6599aa2c9bdcef44748321be09024e447883def5b22d356ed97 Dec 02 05:06:53.598 INFO running `"docker" "start" "-a" "4aadea3bc79cc6599aa2c9bdcef44748321be09024e447883def5b22d356ed97"` Dec 02 05:06:54.920 INFO [stderr] usermod: no changes Dec 02 05:06:55.025 INFO [stderr] Documenting nvapi-sys v0.1.2 (/source) Dec 02 05:06:58.921 INFO [stderr] warning: `[uV]` cannot be resolved, ignoring it... Dec 02 05:06:58.921 INFO [stderr] --> src/gpu/pstate.rs:228:47 Dec 02 05:06:58.921 INFO [stderr] | Dec 02 05:06:58.921 INFO [stderr] 228 | /// Current base voltage settings in [uV] Dec 02 05:06:58.921 INFO [stderr] | ^^ cannot be resolved, ignoring Dec 02 05:06:58.921 INFO [stderr] | Dec 02 05:06:58.921 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Dec 02 05:06:58.921 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.921 INFO [stderr] Dec 02 05:06:58.921 INFO [stderr] warning: `[uV]` cannot be resolved, ignoring it... Dec 02 05:06:58.921 INFO [stderr] --> src/gpu/pstate.rs:230:66 Dec 02 05:06:58.921 INFO [stderr] | Dec 02 05:06:58.921 INFO [stderr] 230 | /// Current base voltage delta from nominal settings in [uV] Dec 02 05:06:58.921 INFO [stderr] | ^^ cannot be resolved, ignoring Dec 02 05:06:58.921 INFO [stderr] | Dec 02 05:06:58.921 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.921 INFO [stderr] Dec 02 05:06:58.932 INFO [stderr] warning: `[]` cannot be resolved, ignoring it... Dec 02 05:06:58.932 INFO [stderr] --> src/macros.rs:78:40 Dec 02 05:06:58.932 INFO [stderr] | Dec 02 05:06:58.932 INFO [stderr] 78 | #[cfg_attr(feature = "serde_derive", derive(Serialize, Deserialize))] Dec 02 05:06:58.932 INFO [stderr] | ^ cannot be resolved, ignoring Dec 02 05:06:58.932 INFO [stderr] | Dec 02 05:06:58.932 INFO [stderr] ::: src/gpu/clock.rs:11:1 Dec 02 05:06:58.932 INFO [stderr] | Dec 02 05:06:58.932 INFO [stderr] 11 | / nvenum! { Dec 02 05:06:58.932 INFO [stderr] 12 | | /// An index into NV_GPU_CLOCK_FREQUENCIES.domain[] Dec 02 05:06:58.932 INFO [stderr] 13 | | pub enum NV_GPU_PUBLIC_CLOCK_ID / PublicClockId { Dec 02 05:06:58.932 INFO [stderr] 14 | | NVAPI_GPU_PUBLIC_CLOCK_GRAPHICS / Graphics = 0, Dec 02 05:06:58.932 INFO [stderr] ... | Dec 02 05:06:58.932 INFO [stderr] 19 | | } Dec 02 05:06:58.932 INFO [stderr] 20 | | } Dec 02 05:06:58.932 INFO [stderr] | |_- in this macro invocation Dec 02 05:06:58.932 INFO [stderr] | Dec 02 05:06:58.932 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.932 INFO [stderr] Dec 02 05:06:58.932 INFO [stderr] warning: `[8]` cannot be resolved, ignoring it... Dec 02 05:06:58.932 INFO [stderr] --> src/macros.rs:207:11 Dec 02 05:06:58.932 INFO [stderr] | Dec 02 05:06:58.932 INFO [stderr] 207 | $(#[$meta])* Dec 02 05:06:58.932 INFO [stderr] | ^^^^^^^^ Dec 02 05:06:58.932 INFO [stderr] | Dec 02 05:06:58.932 INFO [stderr] ::: src/gpu/clock.rs:151:5 Dec 02 05:06:58.932 INFO [stderr] | Dec 02 05:06:58.932 INFO [stderr] 151 | / nvapi! { Dec 02 05:06:58.932 INFO [stderr] 152 | | pub type GPU_GetAllClocksFn = extern "C" fn(hPhysicalGPU: NvPhysicalGpuHandle, pClocksInfo: *mut NV_CLOCKS_INFO) -> NvAPI_Status; Dec 02 05:06:58.932 INFO [stderr] 153 | | Dec 02 05:06:58.932 INFO [stderr] 154 | | /// Undocumented function. Probably deprecated and replaced with NvAPI_GPU_GetAllClockFrequencies() Dec 02 05:06:58.932 INFO [stderr] ... | Dec 02 05:06:58.932 INFO [stderr] 165 | | pub unsafe fn NvAPI_GPU_GetAllClocks; Dec 02 05:06:58.932 INFO [stderr] 166 | | } Dec 02 05:06:58.932 INFO [stderr] | |_____- in this macro invocation Dec 02 05:06:58.932 INFO [stderr] | Dec 02 05:06:58.932 INFO [stderr] = note: the link appears in this line: Dec 02 05:06:58.932 INFO [stderr] Dec 02 05:06:58.933 INFO [stderr] memory_clock = clocks[8] * 0.001f; Dec 02 05:06:58.933 INFO [stderr] ^ Dec 02 05:06:58.933 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.933 INFO [stderr] Dec 02 05:06:58.933 INFO [stderr] warning: `[30]` cannot be resolved, ignoring it... Dec 02 05:06:58.933 INFO [stderr] --> src/macros.rs:207:11 Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] 207 | $(#[$meta])* Dec 02 05:06:58.933 INFO [stderr] | ^^^^^^^^ Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] ::: src/gpu/clock.rs:151:5 Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] 151 | / nvapi! { Dec 02 05:06:58.933 INFO [stderr] 152 | | pub type GPU_GetAllClocksFn = extern "C" fn(hPhysicalGPU: NvPhysicalGpuHandle, pClocksInfo: *mut NV_CLOCKS_INFO) -> NvAPI_Status; Dec 02 05:06:58.933 INFO [stderr] 153 | | Dec 02 05:06:58.933 INFO [stderr] 154 | | /// Undocumented function. Probably deprecated and replaced with NvAPI_GPU_GetAllClockFrequencies() Dec 02 05:06:58.933 INFO [stderr] ... | Dec 02 05:06:58.933 INFO [stderr] 165 | | pub unsafe fn NvAPI_GPU_GetAllClocks; Dec 02 05:06:58.933 INFO [stderr] 166 | | } Dec 02 05:06:58.933 INFO [stderr] | |_____- in this macro invocation Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] = note: the link appears in this line: Dec 02 05:06:58.933 INFO [stderr] Dec 02 05:06:58.933 INFO [stderr] if clocks[30] != 0 { Dec 02 05:06:58.933 INFO [stderr] ^^ Dec 02 05:06:58.933 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.933 INFO [stderr] Dec 02 05:06:58.933 INFO [stderr] warning: `[30]` cannot be resolved, ignoring it... Dec 02 05:06:58.933 INFO [stderr] --> src/macros.rs:207:11 Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] 207 | $(#[$meta])* Dec 02 05:06:58.933 INFO [stderr] | ^^^^^^^^ Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] ::: src/gpu/clock.rs:151:5 Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] 151 | / nvapi! { Dec 02 05:06:58.933 INFO [stderr] 152 | | pub type GPU_GetAllClocksFn = extern "C" fn(hPhysicalGPU: NvPhysicalGpuHandle, pClocksInfo: *mut NV_CLOCKS_INFO) -> NvAPI_Status; Dec 02 05:06:58.933 INFO [stderr] 153 | | Dec 02 05:06:58.933 INFO [stderr] 154 | | /// Undocumented function. Probably deprecated and replaced with NvAPI_GPU_GetAllClockFrequencies() Dec 02 05:06:58.933 INFO [stderr] ... | Dec 02 05:06:58.933 INFO [stderr] 165 | | pub unsafe fn NvAPI_GPU_GetAllClocks; Dec 02 05:06:58.933 INFO [stderr] 166 | | } Dec 02 05:06:58.933 INFO [stderr] | |_____- in this macro invocation Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] = note: the link appears in this line: Dec 02 05:06:58.933 INFO [stderr] Dec 02 05:06:58.933 INFO [stderr] core_clock = clocks[30] * 0.0005f Dec 02 05:06:58.933 INFO [stderr] ^^ Dec 02 05:06:58.933 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.933 INFO [stderr] Dec 02 05:06:58.933 INFO [stderr] warning: `[30]` cannot be resolved, ignoring it... Dec 02 05:06:58.933 INFO [stderr] --> src/macros.rs:207:11 Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] 207 | $(#[$meta])* Dec 02 05:06:58.933 INFO [stderr] | ^^^^^^^^ Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] ::: src/gpu/clock.rs:151:5 Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] 151 | / nvapi! { Dec 02 05:06:58.933 INFO [stderr] 152 | | pub type GPU_GetAllClocksFn = extern "C" fn(hPhysicalGPU: NvPhysicalGpuHandle, pClocksInfo: *mut NV_CLOCKS_INFO) -> NvAPI_Status; Dec 02 05:06:58.933 INFO [stderr] 153 | | Dec 02 05:06:58.933 INFO [stderr] 154 | | /// Undocumented function. Probably deprecated and replaced with NvAPI_GPU_GetAllClockFrequencies() Dec 02 05:06:58.933 INFO [stderr] ... | Dec 02 05:06:58.933 INFO [stderr] 165 | | pub unsafe fn NvAPI_GPU_GetAllClocks; Dec 02 05:06:58.933 INFO [stderr] 166 | | } Dec 02 05:06:58.933 INFO [stderr] | |_____- in this macro invocation Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] = note: the link appears in this line: Dec 02 05:06:58.933 INFO [stderr] Dec 02 05:06:58.933 INFO [stderr] shader_clock = clocks[30] * 0.001f Dec 02 05:06:58.933 INFO [stderr] ^^ Dec 02 05:06:58.933 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.933 INFO [stderr] Dec 02 05:06:58.933 INFO [stderr] warning: `[0]` cannot be resolved, ignoring it... Dec 02 05:06:58.933 INFO [stderr] --> src/macros.rs:207:11 Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] 207 | $(#[$meta])* Dec 02 05:06:58.933 INFO [stderr] | ^^^^^^^^ Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] ::: src/gpu/clock.rs:151:5 Dec 02 05:06:58.933 INFO [stderr] | Dec 02 05:06:58.933 INFO [stderr] 151 | / nvapi! { Dec 02 05:06:58.933 INFO [stderr] 152 | | pub type GPU_GetAllClocksFn = extern "C" fn(hPhysicalGPU: NvPhysicalGpuHandle, pClocksInfo: *mut NV_CLOCKS_INFO) -> NvAPI_Status; Dec 02 05:06:58.933 INFO [stderr] 153 | | Dec 02 05:06:58.933 INFO [stderr] 154 | | /// Undocumented function. Probably deprecated and replaced with NvAPI_GPU_GetAllClockFrequencies() Dec 02 05:06:58.933 INFO [stderr] ... | Dec 02 05:06:58.933 INFO [stderr] 165 | | pub unsafe fn NvAPI_GPU_GetAllClocks; Dec 02 05:06:58.934 INFO [stderr] 166 | | } Dec 02 05:06:58.934 INFO [stderr] | |_____- in this macro invocation Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] = note: the link appears in this line: Dec 02 05:06:58.934 INFO [stderr] Dec 02 05:06:58.934 INFO [stderr] core_clock = clocks[0] * 0.001f Dec 02 05:06:58.934 INFO [stderr] ^ Dec 02 05:06:58.934 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.934 INFO [stderr] Dec 02 05:06:58.934 INFO [stderr] warning: `[14]` cannot be resolved, ignoring it... Dec 02 05:06:58.934 INFO [stderr] --> src/macros.rs:207:11 Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] 207 | $(#[$meta])* Dec 02 05:06:58.934 INFO [stderr] | ^^^^^^^^ Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] ::: src/gpu/clock.rs:151:5 Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] 151 | / nvapi! { Dec 02 05:06:58.934 INFO [stderr] 152 | | pub type GPU_GetAllClocksFn = extern "C" fn(hPhysicalGPU: NvPhysicalGpuHandle, pClocksInfo: *mut NV_CLOCKS_INFO) -> NvAPI_Status; Dec 02 05:06:58.934 INFO [stderr] 153 | | Dec 02 05:06:58.934 INFO [stderr] 154 | | /// Undocumented function. Probably deprecated and replaced with NvAPI_GPU_GetAllClockFrequencies() Dec 02 05:06:58.934 INFO [stderr] ... | Dec 02 05:06:58.934 INFO [stderr] 165 | | pub unsafe fn NvAPI_GPU_GetAllClocks; Dec 02 05:06:58.934 INFO [stderr] 166 | | } Dec 02 05:06:58.934 INFO [stderr] | |_____- in this macro invocation Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] = note: the link appears in this line: Dec 02 05:06:58.934 INFO [stderr] Dec 02 05:06:58.934 INFO [stderr] shader_clock = clocks[14] * 0.001f Dec 02 05:06:58.934 INFO [stderr] ^^ Dec 02 05:06:58.934 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.934 INFO [stderr] Dec 02 05:06:58.934 INFO [stderr] warning: `[]` cannot be resolved, ignoring it... Dec 02 05:06:58.934 INFO [stderr] --> src/macros.rs:71:40 Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] 71 | pub type $enum = ::std::os::raw::c_int; Dec 02 05:06:58.934 INFO [stderr] | ^ cannot be resolved, ignoring Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] ::: src/gpu/clock.rs:11:1 Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] 11 | / nvenum! { Dec 02 05:06:58.934 INFO [stderr] 12 | | /// An index into NV_GPU_CLOCK_FREQUENCIES.domain[] Dec 02 05:06:58.934 INFO [stderr] 13 | | pub enum NV_GPU_PUBLIC_CLOCK_ID / PublicClockId { Dec 02 05:06:58.934 INFO [stderr] 14 | | NVAPI_GPU_PUBLIC_CLOCK_GRAPHICS / Graphics = 0, Dec 02 05:06:58.934 INFO [stderr] ... | Dec 02 05:06:58.934 INFO [stderr] 19 | | } Dec 02 05:06:58.934 INFO [stderr] 20 | | } Dec 02 05:06:58.934 INFO [stderr] | |_- in this macro invocation Dec 02 05:06:58.934 INFO [stderr] | Dec 02 05:06:58.934 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:06:58.934 INFO [stderr] Dec 02 05:06:59.336 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.39s Dec 02 05:06:59.342 INFO [stderr] su: No module specific data is present Dec 02 05:07:00.253 INFO running `"docker" "inspect" "4aadea3bc79cc6599aa2c9bdcef44748321be09024e447883def5b22d356ed97"` Dec 02 05:07:00.618 INFO running `"docker" "rm" "-f" "4aadea3bc79cc6599aa2c9bdcef44748321be09024e447883def5b22d356ed97"` Dec 02 05:07:00.768 INFO [stdout] 4aadea3bc79cc6599aa2c9bdcef44748321be09024e447883def5b22d356ed97