Skip to content

beszel: 0.12.3 -> 0.13.2#449260

Merged
h7x4 merged 2 commits intoNixOS:masterfrom
hatch01:beszel
Oct 12, 2025
Merged

beszel: 0.12.3 -> 0.13.2#449260
h7x4 merged 2 commits intoNixOS:masterfrom
hatch01:beszel

Conversation

@hatch01
Copy link
Contributor

@hatch01 hatch01 commented Oct 6, 2025

Update Beszel to 0.13.1 and fix the update script for the next updates to be made automatically by r-ryantm.

Things done

  • Update version and hashes
  • Fix the build by moving the sources root.
  • Fix update script

Test of update script on artificially pinned version 0.12.9

nix-shell maintainers/scripts/update.nix --argstr package beszel


Going to be running update for following packages:
 - beszel-0.12.9

Press Enter key to continue...

Running update for:
Enqueuing group of 1 packages
 - beszel-0.12.9: UPDATING ...
 - beszel-0.12.9: DONE.

Packages updated!
  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Oct 6, 2025
@nix-owners nix-owners bot requested a review from Bot-wxt1221 October 6, 2025 21:24
@Sigmanificient
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 449260
Commit: e721fad00a3e3ab065b909feb0e971d972eeb0ab (subsequent changes)
Merge: 9cd041dec0a3112d2f24bae737ed2b2a95a6ff85

Logs: https://github.com/Sigmanificient/nixpkgs-review-gha/actions/runs/18307645191


x86_64-linux

✅ 1 package built:
  • beszel

aarch64-linux

✅ 1 package built:
  • beszel

x86_64-darwin (sandbox = true)

❌ 1 package failed to build:
  • beszel

Error logs: `x86_64-darwin`
beszel
        server_test.go:176: 
            	Error Trace:	/nix/build/nix-10783-1171350252/source/agent/server_test.go:176
            	Error:      	Received unexpected error:
            	            	dial tcp :45987: connect: operation not permitted
            	Test:       	TestStartServer/good_key_still_good
2025/10/07 10:43:06 WARN Data directory not found
2025/10/07 10:43:06 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:43:06 WARN Data directory not found
2025/10/07 10:43:06 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:43:06 WARN Data directory not found
2025/10/07 10:43:06 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:43:06 WARN Data directory not found
2025/10/07 10:43:06 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:43:06 WARN Data directory not found
2025/10/07 10:43:06 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:43:06 WARN Data directory not found
2025/10/07 10:43:06 INFO Root disk mountpoint=/ io=disk0
FAIL
FAIL	github.com/henrygd/beszel/agent	1.916s
FAIL

aarch64-darwin (sandbox = true)

❌ 1 package failed to build:
  • beszel

Error logs: `aarch64-darwin`
beszel
        server_test.go:176: 
            	Error Trace:	/nix/build/nix-7831-2689471606/source/agent/server_test.go:176
            	Error:      	Received unexpected error:
            	            	dial tcp :45987: connect: operation not permitted
            	Test:       	TestStartServer/good_key_still_good
2025/10/07 10:39:32 WARN Data directory not found
2025/10/07 10:39:32 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:39:32 WARN Data directory not found
2025/10/07 10:39:32 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:39:32 WARN Data directory not found
2025/10/07 10:39:32 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:39:32 WARN Data directory not found
2025/10/07 10:39:32 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:39:32 WARN Data directory not found
2025/10/07 10:39:32 INFO Root disk mountpoint=/ io=disk0
2025/10/07 10:39:32 WARN Data directory not found
2025/10/07 10:39:32 INFO Root disk mountpoint=/ io=disk0
FAIL
FAIL	github.com/henrygd/beszel/agent	0.676s
FAIL

@arunoruto
Copy link
Contributor

Feel free to add me to the maintainers list if you want, so I can check future updates and approve them :)

@hatch01
Copy link
Contributor Author

hatch01 commented Oct 8, 2025

Feel free to add me to the maintainers list if you want, so I can check future updates and approve them :)

I don't know how this is usually done in nixpkgs, but I think it is better to do this in another pr.

@hatch01 hatch01 force-pushed the beszel branch 3 times, most recently from 7224b85 to 0cc966b Compare October 9, 2025 20:58
@arunoruto
Copy link
Contributor

When updating the version further, please rename the commit and PR.

@hatch01 hatch01 changed the title beszel: 0.12.3 -> 0.13.1 beszel: 0.12.3 -> 0.13.2 Oct 10, 2025
@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Oct 10, 2025
@arunoruto arunoruto mentioned this pull request Oct 12, 2025
13 tasks
@h7x4 h7x4 added this pull request to the merge queue Oct 12, 2025
Merged via the queue into NixOS:master with commit fdb0a23 Oct 12, 2025
31 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants