Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate tikv-jemalloc-sys to v0.6.0 - autoclosed #525

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2024

This PR contains the following updates:

Package Type Update Change
tikv-jemalloc-sys workspace.dependencies minor =0.5.4 -> =0.6.0

Release Notes

tikv/jemallocator (tikv-jemalloc-sys)

v0.6.0

  • Fix build on riscv64gc-unknown-linux-musl (#​67) (#​75)
  • Allow jemalloc-sys to be the default allocator on musl linux (#​70)
  • Add Chimera Linux to gmake targets (#​73)
  • Add profiling options to jemalloc-ctl (#​74)
  • Fix jemalloc version not shown in API (#​77)
  • Fix jemalloc stats is still enabled when stats feature is disabled (#​82)
  • Fix duplicated symbol when build and link on aarch64-linux-android (#​83)
  • Revise CI runner platform on macOS (#​86)
  • Allow setting per-target env (#​91)
  • Remove outdated clippy allows (#​94)
  • Set MSRV to 1.71.0 (#​95)

Note since 0.6.0, if you want to use jemalloc stats, you have to enable the
feature explicitly.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jul 14, 2024

⚠️ 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 Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `tikv-jemalloc-sys`.
    ... required by package `rust-librocksdb-sys v0.24.0+9.4.0 (https://github.com/zaidoon1/rust-rocksdb?rev=4056a3b0f823013fec49f6d0b3e5698856e6476a#4056a3b0)`
    ... which satisfies git dependency `rust-librocksdb-sys` (locked to 0.24.0+9.4.0) of package `rust-rocksdb v0.28.0 (https://github.com/zaidoon1/rust-rocksdb?rev=4056a3b0f823013fec49f6d0b3e5698856e6476a#4056a3b0)`
    ... which satisfies git dependency `rust-rocksdb` (locked to 0.28.0) of package `rust-rocksdb-uwu v0.0.1 (/tmp/renovate/repos/github/girlbossceo/conduwuit/deps/rust-rocksdb)`
    ... which satisfies path dependency `rust-rocksdb` (locked to 0.0.1) of package `conduit_database v0.4.6 (/tmp/renovate/repos/github/girlbossceo/conduwuit/src/database)`
    ... which satisfies path dependency `conduit-database` (locked to 0.4.6) of package `conduit v0.4.6 (/tmp/renovate/repos/github/girlbossceo/conduwuit/src/main)`
versions that meet the requirements `^0.5` are: 0.5.4+5.3.0-patched, 0.5.3+5.3.0-patched, 0.5.2+5.3.0-patched, 0.5.1+5.3.0-patched, 0.5.0+5.3.0

the package `tikv-jemalloc-sys` links to the native library `jemalloc`, but it conflicts with a previous package which links to `jemalloc` as well:
package `tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7`
    ... which satisfies dependency `tikv-jemalloc-sys = "=0.6.0"` of package `conduit_core v0.4.6 (/tmp/renovate/repos/github/girlbossceo/conduwuit/src/core)`
    ... which satisfies path dependency `conduit-core` (locked to 0.4.6) of package `conduit v0.4.6 (/tmp/renovate/repos/github/girlbossceo/conduwuit/src/main)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "jemalloc"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `tikv-jemalloc-sys` which could resolve this conflict

@renovate renovate bot added dependencies Pull requests that update a dependency github_actions Issue/PR is from GitHub Actions labels Jul 14, 2024
@renovate renovate bot changed the title Update Rust crate tikv-jemalloc-sys to 0.6.0 chore(deps): update rust crate tikv-jemalloc-sys to 0.6.0 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/tikv-jemalloc-sys-0.x branch from 2196c7e to 0f57e2d Compare July 26, 2024 03:13
@renovate renovate bot changed the title chore(deps): update rust crate tikv-jemalloc-sys to 0.6.0 chore(deps): update rust crate tikv-jemalloc-sys to v0.6.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/tikv-jemalloc-sys-0.x branch from 0f57e2d to b47f824 Compare August 28, 2024 08:34
@renovate renovate bot changed the title chore(deps): update rust crate tikv-jemalloc-sys to v0.6.0 chore(deps): update rust crate tikv-jemalloc-sys to v0.6.0 - autoclosed Aug 30, 2024
@renovate renovate bot closed this Aug 30, 2024
@renovate renovate bot deleted the renovate/tikv-jemalloc-sys-0.x branch August 30, 2024 16:04
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 github_actions Issue/PR is from GitHub Actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants