veritas-08ab5941-f94f

job succeeded

time taken
7 seconds
started at
Tue Aug 18 19:34:58 2026
updated at
Tue Aug 18 19:35:05 2026
log uuid
08ab5941-f94f-4181-a919-49a92cec62ad
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 bf72353 docs: ????
From https://codeberg.org/jjba23/veritas
   bf72353..73f296f  trunk      -> origin/trunk
Updating bf72353..73f296f
Fast-forward
 README.org | 29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 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 73f296fc129c03f8e9925a584f37e6a294b8057a
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Tue Aug 18 19:34:45 2026 +0200

    feat: ??? Why Guix

M	README.org


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

removed 'reports/lcov/coverage-1784659650-128420.info'
removed 'reports/lcov/coverage-1784659650-360432.info'
guix shell: warning: importing module (srfi srfi-26) from the host

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

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


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


------------------------------------------
[suite] Error and Exception Handling
  [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))
  [test] Valid summation should not throw an error
    [assert] Should not fail with a valid list of numbers
    [pass] success running without errors
------------------------------------------
[suite] Getting Started with Assertions
  [test] Basic String and Predicate Tests
    [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 be personalized
    [pass] assertion succesful, got: Hello, Veritas!
    [assert] Greeting should contain the provided name
    [pass] assertion succesful, got: #t
------------------------------------------
[suite] Testing Logic and List Operations
  [test] Number Classification Logic
    [assert] 0 should be classified as zero
    [pass] assertion succesful, got: zero
    [assert] 99 should be classified as positive
    [pass] assertion succesful, got: positive
    [assert] -1 should be classified as negative
    [pass] assertion succesful, got: negative
  [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] 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
+----------------------------------------------+
[benchmark]
Computation of the factorial of 10000


[run #0]
%     cumulative   self             
time   seconds     seconds  procedure
 55.56      0.09      0.09  fibers/scheduler.scm:446:0:yield-current-task
 33.33      0.14      0.05  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
 11.11    484.16      0.02  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.23      0.00  anon #x1da14160
  0.00      0.16      0.00  veritas/veritas.scm:301:93
  0.00      0.14      0.00  %after-gc-thunk
---
Sample count: 9
Total time: 0.156332382 seconds (0.13974437 seconds in GC)

[run #1]
%     cumulative   self             
time   seconds     seconds  procedure
 75.00      0.05      0.05  fibers/scheduler.scm:446:0:yield-current-task
 25.00      0.07      0.02  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
  0.00    383.80      0.00  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.12      0.00  anon #x1da14160
  0.00      0.07      0.00  %after-gc-thunk
  0.00      0.07      0.00  veritas/veritas.scm:301:93
---
Sample count: 4
Total time: 0.066738824 seconds (0.063231985 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 60.00      0.10      0.10  fibers/scheduler.scm:446:0:yield-current-task
 40.00      0.16      0.07  override/fibers/events-impl.scm:81:0:pump-epoll-guardian
  0.00    518.02      0.00  veritas/unit/introduction.scm:151:0:factorial
  0.00      0.26      0.00  anon #x1da14160
  0.00      0.16      0.00  %after-gc-thunk
  0.00      0.16      0.00  veritas/veritas.scm:301:93
---
Sample count: 10
Total time: 0.164044269 seconds (0.095498006 seconds in GC)

[info] ran 5 tasks in: 0 seconds, 241485 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 empty lists
    [pass] assertion succesful, got: ()
    [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)
  [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
  [test] Get First Element
    [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
    [assert] First element of a symbol list
    [pass] assertion succesful, got: a
[info] ran 1 tasks in: 0 seconds, 1535 microseconds

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


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

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


------------------------------------------
[suite] Predicate Tests
  [test] Even Number Checks
    [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
    [assert] 1 should not be even
    [pass] assertion succesful, got: #f
------------------------------------------
[suite] Basic Suite
  [test] Basic Numeric Tests
    [pass] assertion succesful, got: 0
    [assert] checks if addition works
    [pass] assertion succesful, got: 4
    [pass] assertion succesful, got: 1
    [pass] assertion succesful, got: 1skipping source file: override/fibers/events-impl.scm
skipping source file: override/fibers/posix-clocks.scm
skipping source file: override/fibers/events-impl.scm
skipping source file: override/fibers/posix-clocks.scm

    [assert] arithmetic approximation
    [pass] assertion succesful, got: 0.99999999999
    [assert] arithmetic approximation
    [pass] assertion succesful, got: 0.99999999999
    [assert] arithmetic approximation
    [pass] assertion succesful, got: 0.9999999
[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: generator/simple.scm, entrypoint: spec


[info] Code coverage report written to reports/lcov/coverage-1787074502-845925.info
------------------------------------------
[suite] Basic Suite
  [test] Basic Generation
")Gd!L9)w2G9m8| {_-Z.!jeB:[Z[<sx}IqBp:#@^~v +Re{|BJAz>UBcq}\\10bHT"
"3'2+Dh-%.JMiT"
    [pass] success running without errors
(9 h [ _ 4 d @ T ; e U < 9 - % x d I r c : j V ! H n T b M Z 0 S g % L l X [ R E {)
(s Q V Y z 8 6 T E t e @ 4 C C > +)
    [pass] success running without errors
(97 20 61 12 66 16)
(9 0 44 6 69 10)
    [pass] success running without errors
8
54
    [pass] success running without errors
[info] ran 1 tasks in: 1 seconds, -770271 microseconds

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

API documentation saved to doc/api
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_html' -> './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_005fgenerator.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 -o index_html ./doc/api/index.texi