heks-linux-694ecf32-1fb3
job succeeded
- time taken
- 1 seconds
- started at
- Sun Jun 28 11:46:10 2026
- updated at
- Sun Jun 28 11:46:11 2026
- log uuid
694ecf32-1fb3-465e-9a49-acf4aa53f642
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 d2e8470 feat: ??? Improve installation and reconfigure
From https://codeberg.org/jjba23/heks-linux
d2e8470..99ab139 trunk -> origin/trunk
Updating d2e8470..99ab139
Fast-forward
README.org | 34 ++++++++++++++++++++++++++++
src/heks-linux/alacritty.scm | 27 +++++++++++++++-------
src/heks-linux/bridges.scm | 48 +++++++++++++++++++++++++++++++---------
src/heks-linux/btop.scm | 33 +++++++++++++++++++--------
src/heks-linux/containers.scm | 42 ++++++++++++++++++++++++++---------
src/heks-linux/dconf.scm | 37 ++++++++++++++++++++++---------
src/heks-linux/prelude.scm | 4 ++--
src/heks-linux/rofi.scm | 2 --
src/heks-linux/user-settings.scm | 4 ++--
9 files changed, 176 insertions(+), 55 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && uname -a
Linux wolk-jjba 7.0.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 99ab139eaf59841ae5f12e18d0c60724536d6bc7
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Sun Jun 28 11:45:51 2026 +0200
feat: ??? Expand parameter capabilities
M README.org
M src/heks-linux/alacritty.scm
M src/heks-linux/bridges.scm
M src/heks-linux/btop.scm
M src/heks-linux/containers.scm
M src/heks-linux/dconf.scm
M src/heks-linux/prelude.scm
M src/heks-linux/rofi.scm
M src/heks-linux/user-settings.scm
-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && maak test
;;; note: source file ./src/heks-linux/dconf.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/dconf.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling ./src/heks-linux/dconf.scm
;;; note: source file ./src/heks-linux/prelude.scm
;;; newer than 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/prelude.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/prelude.scm.go
;;; note: source file ./src/heks-linux/user-settings.scm
;;; newer than 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
;;; 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
;;; note: source file ./src/heks-linux/rofi.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/rofi.scm.go
;;; 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
;;; note: source file ./src/heks-linux/bridges.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/heks-linux/trunk/src/heks-linux/bridges.scm.go
;;; 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
scanning directories for unit tests...
scanning present working directory for unit tests...
found unit tests: (dconf-spec.scm rofi-spec.scm waybar-spec.scm bridges-spec.scm)
running unit tests from file: dconf-spec.scm, entrypoint: spec
------------------------------------------
[suite] dconf test suite
[test] mk-nested-dconf-writer-commands
[pass] assertion succesful, 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")
[info] ran 1 tasks in: 0 seconds, 1448 microseconds
running unit tests from file: rofi-spec.scm, entrypoint: spec
------------------------------------------
[suite] Rofi Configuration and Theming
[test] Rofi Theme (AList Structure)
[assert] Global background-color should be transparent
[pass] assertion succesful, got: transparent
[test] Rofi Config String Template
[assert] Config must reference the generated theme file
[pass] assertion succesful, got: #t
[info] ran 1 tasks in: 0 seconds, 6248 microseconds
running unit tests from file: waybar-spec.scm, entrypoint: spec
------------------------------------------
[suite] Waybar Configuration Suite
[test] CSS Rules Generation
[assert] Module background should be transparent in CSS
[pass] assertion succesful, got: transparent
[test] Main Configuration (JSON Source)
[assert] Modules should be represented as vectors for JSON arrays
[pass] assertion succesful, got: #t
[test] Dynamic Start Button
[assert] Start button should respect the content keyword argument
[pass] assertion succesful, got: ? test
[test] Power Menu SXML Structure
[assert] Power menu should contain an interface definition
[pass] assertion succesful, got: #t
[assert] Power menu should start with SXML TOP node
[pass] assertion succesful, got: *TOP*
[info] ran 1 tasks in: 0 seconds, 1157 microseconds
running unit tests from file: bridges-spec.scm, entrypoint: spec
------------------------------------------
[suite] bridges test suite
[test] Bash Bridge String Generation
[assert] Bash bridge should export the highlight variable
[pass] assertion succesful, got: #t
[test] Emacs Bridge Elisp Generation
[assert] Should configure the Emacs theme
[pass] assertion succesful, got: #t
[info] ran 1 tasks in: 0 seconds, 8834 microseconds
finished running tests
--------------------------------------------------------------
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))'