viewing logs
job succeeded
orgwebalchemy
- time taken
- 4 seconds
- started at
- Tue Aug 26 08:36:19 2025
- updated at
- Tue Aug 26 08:36:23 2025
- log uuid
a802a8eb-1f7d-4717-8153-f824d649e1b5
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")))
starting new job...
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && git pull
From https://codeberg.org/jjba23/orgwebalchemy
06f1799..8344cd5 trunk -> origin/trunk
* [new tag] v0.1.18 -> v0.1.18
Updating 06f1799..8344cd5
Fast-forward
.woodpecker/byggsteg.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-> 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 8344cd5c9a6b521eabd932f369d18e18c70ff68c
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Tue Aug 26 08:36:17 2025 +0200
???? fix: Improve maak file
M .woodpecker/byggsteg.yaml
-> 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
+----------------------------------------------+
[[1m? suite[0m] [1mOrg to HTML[0m
[[1m? test[0m] [1mcode block[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?? 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? 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] [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-line normal case[0m
[0;32m? pass - expect: middle line, got: middle line[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-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 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 normal case[0m
[0;32m? pass - expect: ell, got: ell[0m
[[1m? test[0m] [1morg-to-html[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 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.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.[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 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-70;;; 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
;;; 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
0/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 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 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 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 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 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?? 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 strong parsing[0m
[0;32m? pass - expect: This is <strong class="">test</strong> code., got: This is <strong class="">test</strong> code.[0m
[1m?? info - ran 1 tasks in: 0 seconds, 16924 microseconds[0m
finished running 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
[1m[INFO][2025-08-26 08:36:21+0200] Start loading tasks from file: /etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm[0m
[1m[INFO][2025-08-26 08:36:21+0200] Start executing user tasks: (test)[0m
[1m[INFO][2025-08-26 08:36:21+0200] Start task: test
[0m
[1m[INFO][2025-08-26 08:36:21+0200] Calling procedure: test[0m
[1m[INFO][2025-08-26 08:36:21+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-26 08:36:22+0200] Start loading tasks from file: /etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm[0m
[1m[INFO][2025-08-26 08:36:22+0200] Start executing user tasks: (deploy)[0m
[1m[INFO][2025-08-26 08:36:22+0200] Start task: deploy
[0m
[1m[INFO][2025-08-26 08:36:22+0200] Calling procedure: deploy[0m
[1m[INFO][2025-08-26 08:36:22+0200] Generate documentation for the project and publish to web directory.[0m