1warning: could not read HEAD ref from repo at '/var/lib/nixbot/worktrees/scheduled-5055-update-pkgs-update-pkgs-268', using 'master'2warning: could not read HEAD ref from repo at '/var/lib/nixbot/worktrees/scheduled-5055-update-pkgs-update-pkgs-268', using 'master'3Running phase: initPhase4@nix { "action": "setPhase", "phase": "initPhase" }5Running phase: userSetupPhase6@nix { "action": "setPhase", "phase": "userSetupPhase" }7Running phase: effectPhase8@nix { "action": "setPhase", "phase": "effectPhase" }9:: live-ocr - no usable updateScript or update.sh, skipping10:: netbox-seed - no usable updateScript or update.sh, skipping11:: updater - no usable updateScript or update.sh, skipping12From https://github.com/fosskar/nixfiles13 * branch main -> FETCH_HEAD14HEAD is now at 32ef3082 flake: update noctalia (#292)15Switched to a new branch 'update-package-agent-desktop'16branch 'update-package-agent-desktop' set up to track 'origin/main'.17unpacking 'https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz' into the Git cache...18:: agent-desktop already at 0.18.019:: agent-desktop - no update20HEAD is now at 32ef3082 flake: update noctalia (#292)21Switched to a new branch 'update-package-arbor'22branch 'update-package-arbor' set up to track 'origin/main'.23$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["arbor"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source24fetch https://api.github.com/repos/penso/arbor/releases?per_page=100&page=125$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/arbor/package.nix26Not updating version, already 20260316.0127$ git -C /build/checkout diff -- /build/checkout/packages/arbor28No changes detected, skipping remaining steps29:: arbor - no update30HEAD is now at 32ef3082 flake: update noctalia (#292)31Switched to a new branch 'update-package-brave-origin'32branch 'update-package-brave-origin' set up to track 'origin/main'.33path is '/nix/store/9yw0jqw7lxrpmkiy3cbzdak886md3fjq-brave-origin-beta_1.94.96_amd64.deb'34warning: Git tree '/build/checkout' is dirty35traversed 3 files36emitted 3 files for processing37formatted 3 files (1 changed) in 42ms38[update-package-brave-origin e2dad5fe] brave-origin: 1.94.95 -> 1.94.9639 1 file changed, 2 insertions(+), 2 deletions(-)40fatal: couldn't find remote ref refs/heads/update-package-brave-origin41remote: 42remote: Create a pull request for 'update-package-brave-origin' on GitHub by visiting: 43remote: https://github.com/fosskar/nixfiles/pull/new/update-package-brave-origin 44remote: 45To https://github.com/fosskar/nixfiles.git46 * [new branch] update-package-brave-origin -> update-package-brave-origin47HEAD is now at e2dad5fe brave-origin: 1.94.95 -> 1.94.9648Switched to a new branch 'update-package-garage-ui'49branch 'update-package-garage-ui' set up to track 'origin/main'.50$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["garage-ui"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source51fetch https://github.com/Noooste/garage-ui/releases.atom52$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/garage-ui/package.nix53Update 0.10.0 -> 0.10.0 in /build/checkout/packages/garage-ui/package.nix54$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."garage-ui" or flake."garage-ui").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'55Updating subpackage frontend56$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["garage-ui", "frontend"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source57$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."garage-ui"."frontend" or flake."garage-ui"."frontend").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'58$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."garage-ui"."frontend" or flake."garage-ui"."frontend").npmDeps; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'59$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."garage-ui" or flake."garage-ui").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'60$ git -C /build/checkout diff -- /build/checkout/packages/garage-ui61No changes detected, skipping remaining steps62:: garage-ui - no update63HEAD is now at 32ef3082 flake: update noctalia (#292)64Switched to a new branch 'update-package-limux'65branch 'update-package-limux' set up to track 'origin/main'.66$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["limux"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source67fetch https://api.github.com/repos/am-will/limux/releases?per_page=100&page=168Not updating version, already 0.1.2169$ git -C /build/checkout diff -- /build/checkout/packages/limux70No changes detected, skipping remaining steps71:: limux - no update72HEAD is now at 32ef3082 flake: update noctalia (#292)73Switched to a new branch 'update-package-netbird'74branch 'update-package-netbird' set up to track 'origin/main'.75$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["netbird-client"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source76fetch https://github.com/netbirdio/netbird/releases.atom77$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/netbird-client/package.nix78Update 0.75.0 -> 0.75.0 in /build/checkout/packages/netbird-client/package.nix79$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."netbird-client" or flake."netbird-client").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'80$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."netbird-client" or flake."netbird-client").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'81$ git -C /build/checkout diff -- /build/checkout/packages/netbird-client82No changes detected, skipping remaining steps83:: netbird-client - no update84$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["netbird-dashboard"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source85fetch https://github.com/netbirdio/dashboard/releases.atom86Not updating version, already 2.90.787$ git -C /build/checkout diff -- /build/checkout/packages/netbird-dashboard88No changes detected, skipping remaining steps89:: netbird-dashboard - no update90$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["netbird-proxy"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source91fetch https://github.com/netbirdio/netbird/releases.atom92$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/netbird-proxy/package.nix93Update 0.75.0 -> 0.75.0 in /build/checkout/packages/netbird-proxy/package.nix94$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."netbird-proxy" or flake."netbird-proxy").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'95$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."netbird-proxy" or flake."netbird-proxy").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'96$ git -C /build/checkout diff -- /build/checkout/packages/netbird-proxy97No changes detected, skipping remaining steps98:: netbird-proxy - no update99$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["netbird-server"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source100fetch https://github.com/netbirdio/netbird/releases.atom101$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/netbird-server/package.nix102Update 0.75.0 -> 0.75.0 in /build/checkout/packages/netbird-server/package.nix103$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."netbird-server" or flake."netbird-server").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'104$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."netbird-server" or flake."netbird-server").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'105$ git -C /build/checkout diff -- /build/checkout/packages/netbird-server106No changes detected, skipping remaining steps107:: netbird-server - no update108HEAD is now at 32ef3082 flake: update noctalia (#292)109Switched to a new branch 'update-package-nextcloud'110branch 'update-package-nextcloud' set up to track 'origin/main'.111$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["nextcloud-assistant"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source112fetch https://api.github.com/repos/nextcloud-releases/assistant/releases?per_page=100&page=1113$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/nextcloud-assistant/package.nix114Update 3.5.0 -> 3.5.0 in /build/checkout/packages/nextcloud-assistant/package.nix115$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."nextcloud-assistant" or flake."nextcloud-assistant").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'116$ git -C /build/checkout diff -- /build/checkout/packages/nextcloud-assistant117No changes detected, skipping remaining steps118:: nextcloud-assistant - no update119$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["nextcloud-news"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source120fetch https://api.github.com/repos/nextcloud/news/releases?per_page=100&page=1121fetch https://api.github.com/repos/nextcloud/news/releases?per_page=100&page=2122fetch https://api.github.com/repos/nextcloud/news/releases?per_page=100&page=3123$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/nextcloud-news/package.nix124Not updating version, already 28.6.0125$ git -C /build/checkout diff -- /build/checkout/packages/nextcloud-news126No changes detected, skipping remaining steps127:: nextcloud-news - no update128$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["nextcloud-workflow-ocr"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source129fetch https://api.github.com/repos/R0Wi-DEV/workflow_ocr/releases?per_page=100&page=1130$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/nextcloud-workflow-ocr/package.nix131Update 1.34.0 -> 1.34.0 in /build/checkout/packages/nextcloud-workflow-ocr/package.nix132$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."nextcloud-workflow-ocr" or flake."nextcloud-workflow-ocr").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'133$ git -C /build/checkout diff -- /build/checkout/packages/nextcloud-workflow-ocr134No changes detected, skipping remaining steps135:: nextcloud-workflow-ocr - no update136HEAD is now at 32ef3082 flake: update noctalia (#292)137Switched to a new branch 'update-package-opensoho'138branch 'update-package-opensoho' set up to track 'origin/main'.139$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["opensoho"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source140fetch https://github.com/rubenbe/opensoho/releases.atom141$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/opensoho/package.nix142Update 0.14.1 -> 0.14.1 in /build/checkout/packages/opensoho/package.nix143$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."opensoho" or flake."opensoho").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'144$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."opensoho" or flake."opensoho").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'145$ git -C /build/checkout diff -- /build/checkout/packages/opensoho146No changes detected, skipping remaining steps147:: opensoho - no update148HEAD is now at 32ef3082 flake: update noctalia (#292)149Switched to a new branch 'update-package-t3code'150branch 'update-package-t3code' set up to track 'origin/main'.151$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["t3code"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source152fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=1153fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=2154fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=3155Not updating version, already 0.0.28156$ git -C /build/checkout diff -- /build/checkout/packages/t3code157No changes detected, skipping remaining steps158:: t3code - no update159HEAD is now at 32ef3082 flake: update noctalia (#292)160Switched to a new branch 'update-package-voquill'161branch 'update-package-voquill' set up to track 'origin/main'.162$ nix-instantiate --eval --json --strict /nix/store/cqz6k3fnh3pflv2bxs8qv45hj1vmbylq-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["voquill"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source163fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=1164fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=2165fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=3166fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=4167fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=5168fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=6169fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=7170fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=8171fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=9172$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/voquill/package.nix173Update 0.0.650 -> 0.0.650 in /build/checkout/packages/voquill/package.nix174$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/g4mbj30k1xx0n4z2axc8wd6a5f3bsygj-source"; in flake.packages.${builtins.currentSystem}."voquill" or flake."voquill").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'175$ git -C /build/checkout diff -- /build/checkout/packages/voquill176No changes detected, skipping remaining steps177:: voquill - no update178:: PR 296 - checks already green, merged directly179effectPhase completed in 14 minutes 31 seconds