viewing logs
job succeeded
orgwebalchemy
- time taken
- 1 seconds
- started at
- Tue Aug 26 09:03:34 2025
- updated at
- Tue Aug 26 09:03:35 2025
- log uuid
0ad18597-ce1a-4a55-9b87-a408c9a3fa83
inspect the job's lambda expression
(lambda() `((project . "orgwebalchemy")(branch-name . "trunk")(task . "maak-test")(clone-url . "https://codeberg.org/jjba23/orgwebalchemy")))
starting new job...
-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && git pull
Already up to date.
-> 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 7c58d9cbb924d5aca5ad12cb16782c9af7f24df7
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Tue Aug 26 08:37:33 2025 +0200
???? ci: Improve pipeline reporter
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] [1morg-to-html[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 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 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 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 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 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 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? 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 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?? 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 two lines[0m
[0;32m? pass - expect: , got: [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-line normal case[0m
[0;32m? pass - expect: middle line, got: middle line[0m
[[1m?? assert[0m] [1mstring-drop-first-last empty string[0m
[0;32m? pass - expect: , got: [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?? info - ran 1 tasks in: 0 seconds, 8175 microseconds[0m
finished running tests
[1m[INFO][2025-08-26 09:03:35+0200] Start loading tasks from file: /etc/byggsteg/job-clone/orgwebalchemy/trunk/maak.scm[0m
[1m[INFO][2025-08-26 09:03:35+0200] Start executing user tasks: (test)[0m
[1m[INFO][2025-08-26 09:03:35+0200] Start task: test
[0m
[1m[INFO][2025-08-26 09:03:35+0200] Calling procedure: test[0m
[1m[INFO][2025-08-26 09:03:35+0200] Run project's tests.[0m