viewing logs

job succeeded

veritas

time taken
5 seconds
started at
Tue Aug 26 12:32:20 2025
updated at
Tue Aug 26 12:32:25 2025
log uuid
6e559f91-ea81-4cef-988e-32119e064618
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)))))
starting new job...


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

HEAD is now at 37527f0 ??? feature: Modernize my Guile stack with Maak
Already up to date.


-> running command: cd /etc/byggsteg/job-clone/veritas/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/veritas/trunk && git log --name-status HEAD^..HEAD

commit 37527f02b7da973cba7404ff562171744af9353e
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Tue Aug 26 12:29:31 2025 +0200

    ??? feature: Modernize my Guile stack with Maak

M	maak.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: (numeric.scm simple.scm introduction.scm lists.scm)


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


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

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


------------------------------------------
[suite] Basic Suite
  [test] Check that function calls work
    [pass] expect: 42, got: 42
  [test] some test without suite
    [pass] expect: 1, got: 1
------------------------------------------
[suite] Error Handling Tests
  [test] No Error on Valid Division
    [assert] Valid division result
    [pass] expect: 5, got: 5
    [assert] Should not signal error on valid division
    [pass] success running without errors
  [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] str
  [test] String Operation Tests
    [pass] expect: hello world, got: hello world
    [pass] expect: #f, got: #f
    [pass] expect: #t, got: #t
------------------------------------------
[suite] Predicate Tests
  [test] List Predicates
    [assert] Empty list should be null
    [pass] expect: #t, got: #t
    [assert] Non-empty list should not be null
    [pass] expect: #f, got: #f
    [assert] Empty list should not be a pair
    [pass] expect: #f, got: #f
    [assert] Pair should be a pair
    [pass] expect: #t, got: #t
------------------------------------------
[suite] Complex Data Structure Tests
  [test] Vector Operations
    [assert] Vector ref at index 1
    [pass] expect: 2, got: 2
    [assert] Vector length
    [pass] expect: 3, got: 3
    [assert] Vector ref at index 0
    [pass] expect: 1, got: 1
  [test] Association List Lookups
    [assert] Lookup non-existent key should be #f
    [pass] expect: #f, got: #f
    [assert] Lookup 'name' in alist
    [pass] expect: Alice, got: Alice
    [assert] Lookup 'age' in alist
    [pass] expect: 30, got: 30
[info] ran 6 tasks in: 0 seconds, 9249 microseconds

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


------------------------------------------
[suite] Testing Logic and List Operations
  [test] Number Classification Logic
    [assert] 99 should be classified as positive
    [pass] expect: positive, got: positive
    [assert] -1 should be classified as negative
    [pass] expect: negative, got: negative
    [assert] 0 should be classified as zero
    [pass] expect: zero, got: zero
  [test] List Summation
    [assert] Sum of an empty list should be 0
    [pass] expect: 0, got: 0
    [assert] Sum of elements 1 through 5 should be 15
    [pass] expect: 15, got: 15
------------------------------------------
[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] expect: #t, got: #t
    [assert] Greeting should contain the provided name
    [pass] expect: #t, got: #t
    [assert] String comparison should be case-sensitive
    [pass] expect: #f, got: #f
    [assert] Greeting should be personalized
    [pass] expect: Hello, Veritas!, got: Hello, Veritas!
+----------------------------------------------+
[benchmark]
Computation of the factorial of 10000


