veritas-957a79d8-4c65

job succeeded

time taken
4 seconds
started at
Thu Jun 25 17:48:03 2026
updated at
Thu Jun 25 17:48:07 2026
log uuid
957a79d8-4c65-41d1-b601-60780c0c47b1
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 2e43df5 feat: ??? Code coverage
From https://codeberg.org/jjba23/veritas
   2e43df5..0e6b13d  trunk      -> origin/trunk
Updating 2e43df5..0e6b13d
Fast-forward
 README.org                      |  35 ++++++++--
 src/veritas/generator.scm       | 143 ++++++++++++++++++++++++++++++++++++++++
 src/veritas/veritas.scm         |  34 ++++++----
 test/veritas/unit/generator.scm |  56 ++++++++++++++++
 4 files changed, 250 insertions(+), 18 deletions(-)
 create mode 100644 src/veritas/generator.scm
 create mode 100644 test/veritas/unit/generator.scm


-> 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 0e6b13da6db73159e6f7633b164365f1b8001ca1
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Thu Jun 25 17:47:44 2026 +0200

    feat: ??? Generators

M	README.org
A	src/veritas/generator.scm
M	src/veritas/veritas.scm
A	test/veritas/unit/generator.scm


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

removed 'reports/lcov/coverage-1782332077-19554.info'

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

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


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


------------------------------------------
[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
  [test] Addition ValidationInitializing...
    [pass] assertion succesful, got: 4
------------------------------------------
[suite] Testing Logic and List Operations
  [test] List Summation
    [assert] Sum of an empty list should be 0
    [pass] assertion succesful, got: 0
    [assert] Sum of elements 1 through 5 should be 15
    [pass] assertion succesful, got: 15
  [test] Number Classification Logic
    [assert] 99 should be classified as positive
    [pass] assertion succesful, got: positive
    [assert] -1 should be classified as negative
    [pass] assertion succesful, got: negative
    [assert] 0 should be classified as zero
    [pass] assertion succesful, got: zero
------------------------------------------
[suite] Getting Started with Assertions
  [test] Basic String and Predicate Tests
    [assert] String comparison should be case-sensitive
    [pass] assertion succesful, got: #f
    [assert] Greeting should be personalized
    [pass] assertion succesful, got: Hello, Veritas!
    [assert] Greeting should contain the provided name
    [pass] assertion succesful, got: #t
    [assert] 10 should be greater than 5
    [pass] assertion succesful, got: #t
------------------------------------------
[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))
+----------------------------------------------+
[benchmark]
Computation of the factorial of 10000


