Skip to content

fix(deps): update rust crate nvml-wrapper to 0.12.0#188

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/nvml-wrapper-0.x
Open

fix(deps): update rust crate nvml-wrapper to 0.12.0#188
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/nvml-wrapper-0.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux bot commented Mar 25, 2026

This PR contains the following updates:

Package Type Update Change
nvml-wrapper dependencies minor 0.11.00.12.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Cldfire/nvml-wrapper (nvml-wrapper)

v0.12.1

Fixed
  • Corrected NVML_FI_PWR_SMOOTHING_* field IDs which used CUDA 13.0U1 numbering instead of v12, causing silent data corruption on CUDA 12 hosts (#​134, #​137)
  • Added runtime driver version detection and transparent field ID remapping for drivers >= 580.82 (CUDA 13.0 Update 1+) so callers don't need to handle the v12/v13U1 numbering difference (#​137)
  • Fixed APIs that need double-calls for buffer size calculation (#​129)
  • Fixed nvmlDeviceGetActiveVgpus argument ordering (#​128)
Added
  • FieldIdScheme enum and Nvml::field_id_scheme() to inspect the detected driver's field ID numbering
  • Method for getting vGPU type ID (#​124)

v0.12.0

Compare Source

Added
  • Add idiomatic abstraction for vGPU type information (#​68)
  • Add device::mig_device_by_index() (#​93)
  • Add device::mig_device_count() (#​94)
  • Add device::vgpu_scheduler_capabilities() (#​95)
  • Add device::mig_parent_device() (#​96)
  • Add device::vgpu_host_mode() (#​98)
  • Add device::mig_is_mig_device_handle() (#​99)
  • Add device::set_mig_mode() (#​100)
  • Add vGPU capabilities support (#​101)
  • Add device::possible_placements() (#​102)
  • Add NvLink bandwidth mode API (#​103)
  • Add NvLink::remote_device_type() (#​106)
  • Add device::set_temperature_threshold() (#​107)
  • Add Nvml::vgpu_version() and Nvml::set_vgpu_version() (#​108)
  • Add device::vgpu_accounting_pids() and device::vgpu_accounting_stats() (#​109)
  • Add device::vgpu_scheduler_log() (#​110)
  • Add device::vgpu_scheduler_state() and device::set_vgpu_scheduler_state() (#​111)
  • Add MPS version of running_compute_processes for >= Volta (#​112)
  • Add device::gsp_firmware_mode() and device::gsp_firmware_version() (#​113)
  • Add device::profile_info() (#​115)
  • Implement From<NvmlError> for nvmlReturn_t conversion (#​117)
  • Add device::numa_node_id() for NUMA-node-friendly GPUs (#​118)
  • Add missing AcousticThreshold enum variants (#​121)
  • Add GPU Performance Monitoring (GPM) support (#​122)
Fixed
  • Only return samples that are actually valid (#​67)
  • Fix get cc macros (#​104)
  • Fix attestation report size (#​116)
  • Fix spelling mistake of "occurred" (#​120)
Internal
  • Address cargo clippy warnings (#​105)
  • Fix lifetime warnings (#​119)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
Copy link
Copy Markdown
Author

red-hat-konflux bot commented Mar 25, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path deps/verifier/Cargo.toml --package nvml-wrapper@0.11.0 --precise 0.12.1
info: syncing channel updates for 1.90.0-x86_64-unknown-linux-gnu
info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
info: downloading 6 components
info: rolling back changes
error: component download failed for cargo-x86_64-unknown-linux-gnu: error opening file for download: cleaning up cached downloads: No such file or directory (os error 2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants