Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps rust-vmm-ci from fc4584d to b4bb768.

Commits
  • b4bb768 chore: bump container version
  • 9d9f75a dependabot: fix typo in configuration files
  • 042b206 chore: Update container version to gcb2de9d
  • 1b48931 setup: add auto configuration for publishing workflows
  • c044333 add sample github action for crates.io publishing
  • 1d65d26 doc: update README to instruction to use new script
  • 6df971b Add a script for running through some basic repository setup
  • 30599a5 fix typo in cargo doc test
  • c41370c chore: Update container version to g6300e70
  • 3e24835 ci: add --cfg for cargo doc to disable compile_error!()
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Nov 3, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 2025
@dependabot dependabot bot added the submodules Pull requests that update submodules code label Nov 3, 2025
@dependabot dependabot bot requested a review from sboeuf as a code owner November 3, 2025 15:10
@likebreath
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@russell-islam
Copy link
Collaborator

@dependabot recreate

Bumps [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) from `fc4584d` to `b4bb768`.
- [Commits](rust-vmm/rust-vmm-ci@fc4584d...b4bb768)

---
updated-dependencies:
- dependency-name: rust-vmm-ci
  dependency-version: b4bb7687a11bc6bdb07a37b71d2795b9fe77863f
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/submodules/rust-vmm-ci-b4bb768 branch from 7f111fb to 5d1f7f0 Compare November 11, 2025 00:43
@russell-islam
Copy link
Collaborator

@likebreath Any idea how to fix this issue?
RUSTDOCFLAGS="-D warnings" RUSTFLAGS="--cfg RUSTDOC_disable_feature_compat_errors" cargo +nightly doc --workspace --all-features --no-deps
Documenting vfio-bindings v0.6.0 (/mnt/dev-store/cloud-hypervisor/russell-islam/vfio/vfio-bindings)
error: unresolved link to 0,0
--> vfio-bindings/src/vfio_bindings/vfio.rs:553:9
|
553 | ... = " VFIO_DEVICE_SET_IRQS - _IOW(VFIO_TYPE, VFIO_BASE + 10, st... (irqfds) while\n ACTION_TRIGGER specifies kernel->user signaling."]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: the link appears in this line:

        interrupt(s).  For example, to unmask AUTOMASKED interrupt [0,0]:
                                                                    ^^^
= note: no item named `0,0` in scope
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`

**Other than #![allow(rustdoc::broken_intra_doc_links)] in the lib.rs file.**

@likebreath
Copy link
Collaborator

= help: to escape [ and ] characters, add '' before them like \[ or \]

This appears to be the fast workaround, but should be the last resort. This is because the vfio.rs is auto-generated, and should not be modified mannually.

I guess two potential directions:

  • Check with new version of bind-gen and see if it adds escapes correctly;
  • Check if there are clippy override that can skip the doc checks on auto generated files, say don't check vfio-bindings/vfio.rs

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

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants