viewing logs

job succeeded

orgwebalchemy

time taken
9 seconds
started at
Thu Jun 12 21:54:09 2025
updated at
Thu Jun 12 21:54:18 2025
log uuid
3d235c97-c4b0-4835-98a3-b8733a108c30
inspect the job's lambda expression
(lambda()
  `((task . "make-test")
    (project . "orgwebalchemy")
    (branch-name . "trunk")            
    (clone-url . "https://codeberg.org/jjba23/orgwebalchemy.git")))
    

starting new job...

-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/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/orgwebalchemy/trunk && git pull
Updating 9e7fe3a..1f20910
Fast-forward
 .woodpecker/byggsteg.yaml | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && git log --name-status HEAD^..HEAD
commit 1f20910365b8a1d375ecb75a50ae93996a698c8d
Merge: 03c44fd 9e7fe3a
Author: Josep Bigorra 
Date:   Thu Jun 12 21:53:56 2025 +0200

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

commit 9e7fe3aab4a304f9e1653a814628e74d48fb21b8
Author: Josep Bigorra 
Date:   Tue Jun 10 12:02:59 2025 +0200

     ??

M	.woodpecker/tag-bumper.yaml

commit 09fd83151379a20db6a127292bd3e4972ee5d1f6
Author: Josep Bigorra 
Date:   Tue Jun 10 11:09:26 2025 +0200

     ??

A	.woodpecker/tag-bumper.yaml

-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && make test
make[1]: Entering directory '/etc/byggsteg/job-clone/orgwebalchemy/trunk'
guix shell -m manifest.scm -- \
	guile -L ./src \
	-L ./test \
	-c "((@ (orgwebalchemy test-runners) run-project-tests))"
loading test module: ./test/orgwebalchemy/org-to-html-test.scm
loading test module: /run/current-system/profile/share/guile/site/3.0/unit-test.scm
-> PROJECT TEST
--> module (orgwebalchemy org-to-html-test)
---> string-ops
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- string-ops
---> inline code
[pass] <>
<-- inline code
---> code block
[pass] <>
[pass] <>
<-- code block
---> org-to-html
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- org-to-html
<- module (orgwebalchemy org-to-html-test)
< PROJECT TEST
Source: orgwebalchemy/org-to-html-test.scm
Asserts: pass = 21, xfail = 0, xpass = 0, fail = 0

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