viewing logs

job succeeded

veritas

time taken
11 seconds
started at
Tue Jul 22 21:55:37 2025
updated at
Tue Jul 22 21:55:48 2025
log uuid
23502d10-4ed0-4c81-980e-70d86189abbe
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
Updating bc5c795..f28ed8f
Fast-forward
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && git log --name-status HEAD^..HEAD
commit f28ed8f2507698c6dbd73a9c718d030b0b130245
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Tue Jul 22 21:55:37 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 21:55:40+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 non-existent key should be #f
    ? pass - expected: #f, sut: #f
    [?? assert] Lookup 'name' in alist
    ? pass - expected: Alice, sut: Alice
    [?? assert] Lookup 'age' in alist
    ? pass - expected: 30, sut: 30
  [? test] Vector Operations
    [?? assert] Vector ref at index 0
    ? pass - expected: 1, sut: 1
    [?? assert] Vector length
    ? pass - expected: 3, sut: 3
    [?? assert] Vector ref at index 1
    ? pass - expected: 2, sut: 2
+----------------------------------------------+
[? suite] Predicate Tests
  [? test] Even Number Checks
    [?? assert] 4 should be even
    ? pass - expected: #t, sut: #t
    [?? assert] 7 should not be even
    ? pass - expected: #f, sut: #f
    [?? assert] 1 should not be even
    ? pass - expected: #f, sut: #f
    [?? assert] 0 should be even
    ? pass - expected: #t, sut: #t
  [? test] List Predicates
    [?? assert] Empty list should be null
    ? pass - expected: #t, sut: #t
    [?? assert] Non-empty list should not be null
    ? pass - expected: #f, sut: #f
    [?? assert] Empty list should not be a pair
    ? pass - expected: #f, sut: #f
    [?? assert] Pair should be a pair
    ? pass - expected: #t, sut: #t
  [? test] some test without suite
    ? pass - expected: 1, sut: 1
+----------------------------------------------+
[? suite] List Manipulation Tests
  [? test] List Concatenation
    [?? assert] Concatenate two empty lists
    ? pass - expected: (), sut: ()
    [?? assert] Concatenate two non-empty lists
    ? pass - expected: (1 2 3 4 5), sut: (1 2 3 4 5)
    [?? assert] Concatenate empty list with non-empty
    ? pass - expected: (a b), sut: (a b)
    [?? assert] Concatenate non-empty list with empty
    ? pass - expected: (x y), sut: (x y)
  [? test] List Length
    [?? assert] Length of empty list
    ? pass - expected: 0, sut: 0
    [?? assert] Length of list with one element
    ? pass - expected: 1, sut: 1
    [?? assert] Length of list with 3 elements
    ? pass - expected: 3, sut: 3
  [? test] Get First Element
    [?? assert] First element of a number list
    ? pass - expected: 1, sut: 1
    [?? assert] First element of an empty list should be #f
    ? pass - expected: #f, sut: #f
    [?? assert] First element of a symbol list
    ? pass - expected: a, sut: a
+----------------------------------------------+
[? 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 - expected: 5, sut: 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] str
  [? test] String Operation Tests
    ? pass - expected: #t, sut: #t
    ? pass - expected: hello world, sut: hello world
    ? pass - expected: #f, sut: #f
+----------------------------------------------+
[? suite] Basic Suite
  [? test] Basic Numeric Tests
    [?? assert] checks if addition works
    ? pass - expected: 4, sut: 4
    ? pass - expected: 0, sut: 0
    ? pass - expected: 1, sut: 1
    ? pass - expected: 1, sut: 1
  [? test] Check that function calls work
    ? pass - expected: 42, sut: 42
+----------------------------------------------+
[? benchmark]
 
[?? run #0]
%     cumulative   self             
time   seconds     seconds  procedure
 76.92      0.26      0.23  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
 15.38    702.48      0.05  veritas/unit/simple.scm:175:0:factorial
  7.69      0.02      0.02  fibers/scheduler.scm:360:0:yield-current-task
  0.00      0.30      0.00  veritas/veritas.scm:136:84
  0.00      0.28      0.00  anon #x2103d0c0
  0.00      0.26      0.00  %after-gc-thunk
---
Sample count: 13
Total time: 0.30311532 seconds (0.278816231 seconds in GC)

[?? run #1]
%     cumulative   self             
time   seconds     seconds  procedure
 50.00      0.06      0.03  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
 50.00      0.03      0.03  fibers/scheduler.scm:360:0:yield-current-task
  0.00    405.33      0.00  veritas/unit/simple.scm:175:0:factorial
  0.00      0.08      0.00  anon #x2103d0c0
  0.00      0.06      0.00  veritas/veritas.scm:136:84
  0.00      0.06      0.00  %after-gc-thunk
---
Sample count: 2
Total time: 0.055252297 seconds (0.042843089 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 66.67      0.27      0.25  fibers/scheduler.scm:360:0:yield-current-task
 13.33   1152.73      0.05  veritas/unit/simple.scm:175:0:factorial
 13.33      0.32      0.05  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  6.67      0.02      0.02  ice-9/boot-9.scm:1368:3
  0.00      0.59      0.00  anon #x2103d0c0
  0.00      0.37      0.00  veritas/veritas.scm:136:84
  0.00      0.32      0.00  %after-gc-thunk
---
Sample count: 15
Total time: 0.367633528 seconds (0.29458221 seconds in GC)

[?? run #2]
No samples recorded.
%     cumulative   self             
time   seconds     seconds  procedure
 50.00      0.03      0.03  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
 50.00      0.03      0.03  fibers/scheduler.scm:360:0:yield-current-task
  0.00    422.27      0.00  veritas/unit/simple.scm:175:0:factorial
  0.00      0.05      0.00  anon #x2103d0c0
  0.00      0.05      0.00  veritas/veritas.scm:136:84
  0.00      0.03      0.00  %after-gc-thunk
---
Sample count: 2
Total time: 0.054606157 seconds (0.052727665 seconds in GC)
%     cumulative   self             
time   seconds     seconds  procedure
 53.33      0.20      0.20  fibers/scheduler.scm:360:0:yield-current-task
 46.67      0.36      0.18  override/fibers/events-impl.scm:80:0:pump-epoll-guardian
  0.00   1332.79      0.00  veritas/unit/simple.scm:175:0:factorial
  0.00      0.56      0.00  anon #x2103d0c0
  0.00      0.38      0.00  veritas/veritas.scm:136:84
  0.00      0.36      0.00  %after-gc-thunk
---
Sample count: 15
Total time: 0.381284256 seconds (0.314561617 seconds in GC)

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