viewing logs

job succeeded

veritas

time taken
17 seconds
started at
Fri Jul 25 07:59:57 2025
updated at
Fri Jul 25 08:00:14 2025
log uuid
a3ca541e-3043-401d-aa0b-7b6a247dfdee
inspect the job's lambda expression
(lambda()
  `((task . ("make-test" "pull-and-deploy"))
    (project . "veritas")
    (branch-name . "trunk")            
    (clone-url . "https://codeberg.org/jjba23/veritas.git")))
    

starting new job...

-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && uname -a
Linux wolk-jjba 6.15.5-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux

-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && git pull
Already up to date.

-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && git log --name-status HEAD^..HEAD
commit 42311cbb07dd79cab648181fb018b944314e9f2f
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Fri Jul 25 07:59:17 2025 +0200

    delayed computation

M	Makefile
M	docs/api-documentation.org
M	src/veritas/assert.scm
M	src/veritas/shuffle.scm
M	src/veritas/veritas.scm
M	test/veritas/unit/simple.scm

-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && make test
make[1]: Entering directory '/etc/byggsteg/job-clone/veritas/trunk'

[INFO] 2025-07-25 08:00:06+02:00 - formatting all Scheme files
find . -maxdepth 8 -name "*.scm" -type f -exec guix style -f {} \;
VERITAS_RUN_BENCHMARKS=true VERITAS_TEST_TYPE=unit \
	guix shell -m manifest.scm -- \
	guile --fresh-auto-compile -L ./src \
	-L ./test \
	-c '((@ (veritas runner) run-tests))'

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

found unit tests: (simple.scm da/da.scm)

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


+----------------------------------------------+
[? 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] Predicate Tests
  [? test] Even Number Checks
    [?? assert] 4 should be even
    ? pass - expect: #t, got: #t
    [?? assert] 1 should not be even
    ? pass - expect: #f, got: #f
    [?? assert] 7 should not be even
    ? pass - expect: #f, got: #f
    [?? assert] 0 should be even
    ? pass - expect: #t, got: #t
  [? test] List Predicates
    [?? assert] Pair should be a pair
    ? pass - expect: #t, got: #t
    [?? 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
+----------------------------------------------+
[? suite] str
  [? test] String Operation Tests
    ? pass - expect: #f, got: #f
    ? pass - expect: hello world, got: hello world
    ? pass - expect: #t, got: #t
+----------------------------------------------+
[? suite] Complex Data Structure Tests
  [? test] Association List Lookups
    [?? assert] Lookup 'name' in alist
    ? pass - expect: Alice, got: Alice
    [?? assert] Lookup 'age' in alist
    ? pass - expect: 30, got: 30
    [?? assert] Lookup non-existent key should be #f
    ? pass - expect: #f, got: #f
  [? test] Vector Operations
    [?? assert] Vector length
    ? pass - expect: 3, got: 3
    [?? assert] Vector ref at index 1
    ? pass - expect: 2, got: 2
    [?? assert] Vector ref at index 0
    ? pass - expect: 1, got: 1
+----------------------------------------------+
[? suite] Basic Suite
  [? test] Check that function calls work
    ? pass - expect: 42, got: 42
  [? test] Basic Numeric Tests
    ? pass - expect: 0, got: 0
    ? pass - expect: 1, got: 1
    ? pass - expect: 1, got: 1
    [?? assert] checks if addition works
    ? pass - expect: 4, got: 4
  [? test] some test without suite
    ? pass - expect: 1, got: 1
+----------------------------------------------+
[? benchmark]
Recursive computation of the factorial of 10000


[? run #0]
%     cumulative   self             
time   seconds     seconds  procedure
 58.33      0.31      0.20  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
 33.33      0.11      0.11  fibers/scheduler.scm:360:0:yield-current-task
  8.33    752.44      0.03  veritas/unit/simple.scm:134:0:factorial
  0.00      0.42      0.00  anon #xba700c0
  0.00      0.33      0.00  veritas/veritas.scm:172:93
  0.00      0.31      0.00  %after-gc-thunk
---
Sample count: 12
Total time: 0.334453716 seconds (0.304697861 seconds in GC)

[? run #1]
%     cumulative   self             
time   seconds     seconds  procedure
100.00      0.06      0.06  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00    438.95      0.00  veritas/unit/simple.scm:134:0:factorial
  0.00      0.06      0.00  anon #xba700c0
  0.00      0.06      0.00  veritas/veritas.scm:172:93
  0.00      0.06      0.00  %after-gc-thunk
---
Sample count: 2
Total time: 0.061276384 seconds (0.050572705 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 50.00      0.24      0.13  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
 50.00      0.13      0.13  fibers/scheduler.scm:360:0:yield-current-task
  0.00   1016.55      0.00  veritas/unit/simple.scm:134:0:factorial
  0.00      0.38      0.00  anon #xba700c0
  0.00      0.27      0.00  veritas/veritas.scm:172:93
  0.00      0.24      0.00  %after-gc-thunk
---
Sample count: 10
Total time: 0.269956926 seconds (0.193872077 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 50.00      0.34      0.18  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
 50.00      0.18      0.18  fibers/scheduler.scm:360:0:yield-current-task
  0.00   1047.02      0.00  veritas/unit/simple.scm:134:0:factorial
  0.00      0.52      0.00  anon #xba700c0
  0.00      0.37      0.00  veritas/veritas.scm:172:93
  0.00      0.34      0.00  %after-gc-thunk
---
Sample count: 14
Total time: 0.366675868 seconds (0.093606376 seconds in GC)

[? run #2]
%     cumulative   self             
time   seconds     seconds  procedure
100.00      0.10      0.10  fibers/scheduler.scm:360:0:yield-current-task
  0.00    604.08      0.00  veritas/unit/simple.scm:134:0:factorial
  0.00      0.18      0.00  anon #xba700c0
  0.00      0.10      0.00  veritas/veritas.scm:172:93
  0.00      0.08      0.00  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00      0.08      0.00  %after-gc-thunk
---
Sample count: 4
Total time: 0.103521705 seconds (0.093646889 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 71.43      0.24      0.24  fibers/scheduler.scm:360:0:yield-current-task
 28.57      0.31      0.10  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00    988.26      0.00  veritas/unit/simple.scm:134:0:factorial
  0.00      0.55      0.00  anon #xba700c0
  0.00      0.34      0.00  veritas/veritas.scm:172:93
  0.00      0.31      0.00  %after-gc-thunk
---
Sample count: 14
Total time: 0.337759538 seconds (0.226826867 seconds in GC)

?? info - ran 7 tasks in: 1 seconds, -474460 microseconds
running unit tests from file: da/da.scm, entrypoint: spec


+----------------------------------------------+
[? suite] List Manipulation Tests
  [? test] List Concatenation
    [?? assert] Concatenate non-empty list with empty
    ? pass - expect: (x y), got: (x y)
    [?? assert] Concatenate two non-empty lists
    ? pass - expect: (1 2 3 4 5), got: (1 2 3 4 5)
    [?? assert] Concatenate empty list with non-empty
    ? pass - expect: (a b), got: (a b)
    [?? assert] Concatenate two empty lists
    ? pass - expect: (), got: ()
  [? 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
  [? test] Get First Element
    [?? assert] First element of a symbol list
    ? pass - expect: a, got: a
    [?? assert] First element of an empty list should be #f
    ? pass - expect: #f, got: #f
    [?? assert] First element of a number list
    ? pass - expect: 1, got: 1
?? info - ran 1 tasks in: 0 seconds, 12823 microsecondsmake[1]: Leaving directory '/etc/byggsteg/job-clone/veritas/trunk'

-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && sudo make deploy
guix shell -m manifest.scm -- emacs -Q --batch \
	--eval '(progn (find-file "/etc/byggsteg/job-clone/veritas/trunk/docs/api-documentation.org")(org-html-export-to-html)(message "finished publishing Veritas API documentation"))'
mkdir -pv "/srv/http/jointhefreeworld.org"/manuals/veritas-api-documentation
rm -rfv "/srv/http/jointhefreeworld.org"/manuals/veritas-api-documentation/index.html
'/srv/http/jointhefreeworld.org/manuals/veritas-api-documentation/index.html' is verwijderd
mv -v docs/api-documentation.html "/srv/http/jointhefreeworld.org"/manuals/veritas-api-documentation/index.html
hernoemd 'docs/api-documentation.html' -> '/srv/http/jointhefreeworld.org/manuals/veritas-api-documentation/index.html'