bc1a93f2-5fdd-4dc2-b050-5007c07d854f(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 f5683f3..8e89810
Fast-forward
src/veritas/runner.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && git log --name-status HEAD^..HEAD
commit 8e898105a4b69230562b8adea154b2123ffb652e
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Mon Jul 21 13:01:17 2025 +0200
??
M src/veritas/runner.scm
-> running command: cd /etc/byggsteg/job-clone/veritas/trunk && make test
make[1]: Entering directory '/etc/byggsteg/job-clone/veritas/trunk'
[1m[INFO] 2025-07-21 13:02:21+02:00 - formatting all Scheme files[0m
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...
could not find any unit tests!make[1]: Leaving directory '/etc/byggsteg/job-clone/veritas/trunk'