5882f43a-7284-4a03-8334-86288860d8cc(lambda()
`((task . ("make-test" "pull-and-deploy"))
(project . "hygguile")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/hygguile.git")))
starting new job...
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && uname -a
Linux wolk-jjba 6.15.9-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git pull
Updating 118b867..f0ce8ca
Fast-forward
.gitignore | 4 +++-
Makefile | 13 ++++++++++++-
manifest.scm | 9 +++++++--
3 files changed, 22 insertions(+), 4 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git log --name-status HEAD^..HEAD
commit f0ce8cabe83b5b8a7948aa2553c5dd392e218d75
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Fri Aug 15 10:19:38 2025 +0200
???? docs: Add API docs
M .gitignore
M Makefile
M manifest.scm
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && make test
make[1]: Entering directory '/etc/byggsteg/job-clone/hygguile/trunk'
guix shell -m manifest.scm -- \
guile -L ./src \
-L ./test \
-c "((@ (hygguile test-runners) run-project-tests))"
loading test module: ./test/hygguile/abstraction-test.scm
loading test module: ./test/hygguile/components/button-test.scm
loading test module: ./test/hygguile/components/icon-test.scm
loading test module: /gnu/store/0rwx31j3mhpz6s63522bm8bjw6zqr3na-profile/share/guile/site/3.0/unit-test.scm
loading test module: /run/current-system/profile/share/guile/site/3.0/unit-test.scm
-> PROJECT TEST
--> module (hygguile abstraction-test)
---> mk-class
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- mk-class
---> render-if
[pass] <>
[pass] <>
[pass] <>
<-- render-if
---> pretty-quote
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- pretty-quote
<- module (hygguile abstraction-test)
--> module (hygguile components button-test)
---> hygguile buttons
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- hygguile buttons
<- module (hygguile components button-test)
--> module (hygguile components icon-test)
---> hygguile icons
[pass] <>
<-- hygguile icons
<- module (hygguile components icon-test)
< PROJECT TEST
Source: hygguile/components/icon-test.scm
Asserts: pass = 25, xfail = 0, xpass = 0, fail = 0
make[1]: Leaving directory '/etc/byggsteg/job-clone/hygguile/trunk'
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && sudo make deploy
rm -rf dist && mkdir -p dist
guix shell -m manifest.scm -- guile -L ./src showcase.scm
>>= successfully built hygguile showcase to destination: dist/index.html
guix shell -m manifest.scm -- documenta api ./src/hygguile
API documentation saved to doc/api
guix shell -m manifest.scm -- texi2any -v --html ./doc/api/index.texi
mv ./index ./doc/api-dist
rm -rfv /srv/http/hygguile.jointhefreeworld.org
'/srv/http/hygguile.jointhefreeworld.org/index.html' is verwijderd
map '/srv/http/hygguile.jointhefreeworld.org' is verwijderd
cp -rfv dist /srv/http/hygguile.jointhefreeworld.org
'dist' -> '/srv/http/hygguile.jointhefreeworld.org'
'dist/index.html' -> '/srv/http/hygguile.jointhefreeworld.org/index.html'
rm -rfv /srv/http/jointhefreeworld.org/api-docs/hygguile
mkdir -p /srv/http/jointhefreeworld.org/api-docs/hygguile
mv doc/api-dist/* /srv/http/jointhefreeworld.org/api-docs/hygguile/
rm -rfv doc
map 'doc/api-dist' is verwijderd
'doc/api/index.texi' is verwijderd
map 'doc/api' is verwijderd
map 'doc' is verwijderd