heks-linux-3c67e630-047a

job succeeded

time taken
4 seconds
started at
Fri May 15 16:10:22 2026
updated at
Fri May 15 16:10:26 2026
log uuid
3c67e630-047a-4880-859b-abf153c498d5
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.29-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 02aa0e3 feat: ??? Add nghttp2
From https://codeberg.org/jjba23/heks-linux
   02aa0e3..c2c4904  trunk      -> origin/trunk
Updating 02aa0e3..c2c4904
Fast-forward
 README.org | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)


-> running command: cd /etc/byggsteg/job-clone/heks-linux/trunk && git log --name-status HEAD^..HEAD

commit c2c490439f6bd93848715ba24b80f67b691e8a6e
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Fri May 15 16:09:53 2026 +0200

    feat: ??? Add mise-en-place tool

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 waybar-spec.scm bridges-spec.scm dconf-spec.scm)

+----------------------------------------------+
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 - expect: transparent, got: transparent
  [? test] Rofi Config String Template
    [?? assert] Config must reference the generated theme file
    ? pass - expect: #t, got: #t
?? info - ran 1 tasks in: 0 seconds, 19018 microseconds
+----------------------------------------------+
running unit tests from file: waybar-spec.scm, entrypoint: spec


+----------------------------------------------+
[? suite] Waybar Configuration Suite
  [? test] Power Menu SXML Structure
    [?? assert] Power menu should contain an interface definition
    ? pass - expect: #t, got: #t
    [?? assert] Power menu should start with SXML TOP node
    ? pass - expect: *TOP*, got: *TOP*
  [? test] CSS Rules Generation
    [?? assert] Module background should be transparent in CSS
    ? pass - expect: transparent, got: transparent
  [? test] Dynamic Start Button
    [?? assert] Start button should respect the content keyword argument
    ? pass - expect: ? test, got: ? test
  [? test] Main Configuration (JSON Source)
    [?? assert] Modules should be represented as vectors for JSON arrays
    ? pass - expect: #t, got: #t
?? info - ran 1 tasks in: 0 seconds, 27459 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 - expect: #t, got: #t
  [? test] Emacs Bridge Elisp Generation
    [?? assert] Should configure the Emacs theme
    ? pass - expect: #t, got: #t
?? info - ran 1 tasks in: 0 seconds, 29586 microseconds
+----------------------------------------------+
running unit tests from file: dconf-spec.scm, entrypoint: spec


+----------------------------------------------+
[? suite] dconf test suite
  [? test] mk-nested-dconf-writer-commands
    ? 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")
?? info - ran 1 tasks in: 0 seconds, 47053 microseconds

--------------------------------------------------------------

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))'