Skip to content

Conversation

@r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 7, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/bats-core/bats-core/releases.

meta.description for bats is: Bash Automated Testing System

meta.homepage for bats is: https://github.com/bats-core/bats-core

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 1.13.0 with grep in /nix/store/r1k213vmfr57q5prgrqbqgs1s8y29v4g-bats-1.13.0
  • found 1.13.0 in filename of file in /nix/store/r1k213vmfr57q5prgrqbqgs1s8y29v4g-bats-1.13.0

Rebuild report (if merged into master) (click to expand)
12 total rebuild path(s)

12 package rebuild(s)

First fifty rebuilds by attrpath

bash-preexec
bats
crypt4gh
kicadAddons.kikit
kicadAddons.kikit-library
kikit
locate-dominating-file
packcc
python312Packages.crypt4gh
python313Packages.crypt4gh
scap-security-guide
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/r1k213vmfr57q5prgrqbqgs1s8y29v4g-bats-1.13.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A bats https://github.com/r-ryantm/nixpkgs/archive/e17a7ac58ed51960d69cb006f5f79d0a4d6d577d.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/e17a7ac58ed51960d69cb006f5f79d0a4d6d577d#bats

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/r1k213vmfr57q5prgrqbqgs1s8y29v4g-bats-1.13.0
ls -la /nix/store/r1k213vmfr57q5prgrqbqgs1s8y29v4g-bats-1.13.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: e17a7ac58ed51960d69cb006f5f79d0a4d6d577d


x86_64-linux

✅ 13 packages built:
  • bash-preexec
  • bats
  • crypt4gh (python313Packages.crypt4gh)
  • crypt4gh.dist (python313Packages.crypt4gh.dist)
  • kicadAddons.kikit
  • kicadAddons.kikit-library
  • kikit
  • kikit.dist
  • locate-dominating-file
  • packcc
  • python312Packages.crypt4gh
  • python312Packages.crypt4gh.dist
  • scap-security-guide

Maintainer pings

cc @abathur for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot requested a review from abathur November 7, 2025 21:09
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". labels Nov 7, 2025
Copy link
Member

@abathur abathur left a comment

Choose a reason for hiding this comment

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

Confirmed I also see two failing tests (96 Debug trap must only override variables that are prefixed with BATS_, 338 don't choke on setup_suite errors) in bats' own test suite via nix-build -A bats.tests.

Will need to investigate why they're failing.

@abathur
Copy link
Member

abathur commented Nov 23, 2025

Had a little time to dig into these this weekend. No resolution yet, but for posterity:

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

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants