viewing logs
job succeeded
heks-linux
- time taken
- 4 seconds
- started at
- Tue Dec 30 11:22:41 2025
- updated at
- Tue Dec 30 11:22:45 2025
- log uuid
d0ae696d-1c4e-48c4-bcfa-8747da75deec
inspect the job's lambda expression
(lambda()
`((task . ("maak-test"))
(project . "heks-linux")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/heks-linux.git")
(env . ((VERITAS_REPORTER . monotone-reporter)))))
starting new job...
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && git reset --hard && git pull
HEAD is now at 347513e feat: ??? Add Modus Operandi (light)
From https://codeberg.org/jjba23/heks-linux
347513e..ba71e31 trunk -> origin/trunk
Updating 347513e..ba71e31
Fast-forward
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && uname -a
Linux wolk-jjba 6.17.12-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && git log --name-status HEAD^..HEAD
commit ba71e31a7b1d62f2075126c8881f2dc85d03b0a6
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Tue Dec 30 11:22:24 2025 +0100
feat: ??? Add Modus Operandi (light)
M README.org
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && maak test
scanning directories for unit tests...
scanning present working directory for unit tests...
found unit tests: (rofi-spec.scm bridges-spec.scm dconf-spec.scm waybar-spec.scm)
+----------------------------------------------+
running unit tests from file: rofi-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mRofi Configuration and Theming[0m
[[1m? test[0m] [1mRofi Config String Template[0m
[[1m?? assert[0m] [1mConfig must reference the generated theme file[0m
[0;32m? pass - expect: #t, got: #t[0m
[[1m? test[0m] [1mRofi Theme (AList Structure)[0m
[[1m?? assert[0m] [1mTheme sections should correctly quote and inject the font[0m
[0;32m? pass - expect: "IBM Plex Sans 14", got: "IBM Plex Sans 14"[0m
[1m?? info - ran 1 tasks in: 0 seconds, 10460 microseconds[0m
+----------------------------------------------+
running unit tests from file: bridges-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mbridges test suite[0m
[[1m? test[0m] [1mEmacs Bridge Elisp Generation[0m
[[1m?? assert[0m] [1mShould configure the Emacs theme[0m
[0;32m? pass - expect: #t, got: #t[0m
[[1m? test[0m] [1mBash Bridge String Generation[0m
[[1m?? assert[0m] [1mBash bridge should export the highlight variable[0m
[0;32m? pass - expect: #t, got: #t[0m
[1m?? info - ran 1 tasks in: 0 seconds, 8095 microseconds[0m
+----------------------------------------------+
running unit tests from file: dconf-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mdconf test suite[0m
[[1m? test[0m] [1mmk-nested-dconf-writer-commands[0m
[0;32m? pass - expect: (echo "/org/gnome/desktop/interface/gtk-key-theme --> 'Emacs'" && dconf write "/org/gnome/desktop/interface/gtk-key-theme" "'Emacs'" echo "/org/gnome/desktop/interface/cursor-size --> 24" && dconf write "/org/gnome/desktop/interface/cursor-size" "24" echo "/org/gnome/desktop/interface/enable-animations --> true" && dconf write "/org/gnome/desktop/interface/enable-animations" "true"), got: (echo "/org/gnome/desktop/interface/gtk-key-theme --> 'Emacs'" && dconf write "/org/gnome/desktop/interface/gtk-key-theme" "'Emacs'" echo "/org/gnome/desktop/interface/cursor-size --> 24" && dconf write "/org/gnome/desktop/interface/cursor-size" "24" echo "/org/gnome/desktop/interface/enable-animations --> true" && dconf write "/org/gnome/desktop/interface/enable-animations" "true")[0m
[1m?? info - ran 1 tasks in: 0 seconds, 4514 microseconds[0m
+----------------------------------------------+
running unit tests from file: waybar-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mWaybar Configuration Suite[0m
[[1m? test[0m] [1mMain Configuration (JSON Source)[0m
[[1m?? assert[0m] [1mModules should be represented as vectors for JSON arrays[0m
[0;32m? pass - expect: #t, got: #t[0m
[[1m? test[0m] [1mCSS Rules Generation[0m
[[1m?? assert[0m] [1mModule background should be transparent in CSS[0m
[0;32m? pass - expect: transparent, got: transparent[0m
[[1m? test[0m] [1mPower Menu SXML Structure[0m
[[1m?? assert[0m] [1mPower menu should start with SXML TOP node[0m
[0;32m? pass - expect: *TOP*, got: *TOP*[0m
[[1m?? assert[0m] [1mPower menu should contain an interface definition[0m
[0;32m? pass - expect: #t, got: #t[0m
[[1m? test[0m] [1mDynamic Start Button[0m
[[1m?? assert[0m] [1mStart button should respect the content keyword argument[0m
[0;32m? pass - expect: ? test, got: ? test[0m
[1m?? info - ran 1 tasks in: 0 seconds, 6473 microseconds[0m
--------------------------------------------------------------
Maak: the infinitely extensible command runner
Loading tasks from Maak file: /etc/byggsteg/job-clone/heks-linux/trunk/maak.scm
Executing Maak tasks: test
--------------------------------------------------------------
=> Running Maak task: test
Unit tests.
Execute command:
guix time-machine --channels=channels.scm -- shell -m manifest.scm -- guile -L ./src -L ./test -c '((@ (veritas runner) run-tests))'