viewing logs

job succeeded

hygguile

time taken
3 seconds
started at
Sun Aug 24 00:01:26 2025
updated at
Sun Aug 24 00:01:29 2025
log uuid
e27a9606-4adb-4165-a75b-7932cc83ab77
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.15.9-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux

-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git pull
Updating 0e01401..5f1cfc2
Fast-forward
 showcase.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git log --name-status HEAD^..HEAD
commit 5f1cfc248c7ecf4d889d1c4ebba4ff862e1de9e5
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Sun Aug 24 00:01:29 2025 +0200

    ???? docs: Image

M	showcase.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 components icon-test)
---> hygguile icons
[pass] <>
<-- hygguile icons
<- module (hygguile components icon-test)
--> module (hygguile components button-test)
---> hygguile buttons
[pass] <>
[pass] <>
[pass] <>
[pass] <>
<-- hygguile buttons
<- module (hygguile components button-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