viewing logs

job succeeded

kracht

time taken
4 seconds
started at
Mon Jul 28 17:09:36 2025
updated at
Mon Jul 28 17:09:40 2025
log uuid
dfd4cc3f-123b-4ce5-918a-17539bdc36d6
inspect the job's lambda expression
(lambda()
  `((task . "make-test")
    (project . "kracht")
    (branch-name . "trunk")            
    (clone-url . "https://codeberg.org/jjba23/kracht.git")))
    

starting new job...

-> running command: cd /etc/byggsteg/job-clone/kracht/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/kracht/trunk && git pull
Updating ca42129..3e71582
Fast-forward
 .woodpecker/byggsteg.yaml   | 6 +++---
 .woodpecker/tag-bumper.yaml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

-> running command: cd /etc/byggsteg/job-clone/kracht/trunk && git log --name-status HEAD^..HEAD
commit 3e71582cee2e8280bfb7e05830ddced9023b37b6
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Mon Jul 28 17:08:28 2025 +0200

    ?????? update: CI plugins
    
    - Bump jointhefreeworld woodpecker CI to v0.1.12
    - Bump byggsteg woodpecker CI to v0.1.32
    
    Keywords: #ci #update #byggsteg #woodpecker #jointhefreeworld

M	.woodpecker/byggsteg.yaml
M	.woodpecker/tag-bumper.yaml

-> running command: cd /etc/byggsteg/job-clone/kracht/trunk && make test
make[1]: Entering directory '/etc/byggsteg/job-clone/kracht/trunk'
guix shell -m manifest.scm -- \
	guile -L ./src \
	-L ./test \
	-c "((@ (kracht test-runners) run-project-tests))"
loading test module: ./test/kracht/prelude-test.scm
loading test module: /run/current-system/profile/share/guile/site/3.0/unit-test.scm
-> PROJECT TEST
--> module (kracht prelude-test)
---> alist-from-url-encoded-body

warning! could not decode pair (): wrong-type-arg: (car Wrong type argument in position 1 (expecting pair): ~S (()) (()))
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>

warning! could not decode pair (key-only): wrong-type-arg: (car Wrong type argument in position 1 (expecting pair): ~S (()) (()))
[pass] <>

warning! could not decode pair (key1): wrong-type-arg: (car Wrong type argument in position 1 (expecting pair): ~S (()) (()))

warning! could not decode pair (key2): wrong-type-arg: (car Wrong type argument in position 1 (expecting pair): ~S (()) (()))
[pass] <>

warning! could not decode pair (b): wrong-type-arg: (car Wrong type argument in position 1 (expecting pair): ~S (()) (()))
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- alist-from-url-encoded-body
---> non-empty-string? tests
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- non-empty-string? tests
---> empty-string? tests
[pass] <>
[pass] <>
[pass] <>
<-- empty-string? tests
---> string-drop tests
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- string-drop tests
---> assoc-ref-or-empty-str tests
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- assoc-ref-or-empty-str tests
---> log tests

1 + 1 = 2 and 2 + 2 = 4
[pass] <>

[INFO] 3 + 3 = 6 and 4 + 4 = 8
[pass] <>

[INFO] 5 + 5 = 10 and 6 + 6 = 12
[pass] <>

[ERROR] fake message: something totally expected
[pass] <>
<-- log tests
---> sha
"3e71582"[pass] <>
<-- sha
---> html-escape tests
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- html-escape tests
---> html-unescape tests
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- html-unescape tests
---> Round-trip tests
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- Round-trip tests
<- module (kracht prelude-test)
< PROJECT TEST
Source: kracht/prelude-test.scm
Asserts: pass = 91, xfail = 0, xpass = 0, fail = 0

make[1]: Leaving directory '/etc/byggsteg/job-clone/kracht/trunk'