viewing logs
job succeeded
orgwebalchemy
- time taken
- 3 seconds
- started at
- Thu Aug 28 14:52:58 2025
- updated at
- Thu Aug 28 14:53:01 2025
- log uuid
fac05969-ae9f-4013-b172-3e4aa8546ec3
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 2fb0e81 ??? feature: Add improved hot-reload
From https://codeberg.org/jjba23/orgwebalchemy
2fb0e81..8be7616 trunk -> origin/trunk
* [new tag] v0.1.23 -> v0.1.23
Updating 2fb0e81..8be7616
Fast-forward
maak.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/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/orgwebalchemy/trunk && git log --name-status HEAD^..HEAD
commit 8be7616779a670a7c399446aa8bb19efb56795cc
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Thu Aug 28 14:52:51 2025 +0200
???? docs: Improve API docs
M maak.scm
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && maak test
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
------------------------------------------
[suite] Org to HTML
[test] string-ops
[assert] string-drop-first-last-line two lines
[pass] expect: , got:
[assert] string-drop-first-last single char
[pass] expect: a, got: a
[assert] string-drop-first-last normal case
[pass] expect: ell, got: ell
[assert] string-drop-first-last empty string
[pass] expect: , got:
[assert] string-drop-first-last-line normal case
[pass] expect: middle line, got: middle line
[assert] string-drop-first-last-line empty input
[pass] expect: , got:
[assert] string-drop-first-last two chars
[pass] expect: ab, got: ab
[assert] string-drop-first-last-line single line
[pass] expect: , got:
[test] org-to-html
[assert] org-to-html parses hr properly
[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
[assert] org-to-html multiline inline formatting
[pass] expect: This is <em class="">multi
line</em> italic text., got: This is <em class="">multi
line</em> italic text.
[assert] org-to-html no matches
[pass] expect: Just some text with no code., got: Just some text with no code.
[assert] org-to-html inline link parsing
[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.
[assert] org-to-html inline combined formatting
[pass] expect: This is <em class=""><strong class="">test</strong></em> code., got: This is <em class=""><strong class="">test</strong></em> code.
[assert] org-to-html inline link parsing of same desc
[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>
[assert] org-to-html mixed block and inline formatting
[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.
[assert] org-to-html consecutive inline formatting
[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>
[assert] org-to-html inline strong parsing
[pass] expect: This is <strong class="">test</strong> code., got: This is <strong class="">test</strong> code.
[assert] org-to-html inline link parsing of same desc
[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">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.
[assert] org-to-html inline italic parsing
[pass] expect: This is <em class="">test</em> code., got: This is <em class="">test</em> code.
[test] inline code
[assert] org-to-html inline code parsing
[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.
[test] code block
[assert] org-to-html code block parsing
[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>
[assert] org-to-html mixed inline and block parsing
[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>
[info] ran 1 tasks in: 0 seconds, 8737 microseconds
finished running tests
;;; note: source file /etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/orgwebalchemy/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/orgwebalchemy/trunk/maak.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm.go
[1m[INFO][2025-08-28 14:53:00+0200] Start loading tasks from file: /etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm[0m
[1m[INFO][2025-08-28 14:53:00+0200] Start executing user tasks: (test)[0m
[1m[INFO][2025-08-28 14:53:00+0200] Start task: test
[0m
[1m[INFO][2025-08-28 14:53:00+0200] Calling procedure: test[0m
[1m[INFO][2025-08-28 14:53:00+0200] Run project's tests.[0m
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && sudo maak deploy
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'
map 'doc/api-dist' is verwijderd
'doc/api/index.texi' is verwijderd
map 'doc/api' is verwijderd
map 'doc' is verwijderd
[1m[INFO][2025-08-28 14:53:00+0200] Start loading tasks from file: /etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm[0m
[1m[INFO][2025-08-28 14:53:00+0200] Start executing user tasks: (deploy)[0m
[1m[INFO][2025-08-28 14:53:00+0200] Start task: deploy
[0m
[1m[INFO][2025-08-28 14:53:00+0200] Calling procedure: deploy[0m
[1m[INFO][2025-08-28 14:53:00+0200] Generate documentation for the project and publish to web directory.[0m