veritas-6898efca-673a

job succeeded

time taken
8 seconds
started at
Tue Jun 23 10:01:41 2026
updated at
Tue Jun 23 10:01:49 2026
log uuid
6898efca-673a-4a9a-9a1b-6af4b026de6c
inspect the job's lambda expression
(lambda()
  `((task . ("maak-test" "maak-deploy"))
    (project . "veritas")
    (branch-name . "trunk")
    (clone-url . "https://codeberg.org/jjba23/veritas.git")
    (env . ((VERITAS_REPORTER . monotone-reporter)
            (VERITAS_RUN_BENCHMARKS . false)))))
starting new job...


-> running command: cd "/etc/byggsteg/job-clone//veritas/trunk" && git reset --hard && git pull

HEAD is now at 0f6601b feat: ??? Remove unused imports
From https://codeberg.org/jjba23/veritas
   0f6601b..5cc814c  trunk      -> origin/trunk
 * [new tag]         v0.3.7     -> v0.3.7
Updating 0f6601b..5cc814c
Fast-forward
 src/veritas/assert.scm   | 1 +
 src/veritas/model.scm    | 9 +--------
 src/veritas/prelude.scm  | 7 +------
 src/veritas/reporter.scm | 1 +
 src/veritas/runner.scm   | 9 +--------
 src/veritas/shuffle.scm  | 1 +
 src/veritas/veritas.scm  | 1 +
 7 files changed, 7 insertions(+), 22 deletions(-)


-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && uname -a

Linux wolk-jjba 7.0.12-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux


-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && git log --name-status HEAD^..HEAD

commit 5cc814c09c38980b0588fcb9fe9e6ab784efc38a
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Tue Jun 23 09:59:00 2026 +0200

    feat: ??? Improve code quality

M	src/veritas/assert.scm
M	src/veritas/model.scm
M	src/veritas/prelude.scm
M	src/veritas/reporter.scm
M	src/veritas/runner.scm
M	src/veritas/shuffle.scm
M	src/veritas/veritas.scm


-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && maak test


scanning directories for unit tests...
scanning present working directory for unit tests...

found unit tests: (introduction.scm simple.scm lists.scm numeric.scm)


running unit tests from file: introduction.scm, entrypoint: spec


------------------------------------------
[suite] Testing Logic and List Operations
  [test] Number Classification Logic
    [assert] 0 should be classified as zero
    [pass] assertion succesful, got: zero
    [assert] -1 should be classified as negative
    [pass] assertion succesful, got: negative
    [assert] 99 should be classified as positive
    [pass] assertion succesful, got: positive
  [test] List Summation
    [assert] Sum of elements 1 through 5 should be 15
    [pass] assertion succesful, got: 15
    [assert] Sum of an empty list should be 0
    [pass] assertion succesful, got: 0
------------------------------------------
[suite] Error and Exception Handling
  [test] Valid summation should not throw an error
    [assert] Should not fail with a valid list of numbers
    [pass] success running without errors
  [test] Summing a list with non-numeric elements
    [assert] Should fail when list contains non-numbers
    [pass] success catching error: wrong-type-arg: (+ Wrong type argument in position ~A: ~S (2 a) (a))
------------------------------------------
[suite] Getting Started with Assertions
  [test] Basic String and Predicate Tests
    [assert] Greeting should be personalized
    [pass] assertion succesful, got: Hello, Veritas!
    [assert] 10 should be greater than 5
    [pass] assertion succesful, got: #t
    [assert] String comparison should be case-sensitive
    [pass] assertion succesful, got: #f
    [assert] Greeting should contain the provided name
    [pass] assertion succesful, got: #t
------------------------------------------
[suite] Advanced Veritas Features
[info] TRANSIRE RUBICONEM
[info] ALEA IACTA EST
  [test] A test with a complex computation block
[info] before test runs
[info] after test runs
    [assert] Complex computation inside an assertion
    [pass] assertion succesful, got: 144
+----------------------------------------------+
[benchmark]
Computation of the factorial of 10000


[run #0]
%     cumulative   self             
time   seconds     seconds  procedure
 42.86    420.71      0.06  veritas/unit/introduction.scm:146:0:factorial
 28.57      0.08      0.04  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
 28.57      0.04      0.04  fibers/scheduler.scm:446:0:yield-current-task
  0.00      0.15      0.00  veritas/veritas.scm:207:93
  0.00      0.13      0.00  anon #x16663160
  0.00      0.08      0.00  %after-gc-thunk
---
Sample count: 7
Total time: 0.147449183 seconds (0.130210965 seconds in GC)

[run #1]
%     cumulative   self             
time   seconds     seconds  procedure
 57.14      0.15      0.10  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
 28.57      0.05      0.05  fibers/scheduler.scm:446:0:yield-current-task
 14.29    553.94      0.02  veritas/unit/introduction.scm:146:0:factorial
  0.00      0.20      0.00  anon #x16663160
  0.00      0.17      0.00  veritas/veritas.scm:207:93
  0.00      0.15      0.00  %after-gc-thunk
---
Sample count: 7
Total time: 0.174887367 seconds (0.162371886 seconds in GC)

[info] ran 5 tasks in: 0 seconds, 223050 microseconds

running unit tests from file: simple.scm, entrypoint: spec


  [test] some test without suite
    [pass] assertion succesful, got: 1
------------------------------------------
[suite] Predicate Tests
  [test] List Predicates
    [assert] Empty list should not be a pair
    [pass] assertion succesful, got: #f
    [assert] Pair should be a pair
    [pass] assertion succesful, got: #t
    [assert] Empty list should be null
    [pass] assertion succesful, got: #t
    [assert] Non-empty list should not be null
    [pass] assertion succesful, got: #f
------------------------------------------
[suite] Basic Suite
  [test] Check that function calls work
    [pass] assertion succesful, got: 42
------------------------------------------
[suite] str;;; note: source file ./src/veritas/runner.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/runner.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling ./src/veritas/runner.scm
;;; note: source file ./src/veritas/prelude.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/prelude.scm.go
;;; compiling ./src/veritas/prelude.scm
;;; note: source file ./src/veritas/model.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/model.scm.go
;;; compiling ./src/veritas/model.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/model.scm.go
;;; note: source file ./src/veritas/reporter.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/reporter.scm.go
;;; compiling ./src/veritas/reporter.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/reporter.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/prelude.scm.go
;;; note: source file ./src/veritas/veritas.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/veritas.scm.go
;;; compiling ./src/veritas/veritas.scm
;;; note: source file ./src/veritas/assert.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/assert.scm.go
;;; compiling ./src/veritas/assert.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/assert.scm.go
;;; note: source file ./src/veritas/shuffle.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/shuffle.scm.go
;;; compiling ./src/veritas/shuffle.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/shuffle.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/veritas.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/runner.scm.go

  [test] String Operation Tests
    [pass] assertion succesful, got: hello world
    [pass] assertion succesful, got: #t
    [pass] assertion succesful, got: #f
------------------------------------------
[suite] Error Handling Tests
  [test] No Error on Valid Division
    [assert] Should not signal error on valid division
    [pass] success running without errors
    [assert] Valid division result
    [pass] assertion succesful, got: 5
  [test] Division by Zero Error
    [assert] Should signal error on division by zero
    [pass] success catching error: misc-error: (#f Division by zero () #f)
------------------------------------------
[suite] Complex Data Structure Tests
  [test] Association List Lookups
    [assert] Lookup 'age' in alist
    [pass] assertion succesful, got: 30
    [assert] Lookup 'name' in alist
    [pass] assertion succesful, got: Alice
    [assert] Lookup non-existent key should be #f
    [pass] assertion succesful, got: #f
  [test] Vector Operations
    [assert] Vector length
    [pass] assertion succesful, got: 3
    [assert] Vector ref at index 0
    [pass] assertion succesful, got: 1
    [assert] Vector ref at index 1
    [pass] assertion succesful, got: 2
[info] ran 6 tasks in: 0 seconds, 2763 microseconds

running unit tests from file: lists.scm, entrypoint: spec


------------------------------------------
[suite] List Manipulation Tests
  [test] List Concatenation
    [assert] Concatenate non-empty list with empty
    [pass] assertion succesful, got: (x y)
    [assert] Concatenate two non-empty lists
    [pass] assertion succesful, got: (1 2 3 4 5)
    [assert] Concatenate empty list with non-empty
    [pass] assertion succesful, got: (a b)
    [assert] Concatenate two empty lists
    [pass] assertion succesful, got: ()
  [test] Get First Element
    [assert] First element of a symbol list
    [pass] assertion succesful, got: a
    [assert] First element of an empty list should be #f
    [pass] assertion succesful, got: #f
    [assert] First element of a number list
    [pass] assertion succesful, got: 1
  [test] List Length
    [assert] Length of list with 3 elements
    [pass] assertion succesful, got: 3
    [assert] Length of empty list
    [pass] assertion succesful, got: 0
    [assert] Length of list with one element
    [pass] assertion succesful, got: 1
[info] ran 1 tasks in: 0 seconds, 1450 microseconds

running unit tests from file: numeric.scm, entrypoint: spec


------------------------------------------
[suite] Basic Suite
  [test] Basic Numeric Tests
    [assert] checks if addition works
    [pass] assertion succesful, got: 4
    [pass] assertion succesful, got: 1
    [pass] assertion succesful, got: 0
    [pass] assertion succesful, got: 1
------------------------------------------
[suite] Predicate Tests
  [test] Even Number Checks
    [assert] 1 should not be even
    [pass] assertion succesful, got: #f
    [assert] 0 should be even
    [pass] assertion succesful, got: #t
    [assert] 7 should not be even
    [pass] assertion succesful, got: #f
    [assert] 4 should be even
    [pass] assertion succesful, got: #t
[info] ran 2 tasks in: 0 seconds, 7497 microseconds
[debug] assertion-results: (#t #t #t #t #t #t #t #t)

finished running tests


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

Maak: the infinitely extensible command runner

Loading tasks from Maak file: /etc/byggsteg/job-clone/veritas/trunk/maak.scm

Executing Maak tasks: test

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

=> Running Maak task: test

  Run project's tests.


-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && sudo maak deploy

;;; note: source file /etc/byggsteg/job-clone/veritas/trunk/src/veritas/assert.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/assert.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/veritas/trunk/src/veritas/assert.scm
;;; note: source file /etc/byggsteg/job-clone/veritas/trunk/src/veritas/reporter.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/reporter.scm.go
;;; compiling /etc/byggsteg/job-clone/veritas/trunk/src/veritas/reporter.scm
;;; note: source file /etc/byggsteg/job-clone/veritas/trunk/src/veritas/model.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/model.scm.go
;;; compiling /etc/byggsteg/job-clone/veritas/trunk/src/veritas/model.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/model.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/reporter.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/assert.scm.go
;;; note: source file /etc/byggsteg/job-clone/veritas/trunk/src/veritas/prelude.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/prelude.scm.go
;;; compiling /etc/byggsteg/job-clone/veritas/trunk/src/veritas/prelude.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/prelude.scm.go
;;; note: source file /etc/byggsteg/job-clone/veritas/trunk/src/veritas/runner.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/runner.scm.go
;;; compiling /etc/byggsteg/job-clone/veritas/trunk/src/veritas/runner.scm
;;; note: source file /etc/byggsteg/job-clone/veritas/trunk/src/veritas/veritas.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/veritas.scm.go
;;; compiling /etc/byggsteg/job-clone/veritas/trunk/src/veritas/veritas.scm
;;; note: source file /etc/byggsteg/job-clone/veritas/trunk/src/veritas/shuffle.scm
;;;       newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/shuffle.scm.go
;;; compiling /etc/byggsteg/job-clone/veritas/trunk/src/veritas/shuffle.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/shuffle.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/veritas.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/runner.scm.go
API documentation saved to doc/api
index.texi:534: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:549: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:564: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:579: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:595: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:611: warning: @end hoort alleen voor te komen aan begin van regel
index.texi: warning: een 'title'-commando en '@top' vereisen een titel
hernoemd './index' -> './doc/api-dist'
Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required).  Falling back to plain text.  (see ???org-html-htmlize-output-type???)
finished publishing Veritas manual
'/srv/http/jointhefreeworld.org/api-docs/veritas/API.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fassert.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fmodel.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fprelude.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005freporter.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005frunner.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fshuffle.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fveritas.html' is verwijderd
map '/srv/http/jointhefreeworld.org/api-docs/veritas' is verwijderd
mkdir: map '/srv/http/jointhefreeworld.org/api-docs/veritas' is aangemaakt
hernoemd 'doc/api-dist/API.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/API.html'
hernoemd 'doc/api-dist/veritas_005fassert.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fassert.html'
hernoemd 'doc/api-dist/veritas_005fmodel.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fmodel.html'
hernoemd 'doc/api-dist/veritas_005fprelude.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fprelude.html'
hernoemd 'doc/api-dist/veritas_005freporter.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005freporter.html'
hernoemd 'doc/api-dist/veritas_005frunner.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005frunner.html'
hernoemd 'doc/api-dist/veritas_005fshuffle.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fshuffle.html'
hernoemd 'doc/api-dist/veritas_005fveritas.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fveritas.html'
'doc/api/index.texi' is verwijderd
map 'doc/api' is verwijderd
map 'doc/api-dist' is verwijderd
map 'doc' is verwijderd
'/srv/http/jointhefreeworld.org/manuals/veritas/index.html' is verwijderd
hernoemd 'docs/manual/en.html' -> '/srv/http/jointhefreeworld.org/manuals/veritas/index.html'


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

Maak: the infinitely extensible command runner

Loading tasks from Maak file: /etc/byggsteg/job-clone/veritas/trunk/maak.scm

Executing Maak tasks: deploy

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

=> Running Maak task: deploy

  Deploy the project's documentation.

  Execute command:
guix time-machine --channels=channels.scm -- shell -m manifest.scm -- documenta api ./src/veritas &&  texi2any -v --html --css-ref=https://jointhefreeworld.org/static/css/jointhefreeworld.css ./doc/api/index.texi

  Execute command:
guix time-machine --channels=channels.scm -- shell -m manifest.scm -- emacs -Q --batch --eval '(progn (find-file "./docs/manual/en.org") (org-html-export-to-html) (message "finished publishing Veritas manual"))'