fc36e6eb-2d6a-456c-a6b0-3d88aa6f5084(lambda()
`((task . "maak-deploy")
(project . "symbanta-dashboard")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/symbanta-dashboard.git")))
starting new job...
-> running command: cd "/etc/byggsteg/job-clone//symbanta-dashboard/trunk" && git reset --hard && git pull
HEAD is now at 4a46ee3 feat: Improve UA table
From https://codeberg.org/jjba23/symbanta-dashboard
4a46ee3..ab28a41 trunk -> origin/trunk
Updating 4a46ee3..ab28a41
Fast-forward
src/App.tsx | 6 +-
src/ScreenSizeStatsTable.tsx | 179 +++++++++++++++++++++++++++
src/StatsDashboard.tsx | 235 ++++++++++++++++++------------------
src/UserAgentStatsTable.tsx | 281 +++++++++++++++++++++----------------------
src/api/model/index.ts | 3 +
src/api/symbanta.ts | 164 +++++++++++++++++++++++++
6 files changed, 604 insertions(+), 264 deletions(-)
create mode 100644 src/ScreenSizeStatsTable.tsx
-> running command: cd /etc/byggsteg/job-clone/symbanta-dashboard/trunk && uname -a
Linux wolk-jjba 7.1.5-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/symbanta-dashboard/trunk && git log --name-status HEAD^..HEAD
commit ab28a410cb8d4bf8586cca3fdb041ad687fd9695
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Mon Sep 14 19:41:37 2026 +0200
feat: Improve Screen table
M src/App.tsx
A src/ScreenSizeStatsTable.tsx
M src/StatsDashboard.tsx
M src/UserAgentStatsTable.tsx
M src/api/model/index.ts
M src/api/symbanta.ts
-> running command: cd /etc/byggsteg/job-clone/symbanta-dashboard/trunk && sudo maak deploy
??? Node.js frontend environment loaded
Node version: v24.19.0
NPM version: 11.17.0
up to date, audited 273 packages in 1s
76 packages are looking for funding
run `npm fund` for details
2 high severity vulnerabilities
To address all issues, run:
npm audit fix
Run `npm audit` for details.
npm warn allow-scripts 1 package has install scripts not yet covered by allowScripts:
npm warn allow-scripts esbuild@0.28.2 (postinstall: node install.js)
npm warn allow-scripts
npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts <pkg>` to allow.
> symbanta-dashboard@0.0.0 build
> tsc -b && vite build
src/ScreenSizeStatsTable.tsx(22,23): error TS2305: Module '"./api/model"' has no exported member 'V1ScreenSizeStat'.
src/ScreenSizeStatsTable.tsx(22,46): error TS2305: Module '"./api/model"' has no exported member 'V1ScreenSizeStatsResponse'.
src/api/model/index.ts(12,15): error TS2307: Cannot find module './getScreenSizeStatsParams' or its corresponding type declarations.
src/api/model/index.ts(26,15): error TS2307: Cannot find module './v1ScreenSizeStat' or its corresponding type declarations.
src/api/model/index.ts(27,15): error TS2307: Cannot find module './v1ScreenSizeStatsResponse' or its corresponding type declarations.
src/api/symbanta.ts(28,3): error TS2305: Module '"./model"' has no exported member 'GetScreenSizeStatsParams'.
src/api/symbanta.ts(38,3): error TS2305: Module '"./model"' has no exported member 'V1ScreenSizeStatsResponse'.
Backtrace:
In ice-9/boot-9.scm:
1784:12 8 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
In unknown file:
7 (apply-smob/0 #<thunk 7f7e2fcaa2e0>)
In ice-9/boot-9.scm:
733:2 6 (call-with-prompt _ _ #<procedure default-prompt-handler (k proc)>)
In ice-9/eval.scm:
619:8 5 (_ #(#(#<directory (guile-user) 7f7e2fcaec80>)))
In ice-9/command-line.scm:
187:19 4 (_ #<input: custom-port 7f7e2fc953f0>)
In unknown file:
3 (eval ((@ (maak main) main)) #<directory (guile-user) 7f7e2fcaec80>)
In srfi/srfi-1.scm:
750:9 2 (for-each #<procedure 7f7e2edc9230 at /gnu/store/przpmzn36jjpc4aibbk3h8q7masy1zvs-profile/share/guile/site/3.0/maak/maak.scm:87:12 (task)> (deploy))
In /etc/byggsteg/job-clone/symbanta-dashboard/trunk/maak.scm:
33:2 1 (deploy)
In /gnu/store/przpmzn36jjpc4aibbk3h8q7masy1zvs-profile/share/guile/site/3.0/maak/dsl.scm:
89:12 0 ($ _ #:verbose? _ #:join _)
/gnu/store/przpmzn36jjpc4aibbk3h8q7masy1zvs-profile/share/guile/site/3.0/maak/dsl.scm:89:12: In procedure $:
Non-zero exit code when running!
Command: nix --extra-experimental-features 'flakes nix-command' develop -c bash -c 'npm install && npm run build '
Exit code: 2
--------------------------------------------------------------
Maak: the infinitely extensible command runner
Loading tasks from Maak file: /etc/byggsteg/job-clone/symbanta-dashboard/trunk/maak.scm
Executing Maak tasks: deploy
--------------------------------------------------------------
=> Running Maak task: deploy
Deploy the project.
Execute command:
nix --extra-experimental-features 'flakes nix-command' develop -c bash -c 'npm install && npm run build '