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: looking for substitutes on 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: looking for substitutes on 'https://bordeaux.guix.gnu.org'...  16.7%
substitute: looking for substitutes on 'https://bordeaux.guix.gnu.org'...  33.3%
substitute: looking for substitutes on 'https://bordeaux.guix.gnu.org'...  50.0%
substitute: looking for substitutes on 'https://bordeaux.guix.gnu.org'...  66.7%
substitute: looking for substitutes on 'https://bordeaux.guix.gnu.org'...  83.3%
substitute: looking 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


+----------------------------------------------+
[? suite] Org to HTML
  [? test] string-ops
    [?? assert] string-drop-first-last-line single line
    ? pass - expect: , got: 
    [?? assert] string-drop-first-last single char
    ? pass - expect: a, got: a
    [?? assert] string-drop-first-last empty string
    ? pass - expect: , got: 
    [?? assert] string-drop-first-last-line empty input
    ? pass - expect: , got: 
    [?? assert] string-drop-first-last-line two lines
    ? pass - expect: , got: 
    [?? assert] string-drop-first-last two chars
    ? pass - expect: ab, got: ab
    [?? assert] string-drop-first-last-line normal case
    ? pass - expect: middle line, got: middle line
    [?? assert] string-drop-first-last normal case
    ? pass - expect: ell, got: ell
  [? 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>
  [? 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 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 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 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.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.
    [?? 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 no matches
    ? pass - expect: Just some text with no code., got: Just some text with no 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.
    [?? 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.
?? info - ran 1 tasks in: 0 seconds, 14732 microseconds

--------------------------------------------------------------

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.