viewing logs

job succeeded

kracht

time taken
4 seconds
started at
Thu Jun 12 21:49:58 2025
updated at
Thu Jun 12 21:50:02 2025
log uuid
44338721-c23a-4ec4-8350-5cafeeef59d3
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 f581721..349f736
Fast-forward
 .woodpecker/byggsteg.yaml | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

-> running command: cd /etc/byggsteg/job-clone/kracht/trunk && git log --name-status HEAD^..HEAD
commit 349f73603d6d368997fd2ff8e64ce0628dc441f8
Merge: e0ea41f f581721
Author: Josep Bigorra 
Date:   Thu Jun 12 21:49:48 2025 +0200

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

commit f5817213032a3a4b1d18f6217d3551b5709bffc3
Author: Josep Bigorra 
Date:   Tue Jun 10 12:02:44 2025 +0200

     ??

M	.woodpecker/tag-bumper.yaml

commit f72dcee95ea2775606c80b10f3d58cde9fd75360
Author: Josep Bigorra 
Date:   Tue Jun 10 11:07:20 2025 +0200

     ??

M	.woodpecker/tag-bumper.yaml

commit 783ccbc729aecf6fd7eb0f40f8e6a4ad788368cc
Author: Josep Bigorra 
Date:   Tue Jun 10 11:02:37 2025 +0200

     ??

M	.woodpecker/tag-bumper.yaml

commit 7bd64db9599d08f851fb8441a193ae34c01f9147
Author: Josep Bigorra 
Date:   Tue Jun 10 11:01:39 2025 +0200

     ??

A	.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)
---> 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
"349f736"[pass] <>
<-- sha
<- module (kracht prelude-test)
< PROJECT TEST
Source: kracht/prelude-test.scm
Asserts: pass = 27, xfail = 0, xpass = 0, fail = 0

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