viewing logs

job succeeded

kracht

time taken
5 seconds
started at
Thu Jun 19 10:56:44 2025
updated at
Thu Jun 19 10:56:49 2025
log uuid
b52ba872-032e-4892-bbd6-0d2c802827d2
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.14.8-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux

-> running command: cd /etc/byggsteg/job-clone/kracht/trunk && git pull
Updating 58cd3a5..2d84da5
Fast-forward
 .woodpecker/byggsteg.yaml    |   6 +-
 .woodpecker/tag-bumper.yaml  |   6 +-
 src/kracht/prelude.scm       | 101 +++++++++++++++++
 test/kracht/prelude-test.scm | 255 ++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 361 insertions(+), 7 deletions(-)

-> running command: cd /etc/byggsteg/job-clone/kracht/trunk && git log --name-status HEAD^..HEAD
commit 2d84da540a84ebbd13f7d69af7c393530624836e
Author: Josep Bigorra 
Date:   Thu Jun 19 10:56:10 2025 +0200

    add proper url body decoding

M	src/kracht/prelude.scm
M	test/kracht/prelude-test.scm

-> 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
"2d84da5"[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'