[run #0]
%     cumulative   self             
time   seconds     seconds  procedure
100.00      0.35      0.35  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00    970.55      0.00  veritas/unit/introduction.scm:146:0:factorial
  0.00      0.35      0.00  anon #x1dd5c0c0
  0.00      0.35      0.00  veritas/veritas.scm:216:93
  0.00      0.35      0.00  %after-gc-thunk
---
Sample count: 17
Total time: 0.349708985 seconds (0.327162654 seconds in GC)

[run #1]
%     cumulative   self             
time   seconds     seconds  procedure
 89.47      0.35      0.35  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
 10.53   1253.42      0.04  veritas/unit/introduction.scm:146:0:factorial
  0.00      0.39      0.00  veritas/veritas.scm:216:93
  0.00      0.35      0.00  anon #x1dd5c0c0
  0.00      0.35      0.00  %after-gc-thunk
---
Sample count: 19
Total time: 0.390433742 seconds (0.376181172 seconds in GC)

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


[run #0]
%     cumulative   self             
time   seconds     seconds  procedure
 50.00    776.83      0.06  veritas/unit/introduction.scm:146:0:factorial
 50.00      0.06      0.06  fibers/scheduler.scm:360:0:yield-current-task
  0.00      0.11      0.00  anon #x1dd5c0c0
  0.00      0.11      0.00  veritas/veritas.scm:216:93
  0.00      0.06      0.00  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00      0.06      0.00  %after-gc-thunk
---
Sample count: 4
Total time: 0.110447776 seconds (0.10248522 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 42.86    886.92      0.06  veritas/unit/introduction.scm:146:0:factorial
 42.86      0.06      0.06  fibers/scheduler.scm:360:0:yield-current-task
 14.29      0.06      0.02  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00      0.15      0.00  veritas/veritas.scm:216:93
  0.00      0.13      0.00  anon #x1dd5c0c0
  0.00      0.06      0.00  %after-gc-thunk
---
Sample count: 7
Total time: 0.151167857 seconds (0.038421642 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 50.00      0.20      0.20  fibers/scheduler.scm:360:0:yield-current-task
 27.78      0.29      0.11  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
 22.22   1316.62      0.09  veritas/unit/introduction.scm:146:0:factorial
  0.00      0.49      0.00  anon #x1dd5c0c0
  0.00      0.40      0.00  veritas/veritas.scm:216:93
  0.00      0.29      0.00  %after-gc-thunk
---
Sample count: 18
Total time: 0.399951767 seconds (0.238940405 seconds in GC)

[run #1]
%     cumulative   self             
time   seconds     seconds  procedure
 66.67      0.17      0.17  fibers/scheduler.scm:360:0:yield-current-task
 33.33      0.23      0.08  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00   1249.41      0.00  veritas/unit/introduction.scm:146:0:factorial
  0.00      0.40      0.00  anon #x1dd5c0c0
  0.00      0.25      0.00  veritas/veritas.scm:216:93
  0.00      0.23      0.00  %after-gc-thunk
---
Sample count: 12
Total time: 0.25213936 seconds (0.238540721 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 55.56      0.24      0.24  fibers/scheduler.scm:360:0:yield-current-task
 44.44      0.40      0.19  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00   1544.19      0.00  veritas/unit/introduction.scm:146:0:factorial
  0.00      0.64      0.00  anon #x1dd5c0c0
  0.00      0.43      0.00  veritas/veritas.scm:216:93
  0.00      0.40      0.00  %after-gc-thunk
---
Sample count: 18
Total time: 0.42517574 seconds (0.165472959 seconds in GC)

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

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


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

finished running tests

[INFO][2025-08-26 12:32:21+0200] Start loading tasks from file: /etc/byggsteg/job-clone/veritas/trunk/maak.scm
[INFO][2025-08-26 12:32:21+0200] Start executing user tasks: (test)
[INFO][2025-08-26 12:32:21+0200] Start task: test

[INFO][2025-08-26 12:32:21+0200]   Calling procedure: test
[INFO][2025-08-26 12:32:21+0200]   Run project's tests.


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

'doc/api-dist/veritas_005fprelude.html' is verwijderd
'doc/api-dist/veritas_005freporter.html' is verwijderd
'doc/api-dist/veritas_005fshuffle.html' is verwijderd
'doc/api-dist/veritas_005fassert.html' is verwijderd
'doc/api-dist/veritas_005fmodel.html' is verwijderd
'doc/api-dist/veritas_005fveritas.html' is verwijderd
'doc/api-dist/veritas_005frunner.html' is verwijderd
'doc/api-dist/API.html' is verwijderd
map 'doc/api-dist' is verwijderd
'doc/api/index.texi' is verwijderd
map 'doc/api' is verwijderd
map 'doc' is verwijderd
API documentation saved to doc/api
index.texi:527: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:542: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:557: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:572: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:588: warning: @end hoort alleen voor te komen aan begin van regel
index.texi:604: 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
mkdir: map '/srv/http/jointhefreeworld.org/manuals/veritas' is aangemaakt
hernoemd 'docs/manual/en.html' -> '/srv/http/jointhefreeworld.org/manuals/veritas/index.html'

[INFO][2025-08-26 12:32:22+0200] Start loading tasks from file: /etc/byggsteg/job-clone/veritas/trunk/maak.scm
[INFO][2025-08-26 12:32:22+0200] Start executing user tasks: (deploy)
[INFO][2025-08-26 12:32:22+0200] Start task: deploy

[INFO][2025-08-26 12:32:22+0200]   Calling procedure: deploy
[INFO][2025-08-26 12:32:22+0200]   Deploy the project's documentation.

[INFO][2025-08-26 12:32:23+0200]   Execute command:
guix 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"))'