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

fix(deps): update auto merged updates #1118

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Feb 17, 2025

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.95 -> 1.0.96
clap workspace.dependencies patch 4.5.28 -> 4.5.31
libc workspace.dependencies patch 0.2.169 -> 0.2.170
log dependencies patch 0.4.25 -> 0.4.26
openssl workspace.dependencies patch 0.10.70 -> 0.10.71
serde (source) workspace.dependencies patch 1.0.217 -> 1.0.218
serde_json workspace.dependencies patch 1.0.138 -> 1.0.139
tar dependencies patch 0.4.43 -> 0.4.44
zstd dependencies patch 0.13.2 -> 0.13.3

Release Notes

dtolnay/anyhow (anyhow)

v1.0.96

Compare Source

  • Documentation improvements
clap-rs/clap (clap)

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
rust-lang/libc (libc)

v0.2.170

Compare Source

Added
  • Android: Declare setdomainname and getdomainname #​4212
  • FreeBSD: Add evdev structures #​3756
  • FreeBSD: Add the new st_filerev field to stat32 (#​4254)
  • Linux: Add SI_*`` and TRAP_*`` signal codes #​4225
  • Linux: Add experimental configuration to enable 64-bit time in kernel APIs, set by RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64. #​4148
  • Linux: Add recent socket timestamping flags #​4273
  • Linux: Added new CANFD_FDF flag for the flags field of canfd_frame #​4223
  • Musl: add CLONE_NEWTIME #​4226
  • Solarish: add the posix_spawn family of functions #​4259
Deprecated
  • Linux: deprecate kernel modules syscalls #​4228
Changed
  • Emscripten: Assume version is at least 3.1.42 #​4243
Fixed
  • BSD: Correct the definition of WEXITSTATUS #​4213
  • Hurd: Fix CMSG_DATA on 64bit systems (#​4240)
  • NetBSD: fix getmntinfo (#​4265
  • VxWorks: Fix the size of time_t #​426
Other
  • Add labels to FIXMEs #​4230, #​4229, #​4237
  • CI: Bump FreeBSD CI to 13.4 and 14.2 #​4260
  • Copy definitions from core::ffi and centralize them #​4256
  • Define c_char at top-level and remove per-target c_char definitions #​4202
  • Port style.rs to syn and add tests for the style checker #​4220
rust-lang/log (log)

v0.4.26

Compare Source

sfackler/rust-openssl (openssl)

v0.10.71

Compare Source

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.70...openssl-v0.10.71

serde-rs/serde (serde)

v1.0.218

Compare Source

  • Documentation improvements
serde-rs/json (serde_json)

v1.0.139

Compare Source

  • Documentation improvements
alexcrichton/tar-rs (tar)

v0.4.44

Compare Source

gyscos/zstd-rs (zstd)

v0.13.3

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 10 times, most recently from 3018296 to d00bc25 Compare February 20, 2025 05:25
@cgwalters
Copy link
Collaborator

                    ERROR Pushing image: Export: Skopeo copy: skopeo failed: time="2025-02-20T17:27:15Z" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled"
                    time="2025-02-20T17:27:43Z" level=fatal msg="writing blob: layer 65 (blob \"sha256:afb417a76b3018829069ea909f42a33c68e0b26edab81989d8271f763e4cbd3c\"/\"\"/\"sha256:1de8f5071a7adf7f5b3e1527e937ceafe085aa1ceebbf191f355a0e67cb0d088\") does not match config's DiffID \"sha256:e925d37afbb392200d6df4a72eb9292779fd9d0429f05ee960f6cc5b1c36ba5a\""
                 

Humm that's concerning...both integration tests died in the same way due to this. But I have absolutely no idea how that could happen from this change. It must have been something in the c9s base image? Yet other CI jobs ran fine...

Going to just click rebase on this one to see if retesting works, and if it does then I guess let's just move on...

@jeckersb
Copy link
Contributor

                    ERROR Pushing image: Export: Skopeo copy: skopeo failed: time="2025-02-20T17:27:15Z" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled"
                    time="2025-02-20T17:27:43Z" level=fatal msg="writing blob: layer 65 (blob \"sha256:afb417a76b3018829069ea909f42a33c68e0b26edab81989d8271f763e4cbd3c\"/\"\"/\"sha256:1de8f5071a7adf7f5b3e1527e937ceafe085aa1ceebbf191f355a0e67cb0d088\") does not match config's DiffID \"sha256:e925d37afbb392200d6df4a72eb9292779fd9d0429f05ee960f6cc5b1c36ba5a\""
                 

Humm that's concerning...both integration tests died in the same way due to this. But I have absolutely no idea how that could happen from this change. It must have been something in the c9s base image? Yet other CI jobs ran fine...

Going to just click rebase on this one to see if retesting works, and if it does then I guess let's just move on...

I noticed that too. I actually re-ran the two failed tests once to see if it was a flake, and it reproduced on the second run. What was weird is that both failures were on the same fedora version (41?) but only 2 of the 3 architectures failed and the other one worked.

@jeckersb
Copy link
Contributor

                    ERROR Pushing image: Export: Skopeo copy: skopeo failed: time="2025-02-20T17:27:15Z" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled"
                    time="2025-02-20T17:27:43Z" level=fatal msg="writing blob: layer 65 (blob \"sha256:afb417a76b3018829069ea909f42a33c68e0b26edab81989d8271f763e4cbd3c\"/\"\"/\"sha256:1de8f5071a7adf7f5b3e1527e937ceafe085aa1ceebbf191f355a0e67cb0d088\") does not match config's DiffID \"sha256:e925d37afbb392200d6df4a72eb9292779fd9d0429f05ee960f6cc5b1c36ba5a\""
                 

Humm that's concerning...both integration tests died in the same way due to this. But I have absolutely no idea how that could happen from this change. It must have been something in the c9s base image? Yet other CI jobs ran fine...
Going to just click rebase on this one to see if retesting works, and if it does then I guess let's just move on...

I noticed that too. I actually re-ran the two failed tests once to see if it was a flake, and it reproduced on the second run. What was weird is that both failures were on the same fedora version (41?) but only 2 of the 3 architectures failed and the other one worked.

Ok that makes total sense, since we're only testing on 41 (and rawhide), and we only do integration tests for aarch64 and x86_64 but not s390x.

This definitely has nothing to do with this change because it's broken elsewhere, for example https://github.com/containers/bootc/pull/1131/checks?check_run_id=37563185041

@platform-engineering-bot platform-engineering-bot changed the title chore(deps): update auto merged updates fix(deps): update auto merged updates Feb 20, 2025
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 10 times, most recently from 34cadd0 to 2c81f2b Compare February 24, 2025 20:16
Signed-off-by: Platform Engineering Bot <[email protected]>
Copy link
Contributor

@jeckersb jeckersb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should actually pass now 🥳

@platform-engineering-bot platform-engineering-bot merged commit b088833 into main Feb 25, 2025
23 checks passed
@platform-engineering-bot platform-engineering-bot deleted the renovate/auto-merged-updates branch February 25, 2025 01:24
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.

3 participants