viewing logs

job succeeded

sss

time taken
7 seconds
started at
Tue Aug 26 17:15:15 2025
updated at
Tue Aug 26 17:15:22 2025
log uuid
9144738c-beb4-4f17-83ab-4fd1d3db141a
inspect the job's lambda expression
(lambda()
  `((task . ("maak-test" "maak-deploy"))
    (project . "sss")
    (branch-name . "trunk")
    (clone-url . "https://codeberg.org/jjba23/sss.git")
    (env . ((VERITAS_REPORTER . monotone-reporter)))))
starting new job...


-> running command: cd /etc/byggsteg/job-clone/sss/trunk && git reset --hard && git pull

HEAD is now at 6ccd0d2 ??? feature: Emacs add gray hr lines
From https://codeberg.org/jjba23/sss
   6ccd0d2..a3bb81f  trunk      -> origin/trunk
 * [new tag]         v3.4.5     -> v3.4.5
Updating 6ccd0d2..a3bb81f
Fast-forward
 maak.scm                     |  2 +-
 src/sss/emacs/modules/org.el |  2 +-
 src/sss/emacs/modules/sss.el | 10 +++++-----
 src/sss/emacs/modules/ui.el  |  8 ++++----
 4 files changed, 11 insertions(+), 11 deletions(-)


-> running command: cd /etc/byggsteg/job-clone/sss/trunk && uname -a

Linux wolk-jjba 6.15.9-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux


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

commit a3bb81fc76688b3d22deef640adbf67ec9e4126c
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Tue Aug 26 17:14:37 2025 +0200

    ??? feature: Improved Emacs integration, prettify Org
    
    - Add maak tasks in Emacs
    - Gray lines for hr

M	maak.scm
M	src/sss/emacs/modules/org.el
M	src/sss/emacs/modules/sss.el
M	src/sss/emacs/modules/ui.el


-> running command: cd /etc/byggsteg/job-clone/sss/trunk && maak test


scanning directories for unit tests...
scanning present working directory for unit tests...

found unit tests: (palette-spec.scm hyprlang-spec.scm dconf-spec.scm prelude-spec.scm)


running unit tests from file: palette-spec.scm, entrypoint: spec


------------------------------------------
[suite] Palette test suite
  [test] hex-to-rgba
    [pass] expect: rgba(0, 128, 128, 0.5), got: rgba(0, 128, 128, 0.5)
    [pass] expect: rgba(0, 0, 0, 1), got: rgba(0, 0, 0, 1)
    [pass] expect: rgba(255, 255, 255, 1), got: rgba(255, 255, 255, 1)
    [pass] expect: rgba(255, 87, 51, 1), got: rgba(255, 87, 51, 1)
  [test] get-color
    [pass] success catching error: %exception: (#<&message message: "exception ocurred! unknown palette selected: unknown-palette">)
    [pass] expect: #, got: #
  [test] get-ansi-color
    [pass] expect: #t, got: #t
[info] ran 1 tasks in: 0 seconds, 90923 microseconds

running unit tests from file: hyprlang-spec.scm, entrypoint: spec


------------------------------------------
[suite] Hyprlang test suite
  [test] exec-bind
    [pass] expect: SUPER, key, exec, cmd, got: SUPER, key, exec, cmd
  [test] hypr-translate-bind
    [pass] expect: mouse:273, got: mouse:273
    [pass] expect: mouse:272, got: mouse:272
    [pass] expect: key, got: key
  [test] serialize-hypr-section
    [pass] expect: section {
  key = value
}, got: section {
  key = value
}
    [pass] expect: section {
  subsection {
    key = value
  }
}, got: section {
  subsection {
    key = value
  }
}
  [test] special-bind
    [pass] expect: SUPER, key, dispatch, got: SUPER, key, dispatch
  [test] hypr-translate-mod
    [pass] expect: ALT, got: ALT
    [pass] expect: SUPER, got: SUPER
    [pass] expect: unknown, got: unknown
  [test] serialize-hypr-setting
    [pass] expect: key = value, got: key = value
    [pass] expect:     key = value, got:     key = value
    [pass] expect:   key = value, got:   key = value
  [test] hypr-bind
    [pass] expect: SUPER, key, dispatch, cmd, got: SUPER, key, dispatch, cmd
[info] ran 1 tasks in: 0 seconds, 4270 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, 4885 microseconds

running unit tests from file: prelude-spec.scm, entrypoint: spec

couldn't load SSS overrides, using defaultscouldn't load SSS overrides, using defaults
------------------------------------------
[suite] Prelude test suite
  [test] string-drop-first-last-n
    [pass] expect: reme sexp sys, got: reme sexp sys
    [pass] expect: e, got: e
    [pass] expect: h, got: h
    [pass] expect: ello worl, got: ello worl
  [test] get-setting used on an essential setting like 'lang always works
    [pass] expect: #f, got: #f
  [test] log-exprs does not raise errors42: 42
"supreme-sexp-system": "supreme-sexp-system"
(+ 2 2): 4
(string-upcase "hello world"): "HELLO WORLD"
(length '(1 2 3)): 3

    [pass] success running without errors
[info] ran 1 tasks in: 0 seconds, 3845 microseconds

finished running tests
WARNING: (guix ui): imported module (guix diagnostics) overrides core binding `info'
;;; note: source file /etc/byggsteg/job-clone/sss/trunk/maak.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/sss/trunk/maak.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /etc/byggsteg/job-clone/sss/trunk/maak.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/sss/trunk/maak.scm.go

[INFO][2025-08-26 17:15:18+0200] Start loading tasks from file: /etc/byggsteg/job-clone/sss/trunk/maak.scm
[INFO][2025-08-26 17:15:19+0200] Start executing user tasks: (test)
[INFO][2025-08-26 17:15:19+0200] Start task: test

[INFO][2025-08-26 17:15:19+0200]   Calling procedure: test
[INFO][2025-08-26 17:15:19+0200]   Unit tests.


-> running command: cd /etc/byggsteg/job-clone/sss/trunk && sudo maak deploy

Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
finished publishing SSS manual
'/srv/http/jointhefreeworld.org/manuals/sss/index.html' is verwijderd
hernoemd 'docs/manual/en.html' -> '/srv/http/jointhefreeworld.org/manuals/sss/index.html'

[INFO][2025-08-26 17:15:21+0200] Start loading tasks from file: /etc/byggsteg/job-clone/sss/trunk/maak.scm
[INFO][2025-08-26 17:15:21+0200] Start executing user tasks: (deploy)
[INFO][2025-08-26 17:15:21+0200] Start task: deploy

[INFO][2025-08-26 17:15:21+0200]   Calling procedure: deploy
[INFO][2025-08-26 17:15:21+0200]   Deploy the project's documentation.

[INFO][2025-08-26 17:15:21+0200]   Execute command:
guix shell -m manifest.scm --  emacs -Q --batch --eval '(progn (find-file "./docs/manual/en.org") (org-html-export-to-html) (message "finished publishing SSS manual"))'