viewing logs

job succeeded

hygguile

time taken
4 seconds
started at
Mon Jun 16 11:57:50 2025
updated at
Mon Jun 16 11:57:54 2025
log uuid
37ec04a1-d962-4111-8707-31d9f6c27795
inspect the job's lambda expression
(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.14.8-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux

-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git pull
Updating 9f04d27..8707d32
Fast-forward
 showcase.scm                           |  22 ++-
 src/hygguile/abstraction.scm           |   6 +-
 src/hygguile/components/button.scm     | 100 ++++++-----
 src/hygguile/components/container.scm  | 118 ++++++++-----
 src/hygguile/components/icon.scm       |  11 +-
 src/hygguile/components/select.scm     |  45 ++---
 src/hygguile/components/typography.scm | 171 +++++++++----------
 src/hygguile/hygguile.scm              |   1 +
 test/hygguile/test-runners.scm         | 298 ++++++++++++++++++---------------
 test/hygguile/test-utils.scm           |  10 +-
 10 files changed, 426 insertions(+), 356 deletions(-)

-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git log --name-status HEAD^..HEAD
commit 8707d32ecebf50a639d4f722be15199eab6cac2c
Author: Josep Bigorra 
Date:   Mon Jun 16 11:57:12 2025 +0200

    major: change all styles to list??

M	showcase.scm
M	src/hygguile/abstraction.scm
M	src/hygguile/components/button.scm
M	src/hygguile/components/container.scm
M	src/hygguile/components/icon.scm
M	src/hygguile/components/select.scm
M	src/hygguile/components/typography.scm
M	src/hygguile/hygguile.scm
M	test/hygguile/test-runners.scm
M	test/hygguile/test-utils.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: /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
cp -rf resources/ttf dist/ttf
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'