[run #0]
%     cumulative   self             
time   seconds     seconds  procedure
 50.00      0.01      0.01  fibers/scheduler.scm:446:0:yield-current-task
 50.00      0.01      0.01  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
  0.00    154.23      0.00  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.03      0.00  veritas/veritas.scm:301:93
  0.00      0.03      0.00  anon #x2ef0d160
  0.00      0.01      0.00  %after-gc-thunk
---
Sample count: 2
Total time: 0.02541063 seconds (0.017543185 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 66.67      0.04      0.04  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
 33.33      0.02      0.02  fibers/scheduler.scm:446:0:yield-current-task
  0.00    330.89      0.00  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.06      0.00  veritas/veritas.scm:301:93
  0.00      0.06      0.00  anon #x2ef0d160
  0.00      0.04      0.00  %after-gc-thunk
---
Sample count: 3
Total time: 0.060219589 seconds (0.029395553 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 75.00      0.06      0.06  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
 25.00      0.02      0.02  fibers/scheduler.scm:446:0:yield-current-task
  0.00    421.84      0.00  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.09      0.00  veritas/veritas.scm:301:93
  0.00      0.09      0.00  anon #x2ef0d160
  0.00      0.06      0.00  %after-gc-thunk
---
Sample count: 4
Total time: 0.08519853 seconds (0.021470732 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 66.67      0.08      0.08  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
 16.67      0.02      0.02  apply-smob/1
 16.67      0.02      0.02  fibers/scheduler.scm:446:0:yield-current-task
  0.00    491.37      0.00  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.12      0.00  veritas/veritas.scm:301:93
  0.00      0.12      0.00  anon #x2ef0d160
  0.00      0.10      0.00  %after-gc-thunk
  0.00      0.02      0.00  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
---
Sample count: 6
Total time: 0.121852511 seconds (0.032361758 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 71.43      0.11      0.11  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
 14.29      0.02      0.02  apply-smob/1
 14.29      0.02      0.02  fibers/scheduler.scm:446:0:yield-current-task
  0.00    534.19      0.00  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.15      0.00  veritas/veritas.scm:301:93
  0.00      0.15      0.00  anon #x2ef0d160
  0.00      0.13      0.00  %after-gc-thunk
  0.00      0.02      0.00  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
---
Sample count: 7
Total time: 0.147223287 seconds (0.020960476 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 75.00      0.13      0.13  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
 12.50      0.02      0.02  apply-smob/1
 12.50      0.02      0.02  fibers/scheduler.scm:446:0:yield-current-task
  0.00    555.97      0.00  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.17      0.00  veritas/veritas.scm:301:93
  0.00      0.17      0.00  anon #x2ef0d160
  0.00      0.15      0.00  %after-gc-thunk
  0.00      0.02      0.00  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
---
Sample count: 8
Total time: 0.171754702 seconds (0.024470994 seconds in GC)

[run #1]
%     cumulative   self             
time   seconds     seconds  procedure
 55.56      0.10      0.10  fibers/scheduler.scm:446:0:yield-current-task
 22.22    523.14      0.04  veritas/unit/introduction.scm:151:0:factorial
 22.22      0.13      0.04  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
  0.00      0.23      0.00  anon #x2ef0d160
  0.00      0.17      0.00  veritas/veritas.scm:301:93
  0.00      0.13      0.00  %after-gc-thunk
---
Sample count: 9
Total time: 0.173498901 seconds (0.16776815 seconds in GC)

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

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


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

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 empty list with non-empty
    [pass] assertion succesful, got: (a b)
    [assert] Concatenate two non-empty lists
    [pass] assertion succesful, got: (1 2 3 4 5)
    [assert] Concatenate two empty lists
    [pass] assertion succesful, got: ()
  [test] Get First Element;;; 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
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling ./src/veritas/veritas.scm
;;; compiling ./src/veritas/generator.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/generator.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/src/veritas/veritas.scm.go
skipping source file: override/fibers/events-impl.scm
skipping source file: override/fibers/posix-clocks.scm
;;; compiling ./test/veritas/unit/generator.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/veritas/trunk/test/veritas/unit/generator.scm.go
skipping source file: override/fibers/events-impl.scm
skipping source file: override/fibers/posix-clocks.scm

    [assert] First element of a number list
    [pass] assertion succesful, got: 1
    [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
  [test] List Length
    [assert] Length of list with one element
    [pass] assertion succesful, got: 1
    [assert] Length of empty list
    [pass] assertion succesful, got: 0
    [assert] Length of list with 3 elements
    [pass] assertion succesful, got: 3
[info] ran 1 tasks in: 0 seconds, 1282 microseconds

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


[info] Code coverage report written to reports/lcov/coverage-1782402485-680006.info
------------------------------------------
[suite] Complex Data Structure Tests
  [test] Association List Lookups
    [assert] Lookup non-existent key should be #f
    [pass] assertion succesful, got: #f
    [assert] Lookup 'name' in alist
    [pass] assertion succesful, got: Alice
    [assert] Lookup 'age' in alist
    [pass] assertion succesful, got: 30
  [test] Vector Operations
    [assert] Vector ref at index 1
    [pass] assertion succesful, got: 2
    [assert] Vector ref at index 0
    [pass] assertion succesful, got: 1
    [assert] Vector length
    [pass] assertion succesful, got: 3
------------------------------------------
[suite] Basic Suite
  [test] Check that function calls work
    [pass] assertion succesful, got: 42
  [test] Do some assertions
    [pass] assertion succesful, got: 1
    [pass] assertion succesful, got: 1
    [pass] assertion succesful, got: 1
------------------------------------------
[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] Predicate Tests
  [test] List Predicates
    [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
    [assert] Empty list should not be a pair
    [pass] assertion succesful, got: #f
  [test] some test without suite
    [pass] assertion succesful, got: 1
------------------------------------------
[suite] str
  [test] String Operation Tests
    [pass] assertion succesful, got: #t
    [pass] assertion succesful, got: #f
    [pass] assertion succesful, got: hello world
[info] ran 6 tasks in: 1 seconds, -559636 microseconds

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


[info] Code coverage report written to reports/lcov/coverage-1782402486-143645.info
------------------------------------------
[suite] Basic Suite
  [test] Basic Generation
"yuVT_FK/Yx5DzXSN#$Cv5Ym{=Z.\\[}IDU6xX]+msY,+`E5Ak,M&P@I+c\\$xH(PBD\"MZ([mKF$NwM("
"bs*Fmnep$K}x'P'FJz&,4=CO;3b8H]^04FD0gdFmca2[5N;"
    [pass] success running without errors
(= | $ . b @ " Z ( O _ Y y K i r V z b 5 L D < x J l o ] H , 5 S @ Q \ t p u 4 " t)
(P F i O ` 8 h , 5 b $ 8 8 q ) !)
    [pass] success running without errors
(15 45 25 15 18 6 73 9 11 24 0 75 12 1 3 0 16 31 57 61 29 10 43 47 8 17 10 43 47 27 19 3 0 15 32)
(45 17 10 42 32 67)
    [pass] success running without errors
2
2
    [pass] success running without errors
[info] ran 1 tasks in: 0 seconds, 398216 microseconds

finished running tests
sh: line 1: genhtml: command not found


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

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

API documentation saved to doc/api
;;; 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/generator.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/generator.scm.go
;;; 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
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/veritas/trunk/src/veritas/veritas.scm.go
index.texi:901: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:916: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:931: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:946: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:962: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:978: 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'
'/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_005fgenerator.html' -> '/srv/http/jointhefreeworld.org/api-docs/veritas/veritas_005fgenerator.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


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

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