viewing logs

job succeeded

orgwebalchemy

time taken
4 seconds
started at
Sat Jun 21 22:15:05 2025
updated at
Sat Jun 21 22:15:09 2025
log uuid
f1bbb4fa-ff93-442d-acd6-a49ed470fa4f
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 b0774a3..44b095d
Fast-forward
 src/orgwebalchemy/org-to-html.scm       | 19 +++++++++++++------
 test/orgwebalchemy/org-to-html-test.scm | 22 +++++++++++++---------
 2 files changed, 26 insertions(+), 15 deletions(-)

-> running command: cd /etc/byggsteg/job-clone/orgwebalchemy/trunk && git log --name-status HEAD^..HEAD
commit 44b095d40269be508bc12cb9ecc9d54f21fb6216
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Sat Jun 21 22:12:23 2025 +0200

    cleanup impl

M	src/orgwebalchemy/org-to-html.scm
M	test/orgwebalchemy/org-to-html-test.scm

-> 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] <>
[pass] <>
<-- org-to-html
<- module (orgwebalchemy org-to-html-test)
< PROJECT TEST
Source: orgwebalchemy/org-to-html-test.scm
Asserts: pass = 22, xfail = 0, xpass = 0, fail = 0

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