Skip to content

Automated update#157

Merged
philiptaron merged 7 commits intoNixOS:mainfrom
infinixbot:auto-update
May 10, 2025
Merged

Automated update#157
philiptaron merged 7 commits intoNixOS:mainfrom
infinixbot:auto-update

Conversation

@infinixbot
Copy link
Contributor

@infinixbot infinixbot commented Mar 17, 2025

cargo changes

cargo upgrade

    Checking nixpkgs-vet's dependencies
name     old req compatible latest new req
====     ======= ========== ====== =======
clap     4.5.31  4.5.37     4.5.37 4.5.37 
tempfile 3.18.0  3.19.1     3.19.1 3.19.1 
   Upgrading recursive dependencies
     Locking 0 packages to latest compatible versions
note: Re-run with `--incompatible` to upgrade incompatible version requirements
note: Re-run with `--verbose` to show more dependencies
  incompatible: 5 packages
  latest: 11 packages

cargo update

    Updating crates.io index
     Locking 15 packages to latest compatible versions
    Updating anyhow v1.0.97 -> v1.0.98
    Updating errno v0.3.10 -> v0.3.11
    Updating getrandom v0.3.1 -> v0.3.2
    Updating libc v0.2.170 -> v0.2.172
    Updating linux-raw-sys v0.9.2 -> v0.9.4
    Updating once_cell v1.20.3 -> v1.21.3
    Updating proc-macro2 v1.0.94 -> v1.0.95
    Updating quote v1.0.39 -> v1.0.40
      Adding r-efi v5.2.0
    Updating redox_syscall v0.5.10 -> v0.5.12
    Updating rustix v1.0.2 -> v1.0.7
    Updating smallvec v1.14.0 -> v1.15.0
    Updating syn v2.0.100 -> v2.0.101
    Updating wasi v0.13.3+wasi-0.2.2 -> v0.14.2+wasi-0.2.4
    Updating wit-bindgen-rt v0.33.0 -> v0.39.0
note: pass `--verbose` to see 5 unchanged dependencies behind latest

cargo outdated

Name                           Project  Compat  Latest   Kind    Platform
----                           -------  ------  ------   ----    --------
colored                        2.2.0    ---     3.0.0    Normal  ---
colored->lazy_static           1.5.0    ---     Removed  Normal  ---
derive_more                    1.0.0    ---     2.0.1    Normal  ---
derive_more->derive_more-impl  1.0.0    ---     2.0.1    Normal  ---
itertools                      0.13.0   ---     0.14.0   Normal  ---
rnix                           0.11.0   ---     0.12.0   Normal  ---
rowan                          0.15.16  ---     0.16.1   Normal  ---

cargo audit

    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 772 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning repo/Cargo.lock for vulnerabilities (85 crate dependencies)

GitHub Action updates
npins changes
[INFO ] Updating 'nixpkgs' …
Changes:
-    url: https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre764610.2d9e4457f8e8/nixexprs.tar.xz
+    url: https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre793743.6b1c028bce9c/nixexprs.tar.xz
-    hash: 1b20cshhsxaxh7iryl52b2hnwpc0q1hz1g4mhy78149059436065
+    hash: 0sg0p27ill9b6c190qgn0ysrsmiphdpkzzb4lhifc3g9740lrmfk
[INFO ] Updating 'treefmt-nix' …
Changes:
-    revision: 3d0579f5cc93436052d94b73925b48973a104204
+    revision: 29ec5026372e0dec56f890e50dbe4f45930320fd
-    url: https://github.com/numtide/treefmt-nix/archive/3d0579f5cc93436052d94b73925b48973a104204.tar.gz
+    url: https://github.com/numtide/treefmt-nix/archive/29ec5026372e0dec56f890e50dbe4f45930320fd.tar.gz
-    hash: 0dbqhr4dyh0d9xi01sn6hpjhxp32kiyrrxqr59x3icl84z66rgcq
+    hash: 07p78w5f095aw8gb507bl67gd2zzgkrmbp60h1vsnap4pzafq7g2
[INFO ] Update successful.

@infinixbot infinixbot requested a review from a team as a code owner March 17, 2025 14:50
@philiptaron
Copy link
Contributor

philiptaron commented Mar 17, 2025

Someone broke 2.3 eval. Fixing.

@philiptaron
Copy link
Contributor

I verified that once that PR was merged the build went successfully. So we can either wait a week or we can retrigger and everything will be copacetic.

@philiptaron
Copy link
Contributor

I don't understand this check failure.

@philiptaron philiptaron requested a review from infinisil March 24, 2025 15:54
@philiptaron
Copy link
Contributor

Looks like we've got some catch-up work to do. Hash mismatches and more!

philiptaron added a commit to philiptaron/nixpkgs that referenced this pull request May 10, 2025
This has been broken for a while as the updater doesn't do the needful thing to update them.

Detected with NixOS/nixpkgs-vet#157 some time ago but I didn't get a chance to take a look until now.

NixOS#405049 was the most recent dependabot update.
@philiptaron
Copy link
Contributor

We're consistently failing with SIGTERM. Error: Process completed with exit code 143.

@philiptaron
Copy link
Contributor

In 3479b20, I've removed most of the nixpkgsCheck calls on previous versions of Lix and Nix to see if they are the proximate cause.

@philiptaron
Copy link
Contributor

... They were.

@philiptaron
Copy link
Contributor

I'm going to come back and figure it out later. For now, they can be disabled.

@philiptaron philiptaron merged commit bb6ec86 into NixOS:main May 10, 2025
3 checks passed
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.

2 participants