heks-linux-a4bb65e8-42ad
job succeeded
- time taken
- 19 seconds
- started at
- Tue Apr 21 08:49:43 2026
- updated at
- Tue Apr 21 08:50:02 2026
- log uuid
a4bb65e8-42ad-4ea3-b6ad-d97b2c769977
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 && uname -a
Linux wolk-jjba 6.18.22-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && git reset --hard && git pull
HEAD is now at f5d9b59 feat: ??? font size
From https://codeberg.org/jjba23/heks-linux
f5d9b59..1271c42 trunk -> origin/trunk
* [new tag] v1.1.2 -> v1.1.2
* [new tag] v1.1.1 -> v1.1.1
Updating f5d9b59..1271c42
Fast-forward
README.org | 1 +
maak.scm | 5 ++++-
src/heks-linux/packages/flatpak.scm | 4 ++--
src/heks-linux/palette.scm | 15 +++++++++++++++
src/heks-linux/prelude.scm | 4 ++++
src/heks-linux/user-settings.scm | 5 +++--
src/heks-linux/wallpaper.scm | 35 ++++++++++++++++++++++++++++++++++-
7 files changed, 63 insertions(+), 6 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && git log --name-status HEAD^..HEAD
commit 1271c424487a511bae70249ad1b500bd56ff57fd
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Tue Apr 21 08:49:17 2026 +0200
feat: ??? Add doom-molokai
M README.org
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && maak test
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling ./test/veritas/unit/dconf-spec.scm
;;; compiling ./src/heks-linux/dconf.scm
;;; compiling ./src/heks-linux/prelude.scm
;;; compiling ./src/heks-linux/palette.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/palette.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/prelude.scm.go
;;; compiling ./src/heks-linux/user-settings.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/user-settings.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/dconf.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/test/veritas/unit/dconf-spec.scm.go
;;; compiling ./test/veritas/unit/waybar-spec.scm
;;; compiling ./src/heks-linux/waybar.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/waybar.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/test/veritas/unit/waybar-spec.scm.go
;;; compiling ./test/veritas/unit/bridges-spec.scm
;;; compiling ./src/heks-linux/bridges.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/bridges.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/test/veritas/unit/bridges-spec.scm.go
;;; compiling ./test/veritas/unit/rofi-spec.scm
;;; compiling ./src/heks-linux/rofi.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/rofi.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/test/veritas/unit/rofi-spec.scm.go
scanning directories for unit tests...
scanning present working directory for unit tests...
found unit tests: (dconf-spec.scm waybar-spec.scm bridges-spec.scm rofi-spec.scm)
+----------------------------------------------+
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, 16520 microseconds[0m
+----------------------------------------------+
running unit tests from file: waybar-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mWaybar Configuration Suite[0m
[[1m? test[0m] [1mPower Menu SXML Structure[0m
[[1m?? assert[0m] [1mPower menu should contain an interface definition[0m
[0;32m? pass - expect: #t, got: #t[0m
[[1m?? assert[0m] [1mPower menu should start with SXML TOP node[0m
[0;32m? pass - expect: *TOP*, got: *TOP*[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] [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? 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?? info - ran 1 tasks in: 0 seconds, 5085 microseconds[0m
+----------------------------------------------+
running unit tests from file: bridges-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mbridges test suite[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? 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?? info - ran 1 tasks in: 0 seconds, 19600 microseconds[0m
+----------------------------------------------+
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] [1mGlobal background-color should be transparent[0m
[0;32m? pass - expect: transparent, got: transparent[0m
[1m?? info - ran 1 tasks in: 1 seconds, -909126 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))'
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /etc/byggsteg/job-clone/heks-linux/trunk/maak.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/maak.scm.go