viewing logs

job succeeded

veritas

time taken
10 seconds
started at
Tue Jul 22 10:26:42 2025
updated at
Tue Jul 22 10:26:52 2025
log uuid
166f0601-cdf6-417b-9105-0652d8016f55
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 31c766c..6ea9b73
Fast-forward
 README.org | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && git log --name-status HEAD^..HEAD
commit 6ea9b73e4099bf8217e019632f0b20493b6f4e1b
Merge: f1580cf 31c766c
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Tue Jul 22 10:26:12 2025 +0200

    Merge branch 'trunk' of ssh://codeberg.org/jjba23/veritas into trunk

commit 31c766cf0c81fed637122603187c1aabb781ae97
Merge: 37e1d08 c610c3e
Author: Josep Bigorra (Joe) <jjbigorra@gmail.com>
Date:   Tue Jul 22 10:11:05 2025 +0200

    Merge pull request 'records and better, more flexible API, simplifications' (#1) from improve-based-on-feedback into trunk
    
    Reviewed-on: https://codeberg.org/jjba23/veritas/pulls/1

-> 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 10:26:45+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)

#<directory (veritas unit simple) 7f784b186a00>
#<procedure spec ()>
  [? test] Get First Element
    [?? assert] First element of an empty list should be #f
    ? pass - expected: #f, sut: #f
    [?? assert] First element of a number list
    ? pass - expected: 1, sut: 1
    [?? assert] First element of a symbol list
    ? pass - expected: a, sut: a
  [? test] List Length
    [?? assert] Length of list with 3 elements
    ? pass - expected: 3, sut: 3
    [?? assert] Length of empty list
    ? pass - expected: 0, sut: 0
    [?? assert] Length of list with one element
    ? pass - expected: 1, sut: 1
  [? test] List Concatenation
    [?? assert] Concatenate two empty lists
    ? pass - expected: (), sut: ()
    [?? assert] Concatenate non-empty list with empty
    ? pass - expected: (x y), sut: (x y)
    [?? 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)
  [? test] String Operation Tests
    ? pass - expected: #t, sut: #t
    ? pass - expected: hello world, sut: hello world
    ? pass - expected: #f, sut: #f
  [? 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 ref at index 1
    ? pass - expected: 2, sut: 2
    [?? assert] Vector length
    ? pass - expected: 3, sut: 3
  [? 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)
  [? 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] 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
    [?? assert] Empty list should be null
    ? pass - expected: #t, sut: #t
  [? test] Basic Numeric Tests
    [?? assert] checks if addition works
    ? pass - expected: 4, sut: 4
    ? pass - expected: 1, sut: 1
    ? pass - expected: 1, sut: 1
    ? pass - expected: 0, sut: 0
  [? test] Check that function calls work
    ? pass - expected: 42, sut: 42
  [? test] some test without suite
    ? pass - expected: 1, sut: 1
?? info - ran 7 test suites in: 0 seconds, 20758 microsecondsmake[1]: Leaving directory '/etc/byggsteg/job-clone/veritas/trunk'