orgwebalchemy-2740db78-28db
job succeeded
- time taken
- 9 seconds
- started at
- Sat Jun 20 23:46:39 2026
- updated at
- Sat Jun 20 23:46:48 2026
- log uuid
2740db78-28db-4665-8ad4-106eb3531ff1
inspect the job's lambda expression
(lambda()
`((task . ("maak-test" "maak-deploy"))
(project . "orgwebalchemy")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/orgwebalchemy.git")
(env . ((VERITAS_REPORTER . monotone-reporter)))))
starting new job...
-> running command: cd "/etc/byggsteg/job-clone//orgwebalchemy/trunk" && git reset --hard && git pull
HEAD is now at 8be7616 ???? docs: Improve API docs
From https://codeberg.org/jjba23/orgwebalchemy
8be7616..990d003 trunk -> origin/trunk
Updating 8be7616..990d003
Fast-forward
channels.scm | 26 ++++++++++++++++++++++++++
maak.scm | 37 ++++++++++++++++++++-----------------
manifest.scm | 34 +---------------------------------
3 files changed, 47 insertions(+), 50 deletions(-)
create mode 100644 channels.scm
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && uname -a
Linux wolk-jjba 6.18.31-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && git log --name-status HEAD^..HEAD
commit 990d003aadeba590aa6e87d2d403f0e31b32f623
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Sat Jun 20 23:39:51 2026 +0200
feat: ??? Guix Time machine
M manifest.scm
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && maak test
substitute:
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 0.0%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 16.7%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 33.3%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 50.0%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 66.7%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 83.3%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 100.0%
The following derivation will be built:
/gnu/store/3digi5a08v5ha9b13pb6486hbkgy7mjj-profile.drv
0.2 MB will be downloaded
.
..
..
building CA certificate bundle...
listing Emacs sub-directories...
building fonts directory...
building directory of Info manuals...
building profile with 6 packages...
scanning directories for unit tests...
scanning present working directory for unit tests...
found unit tests: (org-to-html-spec.scm)
+----------------------------------------------+
running unit tests from file: org-to-html-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mOrg to HTML[0m
[[1m? test[0m] [1mstring-ops[0m
[[1m?? assert[0m] [1mstring-drop-first-last-line single line[0m
[0;32m? pass - expect: , got: [0m
[[1m?? assert[0m] [1mstring-drop-first-last single char[0m
[0;32m? pass - expect: a, got: a[0m
[[1m?? assert[0m] [1mstring-drop-first-last empty string[0m
[0;32m? pass - expect: , got: [0m
[[1m?? assert[0m] [1mstring-drop-first-last-line empty input[0m
[0;32m? pass - expect: , got: [0m
[[1m?? assert[0m] [1mstring-drop-first-last-line two lines[0m
[0;32m? pass - expect: , got: [0m
[[1m?? assert[0m] [1mstring-drop-first-last two chars[0m
[0;32m? pass - expect: ab, got: ab[0m
[[1m?? assert[0m] [1mstring-drop-first-last-line normal case[0m
[0;32m? pass - expect: middle line, got: middle line[0m
[[1m?? assert[0m] [1mstring-drop-first-last normal case[0m
[0;32m? pass - expect: ell, got: ell[0m
[[1m? test[0m] [1minline code[0m
[[1m?? assert[0m] [1morg-to-html inline code parsing[0m
[0;32m? pass - expect: This is <code class="bg-stone-200/75 dark:bg-stone-700/75 px-2 py-1 rounded-lg">test</code> code., got: This is <code class="bg-stone-200/75 dark:bg-stone-700/75 px-2 py-1 rounded-lg">test</code> code.[0m
[[1m? test[0m] [1mcode block[0m
[[1m?? assert[0m] [1morg-to-html code block parsing[0m
[0;32m? pass - expect: <pre class="bg-stone-200/75 dark:bg-stone-700/75 my-3 overflow-x-scroll px-3 py-2 rounded-lg whitespace-pre">some code
inside block</pre>, got: <pre class="bg-stone-200/75 dark:bg-stone-700/75 my-3 overflow-x-scroll px-3 py-2 rounded-lg whitespace-pre">some code
inside block</pre>[0m
[[1m?? assert[0m] [1morg-to-html mixed inline and block parsing[0m
[0;32m? pass - expect: Here is <code class="bg-stone-200/75 dark:bg-stone-700/75 px-2 py-1 rounded-lg">inline</code> code and a block: <pre class="bg-stone-200/75 dark:bg-stone-700/75 my-3 overflow-x-scroll px-3 py-2 rounded-lg whitespace-pre">code block</pre>, got: Here is <code class="bg-stone-200/75 dark:bg-stone-700/75 px-2 py-1 rounded-lg">inline</code> code and a block: <pre class="bg-stone-200/75 dark:bg-stone-700/75 my-3 overflow-x-scroll px-3 py-2 rounded-lg whitespace-pre">code block</pre>[0m
[[1m? test[0m] [1morg-to-html[0m
[[1m?? assert[0m] [1morg-to-html parses hr properly[0m
[0;32m? pass - expect:
some section
<hr class="dark:text-stone-500 my-8 text-stone-500"/>
then another
, got:
some section
<hr class="dark:text-stone-500 my-8 text-stone-500"/>
then another
[0m
[[1m?? assert[0m] [1morg-to-html consecutive inline formatting[0m
[0;32m? pass - expect: <strong class="">bold</strong> <em class="">italic</em> <code class="bg-stone-200/75 dark:bg-stone-700/75 px-2 py-1 rounded-lg">code</code>, got: <strong class="">bold</strong> <em class="">italic</em> <code class="bg-stone-200/75 dark:bg-stone-700/75 px-2 py-1 rounded-lg">code</code>[0m
[[1m?? assert[0m] [1morg-to-html inline strong parsing[0m
[0;32m? pass - expect: This is <strong class="">test</strong> code., got: This is <strong class="">test</strong> code.[0m
[[1m?? assert[0m] [1morg-to-html multiline inline formatting[0m
[0;32m? pass - expect: This is <em class="">multi
line</em> italic text., got: This is <em class="">multi
line</em> italic text.[0m
[[1m?? assert[0m] [1morg-to-html inline link parsing of same desc[0m
[0;32m? pass - expect: This is <a class="dark:text-blue-400 font-bold hover:dark:text-blue-300 hover:text-blue-800 hover:underline text-blue-600" href="https://www.google.co;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling ./test/veritas/unit/org-to-html-spec.scm
;;; compiling ./src/orgwebalchemy/org-to-html.scm
;;; orgwebalchemy/org-to-html.scm:143:6: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:154:14: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:163:6: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:175:8: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:182:6: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:190:6: warning: non-literal format string
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/orgwebalchemy/trunk/src/orgwebalchemy/org-to-html.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/orgwebalchemy/trunk/test/veritas/unit/org-to-html-spec.scm.go
m">https://www.google.com</a> code., got: This is <a class="dark:text-blue-400 font-bold hover:dark:text-blue-300 hover:text-blue-800 hover:underline text-blue-600" href="https://www.google.com">https://www.google.com</a> code.[0m
[[1m?? assert[0m] [1morg-to-html inline combined formatting[0m
[0;32m? pass - expect: This is <em class=""><strong class="">test</strong></em> code., got: This is <em class=""><strong class="">test</strong></em> code.[0m
[[1m?? assert[0m] [1morg-to-html inline link parsing of same desc[0m
[0;32m? pass - expect: Created GitHub ticket here: <a class="dark:text-blue-400 font-bold hover:dark:text-blue-300 hover:text-blue-800 hover:underline text-blue-600" href="https://github.com/flatpak/flatpak/issues/6135">https://github.com/flatpak/flatpak/issues/6135</a>, got: Created GitHub ticket here: <a class="dark:text-blue-400 font-bold hover:dark:text-blue-300 hover:text-blue-800 hover:underline text-blue-600" href="https://github.com/flatpak/flatpak/issues/6135">https://github.com/flatpak/flatpak/issues/6135</a>[0m
[[1m?? assert[0m] [1morg-to-html mixed block and inline formatting[0m
[0;32m? pass - expect: Inline <code class="bg-stone-200/75 dark:bg-stone-700/75 px-2 py-1 rounded-lg">code</code> before block: <pre class="bg-stone-200/75 dark:bg-stone-700/75 my-3 overflow-x-scroll px-3 py-2 rounded-lg whitespace-pre">block code</pre> after block., got: Inline <code class="bg-stone-200/75 dark:bg-stone-700/75 px-2 py-1 rounded-lg">code</code> before block: <pre class="bg-stone-200/75 dark:bg-stone-700/75 my-3 overflow-x-scroll px-3 py-2 rounded-lg whitespace-pre">block code</pre> after block.[0m
[[1m?? assert[0m] [1morg-to-html no matches[0m
[0;32m? pass - expect: Just some text with no code., got: Just some text with no code.[0m
[[1m?? assert[0m] [1morg-to-html inline italic parsing[0m
[0;32m? pass - expect: This is <em class="">test</em> code., got: This is <em class="">test</em> code.[0m
[[1m?? assert[0m] [1morg-to-html inline link parsing[0m
[0;32m? pass - expect: This is <a class="dark:text-blue-400 font-bold hover:dark:text-blue-300 hover:text-blue-800 hover:underline text-blue-600" href="https://www.google.com">some link</a> code., got: This is <a class="dark:text-blue-400 font-bold hover:dark:text-blue-300 hover:text-blue-800 hover:underline text-blue-600" href="https://www.google.com">some link</a> code.[0m
[1m?? info - ran 1 tasks in: 0 seconds, 14732 microseconds[0m
--------------------------------------------------------------
Maak: the infinitely extensible command runner
Loading tasks from Maak file: /etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm
Executing Maak tasks: test
--------------------------------------------------------------
=> Running Maak task: test
Run project's 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/orgwebalchemy/trunk/maak.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm.go
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && sudo maak deploy
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /gnu/store/2496v78b9riz6fn7i2f960b2n9hp7fd4-guile-documenta-0.4.0/bin/.documenta-real
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/gnu/store/2496v78b9riz6fn7i2f960b2n9hp7fd4-guile-documenta-0.4.0/bin/.documenta-real.go
;;; compiling /etc/byggsteg/job-clone/orgwebalchemy/trunk/src/orgwebalchemy/org-to-html.scm
;;; orgwebalchemy/org-to-html.scm:143:6: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:154:14: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:163:6: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:175:8: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:182:6: warning: non-literal format string
;;; orgwebalchemy/org-to-html.scm:190:6: warning: non-literal format string
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/orgwebalchemy/trunk/src/orgwebalchemy/org-to-html.scm.go
API documentation saved to doc/api
index.texi: warning: een 'title'-commando en '@top' vereisen een titel
hernoemd './index' -> './doc/api-dist'
'/srv/http/jointhefreeworld.org/api-docs/orgwebalchemy/orgwebalchemy_005forg_002dto_002dhtml.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/orgwebalchemy/API.html' is verwijderd
map '/srv/http/jointhefreeworld.org/api-docs/orgwebalchemy' is verwijderd
mkdir: map '/srv/http/jointhefreeworld.org/api-docs/orgwebalchemy' is aangemaakt
hernoemd 'doc/api-dist/API.html' -> '/srv/http/jointhefreeworld.org/api-docs/orgwebalchemy/API.html'
hernoemd 'doc/api-dist/orgwebalchemy_005forg_002dto_002dhtml.html' -> '/srv/http/jointhefreeworld.org/api-docs/orgwebalchemy/orgwebalchemy_005forg_002dto_002dhtml.html'
'doc/api/index.texi' is verwijderd
map 'doc/api' is verwijderd
map 'doc/api-dist' is verwijderd
map 'doc' is verwijderd
--------------------------------------------------------------
Maak: the infinitely extensible command runner
Loading tasks from Maak file: /etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm
Executing Maak tasks: deploy
--------------------------------------------------------------
=> Running Maak task: deploy
Generate documentation for the project and publish to web directory.