viewing logs

job succeeded

veritas

time taken
8 seconds
started at
Tue Jul 22 22:03:27 2025
updated at
Tue Jul 22 22:03:35 2025
log uuid
550ee9c3-bebc-46d8-8f97-da64d3212208
inspect the job's lambda expression
(lambda()
  `((task . "make-test")
    (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 586c4cc936ad004c6aa19f0f3971e5e479f6c907
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Tue Jul 22 22:03:23 2025 +0200

     ??

M	README.org

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

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

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

found unit tests: (simple.scm)


+----------------------------------------------+
[? suite] Complex Data Structure Tests
  [? test] Association List Lookups
    [?? assert] Lookup 'age' in alist
    ? pass - expected: 30, sut: 30
    [?? assert] Lookup 'name' in alist
    ? pass - expected: Alice, sut: Alice
    [?? assert] Lookup non-existent key should be #f
    ? pass - expected: #f, sut: #f
  [? test] Vector Operations
    [?? assert] Vector ref at index 0
    ? pass - expected: 1, sut: 1
    [?? assert] Vector ref at index 1
    ? pass - expected: 2, sut: 2
    [?? assert] Vector length
    ? pass - expected: 3, sut: 3
  [? test] some test without suite
    ? pass - expected: 1, sut: 1
+----------------------------------------------+
[? suite] Predicate Tests
  [? test] Even Number Checks
    [?? assert] 0 should be even
    ? pass - expected: #t, sut: #t
    [?? assert] 4 should be even
    ? pass - expected: #t, sut: #t
    [?? assert] 1 should not be even
    ? pass - expected: #f, sut: #f
    [?? assert] 7 should not be even
    ? pass - expected: #f, sut: #f
  [? test] List Predicates
    [?? assert] Non-empty list should not be null
    ? pass - expected: #f, sut: #f
    [?? assert] Pair should be a pair
    ? pass - expected: #t, sut: #t
    [?? assert] Empty list should not be a pair
    ? pass - expected: #f, sut: #f
    [?? assert] Empty list should be null
    ? pass - expected: #t, sut: #t
+----------------------------------------------+
[? suite] str
  [? test] String Operation Tests
    ? pass - expected: #f, sut: #f
    ? pass - expected: #t, sut: #t
    ? pass - expected: hello world, sut: hello world
+----------------------------------------------+
[? suite] Error Handling Tests
  [? test] No Error on Valid Division
    [?? assert] Valid division result
    ? pass - expected: 5, sut: 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] Basic Suite
  [? test] Check that function calls work
    ? pass - expected: 42, sut: 42
  [? test] Basic Numeric Tests
    ? pass - expected: 0, sut: 0
    [?? assert] checks if addition works
    ? pass - expected: 4, sut: 4
    ? pass - expected: 1, sut: 1
    ? pass - expected: 1, sut: 1
+----------------------------------------------+
[? suite] List Manipulation Tests
  [? test] Get First Element
    [?? assert] First element of a number list
    ? pass - expected: 1, sut: 1
    [?? assert] First element of a symbol list
    ? pass - expected: a, sut: a
    [?? assert] First element of an empty list should be #f
    ? pass - expected: #f, sut: #f
  [? test] List Concatenation
    [?? assert] Concatenate non-empty list with empty
    ? pass - expected: (x y), sut: (x y)
    [?? assert] Concatenate empty list with non-empty
    ? pass - expected: (a b), sut: (a b)
    [?? assert] Concatenate two non-empty lists
    ? pass - expected: (1 2 3 4 5), sut: (1 2 3 4 5)
    [?? assert] Concatenate two empty lists
    ? pass - expected: (), sut: ()
  [? test] List Length
    [?? assert] Length of list with one element
    ? pass - expected: 1, sut: 1
    [?? assert] Length of list with 3 elements
    ? pass - expected: 3, sut: 3
    [?? assert] Length of empty list
    ? pass - expected: 0, sut: 0
+----------------------------------------------+
[? benchmark]
 
[?? run #0]
%     cumulative   self             
time   seconds     seconds  procedure
 53.85      0.17      0.17  fibers/scheduler.scm:360:0:yield-current-task
 46.15      0.31      0.14  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00    755.55      0.00  veritas/unit/simple.scm:175:0:factorial
  0.00      0.48      0.00  anon #x254f10c0
  0.00      0.31      0.00  %after-gc-thunk
  0.00      0.31      0.00  veritas/veritas.scm:136:84
---
Sample count: 13
Total time: 0.308922234 seconds (0.284724577 seconds in GC)

[?? run #1]
%     cumulative   self             
time   seconds     seconds  procedure
 78.57      0.29      0.29  fibers/scheduler.scm:360:0:yield-current-task
 21.43      0.37      0.08  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00   1165.88      0.00  veritas/unit/simple.scm:175:0:factorial
  0.00      0.67      0.00  anon #x254f10c0
  0.00      0.37      0.00  %after-gc-thunk
  0.00      0.37      0.00  veritas/veritas.scm:136:84
---
Sample count: 14
Total time: 0.373679212 seconds (0.353330337 seconds in GC)

[?? run #2]
%     cumulative   self             
time   seconds     seconds  procedure
 78.57      0.31      0.31  fibers/scheduler.scm:360:0:yield-current-task
 21.43      0.40      0.09  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00   1134.22      0.00  veritas/unit/simple.scm:175:0:factorial
  0.00      0.71      0.00  anon #x254f10c0
  0.00      0.40      0.00  %after-gc-thunk
  0.00      0.40      0.00  veritas/veritas.scm:136:84
---
Sample count: 14
Total time: 0.398043362 seconds (0.376351633 seconds in GC)

?? info - ran 8 tasks in: 1 seconds, -448322 microsecondsmake[1]: Leaving directory '/etc/byggsteg/job-clone/veritas/trunk'