1e7d4ad1-1063-4087-b909-138639906c07(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.5-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git pull
Updating cf6471b..a6fdd4f
Fast-forward
.woodpecker/byggsteg.yaml | 6 +++---
.woodpecker/tag-bumper.yaml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git log --name-status HEAD^..HEAD
commit a6fdd4f38b012bc3e0b37fbc9d63bde128d5119a
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Mon Jul 28 17:07:11 2025 +0200
?????? update: CI plugins
- Bump jointhefreeworld woodpecker CI to v0.1.12
- Bump byggsteg woodpecker CI to v0.1.32
Keywords: #ci #update #byggsteg #woodpecker #jointhefreeworld
M .woodpecker/byggsteg.yaml
M .woodpecker/tag-bumper.yaml
-> 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: /run/current-system/profile/share/guile/site/3.0/unit-test.scm
-> PROJECT 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)
--> 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)
< PROJECT TEST
Source: hygguile/abstraction-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
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'